
/* Static-hosting base (Shopify-independent) */
html{scroll-behavior:smooth;}
body.act-static-site{margin:0;overflow-x:hidden;background:#fff;color:#26384b;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;}
body.act-static-site img{max-width:100%;}
body.act-static-site a{color:inherit;}
body.act-static-site button,body.act-static-site input,body.act-static-site textarea,body.act-static-site select{font:inherit;}
.act-header__brand.act-image-missing::after{content:'ACT Tax Services Inc.';color:#071f3d;font-family:Georgia,'Times New Roman',serif;font-size:20px;letter-spacing:.02em;white-space:nowrap;}
.act-footer__brand-link.act-image-missing::after{content:'ACT Tax Services Inc.';color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:24px;letter-spacing:.02em;}
.act-hero__photo-wrap.act-image-missing{background:linear-gradient(145deg,#eef1f3,#cfd5da 48%,#8693a0 100%);}
.act-leadership__media.act-image-missing,.act-leadership__image-wrap.act-image-missing{background:linear-gradient(145deg,#f1f3f4,#c9d0d6);}


html {
  scroll-behavior: smooth !important;
}

#act-services,
#act-business,
#act-industries,
#act-team,
#act-resources,
#act-about,
#act-contact {
  scroll-margin-top: 90px;
}

#ACTHeader-act_header_9QCmWj {
  --navy: #071f3d;
  --gold: #c6903b;
  --text: #0a1b2f;
  --bg: #ffffff;

  width: 100%;
  position: relative;
  z-index: 50;

  background: var(--bg);

  border-bottom:
    1px solid
    rgba(7,31,61,.07);
}

#ACTHeader-act_header_9QCmWj * {
  box-sizing: border-box;
}


#ACTHeader-act_header_9QCmWj .act-header__inner {
  width: min(
    calc(100% - 64px),
    1400px
  );

  min-height: 78px;

  margin: 0 auto;

  display: flex;
  align-items: center;

  gap: 35px;
}


/* =========================================================
   BRAND
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__brand {
  display: flex;
  align-items: center;

  gap: 14px;

  flex-shrink: 0;

  text-decoration: none;
}


#ACTHeader-act_header_9QCmWj .act-header__logo {
  width: auto;
  max-width: 320px;
  max-height: 56px;

  display: block;

  object-fit: contain;
}


#ACTHeader-act_header_9QCmWj .act-header__monogram {
  width: 50px;
  height: 50px;

  display: grid;
  place-items: center;

  background: var(--navy);

  color: var(--gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  letter-spacing: .08em;
}


#ACTHeader-act_header_9QCmWj .act-header__brand-copy {
  display: flex;
  flex-direction: column;
}


#ACTHeader-act_header_9QCmWj .act-header__company {
  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.1;
}


#ACTHeader-act_header_9QCmWj .act-header__tagline {
  margin-top: 5px;

  color: var(--navy);

  opacity: .68;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 7px;

  font-weight: 600;

  letter-spacing: .22em;

  text-transform: uppercase;
}


/* =========================================================
   NAV
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__nav {
  margin-left: auto;
}


#ACTHeader-act_header_9QCmWj .act-header__nav-list {
  margin: 0;
  padding: 0;

  list-style: none;

  display: flex;
  align-items: center;

  gap: 24px;
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link {
  position: relative;

  display: inline-flex;
  align-items: center;

  min-height: 70px;

  color: var(--text);

  text-decoration: none;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 600;

  transition:
    color .2s ease;
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 12px;

  width: 0;
  height: 2px;

  transform: translateX(-50%);

  background: var(--gold);

  transition:
    width .25s
    cubic-bezier(.22,.61,.36,1);
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link:hover {
  color: var(--navy);
}


#ACTHeader-act_header_9QCmWj .act-header__nav-link:hover::after {
  width: 100%;
}


/* first link active */

#ACTHeader-act_header_9QCmWj
.act-header__nav-list li:first-child
.act-header__nav-link::after {
  width: 100%;
}


/* =========================================================
   PORTAL BUTTON
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__portal {
  margin-left: 10px;

  min-height: 48px;

  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  background: var(--navy);

  border: 1px solid var(--navy);

  color: #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 700;

  text-decoration: none;

  flex-shrink: 0;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}


#ACTHeader-act_header_9QCmWj .act-header__portal:hover {
  transform: translateY(-1px);

  box-shadow:
    0 10px 24px
    rgba(7,31,61,.14);
}


/* =========================================================
   MOBILE BUTTON
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__mobile-toggle {
  display: none;

  width: 44px;
  height: 44px;

  padding: 0;

  margin-left: auto;

  border: none;

  background: transparent;

  cursor: pointer;
}


#ACTHeader-act_header_9QCmWj .act-header__hamburger {
  position: relative;

  width: 24px;
  height: 16px;

  margin: auto;
}


#ACTHeader-act_header_9QCmWj .act-header__hamburger span {
  position: absolute;

  left: 0;

  width: 100%;
  height: 2px;

  background: var(--navy);

  transition: .25s ease;
}


#ACTHeader-act_header_9QCmWj
.act-header__hamburger span:nth-child(1) {
  top: 0;
}


#ACTHeader-act_header_9QCmWj
.act-header__hamburger span:nth-child(2) {
  top: 7px;
}


#ACTHeader-act_header_9QCmWj
.act-header__hamburger span:nth-child(3) {
  top: 14px;
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__hamburger span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__hamburger span:nth-child(2) {
  opacity: 0;
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__hamburger span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}


/* =========================================================
   MOBILE PANEL
========================================================= */

#ACTHeader-act_header_9QCmWj .act-header__mobile-panel {
  max-height: 0;

  overflow: hidden;

  background: #ffffff;

  transition:
    max-height .35s
    cubic-bezier(.22,.61,.36,1);
}


#ACTHeader-act_header_9QCmWj.is-open
.act-header__mobile-panel {
  max-height: 650px;

  border-top:
    1px solid
    rgba(7,31,61,.07);
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-inner {
  width: calc(100% - 40px);

  margin: 0 auto;

  padding: 20px 0 25px;
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-list {
  list-style: none;

  margin: 0;
  padding: 0;
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-link {
  display: block;

  padding: 15px 0;

  color: var(--navy);

  text-decoration: none;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  font-weight: 600;

  border-bottom:
    1px solid
    rgba(7,31,61,.06);
}


#ACTHeader-act_header_9QCmWj .act-header__mobile-portal {
  margin-top: 18px;

  width: 100%;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 1180px) {

  #ACTHeader-act_header_9QCmWj .act-header__nav-list {
    gap: 16px;
  }

  #ACTHeader-act_header_9QCmWj .act-header__nav-link {
    font-size: 10px;
  }

}


@media screen and (max-width: 980px) {

  #ACTHeader-act_header_9QCmWj .act-header__nav,
  #ACTHeader-act_header_9QCmWj .act-header__portal--desktop {
    display: none;
  }


  #ACTHeader-act_header_9QCmWj .act-header__mobile-toggle {
    display: block;
  }

}


