@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}

[data-ep-id="ep_h1_2"] {
  color: black !important;
  margin: 5px 10px !important;
  width: 100% !important;
  font-family: Lobster, sans-serif !important;
}

[data-ep-id="ep_button_27"] {
  float: right !important;
}

[data-ep-id="ep_button_28"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}

[data-ep-id="ep_h1_2"] {
  color: black !important;
  margin: 5px 10px !important;
  width: 100% !important;
  font-family: Lobster, sans-serif !important;
}

[data-ep-id="ep_button_27"] {
  float: right !important;
}

[data-ep-id="ep_button_28"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}

[data-ep-id="ep_h1_2"] {
  color: black !important;
  margin: 5px 10px !important;
  width: 100% !important;
  font-family: Lobster, sans-serif !important;
}

[data-ep-id="ep_button_27"] {
  float: right !important;
}

[data-ep-id="ep_button_28"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}

[data-ep-id="ep_h1_2"] {
  color: black !important;
  margin: 5px 10px !important;
  width: 100% !important;
  font-family: Lobster, sans-serif !important;
}

[data-ep-id="ep_button_27"] {
  float: right !important;
}

[data-ep-id="ep_button_28"] {
  float: right !important;
}
@keyframes ticker-scroll {
  from;
}

to {
  transform: scaleX(1);
}

@keyframes petal-float {
  0%;
}

50% {
  transform: translateY(-12px) rotate(4deg);
  opacity: 1;
}

100% {
  transform: translateY(0px) rotate(0deg);
  opacity: 0.6;
}

@keyframes soft-rise {
  from;
}

@keyframes shimmer-line {
  from;
}

:root {
  --blush:       #E8C5B8;
  --blush-deep:  #D4A090;
  --blush-pale:  #F7EDE8;
  --rose:        #C2776A;
  --rose-dark:   #9E5A4F;
  --sage:        #8A9E8C;
  --sage-light:  #C4D4C6;
  --sage-pale:   #EEF3EE;
  --cream:       #FAF7F4;
  --warm-white:  #FFFFFF;
  --linen:       #F2EDE6;
  --charcoal:    #2C2825;
  --mid:         #7A7067;
  --light-line:  rgba(194,119,106,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ----- NAVBAR ----- */
    #mainNav {
  background: rgba(250,247,244,0.97);
  padding: 1.2rem 0;
  transition: background 0.3s;
  transition-property: background, box-shadow;
  transition-duration: 0.3s;
  border-bottom: 1px solid var(--light-line);
}

#mainNav.scrolled {
  background: rgba(250,247,244,0.99);
  box-shadow: 0 2px 30px rgba(194,119,106,0.08);
}

#mainNav .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--charcoal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#mainNav .navbar-brand span {
  color: var(--rose);
}

#mainNav .brand-sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mid);
  display: block;
  line-height: 1;
  margin-top: 2px;
}

#mainNav .nav-link {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.4rem 1rem;
  transition: color 0.2s;
}

#mainNav .nav-link:hover {
  color: var(--rose);
}

#mainNav .btn-book-nav {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.6rem 1.6rem;
  border-radius: 0;
  transition: background 0.2s;
}

#mainNav .btn-book-nav:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

/* ----- HERO ----- */
    #home {
  min-height: 100vh;
  background-image:
        linear-gradient(to right, rgba(250,247,244,0.97) 38%, rgba(250,247,244,0.55) 65%, rgba(250,247,244,0.1) 100%),
        url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1800&q=85');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
}

#home .hero-deco-circle {
  display: none;
}

#home .hero-deco-circle-2 {
  display: none;
}

#home .hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home .hero-eyebrow-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush-deep);
}

#home h1 {
  font-size: 3rem;
}

#home h1 em {
  font-style: italic;
  color: var(--rose);
  font-weight: 300;
}

#home .hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: var(--mid);
  max-width: 420px;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

#home .hero-address-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blush-pale);
  border: 1px solid var(--light-line);
  padding: 0.55rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mid);
  margin-top: 2.5rem;
}

#home .hero-address-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--rose);
}

/* ----- SHARED BUTTONS ----- */
    .lum-btn-primary {
  background: var(--rose);
  color: var(--warm-white);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: background 0.2s;
}

.lum-btn-primary:hover {
  background: var(--rose-dark);
  color: var(--warm-white);
}

.lum-btn-outline {
  background: transparent;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.95rem 2.4rem;
  border-radius: 0;
  border: 1px solid rgba(44,40,37,0.3);
  display: inline-block;
  text-decoration: none;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}

