@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_div_273"] {
  text-align: center !important;
}

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

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

        .card-image {
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .card-image:hover {
            transform: scale(1.1);
            /* Zoom in effect */
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        }
    
@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_div_273"] {
  text-align: center !important;
}

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

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

        .card-image {
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .card-image:hover {
            transform: scale(1.1);
            /* Zoom in effect */
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        }
    

.appointment-header {
  background-color: #424874 !important;
  color: #f4eeff !important;
}

[data-ep-id="ep_div_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_5"] {
  outline: none !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_6"] {
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  margin-top: 40px !important;
  background-color: rgb(244, 238, 255) !important;
  height: auto !important;
}

[data-ep-id="ep_div_7"] {
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  background-color: rgb(244, 238, 255) !important;
  height: auto !important;
}

[data-ep-id="ep_div_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  width: 100% !important;
  height: auto !important;
}

[data-ep-id="ep_div_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  transition: opacity 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_div_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h1_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_br_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_br_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_p_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_br_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_14"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  height: auto !important;
  width: 45px !important;
}

[data-ep-id="ep_img_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  height: auto !important;
  width: 45px !important;
}

[data-ep-id="ep_img_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  width: 45px !important;
  height: auto !important;
}

[data-ep-id="ep_div_15"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_i_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_7"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_h2_1"] {
  outline: none !important;
  font-weight: 700 !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_16"] {
  outline: none !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_17"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_div_18"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_19"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_2"] {
  color: rgb(244, 238, 255) !important;
  background-color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_10"] {
  font-size: 15px !important;
  margin-left: 7px !important;
  height: auto !important;
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_20"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
  margin: 0px !important;
  padding: 20px !important;
}

[data-ep-id="ep_div_21"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_7"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_22"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_3"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
  width: 131px !important;
}

[data-ep-id="ep_i_11"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_23"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
  padding: 20px !important;
}

[data-ep-id="ep_div_24"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_25"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h3_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_p_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_b_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_26"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h4_1"] {
  color: rgb(68, 76, 116) !important;
  padding: 5px 10px !important;
  background-color: rgb(244, 238, 255) !important;
}

[data-ep-id="ep_b_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_27"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_p_5"] {
  padding-right: 0px !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_1"] {
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_7"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_4"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_12"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_28"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_p_6"] {
  padding-right: 0px !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_2"] {
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_5"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_13"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_29"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_p_7"] {
  padding-right: 0px !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_3"] {
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_7"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_6"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_14"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_button_7"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_15"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_30"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
  padding: 20px !important;
}

[data-ep-id="ep_div_31"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_32"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_8"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_16"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_33"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
  padding: 20px !important;
}

[data-ep-id="ep_div_34"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_35"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_9"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_17"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_36"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
  padding: 20px !important;
}

[data-ep-id="ep_div_37"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_38"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_7"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_13"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_39"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h4_2"] {
  color: rgb(68, 76, 116) !important;
  padding: 5px 10px !important;
  background-color: rgb(244, 238, 255) !important;
}

[data-ep-id="ep_b_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_40"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_p_11"] {
  padding-right: 0px !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_14"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_4"] {
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_15"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_10"] {
  margin-left: 26px !important;
  height: auto !important;
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
}

[data-ep-id="ep_i_18"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_41"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_p_12"] {
  padding-right: 0px !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_16"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_5"] {
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_13"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_17"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_11"] {
  margin-left: 26px !important;
  height: auto !important;
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
}

[data-ep-id="ep_i_19"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_div_42"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_p_13"] {
  padding-right: 0px !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_18"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_6"] {
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_14"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_19"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_12"] {
  margin-left: 26px !important;
  height: auto !important;
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
}

[data-ep-id="ep_i_20"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_button_13"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_21"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_43"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
  padding: 20px !important;
}

[data-ep-id="ep_div_44"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_45"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_14"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_15"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_20"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_14"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_22"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_46"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
}

[data-ep-id="ep_div_47"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_13"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_48"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_15"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_b_16"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_21"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_15"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_i_23"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_49"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_50"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_51"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_52"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_14"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_53"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_54"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h2_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_55"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_form_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_fieldset_1"] {
  display: block !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_56"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_57"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_button_16"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(204, 204, 204) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_fieldset_2"] {
  display: none !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_58"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_7"] {
  margin-right: 15px !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_59"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_60"] {
  display: block !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_61"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  display: none !important;
}

[data-ep-id="ep_label_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_62"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_22"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_23"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_fieldset_3"] {
  display: none !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_63"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_64"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_65"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_66"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_7"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_67"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_textarea_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_68"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_24"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_25"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_10"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_69"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_strong_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_26"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_form_2"] {
  min-height: fit-content !important;
  height: auto !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_13"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_14"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_15"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_16"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_70"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_17"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_input_17"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_71"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_72"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  height: auto !important;
}

[data-ep-id="ep_div_73"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_form_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h3_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_74"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_18"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(73, 80, 87) !important;
  border-color: rgb(66, 72, 116) !important;
  height: 45.7312px !important;
  padding: 0px 8px !important;
  font-size: 14px !important;
  line-height: 17.5px !important;
}

[data-ep-id="ep_div_75"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_19"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(73, 80, 87) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
}

[data-ep-id="ep_div_76"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_20"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_77"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_21"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_78"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_22"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_79"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_textarea_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_80"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_23"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_label_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_24"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_81"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_18"] {
  width: 100% !important;
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_div_82"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_83"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_img_15"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_84"] {
  outline: none !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_85"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_86"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_87"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_88"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_16"] {
  width: 120px !important;
  border-radius: 50% !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_12"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_89"] {
  justify-content: center !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_i_24"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_25"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_26"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_27"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_28"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_p_16"] {
  margin-top: 5px !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_90"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_91"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_92"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_17"] {
  width: 120px !important;
  border-radius: 50% !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_13"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_93"] {
  justify-content: center !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_i_29"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_30"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_31"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_32"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_33"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_p_17"] {
  margin-top: 5px !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_94"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_95"] {
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_96"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_18"] {
  width: 120px !important;
  border-radius: 50% !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h3_14"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_97"] {
  justify-content: center !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_i_34"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_35"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_36"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_37"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_i_38"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_p_18"] {
  margin-top: 5px !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_98"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_99"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_100"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_101"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_img_19"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_div_102"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_103"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
}

[data-ep-id="ep_h3_15"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_p_19"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h4_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_104"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_105"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_106"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h6_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_39"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_107"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h6_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_40"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_108"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h6_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_41"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_109"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_110"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h6_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_42"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_111"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h6_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_43"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_112"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h6_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_44"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_113"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_114"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
  text-align: center !important;
}

[data-ep-id="ep_i_45"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h3_16"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
  text-align: center !important;
}

[data-ep-id="ep_p_20"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-align: center !important;
}

[data-ep-id="ep_div_115"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
  text-align: center !important;
}

[data-ep-id="ep_i_46"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h3_17"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
  text-align: center !important;
}

[data-ep-id="ep_p_21"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-align: center !important;
}

[data-ep-id="ep_div_116"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
  text-align: center !important;
}

[data-ep-id="ep_i_47"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h3_18"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
  text-align: center !important;
}

[data-ep-id="ep_p_22"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-align: center !important;
}

[data-ep-id="ep_div_117"] {
  outline: none !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_118"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_119"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_form_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  height: auto !important;
}

[data-ep-id="ep_h3_19"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_120"] {
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  background-color: rgb(244, 238, 255) !important;
  height: auto !important;
}

[data-ep-id="ep_input_25"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(73, 80, 87) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
}

[data-ep-id="ep_div_121"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_26"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-color: rgb(73, 80, 87) !important;
  border-color: rgb(66, 72, 116) !important;
  height: auto !important;
}

[data-ep-id="ep_div_122"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_27"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_123"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_input_28"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_124"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_textarea_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_125"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_19"] {
  width: 100% !important;
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-color: rgb(255, 255, 255) !important;
  border-color: rgb(66, 72, 116) !important;
  transform: scale(1) !important;
  transition: transform 0.3s !important;
  height: auto !important;
}

[data-ep-id="ep_div_126"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_127"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_h1_2"] {
  color: rgb(68, 76, 116) !important;
  padding: 5px 10px !important;
  background-color: rgb(244, 238, 255) !important;
}

[data-ep-id="ep_div_128"] {
  min-height: 400px !important;
  min-width: 240px !important;
  height: 100% !important;
  position: relative !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  width: 728px !important;
}

[data-ep-id="ep_footer_1"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_129"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_130"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_131"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_132"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_133"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_48"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_134"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_h4_4"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_span_27"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_135"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_136"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_49"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_137"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_h4_5"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_13"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_span_28"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_138"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_139"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_50"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_140"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_h4_6"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_span_29"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_141"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_142"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_143"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_144"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_145"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_14"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_h2_3"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_146"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_23"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_147"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_span_30"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_15"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_51"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_16"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_52"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_17"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_i_53"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_148"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_149"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_150"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_h3_20"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_ul_2"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_8"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_18"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_9"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_19"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_10"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_20"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_11"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_21"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_12"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_22"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_151"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_152"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_153"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_h3_21"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_154"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_24"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_155"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_form_5"] {
  color: rgb(68, 76, 116) !important;
  text-decoration-color: rgb(33, 37, 41) !important;
  border-color: rgb(33, 37, 41) !important;
  background-color: rgb(219, 212, 243) !important;
  height: auto !important;
}

[data-ep-id="ep_input_29"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_button_20"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_i_54"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_156"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_157"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_158"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_159"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_160"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_p_25"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
  text-decoration-color: rgb(135, 135, 135) !important;
  border-color: rgb(135, 135, 135) !important;
  height: auto !important;
}

[data-ep-id="ep_a_23"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_161"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_div_162"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_ul_3"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_13"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_24"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_14"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_25"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_15"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_26"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_16"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_27"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_li_17"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_28"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_script_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_2"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_3"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_4"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_5"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_6"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_7"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_8"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_span_31"] {
  display: none !important;
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_9"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_script_10"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Poppins:wght@700&display=swap");
  
        :root {
  --nav: rgb(196, 29, 0);
  --background: #ffa393;
  --nav-link: rgb(255, 255, 255);
  --nav-link-hover: rgba(255, 255, 255, 0.7);
  --text: #060a26;
}

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

body {
  min-height: 100vh;
  background: var(--background);
  overflow-x: hidden;
}

.col-md {
  margin: 0;
  padding: 0;
}

.row {
  margin: 20px;
}

.navbar {
  background: var(--nav);
}

.navbar-logo {
  padding: 15px;
  color: var(--nav-link);
}

.navbar-logo:hover {
  color: var(--nav-link-hover);
}

.navbar-mainbg {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .services;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: var(--nav-link);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.3s;
  position: relative;
}

#navbarSupportedContent ul li .active-link i {
  color: rgb(0, 0, 0);
}

#navbarSupportedContent ul li:hover a {
  color: var(--nav-link-hover);
}

