:root {
  /* Colors */
  --color-default: #094D98;
  --color-blue: #1794D1;
  --color-yellow: #F7CE46;
  --color-white: #FFFFFF;
  --color-light-blue: #C5E0EE;
  --color-light-gray: #D1D1D1;
  --color-light-gray-2: #B5B5B5;
  --color-shadow-black: #0000000A;
  --color-shadow-gray: #0000000F;
  --color-footer-bg: #2E2E2E;
  --color-bg-gray: #F2F3F7;
  --color-text-black: #333333;
  --color-text-gray: #515151;
  --color-button-default-bg: #E0E6ED;
  --color-search-bg: #FAFAFA;
  --color-search-border: #DEDEDE;
  --color-search-placeholder: #AAAAAA;
  --color-video-bar: #FFFFFFB2;
  --color-link-gray: #E4F6FF;
  /* Font sizes */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.0625rem;
  --text-xl: 1.125rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.8125rem;
  --text-4xl: 2.125rem;
  /* Layout */
  --container-max-width: 1380px;
  --border-radius-sm: 0.75rem;
  --border-radius-lg: 1.5rem;
}

.page-banner {
  position: relative;
}
.page-banner__hero {
  position: relative;
  min-height: 520px;
  padding: 8px 0 48px;
  background-image: var(--page-banner-image);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.page-banner__hero .container {
  position: relative;
  z-index: 1;
}
.page-banner__breadcrumb .breadcrumb {
  padding: 16px 0 28px;
  margin: 0;
}
.page-banner__breadcrumb .breadcrumb--light a,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item.active,
.page-banner__breadcrumb .breadcrumb--light .breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-white);
}
.page-banner__panel-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-banner__panel-inner {
    flex: 1;
    justify-content: space-between;
  }
}
.page-banner__head {
  max-width: 715px;
}
@media (max-width: 767px) {
  .page-banner__head {
    order: 1;
    margin-bottom: 20px;
  }
}
.page-banner__title {
  margin: 0 0 16px;
  font-family: "Eurostile Extended", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 30px);
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}
.page-banner__subtitle {
  margin: 0;
  font-family: "MacPaw Fixel Text", sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 120%;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .page-banner__panel {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 165px 0 91px;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .page-banner__panel {
    padding: 48px 0 36px;
    background: linear-gradient(360deg, #1794D1 0%, #094D98 100%);
  }
}
.page-banner__box {
  max-width: 619px;
  padding: 26px 32px;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.2);
  font-family: "MacPaw Fixel Text", sans-serif;
  line-height: 178%;
  border: 1px solid #fff;
}
.page-banner__box p {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(12px, 2vw, 14px);
}
.page-banner__box strong,
.page-banner__box b {
  font-family: "MacPaw Fixel Bold Text", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-banner__box {
    order: 2;
    max-width: none;
    background: rgba(255, 255, 255, 0.12);
  }
}
@media (min-width: 768px) {
  .page-banner__hero {
    min-height: 620px;
    padding-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .page-banner__hero {
    min-height: 360px;
    padding-bottom: 24px;
    background-image: var(--page-banner-image-mobile, var(--page-banner-image));
    background-position: center top;
    background-size: cover;
  }
  .page-banner__hero::before {
    background: linear-gradient(180deg, rgba(9, 77, 152, 0.88) 0%, rgba(9, 77, 152, 0.45) 55%, rgba(9, 77, 152, 0.2) 100%);
  }
  .page-banner__head {
    max-width: none;
    text-align: left;
  }
  .page-banner__title, .page-banner__subtitle {
    text-align: left;
  }
}

.page-template-templates-atf-professional-line-php .atfpl-exchanger-media img,
.page-template-atf-professional-line .atfpl-exchanger-media img {
  max-height: 441px;
}
@media (min-width: 992px) {
  .page-template-templates-atf-professional-line-php .atfpl-steps,
  .page-template-atf-professional-line .atfpl-steps {
    flex-wrap: nowrap;
  }
}
.page-template-templates-atf-professional-line-php .atfpl-step,
.page-template-atf-professional-line .atfpl-step {
  min-width: 0;
}
.page-template-templates-atf-professional-line-php .atfpl-step__body,
.page-template-atf-professional-line .atfpl-step__body {
  position: relative;
  height: 100%;
  padding: 1rem 1.25rem;
  background: var(--color-white);
  border: 1px solid var(--color-light-gray);
  border-radius: 6px;
}
.page-template-templates-atf-professional-line-php .atfpl-step__label,
.page-template-atf-professional-line .atfpl-step__label {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
  transform: translateY(-50%);
  padding: 0 0.35rem;
  background: var(--color-white);
  color: var(--color-light-gray-2);
  font-size: clamp(14px, 2vw, 16px);
  line-height: 150%;
  white-space: nowrap;
}
.page-template-templates-atf-professional-line-php .atfpl-step__title,
.page-template-atf-professional-line .atfpl-step__title {
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .page-template-templates-atf-professional-line-php .atfpl-steps__arrow,
  .page-template-atf-professional-line .atfpl-steps__arrow {
    flex: 0 0 auto;
  }
}
.page-template-templates-atf-professional-line-php .atfpl-steps__arrow-icon--right,
.page-template-atf-professional-line .atfpl-steps__arrow-icon--right {
  position: relative;
  display: inline-block;
  width: 2.25rem;
  height: 0.875rem;
  flex-shrink: 0;
  background: linear-gradient(var(--color-light-gray), var(--color-light-gray)) no-repeat 0 50%/calc(100% - 0.5rem) 1px;
}
.page-template-templates-atf-professional-line-php .atfpl-steps__arrow-icon--right::after,
.page-template-atf-professional-line .atfpl-steps__arrow-icon--right::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid var(--color-light-gray);
  border-top: 1px solid var(--color-light-gray);
  transform: translateY(-50%) rotate(45deg);
}
.page-template-templates-atf-professional-line-php .atfpl-steps__arrow-icon--down,
.page-template-atf-professional-line .atfpl-steps__arrow-icon--down {
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 2.25rem;
  flex-shrink: 0;
  background: linear-gradient(var(--color-light-gray), var(--color-light-gray)) no-repeat 50% 0/1px calc(100% - 0.5rem);
  margin-top: 2px;
}
.page-template-templates-atf-professional-line-php .atfpl-steps__arrow-icon--down::after,
.page-template-atf-professional-line .atfpl-steps__arrow-icon--down::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid var(--color-light-gray);
  border-bottom: 1px solid var(--color-light-gray);
  transform: translateX(-50%) rotate(45deg);
}
.page-template-templates-atf-professional-line-php .atfpl-portfolio__media,
.page-template-atf-professional-line .atfpl-portfolio__media {
  min-height: 16rem;
}
@media (min-width: 992px) {
  .page-template-templates-atf-professional-line-php .atfpl-portfolio__media,
  .page-template-atf-professional-line .atfpl-portfolio__media {
    min-height: 24rem;
  }
}
.page-template-templates-atf-professional-line-php .atfpl-portfolio__image,
.page-template-atf-professional-line .atfpl-portfolio__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.page-template-templates-atf-professional-line-php .atfpl-portfolio__content,
.page-template-atf-professional-line .atfpl-portfolio__content {
  background-color: var(--color-bg-gray);
}
.page-template-templates-atf-professional-line-php .atfpl-bottom-block,
.page-template-atf-professional-line .atfpl-bottom-block {
  position: relative;
  padding-left: 1.25rem;
}
.page-template-templates-atf-professional-line-php .atfpl-bottom-block::before,
.page-template-atf-professional-line .atfpl-bottom-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 2px;
  background-color: var(--color-yellow);
}
.page-template-templates-atf-professional-line-php .atfpl-bottom-block li,
.page-template-atf-professional-line .atfpl-bottom-block li {
  list-style: disc;
  margin-left: 0.5rem;
}
.page-template-templates-atf-professional-line-php .atfpl-video.ravenol-video .ravenol-video__media, .page-template-templates-atf-professional-line-php .atfpl-video__poster,
.page-template-atf-professional-line .atfpl-video.ravenol-video .ravenol-video__media,
.page-template-atf-professional-line .atfpl-video__poster {
  aspect-ratio: 16/10;
  object-fit: cover;
}