.lum-btn-outline:hover {
  border-color: var(--rose);
  color: var(--rose);
}

/* ----- TICKER ----- */
    #lum-ticker {
  background: var(--charcoal);
  padding: 0.65rem 0;
  overflow: hidden;
  white-space: nowrap;
}

#lum-ticker .ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: ticker-scroll 28s linear infinite;
}

#lum-ticker .ticker-item {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

#lum-ticker .ticker-dot {
  color: var(--blush-deep);
  margin: 0 0.5rem;
}

/* ----- SHARED SECTION LABELS ----- */
    .lum-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--rose);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.lum-label-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blush-deep);
}

.lum-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

.lum-title em {
  font-style: italic;
  color: var(--rose);
}

.lum-divider {
  width: 40px;
  height: 1px;
  background: var(--blush-deep);
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

/* ----- ABOUT ----- */
    #about {
  background: var(--warm-white);
  padding: 8rem 0;
}

#about .about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 200px;
  gap: 10px;
}

#about .about-img-main {
  grid-row: span 1;
}

#about .about-img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .about-img-accent {
  background: var(--blush-pale);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
}

#about .accent-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
  display: block;
}

#about .accent-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
  display: block;
}

#about .about-body p {
  font-size: 0.97rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.9;
  margin-bottom: 1rem;
}

#about .about-stats {
  gap: 1.5rem;
}

#about .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--rose);
  display: block;
  line-height: 1;
}

#about .stat-lbl {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 5px;
  display: block;
}

/* ----- SERVICES ----- */
    #services {
  background: var(--linen);
  padding: 8rem 0;
}

#services .service-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s;
  transition-property: box-shadow, transform;
  transition-duration: 0.3s;
}

#services .service-card:hover {
  box-shadow: 0 10px 50px rgba(194,119,106,0.12);
  transform: translateY(-3px);
}

#services .service-card-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blush);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

#services .service-card:hover .service-card-top-line {
  transform: scaleX(1);
}

#services .service-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}

#services .service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

#services .service-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

#services .service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rose);
}

#services .service-price span {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

#services .services-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.8;
}

/* ----- STYLISTS ----- */
    #stylists {
  background: var(--warm-white);
  padding: 8rem 0;
}

#stylists .stylist-card {
  text-align: center;
}

#stylists .stylist-img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1.4rem;
}

#stylists .stylist-img-wrap img {
  width: 180px;
  height: 230px;
}

#stylists .stylist-card:hover .stylist-img-wrap img {
  filter: saturate(1);
  transform: scale(1.02);
}

#stylists .stylist-img-frame {
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--blush);
  pointer-events: none;
  transition: border-color 0.3s;
}

#stylists .stylist-card:hover .stylist-img-frame {
  border-color: var(--rose);
}

#stylists .stylist-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
}

#stylists .stylist-role {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.5rem;
}

#stylists .stylist-specialty {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- GALLERY ----- */
    #gallery {
  background: var(--cream);
  padding-top: 8rem;
  padding-bottom: 0;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 220px 220px 220px 220px 220px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
}

#gallery .gallery-item-wide {
  grid-column: span 1;
}

#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.75);
  transition: transform 0.5s;
  transition-property: transform, filter;
  transition-duration: 0.5s;
}

#gallery .gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1);
}

#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194,119,106,0);
  transition: background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery .gallery-item:hover .gallery-item-overlay {
  background: rgba(194,119,106,0.15);
}

/* ----- TESTIMONIALS ----- */
    #testimonials {
  background: var(--blush-pale);
  padding: 8rem 0;
}

#testimonials .testimonial-card {
  background: var(--warm-white);
  border: 1px solid var(--light-line);
  padding: 2.5rem;
  height: 100%;
  position: relative;
}

#testimonials .testimonial-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 300;
  color: var(--blush);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

#testimonials .testimonial-stars {
  color: var(--blush-deep);
  font-size: 0.78rem;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#testimonials .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#testimonials .testimonial-author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
}

#testimonials .testimonial-since {
  font-size: 0.75rem;
  font-weight: 300;
  color: var(--mid);
}

/* ----- EXPERIENCE STRIP ----- */
    #experience {
  background: var(--rose);
  padding: 4.5rem 0;
}

#experience .exp-item {
  text-align: center;
  padding: 1rem;
}

#experience .exp-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.7rem;
}

#experience .exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--warm-white);
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
}

