.sec-label {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2388c2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.sec-abt-banner {
  background: linear-gradient(120deg, #e0f4fc 0%, #edeaf8 100%);
  overflow: hidden;
}

.abt-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .abt-banner-inner {
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-height: 560px;
    padding-block: 0;
  }
}

.abt-banner-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .abt-banner-content {
    width: 55%;
    padding-block: 4rem;
  }
}

.abt-banner-heading {
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15;
  color: #181818;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (min-width: 768px) {
  .abt-banner-heading {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .abt-banner-heading {
    font-size: 3.4375rem;
  }
}

.abt-banner-body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  color: #181818;
  margin: 0;
  max-width: 54ch;
}

.abt-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 1.75rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .abt-banner-cta {
    height: 60px;
    font-size: 1.125rem;
    padding: 0 2rem;
  }
}
.abt-banner-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}

.abt-banner-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .abt-banner-media {
    width: 45%;
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }
}

.abt-banner-img {
  display: block;
  width: auto;
  max-width: min(380px, 85vw);
  height: auto;
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(35, 136, 194, 0.14));
}
@media (min-width: 992px) {
  .abt-banner-img {
    max-height: 520px;
  }
}

.sec-abt-about {
  background-color: #ffffff;
  padding-block: 5rem;
}

.abt-about-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .abt-about-inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}

@media (min-width: 992px) {
  .abt-about-content {
    flex: 1;
  }
}

.abt-about-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .abt-about-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .abt-about-heading {
    font-size: 2.8125rem;
  }
}

.abt-about-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9;
  color: #1a1a2e;
}
.abt-about-body p {
  margin: 0 0 1.25rem;
}
.abt-about-body p:last-child {
  margin-bottom: 0;
}
.abt-about-body h1,
.abt-about-body h2,
.abt-about-body h3,
.abt-about-body h4,
.abt-about-body h5,
.abt-about-body h6 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .abt-about-media {
    width: 46%;
    flex-shrink: 0;
  }
}

.abt-about-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 12px 40px rgba(35, 136, 194, 0.1);
}

.sec-abt-services {
  background-color: #2388c2;
  overflow: hidden;
}

.abt-services-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .abt-services-inner {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding-block: 4rem;
  }
}

.abt-services-media {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .abt-services-media {
    width: 44%;
  }
}

.abt-services-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .abt-services-content {
    flex: 1;
  }
}

.abt-services-heading {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .abt-services-heading {
    font-size: 2.5rem;
  }
}

.abt-services-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.abt-services-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
}
.abt-services-item::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpolygon points='0,0 4,3 0,6' fill='%232388c2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 8px;
  margin-top: 2px;
  flex-shrink: 0;
}

.sec-abt-meet {
  background-color: #ffffff;
  padding-block: 5rem;
}

.abt-meet-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1000px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .abt-meet-inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}

.abt-meet-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .abt-meet-profile {
    width: 300px;
    flex-shrink: 0;
  }
}

.abt-meet-photo {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .abt-meet-photo {
    width: 240px;
    height: 240px;
  }
}

.abt-meet-name {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.15;
}
@media (min-width: 992px) {
  .abt-meet-name {
    font-size: 2.5rem;
  }
}

.abt-meet-role {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2388c2;
  margin: 0.25rem 0 0;
}

.abt-meet-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0.5rem 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
}

.abt-meet-since {
  color: #6b7280;
}

.abt-meet-sep {
  color: #6b7280;
  margin: 0 0.25rem;
}

.abt-meet-phone {
  color: #6b7280;
  text-decoration: none;
}
.abt-meet-phone:hover {
  color: #2388c2;
}

@media (min-width: 992px) {
  .abt-meet-content {
    flex: 1;
  }
}

.abt-meet-story {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9;
  color: #1a1a2e;
}
.abt-meet-story p {
  margin: 0 0 1.25rem;
}
.abt-meet-story p:last-child {
  margin-bottom: 2rem;
}

.abt-meet-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.abt-meet-stat {
  flex: 1;
  min-width: 100px;
  background-color: #2388c2;
  border-radius: 12px;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
}

.abt-stat-value {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}

.abt-stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.4;
  margin-top: 0.25rem;
}

.sec-abt-company {
  background-color: #f4f8fb;
  padding-block: 5rem;
}

.abt-company-header {
  text-align: center;
  margin-bottom: 3rem;
}
.abt-company-header .sec-label {
  display: block;
}

.abt-company-heading {
  font-family: "Marcellus", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 1.25rem;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .abt-company-heading {
    font-size: 3rem;
  }
}

.abt-company-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #6b7280;
  margin: 0 auto;
  max-width: 68ch;
}

.abt-company-notes {
  font-size: 0.9em;
  opacity: 0.65;
  border-top: #e5e7eb 1px solid;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.abt-company-stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .abt-company-stats {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.abt-company-stat {
  flex: 1;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2rem;
}

.abt-cstat-value {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #2388c2;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.abt-cstat-label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.75rem;
}

.abt-cstat-desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

.sec-abt-certs {
  background-color: #ffffff;
  padding-block: 5rem;
}

.abt-certs-header {
  text-align: center;
  margin-bottom: 3rem;
}

.abt-certs-heading {
  font-family: "Marcellus", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 1.25rem;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .abt-certs-heading {
    font-size: 3rem;
  }
}

