/* Core */

* {
  box-sizing: border-box;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375;
  color: #202020;
  background-color: #ffffff;
}

img {
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #1c8ff7;
}

hr {
  height: 0.5px;
  border: none;
  box-sizing: content-box;
}

small {
  font-size: 0.875em;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

button > * {
  pointer-events: none;
}

body > svg[aria-hidden='true'] {
  position: absolute;
  width: 0;
  height: 0;
}

[hidden] {
  display: none !important;
}

/* Typography */

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin: 0;
}

h1 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-size: calc(2rem + 1.625vw);
  font-size: calc(2rem + 1.625svw);
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-size: calc(1.875rem + 1vw);
  font-size: calc(1.875rem + 1svw);
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-size: calc(1.675rem + 0.9vw);
  font-size: calc(1.675rem + 0.9svw);
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  font-size: calc(1.315rem + 0.9vw);
  font-size: calc(1.315rem + 0.9svw);
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-size: calc(1.1rem + 0.65vw);
  font-size: calc(1.1rem + 0.65svw);
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  margin: 0 0 1rem;
  font-family: avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-size: calc(1.05rem + 0.325vw);
  font-size: calc(1.05rem + 0.325svw);
  font-weight: 400;
  line-height: 1.25;
}

.text-gradient {
  font-weight: 500;
  background: linear-gradient(90deg, #1c8ff7 0%, #1cf4f4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Quote */

.quote {
  margin: 2em 0;
  padding: 0;
  background-color: #f1f8fe;
  border-radius: 0.125em;
  box-shadow: #f1f8fe 0 0 0 0.75rem;
}

.quote p {
  margin: 0 0 0.5rem;
}

/* Lists */

.separated-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.separated-list > li {
  padding: 0.75rem 0;
}

.separated-list > li:not(:last-child) {
  border-bottom: 1px solid #91c3ee;
}

.separated-list > li:first-child {
  padding-top: 0;
}

.separated-list > li:last-child {
  padding-bottom: 0;
}

/* Info Box */

.info-box .info-box__label {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.info-box.info-box--featured {
  align-items: center;
  max-width: 40rem;
  margin: 0 auto;
  font-size: calc(1.1rem + 0.25vw);
  font-size: calc(1.1rem + 0.25svw);
  text-align: center;
}

.info-box.info-box--featured h1 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.info-box.info-box--featured h2 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  text-transform: uppercase;
}

.info-box.info-box--featured h3 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2.125rem;
  font-weight: 300;
  text-transform: uppercase;
}

.info-box.info-box--featured h4 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.info-box.info-box--featured h5 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
}

.info-box.info-box--featured h6 {
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

/* Header */

.header {
  z-index: 10010;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #1c8ff7 0%, #1cf4f4 100%);
  transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.header .header__navigation {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  padding-top: calc(0.5rem + constant(safe-area-inset-top));
  padding-top: calc(0.5rem + env(safe-area-inset-top));
  padding-left: calc(1rem + constant(safe-area-inset-left));
  padding-left: calc(1rem + env(safe-area-inset-left));
  padding-right: calc(1rem + constant(safe-area-inset-right));
  padding-right: calc(1rem + env(safe-area-inset-right));
}

.header .header__brand {
  display: flex;
}

.header .menu:not(.menu--child) {
  display: none;
}

.header .menu-toggle {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 0.125rem 0.5rem;
  color: #1a0044;
  background: none;
  border: 1px solid rgb(26, 0, 68, 50%);
  border-radius: 0.25rem;
}

.header.header--box-shadow {
  box-shadow: rgb(0, 0, 0, 15%) 0 0.5rem 1rem;
}

html:not([data-js='true']) .header .menu-toggle {
  display: none;
}

/* Side Menu */

body:has(.side-menu.side-menu--open) {
  overflow: hidden;
}

.side-menu::before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  width: 100vw;
  background-color: rgb(20, 20, 20, 25%);
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.side-menu a {
  color: inherit;
  background-image: none;
}

.side-menu .side-menu__panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11010;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 28rem;
  color: #1a0044;
  background-color: #ffffff;
  box-shadow: rgb(0, 0, 0, 10%) 0 0.5rem 1rem;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.side-menu .side-menu__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}

.side-menu .side-menu__header__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.side-menu .side-menu__header__title img {
  max-width: 100%;
  height: 2.5rem;
  margin: 0 0.5rem;
}

.side-menu .side-menu__header__title:not(a) {
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.side-menu .side-menu__header__back,
.side-menu .side-menu__header__close {
  display: flex;
  appearance: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: #1a0044;
  background-color: transparent;
  border: none;
}

.side-menu .side-menu__header__back svg,
.side-menu .side-menu__header__close svg {
  width: 1.875rem;
  height: 1.5rem;
}

.side-menu .side-menu__quick-links {
  display: flex;
}

.side-menu .side-menu__quick-links > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  margin: 0;
  padding: 0 0.5rem;
  list-style: none;
}

.side-menu .side-menu__quick-links > ul > li {
  flex: 1 1 50%;
  padding: 0.5rem;
}

.side-menu .side-menu__quick-links > ul > li > a,
.side-menu .side-menu__quick-links > ul > li > button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.75rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background-color: #1a0044;
  border: none;
  border-radius: 0.25rem;
}

