@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background: #000;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.page-template #main {
  background: #fff;
  padding-bottom: 100px;
}

a {
  color: #0645ad;
  font-weight: 500;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0b5ed7;
}

img,
video {
  display: block;
  max-width: 100%;
}

.section-header,
sticky-header.header-wrapper,
.header-wrapper {
  display: block;
  width: 100%;
}

.header-wrapper {
  background: #000;
  border-bottom: none;
}

.section-header {
  position: sticky;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #000;
}

.page-width {
  max-width: 120rem;
  margin: 0 auto;
}

.header {
  min-height: 7.2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  width: 100%;
  padding: 5rem 5rem 1.2rem;
  background: #000;
  color: #fff;
}

.header__heading {
  margin: 0;
  padding: 0;
  justify-self: start;
  align-self: end;
  line-height: 1;
}

.header__heading-link,
.header__heading-link:visited {
  color: #fff;
  display: inline-flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  min-height: 0;
  line-height: 1;
  text-decoration: none;
}

.header__brand-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.header__brand-title {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.header__brand-subtitle {
  color: #fff;
  display: block;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header__icons--custom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: end;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}

.header__authorized-users,
.header__authorized-users:visited {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.header__heading-link:hover,
.header__heading-link:focus {
  color: #fff !important;
  opacity: .85;
  text-decoration: none;
}

.header .header__authorized-users:hover,
.header .header__authorized-users:focus,
.header .header__authorized-users:active,
.header .header__authorized-users:hover .header__authorized-users-text,
.header .header__authorized-users:focus .header__authorized-users-text,
.header .header__authorized-users:hover .header__authorized-users-icon,
.header .header__authorized-users:focus .header__authorized-users-icon {
  color: #9b9b9b !important;
  opacity: 1;
  text-decoration: none;
}

.header__authorized-users-icon {
  display: inline-flex;
  width: .9rem;
  height: .9rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: relative;
  top: -1px;
}

.header__authorized-users-icon svg,
.header__authorized-users-icon .icon {
  display: block;
  width: .9rem;
  height: .9rem;
  max-width: .9rem;
}

.header__authorized-users-text {
  display: block;
  line-height: 1;
}

.hero-video {
  background: #111;
  height: 600px;
  overflow: hidden;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpi-intro {
  background: #fff;
  padding: 5.6rem 0 7.2rem;
}

.cpi-intro__wrap,
.cpi-asset-areas__wrap,
.cpi-feature__wrap {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.cpi-intro__card {
  max-width: 92rem;
  margin: 0 auto;
  background: #f5f5f5;
  text-align: center;
  padding: 10rem 15rem;
}

.cpi-intro__title,
.cpi-asset-areas__title,
.cpi-feature__title {
  margin: 0 0 2.5rem;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cpi-intro__text,
.cpi-asset-card__text,
.cpi-feature__text {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.cpi-intro__text p,
.cpi-feature__text p {
  margin: 0 0 2.4rem;
}

.cpi-intro__button,
.cpi-code-gate__button,
.button {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 1.2rem 2rem;
  border: 1px solid #9b9b9b;
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: opacity .25s ease;
}

.cpi-intro__button {
  padding: 1.4rem 2.4rem;
  min-width: 10rem;
}

.cpi-intro__button:hover,
.cpi-intro__button:focus {
  color: #333 !important;
  opacity: .5;
  text-decoration: none;
}

.cpi-code-gate__button {
  padding: 19px 20px;
}

.cpi-code-gate__button:hover,
.button:hover {
  opacity: .5;
}

.cpi-asset-areas {
  background: #fff;
  padding: 10rem 0;
}

.cpi-asset-areas__divider {
  border-top: none;
  margin-bottom: 7.5rem;
}

.cpi-asset-areas__title {
  margin-bottom: 10rem;
  text-align: center;
}

.cpi-asset-areas__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem;
}

.cpi-asset-card {
  background: #f5f5f5;
  min-height: 100%;
}

.cpi-asset-card__image {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.cpi-asset-card__body {
  padding: 2.4rem 2.4rem 3.6rem;
  text-align: center;
}

.cpi-asset-card__heading {
  margin: 0 0 1.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cpi-feature {
  background: #f5f5f5;
  padding: 5.6rem 0;
}

.cpi-feature__grid {
  display: grid;
  grid-template-columns: 50rem 1fr;
  gap: 5.6rem;
  align-items: start;
}

.cpi-feature__image {
  width: 100%;
  aspect-ratio: .58;
  object-fit: cover;
}

.cpi-feature__eyebrow {
  margin: 10rem 0 1rem;
  font-size: 1.2rem;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.content-page,
.contact-page {
  min-height: 60rem;
  padding: 2.8rem 0;
}

.contact-page {
  background: #fff;
  padding: 0;
}

.authorized-users-page {
  min-height: auto;
  padding-bottom: 50px;
}

.authorized-users-page .main-page-title {
  margin-bottom: 75px;
}

.page-width {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 5rem;
}

.page-width--narrow {
  max-width: 82rem;
}

.main-page-title {
  margin: 100px 0 50px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.cpi-page-toolbar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto 34px;
  max-width: 800px;
}

.cpi-page-toolbar .cpi-breadcrumb {
  margin: 0;
  min-width: 0;
}

.cpi-page-download {
  flex: 0 0 auto;
  margin: 0;
  text-align: right;
}

.cpi-page-download a {
  align-items: center;
  color: #0645ad;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.cpi-page-download svg {
  display: block;
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 13px;
}

.cpi-page-download a:hover,
.cpi-page-download a:focus {
  opacity: .55;
}

.not-found-page {
  background: #fff;
  color: #000;
}

.not-found-page__inner {
  margin: 0 auto;
  max-width: 640px;
  padding: 120px 24px 150px;
  text-align: center;
}

.not-found-page__eyebrow {
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.8;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.not-found-page__title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.3;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.not-found-page__text {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto 34px;
  max-width: 460px;
}

.not-found-page__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.not-found-page__link {
  border: 1px solid #000;
  color: #000;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 1.4;
  min-width: 158px;
  padding: 16px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.not-found-page__link:hover,
.not-found-page__link:focus {
  background: #000;
  color: #fff;
}

.contact__title {
  margin: 100px 0 50px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.rte p {
  margin: 0 0 1.6rem;
}

.content-page .rte p {
  margin: 12px 0 24px;
}

.rte,
.rte p,
.rte li,
.rte td,
.contact__content,
.contact__content p,
.cpi-intro__text,
.cpi-intro__text p,
.cpi-asset-card__text,
.cpi-feature__text,
.cpi-feature__text p {
  font-size: 13px !important;
  font-weight: 300;
  line-height: 24px !important;
}

.content-page .rte a {
  font-weight: 400;
}

.content-page .rte .cpi-emphasis-line {
  font-weight: 600;
}

.content-page .rte .cpi-emphasis-line strong {
  font-weight: 600;
}

.rte table {
  table-layout: fixed;
}

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

.contact {
  background: #fff;
  color: #000;
  font-family: Montserrat, sans-serif;
}

.contact img {
  max-width: 100%;
}

.contact__inner {
  max-width: 72.6rem;
  margin: 0 auto;
  padding: 28px 24px 50px;
  text-align: center;
}

.contact__content,
.contact__form {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact__content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  text-align: center;
}

.contact__content,
.contact__content p,
.contact__content a,
.contact__content span {
  color: #000 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  line-height: 24px !important;
  margin: 0;
  text-align: center;
}

.contact__content {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.contact__content p {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact__content p:last-child {
  margin-bottom: 0;
}

.contact__content a,
.contact__content a:visited {
  color: #0645ad !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-decoration: none !important;
}

.contact__content a:hover,
.contact__content a:focus {
  color: #0b5ed7 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.contact__form {
  display: block;
  margin-top: 0;
}

.contact__fields {
  display: block;
}

.contact .field {
  margin-bottom: 15px;
  background: transparent;
  box-shadow: none;
}

.contact .field:hover,
.contact .field:focus-within {
  background: transparent;
  box-shadow: none;
}

.contact .field:before,
.contact .field:after {
  display: none;
  box-shadow: none !important;
}

.contact .field__input,
.contact .text-area {
  width: 100%;
  min-height: auto;
  padding: 12px 14px;
  border: 1px solid #b5b5b5 !important;
  border-radius: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact .field__input:focus,
.contact .field__input:focus-visible,
.contact .field__input:active,
.contact .field__input:not(:placeholder-shown),
.contact .text-area:focus,
.contact .text-area:focus-visible,
.contact .text-area:active,
.contact .text-area:not(:placeholder-shown) {
  border: 1px solid #b5b5b5 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 12px 14px;
}

.contact .text-area {
  max-height: 125px;
  resize: vertical;
}

.contact .field__input::placeholder,
.contact .text-area::placeholder {
  color: #777;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact .field__label {
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.contact__button {
  margin-top: 24px;
  text-align: center;
}

.contact__button .button {
  min-width: 0;
  min-height: 0;
  margin-top: 0;
  padding: 12px 20px;
  border: 1px solid #9b9b9b;
  background: #f5f5f5;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .25s ease;
}

.contact__button .button:hover {
  opacity: .5;
}

.contact__button .button:disabled {
  cursor: default;
  opacity: .5;
}

.contact__message {
  margin-top: 16px;
  color: #7a7a7a;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.contact__message[data-tone="error"] {
  color: #7a2f2f;
}

.contact__message[data-tone="success"] {
  color: #2f6544;
}

#ContactForm[data-submitted="true"] .contact__fields,
#ContactForm[data-submitted="true"] .field,
#ContactForm[data-submitted="true"] .button {
  display: none;
}

#ContactForm[data-submitted="true"] .contact__button {
  margin-top: 0;
}

#ContactForm[data-submitted="true"] .contact__message {
  margin-top: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.cpi-code-gate {
  max-width: 50rem;
  margin: 0 auto;
  padding: 50px 24px;
  text-align: center;
}

.cpi-code-gate__text {
  margin: 0 0 2.4rem;
  font-size: 13px;
  line-height: 24px;
}

.cpi-code-gate__form {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

#cpi-access-code,
.cpi-code-gate__input {
  width: 32rem;
  padding: 12px 18px;
  border: 1px solid #b5b5b5;
  font: inherit;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.cpi-code-gate__message {
  margin-top: 1.6rem;
  color: #7a7a7a;
  font-size: 1.2rem;
}

.cpi-footer {
  background: #000;
  color: #fff;
  padding: 36px 0;
}

.cpi-footer,
.cpi-footer p,
.cpi-footer li,
.cpi-footer a,
.cpi-footer small {
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
}

.cpi-footer__inner {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 2.4rem 3rem;
}

.cpi-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6rem;
  align-items: start;
  padding-top: 5rem;
  border-top: .1rem solid rgba(255, 255, 255, .12);
}

.cpi-footer__heading {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
}

.cpi-footer p,
.cpi-footer__links {
  margin: 1.8rem 0 0;
  padding: 0;
}

.cpi-footer__links {
  list-style: none;
}

.cpi-footer__links li + li {
  margin-top: .8rem;
}

.cpi-footer a {
  text-decoration: none;
}

.cpi-footer a:hover,
.cpi-footer a:focus {
  text-decoration: underline;
  text-underline-offset: .25rem;
}

.cpi-footer__copyright {
  display: block;
  margin-top: 4.8rem;
  text-align: center;
  text-transform: uppercase;
  opacity: .8;
}

@media (max-width: 767px) {
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding: 1.8rem 2rem 1rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: center;
    text-align: center;
  }

  .header__brand-text-wrap {
    align-items: center;
    text-align: center;
    gap: .8rem;
  }

  .header__brand-title {
    font-size: 1.6rem;
  }

  .header__brand-subtitle {
    font-size: .7rem;
  }

  .header__icons--custom {
    display: none;
  }

  .cpi-intro {
    padding: 3.2rem 0 4.8rem;
  }

  .cpi-intro__card {
    padding: 5.6rem 2rem;
  }

  .cpi-intro__title,
  .cpi-asset-areas__title,
  .cpi-feature__title {
    font-size: 1.6rem;
  }

  .cpi-intro__text,
  .cpi-asset-card__text,
  .cpi-feature__text {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .cpi-asset-areas {
    padding: 4.8rem 0 5.6rem;
  }

  .cpi-asset-areas__divider {
    margin-bottom: 4rem;
  }

  .cpi-asset-areas__title {
    margin-bottom: 2.8rem;
  }

  .cpi-asset-areas__grid,
  .cpi-feature__grid,
  .contact__fields {
    grid-template-columns: 1fr;
  }

  .cpi-feature {
    padding: 3.2rem 0;
  }

  .cpi-feature__grid {
    gap: 2.4rem;
  }

  .cpi-feature__eyebrow,
  .cpi-feature__title,
  .cpi-feature__text {
    text-align: center;
  }

  .cpi-feature__eyebrow {
    margin: 4rem 0 .8rem;
    font-size: 1rem;
  }

  .page-width {
    padding: 0 2rem;
  }

  .main-page-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .cpi-breadcrumb {
    display: none;
  }

  .cpi-page-toolbar {
    justify-content: flex-end;
  }

  .contact__inner {
    padding: 21px 28px 120px;
  }

  .contact__title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .cpi-footer {
    padding: 5.6rem 2.8rem 3.6rem;
  }

  .cpi-footer__columns {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding-top: 3.2rem;
  }
}