#experience .exp-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* ----- BOOKING ----- */
    #booking {
  background: var(--warm-white);
  padding: 8rem 0;
}

#booking .booking-wrap {
  padding: 2rem 1.5rem;
}

#booking .booking-intro {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--mid);
  line-height: 1.75;
}

#booking .lum-form-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 0.4rem;
  display: block;
}

#booking .lum-form-field {
  background: var(--warm-white);
  border: 1px solid rgba(194,119,106,0.2);
  border-radius: 0;
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  padding: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 300;
  width: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}

#booking .lum-form-field::placeholder {
  color: rgba(122,112,103,0.5);
}

#booking .lum-form-field:focus {
  border-color: var(--rose);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07);
}

#booking .lum-form-field option {
  background: var(--warm-white);
  color: var(--charcoal);
}

/* ----- FOOTER ----- */
    #lum-footer {
  background: var(--charcoal);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

#lum-footer .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--warm-white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#lum-footer .footer-logo span {
  color: var(--blush-deep);
}

#lum-footer .footer-tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-top: 0.5rem;
}

#lum-footer .footer-address {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  font-weight: 300;
  margin-top: 1.2rem;
  line-height: 1.8;
}

#lum-footer .footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin-bottom: 1.4rem;
}

#lum-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#lum-footer .footer-nav-list li {
  margin-bottom: 0.55rem;
}

#lum-footer .footer-nav-list a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 300;
  transition: color 0.2s;
}

#lum-footer .footer-nav-list a:hover {
  color: var(--blush);
}

#lum-footer .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.45rem;
}

#lum-footer .hours-day {
  color: rgba(255,255,255,0.7);
}

#lum-footer .footer-divider {
  border-color: rgba(255,255,255,0.07);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#lum-footer .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
}

#lum-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 50%;
  transition: border-color 0.2s;
  transition-property: border-color, color;
  transition-duration: 0.2s;
  margin-right: 0.5rem;
}

#lum-footer .footer-social a:hover {
  border-color: var(--blush-deep);
  color: var(--blush);
}

#lum-footer .newsletter-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-right: none;
  border-radius: 0;
  color: var(--warm-white);
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0.65rem 1rem;
  flex: 1;
  outline: none;
}

#lum-footer .newsletter-input::placeholder {
  color: rgba(255,255,255,0.25);
}

#lum-footer .newsletter-btn {
  background: var(--rose);
  color: var(--warm-white);
  border: none;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

#lum-footer .newsletter-btn:hover {
  background: var(--rose-dark);
}

/* ----- SCROLL REVEAL ----- */
    .lum-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s;
  transition-property: opacity, transform;
  transition-duration: 0.65s;
}

.lum-fade.lum-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----- RULE 6: THIRD-PARTY CALENDAR SCOPING ----- */
    .calendar-appointment {
  margin-top: 1.5rem;
}

.calendar-appointment .card {
  background: var(--warm-white) !important;
  border: 1px solid rgba(194,119,106,0.15) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.calendar-appointment .card-body {
  padding: 2rem !important;
}

.calendar-appointment .card-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: var(--charcoal) !important;
  letter-spacing: 0.04em !important;
}