.abt-certs-intro {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #6b7280;
  margin: 0 auto;
  max-width: 64ch;
}

.abt-certs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .abt-certs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.abt-cert-card {
  background-color: #f4f8fb;
  border-radius: 20px;
  padding: 2rem;
}

.abt-cert-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2388c2;
  margin: 0 0 0.5rem;
}

.abt-cert-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 1rem;
}

.abt-cert-body {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.8;
}
.abt-cert-body p {
  margin: 0 0 0.5rem;
}
.abt-cert-body p:last-child {
  margin: 0;
}

.sec-abt-cta {
  background-color: #2388c2;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .sec-abt-cta {
    padding-block: 4rem;
  }
}

.abt-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .abt-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
  }
}

@media (min-width: 992px) {
  .abt-cta-content {
    flex: 1;
  }
}

.abt-cta-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .abt-cta-heading {
    font-size: 2.5rem;
  }
}

.abt-cta-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  margin: 0;
  max-width: 52ch;
}

.abt-cta-action {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-shrink: 0;
}

.abt-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.abt-cta-call {
  display: inline-flex;
  align-items: center;
  height: 54px;
  padding: 0 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color all 0.2s ease, border-color all 0.2s ease;
}
@media (min-width: 992px) {
  .abt-cta-call {
    height: 60px;
    font-size: 1.125rem;
  }
}
.abt-cta-call:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

.abt-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 1.5rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .abt-cta-btn {
    height: 60px;
    font-size: 1.125rem;
    padding: 0 2rem;
  }
}
.abt-cta-btn:hover {
  background-color: #1e9430;
  color: #ffffff;
}

.abt-cta-hours {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.sec-abt-contact {
  background-color: #f4f8fb;
  padding-block: 5rem;
}

.abt-contact-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .abt-contact-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }
}

@media (min-width: 992px) {
  .abt-contact-info {
    width: 42%;
    flex-shrink: 0;
  }
}

.abt-contact-heading {
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0.75rem 0 1rem;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .abt-contact-heading {
    font-size: 2.5rem;
  }
}

.abt-contact-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.8;
  margin: 0 0 2rem;
}

.abt-contact-details {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.abt-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.5;
}

.abt-contact-text {
  color: #1a1a2e;
  text-decoration: none;
}
.abt-contact-text a, .abt-contact-text[href] {
  color: #1a1a2e;
  text-decoration: none;
}
.abt-contact-text a:hover, .abt-contact-text[href]:hover {
  color: #2388c2;
}

a.abt-contact-text {
  color: #1a1a2e;
  text-decoration: none;
}
a.abt-contact-text:hover {
  color: #2388c2;
}

.abt-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(35, 136, 194, 0.1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abt-contact-icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #2388c2;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}

.abt-contact-icon--address::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M11.54 22.351l.07.04.028.016a.76.76 0 00.723 0l.028-.015.071-.041a16.975 16.975 0 001.144-.742 19.58 19.58 0 002.683-2.282c1.944-2.013 3.5-4.653 3.5-8.327a8.25 8.25 0 00-16.5 0c0 3.674 1.556 6.314 3.5 8.327a19.58 19.58 0 002.683 2.282 16.975 16.975 0 001.144.742zM12 13.5a3 3 0 100-6 3 3 0 000 6z' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M11.54 22.351l.07.04.028.016a.76.76 0 00.723 0l.028-.015.071-.041a16.975 16.975 0 001.144-.742 19.58 19.58 0 002.683-2.282c1.944-2.013 3.5-4.653 3.5-8.327a8.25 8.25 0 00-16.5 0c0 3.674 1.556 6.314 3.5 8.327a19.58 19.58 0 002.683 2.282 16.975 16.975 0 001.144.742zM12 13.5a3 3 0 100-6 3 3 0 000 6z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.abt-contact-icon--email::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z'/%3E%3Cpath d='M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M1.5 8.67v8.58a3 3 0 003 3h15a3 3 0 003-3V8.67l-8.928 5.493a3 3 0 01-3.144 0L1.5 8.67z'/%3E%3Cpath d='M22.5 6.908V6.75a3 3 0 00-3-3h-15a3 3 0 00-3 3v.158l9.714 5.978a1.5 1.5 0 001.572 0L22.5 6.908z'/%3E%3C/svg%3E");
}

.abt-contact-icon--whatsapp::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

.abt-contact-icon--hours::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 6a.75.75 0 00-1.5 0v6c0 .414.336.75.75.75h4.5a.75.75 0 000-1.5h-3.75V6z' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zM12.75 6a.75.75 0 00-1.5 0v6c0 .414.336.75.75.75h4.5a.75.75 0 000-1.5h-3.75V6z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.abt-contact-map {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
}
.abt-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

.sec-abt-expect {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 8rem;
}

.abt-expect-header {
  text-align: center;
  margin-bottom: 3rem;
}

.abt-expect-heading {
  font-family: "Marcellus", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .abt-expect-heading {
    font-size: 3rem;
  }
}

.abt-expect-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .abt-expect-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.abt-expect-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
}

.abt-expect-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #2388c2;
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.abt-expect-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 0.75rem;
}

.abt-expect-body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}

/*# sourceMappingURL=about.css.map */