.side-menu .side-menu__spacer {
  flex: 1 1 0;
  min-height: 0.5rem;
}

.side-menu .side-menu__track {
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.side-menu .side-menu__track__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  flex-direction: column;
  width: 100%;
  padding-top: max(1.5rem, constant(safe-area-inset-top));
  padding-top: max(1.5rem, env(safe-area-inset-top));
  padding-bottom: max(1rem, constant(safe-area-inset-bottom));
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  color: #1a0044;
  background-color: #ffffff;
}

.side-menu .side-menu__track__item > ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 1.5rem 0 1rem;
  padding: 0;
  list-style: none;
}

.side-menu .side-menu__track__item > ul > li {
  display: block;
  padding: 0;
}

.side-menu .side-menu__track__item > ul > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.side-menu .side-menu__track__item > ul > li > a,
.side-menu .side-menu__track__item > ul > li > button {
  position: relative;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 500;
  text-align: left;
  color: #1a0044;
  background: none;
  border: none;
}

.side-menu .side-menu__track__item > ul > li > a[data-side-menu-track-target],
.side-menu .side-menu__track__item > ul > li > button[data-side-menu-track-target] {
  padding-right: 2.5rem;
}

.side-menu .side-menu__track__item > ul > li > a[data-side-menu-track-target]::after,
.side-menu .side-menu__track__item > ul > li > button[data-side-menu-track-target]::after {
  content: '';
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  display: block;
  width: 0.5rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 8 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="%23808080" stroke-linecap="round" stroke-miterlimit="10" stroke-width=".75"><path d="m.66.58 6.69 7.44"/><path d="m7.35 8.02-6.69 7.43"/></g></svg>');
}

.side-menu .side-menu__track__item > ul > li > a:hover {
  color: inherit;
}

.side-menu .side-menu__track__item[data-side-menu-depth='0'] .side-menu__header__back {
  visibility: hidden;
  opacity: 0;
}

.side-menu .side-menu__track__item[aria-hidden='true'] {
  display: none;
}

.side-menu:not(.side-menu--open)::before {
  visibility: hidden;
  opacity: 0;
}

.side-menu:not(.side-menu--open) .side-menu__panel {
  visibility: hidden;
  transform: translateX(-100%);
}

/* Footer */

