:root {
  --atlan-accent: #eb7d23;
  --atlan-accent-fill: #ed7c00;
  --atlan-accent-hover: #d46f00;
  --atlan-primary: #333333;
  --atlan-primary-dark: #202020;
  --atlan-text: #333333;
  --atlan-text-muted: #999999;
  --atlan-bg: #ffffff;
  --atlan-bg-alt: #f8f8f8;
  --atlan-border: #e5e5e5;
  --atlan-font-body: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --atlan-font-heading: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --atlan-container: 1200px;
  --atlan-gutter: 15px;
  --atlan-section-y: 40px;
  --atlan-section-y-large: 70px;
  --atlan-radius: 0;
  --atlan-header-h: 100px;
}

html {
  font-size: 16px;
}

body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}

h1 {
  line-height: 1.2;
  font-size: 2.23125rem;
}
@media (min-width: 960px) {
  h1 {
    font-size: 2.625rem;
  }
}

h2 {
  line-height: 1.3;
  font-size: 1.7rem;
}
@media (min-width: 960px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  letter-spacing: 4px;
}

h5 {
  font-size: 1rem;
  letter-spacing: 4px;
}

h6 {
  font-size: 0.875rem;
  letter-spacing: 4px;
}

p,
ul,
ol,
dl,
figure,
address {
  margin: 0 0 20px;
}

* + p,
* + ul,
* + ol,
* + dl,
* + figure,
* + address {
  margin-top: 20px;
}

hr {
  margin: 0 0 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

a {
  color: #eb7d23;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #ce6c00;
  text-decoration: none;
}

.atlan-accent {
  color: #eb7d23;
}

[id] {
  scroll-margin-top: calc(var(--atlan-header-h) + 1rem);
}

.atlan-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 1230px;
}
@media (min-width: 640px) {
  .atlan-container {
    max-width: 1260px;
  }
}
@media (min-width: 960px) {
  .atlan-container {
    max-width: 1280px;
  }
}
@media (min-width: 640px) {
  .atlan-container {
    padding-inline: 30px;
  }
}
@media (min-width: 960px) {
  .atlan-container {
    padding-inline: 40px;
  }
}

.atlan-container--narrow {
  max-width: 930px;
}
@media (min-width: 640px) {
  .atlan-container--narrow {
    max-width: 960px;
  }
}
@media (min-width: 960px) {
  .atlan-container--narrow {
    max-width: 980px;
  }
}

.atlan-container--xsmall {
  max-width: 780px;
}
@media (min-width: 640px) {
  .atlan-container--xsmall {
    max-width: 810px;
  }
}
@media (min-width: 960px) {
  .atlan-container--xsmall {
    max-width: 830px;
  }
}

.atlan-container--expand {
  max-width: none;
}