@media screen and (max-width: 600px) {

  #ACTHeader-act_header_9QCmWj .act-header__inner {
    width: calc(100% - 28px);

    min-height: 70px;
  }


  #ACTHeader-act_header_9QCmWj .act-header__monogram {
    width: 44px;
    height: 44px;

    font-size: 14px;
  }


  #ACTHeader-act_header_9QCmWj .act-header__company {
    font-size: 13px;
  }


  #ACTHeader-act_header_9QCmWj .act-header__tagline {
    font-size: 6px;

    letter-spacing: .16em;
  }

}





#ACTServicesHero-act_services_hero_bpFYhU {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #26384b;
  --soft: #f4f6f8;

  position: relative;
  width: 100%;
  overflow: hidden;

  background:
    linear-gradient(
      110deg,
      #ffffff 0%,
      #ffffff 48%,
      #f6f8fa 100%
    );
}

#ACTServicesHero-act_services_hero_bpFYhU * {
  box-sizing: border-box;
}


/* =========================================================
   DECORATION
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU::before {
  content: "";

  position: absolute;

  width: 520px;
  height: 520px;

  right: -260px;
  top: -250px;

  border-radius: 50%;

  border:
    1px solid
    rgba(7,31,61,.045);

  pointer-events: none;
}


#ACTServicesHero-act_services_hero_bpFYhU::after {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  right: -110px;
  top: -140px;

  border-radius: 50%;

  border:
    1px solid
    rgba(197,138,50,.09);

  pointer-events: none;
}


/* =========================================================
   INNER
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__inner {
  position: relative;
  z-index: 2;

  width: min(
    calc(100% - 64px),
    1500px
  );

  min-height:
    620px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(420px, .85fr);

  gap: 85px;

  align-items: center;

  padding:
    80px
    0;
}


/* =========================================================
   BREADCRUMB
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__breadcrumb {
  margin-bottom: 30px;

  display: flex;

  align-items: center;

  gap: 10px;

  color:
    rgba(7,31,61,.5);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .11em;

  text-transform: uppercase;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__breadcrumb a {
  color: inherit;

  text-decoration: none;

  transition:
    color .2s ease;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__breadcrumb a:hover {
  color: var(--gold);
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__breadcrumb span {
  color: var(--gold);
}


/* =========================================================
   EYEBROW
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__eyebrow {
  margin-bottom: 15px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .17em;

  text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__title {
  max-width: 760px;

  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    68px;

  font-weight: 400;

  line-height: .98;

  letter-spacing: -.035em;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__title span {
  display: block;

  margin-top: 8px;

  color: var(--gold);
}


/* =========================================================
   DESCRIPTION
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__description {
  max-width: 650px;

  margin-top: 27px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size:
    15px;

  line-height: 1.7;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__description p {
  margin: 0;
}


/* =========================================================
   CTA
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__actions {
  margin-top: 34px;

  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__button {
  min-height: 52px;

  padding: 0 23px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 15px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  text-decoration: none;

  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__button--primary {
  color: #ffffff;

  background: var(--navy);

  border:
    1px solid
    var(--navy);
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__button--primary:hover {
  transform: translateY(-2px);

  background: #0b2d55;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__button--secondary {
  color: var(--navy);

  background: transparent;

  border:
    1px solid
    rgba(7,31,61,.22);
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__button--secondary:hover {
  transform: translateY(-2px);

  color: var(--gold);

  border-color: var(--gold);
}


/* =========================================================
   RIGHT PANEL
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel {
  position: relative;

  padding:
    34px
    35px
    31px;

  background:
    linear-gradient(
      145deg,
      #061d39 0%,
      #092c52 100%
    );

  box-shadow:
    0 28px 60px
    rgba(7,31,61,.13);
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 3px;
  height: 100%;

  background: var(--gold);
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel-label {
  margin-bottom: 8px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .15em;

  text-transform: uppercase;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel-title {
  margin-bottom: 27px;

  color: #ffffff;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 27px;

  font-weight: 400;

  line-height: 1.12;
}


/* =========================================================
   SERVICE LINKS
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__service {
  position: relative;

  min-height: 68px;

  padding:
    16px
    0;

  display: grid;

  grid-template-columns:
    36px
    1fr
    auto;

  gap: 15px;

  align-items: center;

  color: #ffffff;

  text-decoration: none;

  border-top:
    1px solid
    rgba(255,255,255,.11);

  transition:
    padding-left .25s ease,
    border-color .25s ease;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__service:last-child {
  border-bottom:
    1px solid
    rgba(255,255,255,.11);
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__service:hover {
  padding-left: 8px;

  border-color:
    rgba(197,138,50,.45);
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__service-number {
  color: var(--gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 15px;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__service-name {
  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .01em;
}


#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__service-arrow {
  color: var(--gold);

  font-size: 17px;

  transition:
    transform .25s ease;
}


#ACTServicesHero-act_services_hero_bpFYhU
.act-services-hero__service:hover
.act-services-hero__service-arrow {
  transform: translateX(5px);
}


/* =========================================================
   PANEL FOOTER
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel-footer {
  margin-top: 24px;

  color:
    rgba(255,255,255,.57);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  line-height: 1.6;
}


/* =========================================================
   REVEAL
========================================================= */

#ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__reveal {
  opacity: 0;

  transform: translateY(22px);

  transition:
    opacity .7s ease,
    transform .8s
    cubic-bezier(.16,1,.3,1);
}


#ACTServicesHero-act_services_hero_bpFYhU
.act-services-hero__reveal.is-visible {
  opacity: 1;

  transform: translateY(0);
}


#ACTServicesHero-act_services_hero_bpFYhU
.act-services-hero__panel {
  transition-delay: .12s;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1000px) {

  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__inner {
    grid-template-columns: 1fr;

    gap: 50px;

    min-height: 0;
  }

  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel {
    max-width: 700px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 620px) {

  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__inner {
    width:
      calc(100% - 36px);

    padding:
      55px
      0
      65px;
  }


  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__breadcrumb {
    margin-bottom: 24px;
  }


  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__title {
    font-size:
      clamp(
        43px,
        12vw,
        58px
      );
  }


  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__description {
    font-size: 14px;
  }


  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__actions {
    flex-direction: column;
  }


  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__button {
    width: 100%;
  }


  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel {
    padding:
      29px
      22px
      25px;
  }


  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__panel-title {
    font-size: 24px;
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTServicesHero-act_services_hero_bpFYhU .act-services-hero__reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }

}





#ACTServiceDetails-act_service_details_qGfBBE {
  --navy: #071F3D;
  --gold: #C58A32;
  --text: #26384B;
  --soft: #F3F5F6;

  width: 100%;
  background: #ffffff;

  padding:
    95px
    0
    100px;
}