.calendar-appointment .form-control {
  background: var(--cream) !important;
  border: 1px solid rgba(194,119,106,0.2) !important;
  border-radius: 0 !important;
  color: var(--charcoal) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

.calendar-appointment .form-control:focus {
  border-color: var(--rose) !important;
  box-shadow: 0 0 0 3px rgba(194,119,106,0.07) !important;
  color: var(--charcoal) !important;
}

.calendar-appointment .btn {
  background: var(--rose) !important;
  color: var(--warm-white) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.calendar-appointment .btn:hover {
  background: var(--rose-dark) !important;
  color: var(--warm-white) !important;
}

.calendar-appointment #slotsResult {
  color: var(--charcoal) !important;
  font-size: 0.88rem !important;
  font-weight: 300 !important;
}

@media (max-width: 992px) {
  #gallery .gallery-grid;
}

@media (max-width: 768px) {
  #about .about-img-grid;
}

@media (max-width: 576px) {
  #about .about-stats;
}

[data-ep-id="ep_div_5"] {
  position: relative !important;
  z-index: 2 !important;
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 1% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_section_8"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_166"] {
  justify-content: center !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_7"] {
  color: rgb(17, 45, 78) !important;
  font-size: 0.82rem !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
  margin-bottom: 1rem !important;
}

[data-ep-id="ep_div_207"] {
  min-height: 240px !important;
  min-width: 240px !important;
  height: 50vh !important;
  position: relative !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_5"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_6"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_146"] {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_1"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_b_2"] {
  font-size: 21px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_1"] {
  color: rgb(17, 45, 78) !important;
  margin: 5px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 41px !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  height: auto !important;
}

[data-ep-id="ep_div_224"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_225"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_2"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_226"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_227"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_3"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_228"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_229"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h3_4"] {
  color: rgb(17, 45, 78) !important;
  text-align: center !important;
  height: auto !important;
}

[data-ep-id="ep_div_230"] {
  min-height: 32px !important;
  text-align: center !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_p_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_5"] {
  outline: none !important;
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_9"] {
  width: 100% !important;
  padding: 8px 0px !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_231"] {
  border-width: 0px !important;
  border-top-left-radius: 100px !important;
  border-top-right-radius: 0px !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_span_84"] {
  color: rgb(17, 45, 78) !important;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  text-align: center !important;
}

[data-ep-id="ep_button_7"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_8"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(17, 45, 78) !important;
  min-width: 100% !important;
  min-height: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
  width: 477px !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

[data-ep-id="ep_div_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h1_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_1"] {
  color: rgb(24, 63, 45) !important;
  font-size: 23px !important;
  width: 420px !important;
  min-width: 675px !important;
  height: auto !important;
}

[data-ep-id="ep_div_217"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_218"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_8"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_19"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_22"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_2"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_20"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_21"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_40"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_23"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_219"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_220"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_221"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_222"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_223"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_24"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_25"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_26"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_27"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_46"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_9"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_28"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_29"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_30"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_31"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_32"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_33"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_34"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_35"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_36"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_37"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_38"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_39"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_50"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_40"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_41"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_42"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_43"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_44"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_45"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_47"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_48"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_49"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_52"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_53"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_55"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_54"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_58"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_59"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_61"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_56"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_64"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_65"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_67"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_87"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_88"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_64"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_89"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_90"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_91"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_92"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_93"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_3"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_94"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_95"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_96"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_97"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_98"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_99"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_100"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_4"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_101"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_102"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_103"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_104"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_105"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_106"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_107"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_5"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_108"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_109"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_110"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_111"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_112"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_113"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_114"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_6"] {
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_div_115"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_116"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_117"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_118"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_6"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_119"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_65"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_122"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_123"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_124"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_125"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_128"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_129"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_130"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_131"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_132"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_11"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_133"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_134"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_12"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_135"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_section_7"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_136"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_137"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_138"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_139"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_66"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_141"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_142"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_144"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_145"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_i_6"] {
  color: rgb(18, 32, 58) !important;
  height: auto !important;
}

[data-ep-id="ep_div_147"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_148"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_149"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_151"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_152"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_153"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_154"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_155"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_156"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_158"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_159"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_160"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_161"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_232"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_162"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_163"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_164"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_165"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_67"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h2_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_em_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_167"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 226, 239) !important;
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_184"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_185"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_186"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_187"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_68"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_188"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_233"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_br_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_189"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_10"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_11"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_12"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_13"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_190"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_191"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_ul_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_8"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_16"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_9"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_17"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_li_10"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_a_18"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_192"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_193"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_194"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_69"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_70"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_195"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_71"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_72"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_196"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_73"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_74"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_197"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_75"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_76"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_198"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_77"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_78"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_199"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_79"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_80"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_200"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_81"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_82"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_201"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_202"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_203"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(103, 125, 168) !important;
  color: rgb(244, 245, 245) !important;
  border-color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(140, 153, 177) !important;
  color: rgb(17, 45, 78) !important;
  height: auto !important;
}

[data-ep-id="ep_hr_1"] {
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_204"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_205"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_206"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_208"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_209"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_210"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_211"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_212"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_213"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_83"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_214"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_13"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_215"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_1"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_216"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_234"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_235"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_236"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_237"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_238"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_239"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_85"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_240"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_14"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_241"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_2"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_242"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_5"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_6"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_script_7"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_243"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_244"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_245"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_246"] {
  color: rgb(219, 226, 239) !important;
}

[data-ep-id="ep_div_247"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_248"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_h4_4"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_span_86"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_249"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_img_15"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_250"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_label_3"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(249, 247, 247) !important;
  color: rgb(17, 45, 78) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_div_251"] {
  color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_9"] {
  float: right !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_button_10"] {
  float: right !important;
  background-color: rgb(63, 114, 175) !important;
  color: rgb(219, 226, 239) !important;
  border-color: rgb(17, 45, 78) !important;
}

[data-ep-id="ep_p_15"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  color: rgb(17, 45, 78) !important;
  font-size: 36px !important;
  height: auto !important;
}

[data-ep-id="ep_span_87"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_88"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_89"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_90"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_span_91"] {
  font-size: 36px !important;
  font-family: Georgia !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 34px !important;
  height: auto !important;
}

[data-ep-id="ep_span_92"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_93"] {
  font-size: 34px !important;
  font-family: Georgia !important;
  color: rgb(205, 140, 35) !important;
  height: auto !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_94"] {
  font-size: 23px !important;
  font-family: "Agency FB" !important;
  color: rgb(24, 63, 45) !important;
}

[data-ep-id="ep_span_95"] {
  color: rgb(20, 168, 188) !important;
  font-family: Calibri !important;
  font-size: 10pt !important;
  font-weight: bold !important;
  letter-spacing: 4pt !important;
  text-indent: 0in !important;
  text-transform: uppercase !important;
  background-color: rgb(255, 255, 255) !important;
  text-align: left !important;
  display: inline !important;
  float: none !important;
}

[data-ep-id="ep_p_19"] {
  language: en-US !important;
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  mso-line-break-override: none !important;
  word-break: normal !important;
  punctuation-wrap: hanging !important;
  height: auto !important;
}

[data-ep-id="ep_span_96"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  font-weight: bold !important;
  color: rgb(87, 109, 152) !important;
  height: auto !important;
}

[data-ep-id="ep_b_5"] {
  color: rgb(87, 109, 152) !important;
}

[data-ep-id="ep_span_97"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_98"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_99"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_100"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  vertical-align: super !important;
  font-weight: bold !important;
}

[data-ep-id="ep_span_101"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  height: auto !important;
}

[data-ep-id="ep_span_102"] {
  font-size: 26pt !important;
  font-family: Georgia !important;
  color: rgb(87, 109, 152) !important;
  font-weight: bold !important;
  vertical-align: super !important;
}

[data-ep-id="ep_section_10"] {
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_div_252"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_253"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  min-height: 0% !important;
  height: auto !important;
  max-height: 100% !important;
}

[data-ep-id="ep_br_9"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_20"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_103"] {
  font-family: Calibri !important;
  color: rgb(17, 45, 78) !important;
  font-weight: bold !important;
  font-size: 34px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_104"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_105"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_106"] {
  font-weight: normal !important;
  color: rgb(17, 45, 78) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_21"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_22"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_span_107"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_b_6"] {
  font-size: 18px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_108"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_109"] {
  font-size: 18px !important;
  font-family: Calibri !important;
  color: rgb(127, 127, 127) !important;
  font-weight: bold !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_254"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_11"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_div_255"] {
  border-top-left-radius: 250px !important;
  height: auto !important;
}

[data-ep-id="ep_section_12"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row-reverse !important;
  height: auto !important;
}

[data-ep-id="ep_div_256"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_257"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_10"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_24"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_110"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_25"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_111"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_112"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_113"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_27"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_28"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_29"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_114"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_115"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_258"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_16"] {
  border-radius: 10px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
  max-height: 100% !important;
}

[data-ep-id="ep_section_13"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: column !important;
  height: auto !important;
}

[data-ep-id="ep_div_259"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_div_260"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_br_11"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_h4_7"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_p_32"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_span_116"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_33"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 39.5px !important;
}

[data-ep-id="ep_span_117"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_118"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_span_119"] {
  font-size: 39.5px !important;
  color: rgb(30, 41, 59) !important;
}

[data-ep-id="ep_p_35"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_36"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_37"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
}

[data-ep-id="ep_span_120"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: black !important;
}

[data-ep-id="ep_span_121"] {
  font-size: 22.5px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
}

[data-ep-id="ep_div_261"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_17"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_14"] {
  width: 100% !important;
  padding: 8px 0px !important;
}

[data-ep-id="ep_section_15"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_263"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_264"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_br_12"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_h4_8"] {
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_40"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_122"] {
  font-family: Calibri !important;
  font-weight: 700 !important;
  color: rgb(17, 45, 78) !important;
  font-size: 39.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_41"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_42"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 49.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_123"] {
  font-size: 49.5px !important;
  color: rgb(30, 41, 59) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_45"] {
  margin: 80px 0px 20px !important;
  font-size: 24px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_46"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_47"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 22.5px !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_p_48"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 27px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_span_124"] {
  font-size: 27px !important;
  font-family: Calibri !important;
  color: rgb(100, 116, 139) !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(247, 169, 43) !important;
  color: white !important;
  font-weight: 700 !important;
}

[data-ep-id="ep_div_265"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_18"] {
  border-radius: 10px !important;
  height: 70vh !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_section_16"] {
  background-color: rgb(247, 169, 43) !important;
  flex-direction: row !important;
  height: auto !important;
}

[data-ep-id="ep_div_266"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_267"] {
  margin-top: 20px !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_br_13"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_h4_9"] {
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_52"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  background-color: rgb(247, 169, 43) !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_125"] {
  font-family: Calibri !important;
  font-weight: bold !important;
  color: rgb(24, 56, 93) !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
}

[data-ep-id="ep_p_53"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_54"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_126"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_55"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_127"] {
  font-size: 30px !important;
  color: rgb(24, 56, 93) !important;
  font-weight: 700 !important;
  height: auto !important;
}

[data-ep-id="ep_p_59"] {
  margin: 80px 0px 20px !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_60"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  background-color: rgb(247, 169, 43) !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_61"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_62"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_128"] {
  font-size: 23px !important;
  font-family: Calibri !important;
  color: rgb(24, 56, 93) !important;
  height: auto !important;
}

[data-ep-id="ep_p_63"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0in !important;
  text-indent: 0in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_129"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_268"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_130"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_131"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_269"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_132"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_133"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_270"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_134"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_135"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_div_271"] {
  margin-top: 0pt !important;
  margin-bottom: 0pt !important;
  margin-left: 0.25in !important;
  text-indent: -0.25in !important;
  direction: ltr !important;
  unicode-bidi: embed !important;
  word-break: normal !important;
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_136"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_span_137"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(247, 169, 43) !important;
  color: rgb(24, 56, 93) !important;
  font-size: 18px !important;
}

[data-ep-id="ep_div_272"] {
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_img_19"] {
  border-radius: 150px !important;
  height: auto !important;
  margin: 20px 0px !important;
  object-fit: contain !important;
  background-color: rgb(247, 169, 43) !important;
}

[data-ep-id="ep_button_11"] {
  float: right !important;
}

[data-ep-id="ep_button_12"] {
  float: right !important;
}

[data-ep-id="ep_button_13"] {
  float: right !important;
}

[data-ep-id="ep_button_14"] {
  float: right !important;
}

[data-ep-id="ep_p_56"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_57"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_58"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_64"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_65"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_66"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_p_67"] {
  font-size: 23px !important;
  color: rgb(24, 56, 93) !important;
}

[data-ep-id="ep_button_15"] {
  float: right !important;
}

[data-ep-id="ep_button_16"] {
  float: right !important;
}

[data-ep-id="ep_b_3"] {
  font-size: 34px !important;
}

[data-ep-id="ep_b_4"] {
  font-size: 34px !important;
}

[data-ep-id="ep_button_17"] {
  float: right !important;
}

[data-ep-id="ep_button_18"] {
  float: right !important;
}

[data-ep-id="ep_button_19"] {
  float: right !important;
}

[data-ep-id="ep_button_20"] {
  float: right !important;
}

[data-ep-id="ep_button_21"] {
  float: right !important;
}

[data-ep-id="ep_button_22"] {
  float: right !important;
}

[data-ep-id="ep_p_69"] {
  font-size: 9px !important;
}

[data-ep-id="ep_p_70"] {
  font-size: 12px !important;
}

[data-ep-id="ep_p_43"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_44"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_49"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_50"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_p_51"] {
  font-weight: 700 !important;
}

[data-ep-id="ep_button_23"] {
  float: right !important;
}

[data-ep-id="ep_button_24"] {
  float: right !important;
}

[data-ep-id="ep_div_339"] {
  min-height: 32px !important;
}

[data-ep-id="ep_div_340"] {
  min-height: 32px !important;
}

[data-ep-id="ep_span_145"] {
  font-weight: normal !important;
}

[data-ep-id="ep_div_341"] {
  min-height: 32px !important;
}

[data-ep-id="ep_ul_3"] {
  text-align: start !important;
}

[data-ep-id="ep_span_146"] {
  font-weight: bolder !important;
  text-align: left !important;
}

[data-ep-id="ep_span_147"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_148"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_149"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_span_150"] {
  text-align: left !important;
  text-indent: -24px !important;
}

[data-ep-id="ep_button_25"] {
  float: right !important;
}

[data-ep-id="ep_button_26"] {
  float: right !important;
}