@media (min-width: 992px) {
  .navbar-expand-custom;
}

.navbar-expand-custom .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand-custom .navbar-toggler {
  display: none;
}

.navbar-expand-custom .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 991px) {
  #navbarSupportedContent ul li a;
}

.main {
  padding: 4rem 2rem;
}

.main-content h1 {
  font-family: "Allerta Stencil", sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.main-content p {
  color: var(--text);
}

@media screen and (min-width: 768px) {
  .main-content h1;
}

.social-container a {
  font-size: 7vw;
}

@media screen and (max-width: 500px) {
  .main-content h1;
}

.c1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.main-btn {
  text-decoration: none;
  background: black;
  color: #fff;
  padding: 7px 15px;
  border: 2px solid black;
  border-radius: 5px;
  transition: all 0.5s;
}

.main-btn:hover {
  border: 2px solid rgb(255, 255, 255);
  color: #ccc;
}

.secondary-btn {
  text-decoration: none;
  color: rgb(52, 52, 52);
  padding: 7px 15px;
  border-radius: 5px;
  border: 2px solid black;
  transition: all 0.5s;
}

.secondary-btn:hover {
  background: rgb(56, 56, 56);
  color: #ccc;
}

.c2 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fade 3s linear infinite;
}

@keyframes fade {
  0%,
          100%;
}