.atlan-section {
  padding-block: 40px;
}
@media (min-width: 960px) {
  .atlan-section {
    padding-block: 70px;
  }
}
.atlan-section--large {
  padding-block: 70px;
}
@media (min-width: 960px) {
  .atlan-section--large {
    padding-block: 140px;
  }
}
.atlan-section--alt {
  background-color: #f8f8f8;
}
.atlan-section--dark {
  background-color: #333333;
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
:focus-visible {
  outline: 2px solid #eb7d23;
  outline-offset: 3px;
}

.atlan-divider {
  width: 100px;
  max-width: 100%;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.atlan-header {
  position: relative;
  z-index: 120;
  background-color: #f8f8f8;
}
@media (min-width: 960px) {
  .atlan-header {
    position: sticky;
    top: 0;
    transition: transform 0.2s ease-in-out;
  }
  .atlan-header.is-hidden {
    transform: translateY(-100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .atlan-header {
    transition: none;
  }
}
.atlan-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 100px;
}
.atlan-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.atlan-header__brand img {
  display: block;
  width: auto;
  height: 64px;
  max-height: 100%;
}
.atlan-header__brand-text {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #eb7d23;
}

@media (max-width: 959px) {
  .atlan-nav {
    display: none;
  }
}
.atlan-nav__list {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.atlan-nav__list li {
  margin: 0;
  display: flex;
}
.atlan-nav__list a.is-current {
  color: #666666;
}
.atlan-nav__list a.is-current:hover, .atlan-nav__list a.is-current:focus-visible {
  background-color: #ed7c00;
  color: #ffffff;
}
.atlan-nav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 0;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ed7c00;
  text-decoration: none;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.atlan-nav__list a:hover, .atlan-nav__list a:focus-visible {
  background-color: #ed7c00;
  color: #ffffff;
}

.atlan-burger {
  display: none;
  padding: 0.5rem;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: #999999;
}
.atlan-burger:hover, .atlan-burger:focus, .atlan-burger:focus-visible {
  background: none;
  color: #999999;
}
@media (max-width: 959px) {
  .atlan-burger {
    display: inline-flex;
    align-items: center;
  }
}
.atlan-burger__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
}
.atlan-burger__bar {
  display: block;
  height: 2px;
  width: 100%;
  background-color: currentcolor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.atlan-burger.is-active .atlan-burger__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.atlan-burger.is-active .atlan-burger__bar:nth-child(2) {
  opacity: 0;
}
.atlan-burger.is-active .atlan-burger__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.atlan-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 110;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.atlan-mobile-nav[hidden] {
  display: none;
}
.atlan-mobile-nav.is-open {
  opacity: 1;
  transform: none;
}
@media (min-width: 960px) {
  .atlan-mobile-nav {
    display: none;
  }
}
.atlan-mobile-nav__list {
  margin: 0;
  padding: 70px 0;
  list-style: none;
  text-align: center;
}
.atlan-mobile-nav__list li {
  margin: 0;
}
.atlan-mobile-nav__list a {
  display: block;
  padding: 10px 0;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #999999;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}
.atlan-mobile-nav__list a:hover, .atlan-mobile-nav__list a:focus-visible {
  color: #333333;
}
.atlan-mobile-nav__list a.is-current {
  color: #eb7d23;
}

body.atlan-nav-open {
  overflow: hidden;
}

.atlan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
.atlan-btn--primary {
  background-color: #ed7c00;
  border-color: transparent;
  color: #ffffff;
}
.atlan-btn--primary:hover, .atlan-btn--primary:focus-visible {
  background-color: #d46f00;
  color: #ffffff;
}
.atlan-btn--ghost {
  background-color: transparent;
  border-color: #eb7d23;
  color: #eb7d23;
}
.atlan-btn--ghost:hover, .atlan-btn--ghost:focus-visible {
  background-color: #eb7d23;
  border-color: #eb7d23;
  color: #ffffff;
}
.atlan-btn__icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.atlan-link {
  color: #eb7d23;
  text-decoration: none;
}
.atlan-link:hover, .atlan-link:focus-visible {
  color: #ce6c00;
}

.atlan-heading {
  margin-bottom: 40px;
}
.atlan-heading__eyebrow {
  margin: 0;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #333333;
}
.atlan-heading__title {
  margin: 10px 0 0;
  line-height: 1.2;
  font-size: 2.23125rem;
}
@media (min-width: 960px) {
  .atlan-heading__title {
    font-size: 2.625rem;
  }
}
.atlan-heading--line .atlan-heading__title {
  display: flex;
  align-items: center;
  gap: calc(5px + 0.3em);
}
.atlan-heading--line .atlan-heading__title::after {
  content: "";
  flex: 1 1 auto;
  border-bottom: 1px solid #e5e5e5;
}
.atlan-heading .atlan-divider {
  margin: 40px 0 0;
}

.atlan-prose p {
  margin: 0 0 20px;
}
.atlan-prose p:last-child {
  margin-bottom: 0;
}
.atlan-prose a {
  color: #eb7d23;
  text-decoration: none;
}
.atlan-prose a:hover {
  color: #ce6c00;
}
.atlan-prose ul,
.atlan-prose ol {
  margin: 0 0 20px;
  padding-inline-start: 1.5em;
}
.atlan-prose h2,
.atlan-prose h3,
.atlan-prose h4 {
  margin-block: 1.75em 0.6em;
  color: #333333;
}

.atlan-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: max(420px, calc(80vh - 100px));
  background-color: #202020;
  background-image: var(--atlan-hero-image, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 959px) {
  .atlan-hero {
    background-position: 70% center;
    min-height: max(420px, 70vh - 100px);
  }
}
.atlan-hero__inner {
  position: relative;
  padding-block: 70px;
}
@media (min-width: 960px) {
  .atlan-hero__inner {
    padding-block: 140px;
  }
}
.atlan-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: calc(5px + 0.3em);
  max-width: 600px;
  margin: 0;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #eb7d23;
}
.atlan-hero__eyebrow::after {
  content: "";
  flex: 1 1 auto;
  border-bottom: 1px solid #e5e5e5;
}
.atlan-hero__eyebrow::after {
  align-self: flex-end;
  margin-bottom: 0.7em;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.atlan-hero__title {
  display: flex;
  align-items: center;
  gap: calc(5px + 0.3em);
  max-width: 600px;
  margin: 30px 0 20px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 2.23125rem;
}
.atlan-hero__title::after {
  content: "";
  flex: 1 1 auto;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 960px) {
  .atlan-hero__title {
    font-size: 2.625rem;
  }
}
.atlan-hero__title::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.atlan-hero__actions {
  margin-top: 20px;
}
.atlan-hero .atlan-btn--primary {
  background-color: #ffffff;
  border-color: transparent;
  color: #333333;
}
.atlan-hero .atlan-btn--primary:hover, .atlan-hero .atlan-btn--primary:focus-visible {
  background-color: #f2f2f2;
  color: #333333;
}
.atlan-hero .atlan-btn--ghost {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.atlan-hero .atlan-btn--ghost:hover, .atlan-hero .atlan-btn--ghost:focus-visible {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.atlan-about__text {
  font-size: 1rem;
  text-align: left;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .atlan-about__text {
    column-count: 2;
    column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .atlan-about__text {
    column-gap: 40px;
  }
}
.atlan-about__text p:first-child {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .atlan-services .atlan-heading {
    margin-bottom: 70px;
  }
}
.atlan-services__layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  align-items: end;
}
@media (min-width: 960px) {
  .atlan-services__layout {
    grid-template-columns: minmax(0, max-content) minmax(300px, 1fr);
  }
}
@media (min-width: 1200px) {
  .atlan-services__layout {
    gap: 70px;
  }
}
.atlan-services__table-wrap {
  overflow-x: auto;
}
.atlan-services__note {
  margin: 0 0 20px;
  font-size: 0.875rem;
  color: #999999;
}
.atlan-services__note p {
  margin: 0 0 0.35em;
}
.atlan-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.atlan-pricetable {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
  box-shadow: none;
  font-size: 1rem;
}
.atlan-pricetable th,
.atlan-pricetable td {
  padding: 16px 12px;
  border: 0;
  background: none;
  box-shadow: none;
  text-align: left;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5;
}
.atlan-pricetable thead,
.atlan-pricetable tbody,
.atlan-pricetable tfoot {
  border: 0;
  background: none;
}
.atlan-pricetable.atlan-pricetable tbody tr > th, .atlan-pricetable.atlan-pricetable tbody tr > td {
  background-color: #ffffff;
  transition: background-color 0.1s ease-in-out;
}
.atlan-pricetable.atlan-pricetable tbody tr:hover > th, .atlan-pricetable.atlan-pricetable tbody tr:hover > td {
  background-color: #ffffdd;
}
.atlan-pricetable thead:first-child tr:first-child th {
  border-top: 0;
}
.atlan-pricetable th:first-child,
.atlan-pricetable td:first-child {
  padding-left: 0;
}
.atlan-pricetable th:last-child,
.atlan-pricetable td:last-child {
  padding-right: 0;
}
.atlan-pricetable thead th {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #999999;
  vertical-align: bottom;
}
.atlan-pricetable tbody tr + tr {
  border-top: 1px solid #e5e5e5;
}
.atlan-pricetable__service {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #333333;
}
@media (min-width: 960px) {
  .atlan-pricetable__service {
    white-space: nowrap;
  }
}
.atlan-pricetable__price {
  white-space: nowrap;
}
.atlan-pricetable th.atlan-pricetable__unit, .atlan-pricetable td.atlan-pricetable__unit {
  text-align: right;
}

.atlan-contact {
  background-color: #f8f8f8;
}
.atlan-contact .atlan-heading__title {
  font-size: 1.7rem;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .atlan-contact .atlan-heading__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .atlan-contact .atlan-heading {
    margin-bottom: 70px;
  }
}
.atlan-contact__grid {
  display: grid;
  align-items: start;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .atlan-contact__grid {
    gap: 70px;
  }
}
@media (min-width: 640px) {
  .atlan-contact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .atlan-contact__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.atlan-contact__label {
  display: flex;
  align-items: center;
  gap: calc(5px + 0.3em);
  margin: 0 0 20px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #333333;
}
.atlan-contact__label::after {
  content: "";
  flex: 1 1 auto;
  border-bottom: 1px solid #e5e5e5;
}
.atlan-contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.atlan-contact__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.atlan-contact__item + .atlan-contact__item {
  margin-top: 10px;
}
.atlan-contact__item a {
  color: #eb7d23;
  text-decoration: none;
}
.atlan-contact__item a:hover, .atlan-contact__item a:focus-visible {
  color: #ce6c00;
}
.atlan-contact__icon {
  flex: 0 0 auto;
  color: #999999;
}
.atlan-contact__col > .atlan-contact__block + .atlan-contact__block {
  margin-top: 40px;
}
.atlan-contact address {
  font-style: normal;
}

.atlan-page__title {
  margin: 0 0 30px;
  line-height: 1.2;
  font-size: 2.23125rem;
}
@media (min-width: 960px) {
  .atlan-page__title {
    font-size: 2.625rem;
  }
}

.atlan-footer {
  position: relative;
  background-color: #333333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}
.atlan-footer__inner {
  padding-block: 40px;
}
@media (min-width: 960px) {
  .atlan-footer__inner {
    padding-block: 70px;
  }
}
.atlan-footer a {
  color: #ffffff;
}
.atlan-footer a:hover, .atlan-footer a:focus-visible {
  color: #ffffff;
}
.atlan-footer__rule {
  margin: 0 0 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.atlan-accordion + .atlan-footer__rule {
  margin-top: 20px;
}
.atlan-footer .atlan-btn--primary {
  background-color: #ffffff;
  border-color: transparent;
  color: #333333;
}
.atlan-footer .atlan-btn--primary:hover, .atlan-footer .atlan-btn--primary:focus-visible {
  background-color: #f2f2f2;
  color: #333333;
}
.atlan-footer .atlan-btn--ghost {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.atlan-footer .atlan-btn--ghost:hover, .atlan-footer .atlan-btn--ghost:focus-visible {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.atlan-footer__bar {
  padding-block: 20px;
  background-color: #222222;
}
.atlan-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.atlan-footer__copyright {
  margin: 0;
  font-size: 0.875rem;
  color: #999999;
}

.atlan-accordion__item + .atlan-accordion__item {
  margin-top: 20px;
}
.atlan-accordion__item[open] .atlan-accordion__head::after {
  opacity: 0;
}
.atlan-accordion__head {
  position: relative;
  display: block;
  padding-right: calc(1.4em + 10px);
  cursor: pointer;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  list-style: none;
}
.atlan-accordion__head::-webkit-details-marker {
  display: none;
}
.atlan-accordion__head::before, .atlan-accordion__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc((1.4em - 13px) / 2);
  width: 13px;
  height: 1px;
  margin-top: -0.5px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.2s ease;
}
.atlan-accordion__head::after {
  transform: rotate(90deg);
}
.atlan-accordion__body {
  margin-top: 20px;
}

.atlan-totop {
  flex: 0 0 auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.atlan-totop:hover, .atlan-totop:focus-visible {
  color: #ffffff;
}

.atlan-accordion--light {
  margin-block: 30px;
}
.atlan-accordion--light .atlan-accordion__item {
  border-bottom: 1px solid #e5e5e5;
}
.atlan-accordion--light .atlan-accordion__head {
  padding-block: 16px;
  font-size: 1rem;
  letter-spacing: 4px;
}
.atlan-accordion--light .atlan-accordion__head::before, .atlan-accordion--light .atlan-accordion__head::after {
  background-color: #999999;
}
.atlan-accordion--light .atlan-accordion__body {
  color: #333333;
}
.atlan-accordion--light .atlan-accordion__body p {
  margin-block: 0 1em;
}
.atlan-accordion--light .atlan-accordion__body h3 {
  margin-block: 1.75em 0.5em;
  font-size: 0.875rem;
  letter-spacing: 4px;
}
.atlan-accordion--light .atlan-accordion__body ul {
  margin-block: 0 1em;
  padding-inline-start: 1.4em;
}
.atlan-accordion--light .atlan-accordion__body a {
  color: #eb7d23;
  text-underline-offset: 0.2em;
}

.atlan-footer .atlan-accordion__body a:not(.atlan-btn) {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.atlan-footer .atlan-accordion__body p:first-child {
  margin-top: 0;
}