.mtn-heading {
  font-family: "MTNBrighterSans-Bold", sans-serif;
}
.mtn-button-text {
  font-family: "WorkSans-Regular", sans-serif;
  text-transform: uppercase;
}
.mtn-subheading {
  font-family: "MTNBrighterSans-Regular", sans-serif;
}
.mtn-page-title {
  font-family: "WorkSans-Bold", sans-serif;
  text-transform: uppercase;
}
.mtn-body-text {
  font-family: "WorkSans-Regular", sans-serif;
}
.mtn-button {
  border-radius: 24px;
  font-family: "WorkSans-Medium", sans-serif;
  text-transform: uppercase;
}
.mtn-section {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .mtn-section {
    max-width: 90%;
  }
}
.mtn-bold-text {
  font-family: "WorkSans-Bold", sans-serif;
}
.internal-header-block {
  height: 180px;
  width: 100%;
  position: relative;
}
.page-title-container {
  max-width: 1200px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.page-title-container .mtn-page-title {
  font-size: 64px;
  line-height: 64px;
  color: #202020;
  text-transform: capitalize;
}
.breadcrumb-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-parent {
  text-decoration: none;
  border: solid 1px #E8E8E8;
  border-radius: 4px;
  color: #202020;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "WorkSans-Regular", sans-serif;
}
.breadcrumb-parent:hover {
  background-color: #E8E8E8;
}
.active-page-breadcrumb {
  text-transform: uppercase;
  color: #202020;
  font-size: 14px;
  line-height: 125%;
  font-family: "WorkSans-Bold", sans-serif;
}
.icon-card-section {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
}
.icon-card-content {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.down-chevron {
  transform: rotate(-90deg);
  margin-left: 20px;
}
@media (max-width: 880px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 880px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 861px) {
  .callout-large .mobile-only {
    display: none;
  }
}
@media (max-width: 860px) {
  .callout-large .desktop-only {
    display: none;
  }
}
.callout-section {
  border-radius: 24px;
  padding-left: 5.76%;
  padding-right: 5.76%;
  padding-bottom: 80px;
  color: #ffffff;
  padding-top: 160px;
  margin-left: 2.34%;
  margin-right: 2.34%;
  margin-bottom: 40px;
  margin-top: 60px;
}
@media (max-width: 860px) {
  .callout-section {
    border-radius: 16px;
  }
}
@media (max-width: 860px) {
  .callout-contentTop {
    padding-top: 80px;
    padding-bottom: calc(0.6 * 90vh);
  }
}
@media (max-width: 860px) {
  .callout-contentBottom {
    padding-top: calc(0.6 * 90vh);
    padding-bottom: 60px;
  }
}
.overlaydark {
  background-size: cover;
  box-shadow: inset 500px 0px 500px 1px rgba(0, 0, 0, 0.8);
}
@media (max-width: 860px) {
  .overlaydark {
    background-size: cover;
    box-shadow: inset 0px -200px 100px 0px rgba(0, 0, 0, 0.8);
  }
}
.callout-cta-section {
  max-width: 624px;
  box-sizing: border-box;
}
.callout-cta-section .mtn-heading {
  font-size: 64px;
  line-height: 64px;
  margin: 0;
}
@media (max-width: 860px) {
  .callout-cta-section .mtn-heading {
    font-size: 32px;
    line-height: 32px;
  }
}
.callout-cta-section .mtn-button {
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
  padding: 16px 50px;
  font-family: "WorkSans-Bold", sans-serif;
  transition: all 0.3s ease-in-out;
}
.callout-cta-section .calloutRegular {
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
  padding: 16px 50px;
  font-family: "WorkSans-Bold", sans-serif;
  transition: all 0.3s ease-in-out;
}
.callout-cta-section .calloutYellow {
  background-image: linear-gradient(#FCE068, #FCD818);
  color: #202020 !important;
  border: solid 2px #FCE068 !important;
}
.callout-cta-section .mtn-body-text {
  font-size: 18px;
  line-height: 100%;
  font-family: "MTNBrighterSans-Regular", sans-serif;
}
@media (max-width: 860px) {
  .callout-cta-section .mtn-body-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.textLight .mtn-heading,
.textLight .mtn-body-text,
.textLight .mtn-button {
  color: #ffffff;
}
.textLight .mtn-button {
  border: solid 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.textLight .mtn-button:hover {
  color: #202020;
  background-image: linear-gradient(#FCD818, #F8C000);
  transition: all 0.3s ease-in-out;
  border: solid 2px #F8C000;
}
.textDark .mtn-heading,
.textDark .mtn-body-text,
.textDark .mtn-button {
  color: #202020;
}
.textDark .mtn-button {
  border: solid 2px #202020;
  transition: all 0.3s ease-in-out;
}
.textDark .mtn-button:hover {
  color: #202020;
  background-image: linear-gradient(#FCD818, #F8C000);
  transition: all 0.3s ease-in-out;
  border: solid 2px #F8C000;
}