.footer {
  flex: 0 0 auto;
  padding: 4rem 2rem;
  padding-bottom: calc(4rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(4rem + env(safe-area-inset-bottom));
  padding-left: calc(2rem + constant(safe-area-inset-left));
  padding-left: calc(2rem + env(safe-area-inset-left));
  padding-right: calc(2rem + constant(safe-area-inset-right));
  padding-right: calc(2rem + env(safe-area-inset-right));
  font-size: 1rem;
  color: #ffffff;
  background: linear-gradient(140deg, #110129 0%, #253a7c 100%);
}

.footer .footer__content {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  max-width: 40rem;
  margin: 0 auto;
}

.footer .footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer .footer__contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.footer .footer__contact-buttons > a {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  min-width: 15rem;
  padding: 0.75rem 1rem;
  color: #ffffff;
  background: linear-gradient(140deg, rgb(147, 144, 144, 22%) 0%, rgb(255, 255, 255, 10%) 100%);
  border-radius: 0.25rem;
}

.footer .footer__social-icons {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.footer .footer__title {
  margin: 0 0 0.5rem;
  font-family: Syncopate, avenir-lt-pro, Avenir, Nunito, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.footer .footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer__menu > li {
  display: block;
  margin: 0.25rem 0;
  line-height: 1.25;
}

.footer .footer__menu > li:first-child {
  margin-top: 0;
}

.footer .footer__menu > li:last-child {
  margin-bottom: 0;
}

.footer .footer__menu > li > a {
  font-size: 0.875rem;
  color: #ffffff;
}

.footer .footer__copyright {
  font-size: 0.875rem;
}

.footer .footer__copyright > :first-child {
  margin-top: 0;
}

.footer .footer__copyright > :last-child {
  margin-bottom: 0;
}

/* Main */

main {
  flex: 1 0 auto;
}

/* Section */

.section {
  padding: 4rem 1.5rem;
  padding-left: calc(1.5rem + constant(safe-area-inset-left));
  padding-left: calc(1.5rem + env(safe-area-inset-left));
  padding-right: calc(1.5rem + constant(safe-area-inset-right));
  padding-right: calc(1.5rem + env(safe-area-inset-right));
}

.section .section__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 40rem;
  margin: 0 auto;
}

.section .section__content > h1,
.section .section__content > h2,
.section .section__content > h3,
.section .section__content > h4,
.section .section__content > h5,
.section .section__content > h6 {
  margin: 0;
}

.section.section--background-white {
  background-color: #ffffff;
}

.section.section--background-blue {
  background-color: #f1f8fe;
}

.section.section--background-gradient {
  color: #ffffff;
  background: linear-gradient(140deg, #110129 0%, #253a7c 100%);
}

.section.section--featured {
  display: flex;
  align-items: center;
  min-height: 10rem;
}

.section.section--layout-25rem .section__content > :not(:first-child) > :first-child {
  margin-top: 0;
}

.section.section--layout-25rem .section__content > :not(:first-child) > :last-child {
  margin-bottom: 0;
}

/* Awards */

.awards-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2rem 0 0;
}

.awards-grid svg {
  width: 100%;
}

/* Team Cards */

.team-cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

html:not([data-js='true']) .team-cards {
  display: none;
}

/* Team Card */

.team-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgb(0, 0, 0, 5%);
}

.team-card .team-card__headshot {
  width: 100%;
  height: auto;
}

.team-card .team-card__content {
  padding: 1rem;
}

.team-card .team-card__name {
  margin: 0;
  font-size: 1.75rem;
}

.team-card .team-card__button-row {
  display: inline-flex;
  margin: 1rem 0 0;
  border: 1px solid #1a0044;
  border-radius: 0.25rem;
}

.team-card .team-card__button-row > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 1rem;
  color: #1a0044;
}

.team-card .team-card__button-row > :not(:first-child) {
  color: #ffffff;
  background-color: #1a0044;
}

.team-card .team-card__button-row > :not(:first-child)::after {
  content: '';
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.75ch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 14 14"><path d="M10.653 7.875H0v-1.75h10.653l-4.9-4.9L7 0l7 7-7 7-1.247-1.225z"/></svg>');
}

/* Team Profiles */

.team-profiles {
  position: relative;
  left: -1rem;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: calc(100% + 2rem);
  margin: 0;
  padding: 0 1rem;
  list-style: none;
}

.team-profiles .team-profiles__item {
  display: block;
  grid-column: 1;
  grid-row: 1;
  transition: visibility 0.3s linear, opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.team-profiles .team-profiles__item::before,
.team-profiles .team-profiles__item::after {
  content: '';
  display: table;
  width: 100%;
  height: 2rem;
}

.team-profiles .team-profiles__item:not(.team-profiles__item--visible) {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

html:not([data-js='true']) .team-profiles {
  display: block;
}

html:not([data-js='true']) .team-profiles .team-profiles__item {
  visibility: visible;
  opacity: 1;
  height: auto;
}

html:not([data-js='true']) .team-profiles .team-profiles__item::before,
html:not([data-js='true']) .team-profiles .team-profiles__item::after {
  height: 1rem;
}

/* Team Profile */

.team-profile {
  display: block;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgb(0, 0, 0, 5%);
}

.team-profile .team-profile__headshot {
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
  border-radius: 0.25rem;
}

.team-profile .team-profile__name {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 500;
}

.team-profile .team-profile__position {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #1c8ff7;
}

.team-profile .team-profile__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.125;
}

.team-profile .team-profile__buttons svg {
  flex: 0 0 auto;
}

.team-profile .team-profile__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  color: #1a0044;
  border: 1px solid #1a0044;
  border-radius: 0.25rem;
}

.team-profile .team-profile__email {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.625rem 1rem;
  color: #ffffff;
  background-color: #1a0044;
  border-radius: 0.25rem;
}

.team-profile .team-profile__email span {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Splide Testimonials */

.splide.splide--testimonials {
  margin: 2rem 0 0;
  background: linear-gradient(140deg, #110129 0%, #253a7c 100%);
  border-radius: 0.25rem;
}

.splide.splide--testimonials .splide__slide {
  display: flex;
}

.splide.splide--testimonials .splide__progress {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}

.splide.splide--testimonials .splide__progress__bar {
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  border: none;
  border-bottom: 0.25rem solid #d3d3d3;
  outline: none;
  transition: border-bottom-color 0.15s ease-in-out;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide img {
  width: 70%;
  height: 85%;
  transition: filter 0.15s ease-in-out, filter 0.15s ease-in-out;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide.is-active {
  border-bottom-color: #253a7c;
}

.splide.splide--thumbnail-testimonials .splide__list .splide__slide:not(.is-active) img {
  -webkit-filter: grayscale(100%) opacity(0.4);
  filter: grayscale(100%) opacity(0.4);
}

html:not([data-js='true']) .splide.splide--testimonials {
  visibility: visible;
}

html:not([data-js='true']) .splide.splide--testimonials .splide__list {
  flex-direction: column;
}

html:not([data-js='true']) .splide.splide--testimonials .splide__list .splide__slide:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

html:not([data-js='true']) .splide.splide--thumbnail-testimonials {
  display: none;
}

/* Testimonial */

.testimonial {
  display: flex;
  gap: 8rem;
  margin: 2rem;
  color: #ffffff;
}

.testimonial > img {
  display: none;
}

.testimonial blockquote {
  margin: 0 0 2rem;
  font-size: 1.375rem;
}

.testimonial blockquote p {
  margin: 0;
}

.testimonial blockquote p::before {
  content: '“';
}

.testimonial blockquote p::after {
  content: '”';
}

.testimonial .testimonial__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial .testimonial__name {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  color: #1c8ff7;
}

.testimonial .testimonial__position {
  display: block;
  font-size: 1rem;
}

/* Media Queries */

@media (min-width: 576px) {
  /* Footer */

  .footer .footer__content {
    grid-template-columns: 3fr 2fr;
  }

  .footer .footer__brand {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .footer .footer__contact {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer .footer__nav.footer__nav--locations {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .footer .footer__nav.footer__nav--locations .footer__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }

  .footer .footer__nav.footer__nav--locations .footer__menu > li {
    display: inline-block;
    margin: 0;
  }

  .footer .footer__nav.footer__nav--solutions {
    grid-column: 1;
    grid-row: 4;
  }

  .footer .footer__nav.footer__nav--training {
    grid-column: 1;
    grid-row: 5;
  }

  .footer .footer__nav.footer__nav--resources {
    grid-column: 2;
    grid-row: 4 / 6;
  }

  .footer .footer__contact-form {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  .footer .footer__copyright {
    grid-column: 1 / -1;
    grid-row: 7;
  }

  /* Awards */

  .awards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* Team Cards */

  .team-cards {
    grid-template-columns: 1fr 1fr;
  }

  /* Team Profile */

  .team-profile {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 40% auto;
    column-gap: 1rem;
  }

  .team-profile .team-profile__headshot {
    grid-column: 1;
    grid-row: 1 / span 4;
    margin: 0;
  }

  .team-profile .team-profile__name {
    grid-column: 2;
    grid-row: 1;
  }

  .team-profile .team-profile__position {
    grid-column: 2;
    grid-row: 2;
  }

  .team-profile .team-profile__biography {
    grid-column: 1 / span 2;
    grid-row: 5;
  }

  .team-profile .team-profile__biography p:last-child {
    margin-bottom: 0;
  }

  .team-profile .team-profile__buttons {
    grid-column: 2;
    grid-row: 3;
    margin: 1rem 0 0;
  }

  /* Splide Testimonials */

  .splide.splide--thumbnail-testimonials .splide__list .splide__slide img {
    width: 50%;
    height: 75%;
  }
}

@media (min-width: 992px) {
  /* Typography */

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.875rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  /* Info Box */

  .info-box.info-box--centered {
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
  }

  .info-box.info-box--featured {
    font-size: 1.25rem;
  }

  /* Header */

  .header .header__navigation {
    padding: 1.25rem 3rem;
    padding-top: calc(1.25rem + constant(safe-area-inset-top));
    padding-top: calc(1.25rem + env(safe-area-inset-top));
    padding-left: calc(3rem + constant(safe-area-inset-left));
    padding-left: calc(3rem + env(safe-area-inset-left));
    padding-right: calc(3rem + constant(safe-area-inset-right));
    padding-right: calc(3rem + env(safe-area-inset-right));
  }

  .header .menu:not(.menu--child) {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header .menu.menu--child {
    display: flex;
    flex-direction: column;
    list-style: disc;
  }

  .header .menu.menu--float,
  .header .menu:not(.menu--child) > .menu-item > .menu {
    position: absolute;
    margin: 1rem 0 0;
    padding: 0.5rem 0;
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-shadow: rgb(0, 0, 0, 10%) 0 0.5rem 1rem;
    list-style: none;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out;
  }

  .header .menu.menu--float::before,
  .header .menu:not(.menu--child) > .menu-item > .menu::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: -1;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
  }

  .header .menu-item:not(:hover) > .menu.menu--float,
  .header .menu:not(.menu--child) > .menu-item:not(:hover) > .menu {
    visibility: hidden;
    opacity: 0;
  }

  .header .menu-item > a,
  .header .menu-item > button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: calc(0.725rem + 0.325vw);
    font-weight: 500;
    text-align: left;
    color: #1a0044;
    background: none;
    border: none;
  }

  .header .menu-item > .menu-button {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    background-color: #1a0044;
    border-radius: 0.25rem;
  }

  .header .menu.menu--child .menu-item > a,
  .header .menu.menu--child .menu-item > button {
    display: block;
    padding: 0.5rem 1rem;
    transition: background-color 0.15s ease-in-out;
  }

  .header .menu.menu--child .menu-item:hover > a,
  .header .menu.menu--child .menu-item:hover > button {
    background-color: #f1f8fe;
  }

  .header .menu.menu--float > .menu-item > button {
    padding-right: 2.5rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23808080" fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.125em 1.125em;
  }

  .header .menu-toggle {
    display: none;
  }

  /* Section */

  .section {
    padding: 5rem 2rem;
  }

  .section .section__content {
    max-width: 80rem;
  }

  .section.section--featured {
    min-height: 20rem;
  }

  .section.section--layout-25rem .section__content {
    flex-direction: row;
  }

  .section.section--layout-25rem .section__content > :first-child {
    flex: 0 0 25rem;
  }

  /* Testimonial */

  .testimonial {
    margin: 4rem;
  }

  .testimonial blockquote {
    font-size: 1.75rem;
  }

  .testimonial > img {
    display: block;
    width: 15rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  /* Awards */

  .awards-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  /* Team Cards */

  .team-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* Team Profile */

  .team-profile {
    grid-template-columns: auto 25rem;
    column-gap: 3rem;
    padding: 2rem;
  }

  .team-profile .team-profile__headshot {
    grid-column: 2;
    grid-row: 1 / span 5;
  }

  .team-profile .team-profile__name {
    grid-column: 1;
    grid-row: 1;
  }

  .team-profile .team-profile__position {
    grid-column: 1;
    grid-row: 2;
  }

  .team-profile .team-profile__biography {
    grid-column: 1;
    grid-row: 3;
  }

  .team-profile .team-profile__buttons {
    grid-column: 1;
    grid-row: 4;
    margin: 2rem 0 0;
  }
}

@media (min-width: 1280px) {
  /* Header */

  .header .menu-item > a,
  .header .menu-item > button {
    font-size: 1rem;
  }

  /* Footer */

  .footer .footer__content {
    grid-template-columns: 2fr 3fr 2fr 4fr;
    grid-template-rows: auto 2rem auto 2rem auto 2rem auto 2rem auto auto;
    row-gap: 0;
    max-width: 80rem;
  }

  .footer .footer__brand,
  .footer .footer__contact-buttons,
  .footer .footer__social-icons {
    justify-content: flex-start;
  }

  .footer .footer__contact {
    grid-column: 1;
    grid-row: 3 / span 3;
  }

  .footer .footer__nav.footer__nav--locations {
    align-items: flex-start;
    grid-column: 1;
    grid-row: 6 / span 2;
  }

  .footer .footer__nav.footer__nav--locations .footer__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .footer .footer__nav.footer__nav--solutions {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .footer .footer__nav.footer__nav--training {
    grid-column: 2;
    grid-row: 5;
  }

  .footer .footer__nav.footer__nav--resources {
    grid-column: 3;
    grid-row: 2 / span 4;
  }

  .footer .footer__contact-form {
    grid-column: 4;
    grid-row: 2 / span 9;
  }

  .footer .footer__copyright {
    grid-column: 1 / -2;
    grid-row: 10;
  }
}