50% {
  transform: translateY(-1.5rem);
}

.top-rating {
  padding: 15px;
  text-align: center;
}

.top-rating img,
        .top-rating span {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  object-fit: cover;
  background: black;
  color: #fff;
  margin-left: -15px;
}

.top-rating span {
  padding: 13px 7px;
  border: 1px solid #fff;
}

.top-star {
  padding-top: 10px;
  font-size: 20px;
  color: var(--nav);
  margin-left: -10px;
}

.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta {
  padding: 15px;
}

.single-cta i {
  color: var(--nav);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.cta-text a {
  color: #fff;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon {
  margin-bottom: 20px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--nav);
}

.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: var(--nav);
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.footer-logo a {
  color: var(--nav);
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--nav);
  padding: 13px 20px;
  border: 1px solid var(--nav);
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: var(--nav);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: var(--nav);
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.about-heading {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 5px;
}

@media screen and (max-width: 900px) {
  .reviews;
}

.review {
  position: relative;
  background: rgba(255, 255, 255, 0.433);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 5px rgba(48, 48, 48, 0.685);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 15px;
  border-radius: 10px;
  border: 1px solid rgba(41, 41, 41, 0.548);
  margin: 5px;
}

.reviews-container h3 {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.review img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.rating i {
  color: var(--nav);
}

.fa-quote-right {
  position: absolute;
  font-size: 50px;
  color: rgba(89, 89, 89, 0.533);
  right: 20px;
  top: 20px;
}

.foods {
  margin: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.food {
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.433);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: inset 0 0 20px #fff;
  box-shadow: 0 0 5px black;
}

.food-details {
  margin-top: 30px;
}

.addtocart {
  background: var(--nav);
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.addtocart:hover {
  box-shadow: 0 0 5px black;
}

.imgx {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.food-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  padding: 5px;
  margin-top: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--nav);
  margin-left: 50%;
  transform: translateX(-50%);
}

.food-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.food-details p b {
  color: rgb(0, 0, 179);
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .card-reviews;
}

@media screen and (max-width: 600px) {
  .food-container;
}

.empty-cart {
  width: 100%;
  background: #fff;
  padding: 40px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.254);
}