#ACTServiceDetails-act_service_details_qGfBBE * {
  box-sizing: border-box;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service-details__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;
}


/* =========================================================
   INTRO
========================================================= */

#ACTServiceDetails-act_service_details_qGfBBE .act-service-details__intro {
  max-width: 720px;
  margin: 0 auto 80px;

  text-align: center;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service-details__eyebrow {
  margin-bottom: 13px;

  color: var(--gold);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: .16em;
  text-transform: uppercase;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service-details__heading {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 50px;
  font-weight: 400;

  line-height: 1.02;
  letter-spacing: -.025em;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service-details__heading span {
  color: var(--gold);
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service-details__intro-text {
  max-width: 600px;

  margin: 18px auto 0;

  color: var(--text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

  line-height: 1.7;
}


/* =========================================================
   SERVICE ROW
========================================================= */

#ACTServiceDetails-act_service_details_qGfBBE .act-service {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, .95fr)
    minmax(0, 1.05fr);

  gap: 85px;

  align-items: center;

  min-height: 480px;

  padding: 72px 0;

  border-top:
    1px solid
    rgba(7,31,61,.08);
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service:last-child {
  border-bottom:
    1px solid
    rgba(7,31,61,.08);
}


/* alternate */

#ACTServiceDetails-act_service_details_qGfBBE
.act-service:nth-child(even)
.act-service__visual {
  order: 2;
}

#ACTServiceDetails-act_service_details_qGfBBE
.act-service:nth-child(even)
.act-service__content {
  order: 1;
}


/* =========================================================
   VISUAL PANEL
========================================================= */

#ACTServiceDetails-act_service_details_qGfBBE .act-service__visual {
  position: relative;

  min-height: 370px;

  display: flex;

  align-items: center;
  justify-content: center;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f5f7f8 0%,
      #edf2f5 100%
    );
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__visual::before {
  content: "";

  position: absolute;

  width: 330px;
  height: 330px;

  border-radius: 50%;

  border:
    1px solid
    rgba(7,31,61,.05);
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__visual::after {
  content: "";

  position: absolute;

  width: 230px;
  height: 230px;

  border-radius: 50%;

  border:
    1px solid
    rgba(197,138,50,.13);
}


/* number */

#ACTServiceDetails-act_service_details_qGfBBE .act-service__big-number {
  position: relative;
  z-index: 2;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 125px;
  font-weight: 400;

  line-height: 1;

  opacity: .95;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__big-number span {
  color: var(--gold);
}


/* label */

#ACTServiceDetails-act_service_details_qGfBBE .act-service__visual-label {
  position: absolute;

  left: 30px;
  bottom: 27px;

  z-index: 3;

  color:
    rgba(7,31,61,.55);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .15em;

  text-transform: uppercase;
}


/* =========================================================
   CONTENT
========================================================= */

#ACTServiceDetails-act_service_details_qGfBBE .act-service__content {
  max-width: 590px;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__small-number {
  margin-bottom: 14px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__title {
  margin: 0;

  color: var(--navy);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 46px;
  font-weight: 400;

  line-height: 1.05;

  letter-spacing: -.025em;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__description {
  margin-top: 22px;

  color: var(--text);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 14px;

  line-height: 1.72;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__description p {
  margin-top: 0;
}


/* =========================================================
   POINTS
========================================================= */

#ACTServiceDetails-act_service_details_qGfBBE .act-service__points {
  margin-top: 27px;

  display: grid;

  gap: 12px;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__point {
  display: grid;

  grid-template-columns:
    20px
    1fr;

  gap: 10px;

  align-items: start;

  color: var(--navy);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  line-height: 1.45;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__point-icon {
  color: var(--gold);

  font-size: 12px;

  padding-top: 1px;
}


/* =========================================================
   BUTTON
========================================================= */

#ACTServiceDetails-act_service_details_qGfBBE .act-service__button {
  width: fit-content;

  min-height: 49px;

  margin-top: 31px;

  padding: 0 21px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  color: var(--navy);

  border:
    1px solid
    rgba(7,31,61,.25);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;
  font-weight: 700;

  text-decoration: none;

  transition:
    color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

#ACTServiceDetails-act_service_details_qGfBBE .act-service__button:hover {
  color: var(--gold);

  border-color: var(--gold);

  transform: translateY(-2px);
}


/* =========================================================
   REVEAL
========================================================= */

#ACTServiceDetails-act_service_details_qGfBBE .act-service-reveal {
  opacity: 0;

  transform: translateY(28px);

  transition:
    opacity .75s ease,
    transform .8s
    cubic-bezier(.16,1,.3,1);
}

#ACTServiceDetails-act_service_details_qGfBBE
.act-service-reveal.is-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 980px) {

  #ACTServiceDetails-act_service_details_qGfBBE .act-service {
    gap: 45px;

    grid-template-columns:
      minmax(0, .8fr)
      minmax(0, 1.2fr);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 720px) {

  #ACTServiceDetails-act_service_details_qGfBBE {
    padding:
      70px
      0;
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service-details__inner {
    width:
      calc(100% - 32px);
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service-details__intro {
    margin-bottom: 45px;
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service-details__heading {
    font-size:
      clamp(
        39px,
        11vw,
        50px
      );
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service {
    min-height: 0;

    padding:
      45px
      0;

    display: flex;

    flex-direction: column;

    gap: 35px;
  }


  #ACTServiceDetails-act_service_details_qGfBBE
  .act-service:nth-child(even)
  .act-service__visual {
    order: 1;
  }


  #ACTServiceDetails-act_service_details_qGfBBE
  .act-service:nth-child(even)
  .act-service__content {
    order: 2;
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service__visual {
    order: 1;

    width: 100%;

    min-height: 270px;
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service__content {
    order: 2;

    width: 100%;
    max-width: none;
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service__big-number {
    font-size: 90px;
  }


  #ACTServiceDetails-act_service_details_qGfBBE .act-service__title {
    font-size:
      clamp(
        35px,
        9vw,
        44px
      );
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTServiceDetails-act_service_details_qGfBBE .act-service-reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }

}





#ACTFinalCTA-act_final_cta_exDw7z {
  --navy: #071f3d;
  --gold: #c58a32;
  --text: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;

  padding:
    85px
    0
    85px;

  background:
    linear-gradient(
      120deg,
      #061d39 0%,
      #082a50 58%,
      #0b355f 100%
    );

  color: #ffffff;
}

#ACTFinalCTA-act_final_cta_exDw7z * {
  box-sizing: border-box;
}


/* DECORATIVE CIRCLES */

#ACTFinalCTA-act_final_cta_exDw7z::before {
  content: "";

  position: absolute;

  width: 600px;
  height: 600px;

  right: -260px;
  top: -360px;

  border-radius: 50%;

  border:
    1px solid
    rgba(255,255,255,.06);

  pointer-events: none;
}

#ACTFinalCTA-act_final_cta_exDw7z::after {
  content: "";

  position: absolute;

  width: 390px;
  height: 390px;

  right: -150px;
  top: -245px;

  border-radius: 50%;

  border:
    1px solid
    rgba(197,138,50,.12);

  pointer-events: none;
}


/* WRAPPER */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__inner {
  position: relative;
  z-index: 2;

  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  gap: 80px;

  align-items: center;
}


/* CONTENT */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__eyebrow {
  margin-bottom: 14px;

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__title {
  max-width: 780px;

  margin: 0;

  color: #ffffff;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 54px;

  font-weight: 400;

  line-height: 1.02;

  letter-spacing: -.025em;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__title span {
  color: var(--gold);
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__text {
  max-width: 720px;

  margin-top: 20px;

  color:
    rgba(255,255,255,.72);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 15px;

  line-height: 1.7;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__text p {
  margin: 0;
}


/* ACTIONS */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__actions {
  min-width: 275px;

  display: flex;

  flex-direction: column;

  gap: 12px;
}


#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button {
  min-height: 55px;

  padding: 0 25px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  font-weight: 700;

  text-decoration: none;

  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease;
}


/* PRIMARY */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--primary {
  background: var(--gold);

  border: 1px solid var(--gold);

  color: var(--navy);
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--primary:hover {
  transform: translateY(-2px);

  background: #d59a40;
}


/* SECONDARY */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--secondary {
  background: transparent;

  border:
    1px solid
    rgba(255,255,255,.35);

  color: #ffffff;
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__button--secondary:hover {
  transform: translateY(-2px);

  border-color: var(--gold);

  color: var(--gold);
}


/* SMALL TRUST LINE */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__trust {
  margin-top: 25px;

  display: flex;
  flex-wrap: wrap;

  gap: 18px;

  color:
    rgba(255,255,255,.54);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  letter-spacing: .03em;
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__trust span {
  display: inline-flex;

  align-items: center;

  gap: 7px;
}

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__trust i {
  color: var(--gold);

  font-style: normal;
}


/* SCROLL REVEAL */

#ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__reveal {
  opacity: 0;

  transform: translateY(24px);

  transition:
    opacity .75s ease,
    transform .8s
    cubic-bezier(.16,1,.3,1);
}

#ACTFinalCTA-act_final_cta_exDw7z
.act-final-cta__reveal.is-visible {
  opacity: 1;

  transform: translateY(0);
}

#ACTFinalCTA-act_final_cta_exDw7z
.act-final-cta__actions {
  transition-delay: .12s;
}


/* TABLET */

@media screen and (max-width: 900px) {

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__inner {
    grid-template-columns: 1fr;

    gap: 38px;
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__actions {
    width: 100%;
    max-width: 420px;
  }

}


/* MOBILE */

@media screen and (max-width: 620px) {

  #ACTFinalCTA-act_final_cta_exDw7z {
    padding:
      70px
      0;
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__inner {
    width:
      calc(100% - 36px);
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__title {
    font-size:
      clamp(
        40px,
        11vw,
        52px
      );
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__text {
    font-size: 14px;
  }

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__actions {
    max-width: none;
  }

}


@media (prefers-reduced-motion: reduce) {

  #ACTFinalCTA-act_final_cta_exDw7z .act-final-cta__reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }

}





#ACTFooter-act_footer_ABKHgT {
  --navy: #071f3d;
  --navy-soft: #0b294d;
  --gold: #c58a32;
  --text: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;

  background: var(--navy);
  color: #ffffff;
}

#ACTFooter-act_footer_ABKHgT * {
  box-sizing: border-box;
}


/* =========================================================
   GOLD TOP ACCENT
========================================================= */

#ACTFooter-act_footer_ABKHgT::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 100%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--gold) 25%,
      var(--gold) 75%,
      transparent
    );
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__inner {
  width: min(
    calc(100% - 64px),
    1500px
  );

  margin: 0 auto;

  padding:
    80px
    0
    50px;
}


/* =========================================================
   GRID
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__grid {
  display: grid;

  grid-template-columns:
    1.4fr
    .85fr
    .85fr
    1fr;

  gap: 65px;
}


/* =========================================================
   BRAND
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__brand-link {
  display: inline-flex;

  align-items: center;

  gap: 14px;

  color: #ffffff;

  text-decoration: none;
}


#ACTFooter-act_footer_ABKHgT .act-footer__logo {
  display: block;

  width: auto;

  max-width:
    320px;

  max-height: 64px;

  object-fit: contain;
}


#ACTFooter-act_footer_ABKHgT .act-footer__monogram {
  width: 54px;
  height: 54px;

  display: grid;
  place-items: center;

  border:
    1px solid
    rgba(197,138,50,.65);

  color: var(--gold);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  letter-spacing: .07em;
}


#ACTFooter-act_footer_ABKHgT .act-footer__company {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 19px;

  line-height: 1.1;
}


#ACTFooter-act_footer_ABKHgT .act-footer__tagline {
  margin-top: 5px;

  color:
    rgba(255,255,255,.58);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .18em;

  text-transform: uppercase;
}


#ACTFooter-act_footer_ABKHgT .act-footer__description {
  max-width: 390px;

  margin-top: 25px;

  color:
    rgba(255,255,255,.68);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 12px;

  line-height: 1.75;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__description p {
  margin: 0;
}


/* =========================================================
   COLUMN TITLES
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__heading {
  position: relative;

  margin: 0 0 23px;

  padding-bottom: 13px;

  color: #ffffff;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 17px;

  font-weight: 400;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__heading::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 35px;
  height: 1px;

  background: var(--gold);
}


/* =========================================================
   LINKS
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__links {
  margin: 0;
  padding: 0;

  list-style: none;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__links li + li {
  margin-top: 13px;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link {
  position: relative;

  color:
    rgba(255,255,255,.68);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  line-height: 1.4;

  text-decoration: none;

  transition:
    color .2s ease,
    padding-left .25s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 0;

  height: 1px;

  transform:
    translateY(-50%);

  background: var(--gold);

  transition:
    width .25s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link:hover {
  padding-left: 15px;

  color: #ffffff;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__link:hover::before {
  width: 8px;
}


/* =========================================================
   CONTACT
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__contact {
  display: flex;
  flex-direction: column;

  gap: 16px;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-item {
  display: grid;

  grid-template-columns:
    28px
    1fr;

  gap: 10px;

  align-items: start;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-icon {
  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 16px;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-label {
  color:
    rgba(255,255,255,.43);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: .1em;

  text-transform: uppercase;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-value {
  margin-top: 4px;

  color:
    rgba(255,255,255,.75);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 11px;

  line-height: 1.5;
}


#ACTFooter-act_footer_ABKHgT .act-footer__contact-value a {
  color: inherit;

  text-decoration: none;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__contact-value a:hover {
  color: var(--gold);
}


/* =========================================================
   CTA
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__cta {
  margin-top: 30px;

  display: inline-flex;

  min-height: 46px;

  padding: 0 19px;

  align-items: center;
  justify-content: center;

  gap: 12px;

  border:
    1px solid
    var(--gold);

  color: var(--gold);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 10px;

  font-weight: 700;

  text-decoration: none;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__cta:hover {
  background: var(--gold);

  color: var(--navy);

  transform:
    translateY(-2px);
}


/* =========================================================
   DIVIDER
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__divider {
  width: 100%;
  height: 1px;

  margin-top: 60px;

  background:
    rgba(255,255,255,.09);
}


/* =========================================================
   BOTTOM
========================================================= */

#ACTFooter-act_footer_ABKHgT .act-footer__bottom {
  min-height: 72px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;
}


#ACTFooter-act_footer_ABKHgT .act-footer__copyright {
  color:
    rgba(255,255,255,.44);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  line-height: 1.5;
}


#ACTFooter-act_footer_ABKHgT .act-footer__legal {
  display: flex;
  align-items: center;

  gap: 24px;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__legal a {
  color:
    rgba(255,255,255,.44);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 9px;

  text-decoration: none;

  transition:
    color .2s ease;
}


#ACTFooter-act_footer_ABKHgT
.act-footer__legal a:hover {
  color: var(--gold);
}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 1000px) {

  #ACTFooter-act_footer_ABKHgT .act-footer__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 50px;
  }

}


@media screen and (max-width: 620px) {

  #ACTFooter-act_footer_ABKHgT .act-footer__inner {
    width:
      calc(100% - 38px);

    padding-top: 65px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__grid {
    grid-template-columns: 1fr;

    gap: 43px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__description {
    max-width: none;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__divider {
    margin-top: 45px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__bottom {
    padding: 25px 0;

    min-height: 0;

    flex-direction: column;

    align-items: flex-start;

    gap: 15px;
  }


  #ACTFooter-act_footer_ABKHgT .act-footer__legal {
    flex-wrap: wrap;

    gap: 15px 22px;
  }

}