.cart-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

fieldset {
  border: none;
}

#cart {
  width: 100%;
  background: rgba(255, 255, 255, 0.433);
  backdrop-filter: blur(5px);
}

table {
  width: 100%;
  text-align: center;
}

tr {
  border-bottom: 1px solid var(--nav);
}

.remove-btn {
  padding: 5px 10px;
  background: red;
  color: #fff;
  border-radius: 5px;
}

.remove-btn:hover {
  box-shadow: 0 0 5px black;
  color: #fff;
}

.total-amount {
  text-align: right;
  padding: 15px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--nav);
  padding: 10px;
}

.cart-box {
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
}

.cart-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.title-price {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
}

.cart-quantity {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cart-quantity-input {
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.plus,
        .minus {
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 3px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.checkout {
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.511);
}

.cart-item-title {
  font-weight: 700;
}

.cart-total {
  text-align: right;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

.contact-form {
  margin: 5px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.btn-x {
  background: var(--nav);
  color: #fff;
}

.btn-x:hover {
  background: rgb(0, 56, 0);
  color: #fff;
}

.place-order {
  background: var(--nav);
  color: #fff;
}

.place-order:hover {
  opacity: 0.9;
  color: #ccc;
}

.map-title {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  background: #fff;
  padding: 10px;
}

/* #location {
  position: relative;
  min-height: 240px;
  min-width: 240px;
  height: 98%;
  margin: 5px;
  border-radius: 10px;
}

*/
  
        #snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 100px;
  font-size: 17px;
}

#snackbar i {
  color: var(--nav);
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from;
}

to {
  right: 0;
  opacity: 0;
}

@keyframes fadein {
  from;
}

@-webkit-keyframes fadeout {
  from;
}

@keyframes fadeout {
  from;
}

.x1 {
  padding: 10%;
}

.x2 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.433);
  backdrop-filter: blur(5px);
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px black;
}

.services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.service {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  margin: 5px;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.service i {
  padding: 20px;
  background: var(--nav);
  border-radius: 50%;
}

input[type="datetime-local"]:not(.has-date):before {
  color: rgb(108, 108, 108);
  content: attr(placeholder);
}

.card-reviews {
  margin: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.card-review {
  text-align: center;
  width: 100%;
  height: 350px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  box-shadow: inset 0 0 25px #cbced1, 0 0 5px rgba(0, 0, 0, 0.3);
}

.card-details {
  margin-top: 30px;
}

.card-reviews-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  padding: 5px;
  margin-top: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--nav);
  margin-left: 50%;
  transform: translateX(-50%);
}

.card-reviews-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.card-details p b {
  color: rgb(0, 0, 179);
  font-weight: 700;
}

[data-ep-id="ep_i_1"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(164, 179, 227) !important;
}

[data-ep-id="ep_div_13"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_a_10"] {
  background-color: rgb(219, 212, 243) !important;
  color: rgb(68, 76, 116) !important;
}

[data-ep-id="ep_a_11"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_163"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_div_164"] {
  background-color: rgb(244, 238, 255) !important;
  color: rgb(66, 72, 116) !important;
  border-color: rgb(66, 72, 116) !important;
}

[data-ep-id="ep_a_29"] {
  padding: 5px 10px !important;
  background-color: rgb(66, 72, 116) !important;
  color: rgb(244, 238, 255) !important;
  text-decoration-line: none !important;
  width: 39% !important;
  text-align: center !important;
}

[data-ep-id="ep_a_30"] {
  padding: 5px 10px !important;
  background-color: rgb(169, 184, 229) !important;
  color: rgb(66, 72, 116) !important;
  text-decoration-line: none !important;
  width: 30% !important;
  text-align: center !important;
}

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

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

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