:root {
  --gutter-spacing: 18px;
  --font-serif: "Merriweather", serif;
  --font-sans: "Merriweather Sans", sans-serif;
}

/* 
 * Dummy mobile header
 */
.hp-header__mobile {
  align-items: center;
  background-color: #0BB3C1;
  color: #ffffff;
  display: flex;
  height: 65px;
  min-height: 65px;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-header__mobile {
    display: none;
  }
}

/*
 *  HEADER/ HERO 
 */

/* 
 * Container 
 */
.hp-hero {
  background: #0BB3C1;
  filter: brightness(1.3);
  font-family: var(--font-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-hero {
    min-height: 900px;
  }
}

/* 
 * Hero background
 */
.hp-hero__background {
  display: none;
}
@media screen and (min-width: 980px) {
  .hp-hero__background {
    display: block;
    min-height: 900px;
    object-fit: cover;
    width: 100%;
  }
}
.hp-hero.video .hp-hero__background {
  display: none;
}

/* 
 * Container mask 
 */
.hp-hero__container-mask {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* 
 * Header container - Desktop
 */
.hp-hero__header-desktop {
  display: none;
}
@media screen and (min-width: 980px) {
  .hp-hero__header-desktop {
    align-items: center;
    color: #ffffff;

    display: flex;
    height: 75px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* 
 * Video container 
 */
.hp-hero__video-container {
  display: none;
  height: 0;
  padding-bottom: 390px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.hp-hero.video .hp-hero__video-container {
  display: block;
}
@media screen and (min-width: 980px) {
  .hp-hero__video-container {
    padding-bottom: 900px;
  }
}

/* 
 * Video
 */
.hp-hero__video {
  left: 50%;
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 10px);
}

/* 
 * Spotlight 
 */
.hp-hero__spotlight {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  min-height: 390px;
  padding: 0 0 20px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-hero__spotlight {
    background: none;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 100px 100px 100px;
  }
}

/* 
 * Spotlight background
 */
.hp-hero__spotlight-background {
  bottom: 0;
  display: block;
  min-height: 390px;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.hp-hero.video .hp-hero__spotlight-background {
  display: none;
}

@media screen and (min-width: 980px) {
  .hp-hero__spotlight-background {
    display: none;
  }
}

/* 
 * Spotlight mask 
 */
.hp-hero__spotlight-mask {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 980px) {
  .hp-hero__spotlight-mask {
    display: none;
  }
}

/* 
 * Spotlight title 
 */
.hp-hero__spotlight-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 42px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  user-select: none;
  -webkit-animation: hpFadeUp 0.6s linear forwards;
  animation: hpFadeUp 0.6s linear forwards;
}
@media screen and (min-width: 980px) {
  .hp-hero__spotlight-title {
    font-size: 75px;
    letter-spacing: -1px;
    line-height: 92px;
    max-width: 760px;
  }
}

/* 
 * Spotlight caption 
 */
.hp-hero__spotlight-caption {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 24px;
  margin: 12px 0 0 0;
  padding: 0 20px;
  position: relative;
  user-select: none;
  -webkit-animation: hpFadeUp 0.6s linear forwards;
  animation: hpFadeUp 0.6s linear forwards;
}
@media screen and (min-width: 980px) {
  .hp-hero__spotlight-caption {
    font-size: 20px;
    line-height: 39px;
    margin: 20px 0 0 0;
    max-width: 640px;
  }
}

/* 
 * Pause/ play content
 */
.hp-hero__pause-play-content {
  display: none;
}
@media screen and (min-width: 980px) {
  .hp-hero__pause-play-content {
    display: flex;
    align-items: center;
    bottom: 98px;
    position: absolute;
    right: 120px;
  }
}
.hp-hero:not(.video) .hp-hero__pause-play-content {
  display: none;
}

/* 
 * Pause/ play text
 */
.hp-hero__pause-play-text {
  display: none;
}
@media screen and (min-width: 980px) {
  .hp-hero__pause-play-text {
    font-family: var(--font-sans);
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 21px;
    opacity: 0.6;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero__pause-play-text {
    display: block;
  }
}

/* 
 * Pause/ play
 */
.hp-hero__pause-play {
  display: none;
}

@media screen and (min-width: 980px) {
  .hp-hero__pause-play {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.7);
    color: transparent;
    cursor: pointer;

    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: 20px;
    padding: 0;
    -webkit-transition: scale, transform 0.3s;
    transition: scale, transform 0.3s;
    -webkit-transform: none;
    transform: none;
    user-select: none;
    width: 40px;
  }
  .hp-hero__pause-play:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.95) rotate(360deg);
    transform: scale(0.95) rotate(360deg);
  }
  .hp-hero__pause-play:hover .icon-pause,
  .hp-hero__pause-play:hover .icon-play {
  }
  .hp-hero__pause-play .icon-pause,
  .hp-hero__pause-play .icon-play {
    display: none;
    fill: #ffffff !important;
    height: 20px;
    width: 20px;
  }
  .hp-hero__pause-play .icon-play {
    margin-left: 4px;
  }
  .hp-hero__pause-play .icon-pause.active {
    display: block;
  }
  .hp-hero__pause-play .icon-play.active {
    display: block;
  }
}

/* 
 * Bottom 
 */
.hp-hero__bottom {
}
@media screen and (min-width: 980px) {
  .hp-hero__bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}

/* 
 * CTA 
 */
.hp-hero__cta {
  color: #ffffff;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta {
    display: flex;
    justify-content: center;
    min-height: 145px;
  }
}

/* 
 * CTA spacer
 */
.hp-hero__cta-spacer {
  display: none;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-spacer {
    background-color: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    display: block;
    flex: 1;
    position: relative;
    min-width: 20px;
  }
}

/* 
 * CTA Nav
 */
.hp-hero__cta-nav {
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-nav {
    display: flex;
    max-width: 1400px;
    width: 100%;
  }
}

/*  
 * CTA items
 */
.hp-hero__cta-items {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-items {
    display: flex;
    justify-content: stretch;
    width: 100%;
  }
}

/* 
 * CTA item 
 */
.hp-hero__cta-item {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: var(--font-sans);
  height: 120px;
  list-style: none;
  margin-top: 0;
  min-height: 120px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-item {
    border-top: none;
    height: auto;
    min-height: auto;
  }
}

/* 
 * CTA item anchor 
 */
.hp-hero__cta-item-anchor,
.hp-hero__cta-item-anchor:hover,
.hp-hero__cta-item-anchor:active {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-item-anchor {
    min-height: 145px;
  }
}

/* 
 * CTA item container 
 */
.hp-hero__cta-item-container {
  overflow: hidden;
  padding: 30px 19px 0;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-item-container {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: top 300ms;
    transition: top 300ms;
  }
  .hp-hero__cta-item:hover .hp-hero__cta-item-container,
  .hp-hero__cta-item:focus-within .hp-hero__cta-item-container {
    top: -57px;
  }
  .hp-hero__cta-item:hover .hp-hero__cta-item-container,
  .hp-hero__cta-item:focus-within .hp-hero__cta-item-container {
    border-left: 1px solid transparent;
    border-top: 3px solid transparent;
  }
  .hp-hero__cta-item:hover + .hp-hero__cta-item .hp-hero__cta-item-container,
  .hp-hero__cta-item:focus-within
    + .hp-hero__cta-item
    .hp-hero__cta-item-container {
    border-left: 1px solid transparent;
  }
  .hp-hero__cta-item:last-child .hp-hero__cta-item-container {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  .hp-hero__cta-item:last-child:hover .hp-hero__cta-item-container {
    border-right: 1px solid transparent;
  }

  /* Animated top border line stuff */
  .hp-hero__cta-item:hover .hp-hero__cta-item-container::after,
  .hp-hero__cta-item:focus-within .hp-hero__cta-item-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 0;
    z-index: 5;
  }
  .hp-hero__cta-item:hover .hp-hero__cta-item-container::after,
  .hp-hero__cta-item:focus-within .hp-hero__cta-item-container::after {
    -webkit-animation: hpScaleRight 0.3s linear forwards;
    animation: hpScaleRight 0.3s linear forwards;
    background: transparent;
    transform-origin: left;
    width: 100%;
  }
  .hp-hero__cta-item:nth-child(1):hover .hp-hero__cta-item-container::after {
    background: #0BB3C1;
  }
  .hp-hero__cta-item:nth-child(2):hover .hp-hero__cta-item-container::after {
    background: #68d2df;
  }
  .hp-hero__cta-item:nth-child(3):hover .hp-hero__cta-item-container::after {
    background: #ffffff;
  }
  .hp-hero__cta-item:nth-child(4):hover .hp-hero__cta-item-container::after {
    background: #f3e860;
  }
}

/**
 * Component transitions.
 */
.hp-by-the-numbers + .hp-testimonials {
  padding-top: 0;
}

/* 
 * CTA item background
 */
.hp-hero__cta-item-background {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hp-hero__cta-item-anchor:focus {
  outline: none;
}

@media screen and (min-width: 980px) {
  .hp-hero__cta-item-background {
    display: none;
  }
  .hp-hero__cta-item:nth-child(1) .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(2) .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(3) .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(4) .hp-hero__cta-item-background {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .hp-hero__cta-item:nth-child(1):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(2):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(3):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(4):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(1):focus-within .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(2):focus-within .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(3):focus-within .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(4):focus-within .hp-hero__cta-item-background {
    opacity: 1;
    -webkit-animation: hpScaleUp 10s linear forwards;
    animation: hpScaleUp 10s linear forwards;
  }
  .hp-hero__cta-item:nth-child(1):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(1):focus-within .hp-hero__cta-item-background {
    display: block;
  }
  .hp-hero__cta-item:nth-child(2):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(2):focus-within .hp-hero__cta-item-background {
    display: block;
  }
  .hp-hero__cta-item:nth-child(3):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(3):focus-within .hp-hero__cta-item-background {
    display: block;
  }
  .hp-hero__cta-item:nth-child(4):hover .hp-hero__cta-item-background,
  .hp-hero__cta-item:nth-child(4):focus-within .hp-hero__cta-item-background {
    display: block;
  }
}

/* 
 * CTA item mask 
 */
.hp-hero__cta-item-mask {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* 
 * CTA item label 
 */
.hp-hero__cta-item-label {
  display: inline;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 2px 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-item-label {
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 18px;
    padding: 3px 9px;
  }
}
.hp-hero__cta-item:nth-child(1) .hp-hero__cta-item-label {
  background-color: #A41E34;
  color: #ffffff;
}
.hp-hero__cta-item:nth-child(2) .hp-hero__cta-item-label {
  background-color: #68d2df;
  color: #000000;
}
.hp-hero__cta-item:nth-child(3) .hp-hero__cta-item-label {
  background-color: #ffffff;
  color: #0BB3C1;
}
.hp-hero__cta-item:nth-child(4) .hp-hero__cta-item-label {
  background-color: #f3e860;
  color: #000000;
}

/* 
 * CTA item title 
 */
.hp-hero__cta-item-title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 33px;
  margin-top: 16px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-item-title {
    font-size: 25px;
    line-height: 35px;
  }
}

/* 
 * CTA item caption
 */
.hp-hero__cta-item-caption {
  visibility: hidden;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 9px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .hp-hero__cta-item:hover .hp-hero__cta-item-caption,
  .hp-hero__cta-item:focus-within .hp-hero__cta-item-caption {
    visibility: visible;
    -webkit-transition: visibility 300ms;
    transition: visibility 300ms;
  }
}

@keyframes hpScaleRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes hpFadeUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes hpScaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*
 *  LIST COMPONENT 
 */

/* 
 * Container
 */
.hp-list-component {
  font-family: var(--font-serif);
  padding: 42px 0;
}
@media screen and (min-width: 980px) {
  .hp-list-component {
    padding: 50px 0;
  }
}

/* 
 * Container inner
 */
.hp-list-component__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .hp-list-component__inner {
    display: flex;
  }
}

/* 
 * Content 
 */
.hp-list-component__content {
  padding: 0 20px;
}
@media screen and (min-width: 980px) {
  .hp-list-component__content {
    flex-basis: 44%;
    padding: 0 0 0 120px;
  }
}

/* 
 * Title
 */
.hp-list-component__title {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 37px;
}
@media screen and (min-width: 980px) {
  .hp-list-component__title {
    font-size: 55px;
    letter-spacing: 0;
    line-height: 69px;
    margin: 70px 0 0 0;
  }
}

/* 
 * Subcopy
 */
.hp-list-component__subcopy {
  color: #323e49;
  font-size: 15px;
  letter-spacing: -0.1px;
  line-height: 29px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 980px) {
  .hp-list-component__subcopy {
    font-size: 17px;
    letter-spacing: -0.1px;
    line-height: 33px;
  }
}

/* 
 * Links
 */
.hp-list-component__links {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  .hp-list-component__links {
  }
}

/* 
 * Nav items
 */
.hp-list-component__nav-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .hp-list-component__nav-items {
  }
}

/* 
 * Nav item
 */
.hp-list-component__nav-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.hp-list-component__nav-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  .hp-list-component__nav-item {
    display: list-item;
  }
}

/* 
 * Nav anchor
 */
.hp-list-component__nav-item-anchor {
  color: #000000;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .hp-list-component__nav-item-anchor {
    font-size: 24px;
    line-height: 36px;
    margin-left: -8px;
    padding: 0;
  }
}

/* 
 * Nav anchor background
 */
.hp-list-component__nav-item-anchor-background {
  display: none;
}
.hp-list-component__nav-item:nth-child(1).active
  .hp-list-component__nav-item-anchor-background {
  background-color: #0BB3C1;
}
.hp-list-component__nav-item:nth-child(2).active
  .hp-list-component__nav-item-anchor-background {
  background-color: #68d2df;
}
.hp-list-component__nav-item:nth-child(3).active
  .hp-list-component__nav-item-anchor-background {
  background-color: #5b6671;
}
.hp-list-component__nav-item:nth-child(4).active
  .hp-list-component__nav-item-anchor-background {
  background-color: #f3e860;
}
@media screen and (min-width: 980px) {
  .hp-list-component__nav-item-anchor-background {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .hp-list-component__nav-item.active
    .hp-list-component__nav-item-anchor-background {
    animation: hpNavItemAnchorScale 300ms linear forwards;
    transform-origin: left;
    width: 100%;
  }
}
@keyframes hpNavItemAnchorScale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

/* 
 * Nav anchor text
 */
.hp-list-component__nav-item-anchor-text {
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-list-component__nav-item-anchor-text {
    padding: 0 8px;
  }
  .hp-list-component__nav-item:nth-child(1).active
    .hp-list-component__nav-item-anchor-text {
    color: #ffffff;
    background: #A41E34;
  }
  .hp-list-component__nav-item:nth-child(2).active
    .hp-list-component__nav-item-anchor-text {
    color: #ffffff;
    background: #68d2df;
  }
  .hp-list-component__nav-item:nth-child(3).active
    .hp-list-component__nav-item-anchor-text {
    color: #ffffff;
    background: #5b6671;
  }
  .hp-list-component__nav-item:nth-child(4).active
    .hp-list-component__nav-item-anchor-text {
    color: #000000;
    background: #f3e860;
  }
}

/* 
 * Nav icon
 */
.hp-list-component__icon-arrow {
  height: 22px;
  margin-bottom: -5px;
  margin-left: 7px;
  width: 22px;
}
@media screen and (min-width: 980px) {
  .hp-list-component__icon-arrow {
    opacity: 0;
  }
}

.hp-list-component__nav-item-anchor:hover .hp-list-component__icon-arrow {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  transition-delay: 100ms;
}

.hp-list-component__nav-item:nth-child(1) .hp-list-component__icon-arrow {
  fill: #A41E34 !important;
}
.hp-list-component__nav-item:nth-child(2) .hp-list-component__icon-arrow {
  fill: #68d2df !important;
}
.hp-list-component__nav-item:nth-child(3) .hp-list-component__icon-arrow {
  fill: #5b6671 !important;
}
.hp-list-component__nav-item:nth-child(4) .hp-list-component__icon-arrow {
  fill: #f3e860 !important;
}

/* 
 * Media 
 */
.hp-list-component__media {
  padding-top: 50px;
}
@media screen and (min-width: 980px) {
  .hp-list-component__media {
    flex-basis: 45%;
    margin-left: 150px;
    padding-top: 0;
  }
}

/* 
 * Slides
 */
.hp-list-component__slides {
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-list-component__slides {
  }
}

/* 
 * Slide
 */
.hp-list-component__slide {
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
  position: absolute;
}
@media screen and (min-width: 980px) {
  .hp-list-component__slide {
    display: block;
    padding: 0 0 50px;
  }
}

/* 
 * Slide background
 */
.hp-list-component__background {
  background-color: transparent;
  bottom: 0;
  left: 0;
  min-height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}
.hp-list-component__slide.active .hp-list-component__background {
  visibility: visible;
}
.hp-list-component__slide.active:nth-child(1) .hp-list-component__background {
  background-color: #A41E34;
}
.hp-list-component__slide.active:nth-child(2) .hp-list-component__background {
  background-color: #68d2df;
}
.hp-list-component__slide.active:nth-child(3) .hp-list-component__background {
  background-color: #5b6671;
}
.hp-list-component__slide.active:nth-child(4) .hp-list-component__background {
  background-color: #f3e860;
}

@media screen and (min-width: 980px) {
  .hp-list-component__background {
  }
}

/* 
 * Slide image wrap
 */
.hp-list-component__slide-image-wrap {
  border: 10px solid #ffffff;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  width: calc(100% - 20px);
}
@media screen and (min-width: 980px) {
  .hp-list-component__slide-image-wrap {
    border: 20px solid #ffffff;
    margin-left: -90px;
    margin-top: 50px;
    max-height: 510px;
    width: 100%;
  }
}
.hp-list-component__slide.active .hp-list-component__slide-image-wrap {
  visibility: visible;
}

/* 
 * Slide image
 */
.hp-list-component__slide-image {
  display: block;
  height: auto;
  object-fit: cover;
  position: relative;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  transition-delay: 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.hp-list-component__slide.active .hp-list-component__slide-image {
  visibility: visible;
}
@media screen and (min-width: 980px) {
  .hp-list-component__slide-image {
  }
}

/* 
 * Slide image overlay
 */
.hp-list-component__slide-image-overlay {
  -webkit-animation: hpSlideIn 0.5s linear forwards;
  animation: hpSlideIn 0.5s linear forwards;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: left;
  width: 100%;
  z-index: 2;
}
.hp-list-component__slide:nth-child(1) .hp-list-component__slide-image-overlay {
  background-color: #A41E34;
}
.hp-list-component__slide:nth-child(2) .hp-list-component__slide-image-overlay {
  background-color: #68d2df;
}
.hp-list-component__slide:nth-child(3) .hp-list-component__slide-image-overlay {
  background-color: #5b6671;
}
.hp-list-component__slide:nth-child(4) .hp-list-component__slide-image-overlay {
  background-color: #f3e860;
}
.hp-list-component__slide:not(.first).active
  .hp-list-component__slide-image-overlay {
  display: block;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .hp-list-component__slide-image-overlay {
  }
}

@keyframes hpSlideIn {
  0% {
    transform: scaleX(0) translate3d(0, 0, 0);
  }
  50% {
    transform: scaleX(1) translate3d(0, 0, 0);
  }
  100% {
    transform: scaleX(1) translate3d(100%, 0, 0);
  }
}

/*
 *  CTA COMPONENT
 */

/* 
 * Container
 */
.hp-cta-component {
  background: linear-gradient(to bottom, #eceef0 0%, #eceef0 100%) no-repeat;
  min-height: 121px;
  font-family: var(--font-serif);
}
@media screen and (min-width: 980px) {
  .hp-cta-component {
    background-position: 0 9px;
    background-size: 100% calc(100% - 18px);
    margin-bottom: 74px;
    min-height: 168px;
  }
}

/* 
 * Container inner
 */
.hp-cta-component__inner {
  min-height: 86px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__inner {
    align-items: center;

    display: flex;
    min-height: 168px;
    padding: 30px 0 30px 30px;
  }
}

/* 
 * Background
 */
.hp-cta-component__background {
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 95% 0, calc(95% - 20px) 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0, calc(95% - 20px) 100%, 0% 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.hp-cta-component.animated .hp-cta-component__background {
  -webkit-animation: hpCtaGrowBackground 0.3s linear forwards;
  animation: hpCtaGrowBackground 0.3s linear forwards;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__background {
    -webkit-clip-path: polygon(0% 0%, 65% 0, calc(65% - 35px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, 65% 0, calc(65% - 35px) 100%, 0% 100%);
  }
}

/* 
 * Background image
 */
.hp-cta-component__background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 95%;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__background-image {
    width: 65%;
  }
}

/* 
 * Background mask
 */
.hp-cta-component__background-mask {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__background-mask {
  }
}

/* 
 * Content wrap
 */
.hp-cta-component__content-wrap {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__content-wrap {
    width: 100%;
  }
}

/* 
 * Content
 */
.hp-cta-component__content {
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__content {
    align-items: center;

    display: flex;
    justify-content: flex-end;
    padding-top: 0;
    padding-right: 0;
  }
}

/* 
 * Title
 */
.hp-cta-component__title {
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 20px;
  opacity: 0;
  line-height: 30px;
  text-align: center;
}
.hp-cta-component.animated .hp-cta-component__title {
  -webkit-animation: hpCtaFadeIn 0.3s linear 0.3s forwards;
  animation: hpCtaFadeIn 0.3s linear 0.3s forwards;
}

@media screen and (min-width: 980px) {
  .hp-cta-component__title {
    font-size: 36px;
    line-height: 45px;
    margin: 0 68px 0 0;
    text-align: right;
  }
}

/* 
 * Title inner
 */
.hp-cta-component__title-inner {
  display: block;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__title-inner {
  }
}

/* 
 * Buttons
 */
.hp-cta-component__buttons {
  bottom: -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: -16px 20px 20px 20px;
  opacity: 0;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.hp-cta-component.animated .hp-cta-component__buttons {
  -webkit-animation: hpCtaFadeIn 0.3s linear 0.3s forwards;
  animation: hpCtaFadeIn 0.3s linear 0.3s forwards;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__buttons {
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    gap: 12px;
    margin-right: calc(30% - 168px);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    text-align: left;
  }
}

/* 
 * Button
 */
.hp-cta-component__button {
  appearance: none;
  align-items: center;
  background-color: #0BB3C1;
  border: none;
  color: #ffffff;
  display: inline-flex;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 18px;
  overflow: hidden;
  padding: 8px 14px 8px 14px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__button {
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 18px;
    padding: 14px 21px 14px 21px;
    transition: color 0.325s;
  }
  .hp-cta-component__button:hover {
    color: #0BB3C1;
  }
  .hp-cta-component__button:after {
    height: 110%;
    width: 110%;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: 1;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
    content: "";
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-clip-path 0.325s, -webkit-transform 0.325s;
    transition: -webkit-clip-path 0.325s, -webkit-transform 0.325s;
    transition: clip-path 0.325s, transform 0.325s;
    transition: clip-path 0.325s, transform 0.325s, -webkit-clip-path 0.325s,
      -webkit-transform 0.325s;
  }
  .hp-cta-component__button:hover:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    -webkit-transform: translate(95%, -50%);
    -webkit-transform: translate(95%, -50%);
    transform: translate(95%, -50%);
  }
}

/** 
 * Fast Spot tweaks
 */
.fields_block {
  background: #eceef0;
}

.field_intro_link {
  background: transparent;
}

/* 
 * Schedule button
 */
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .hp-cta-component__buttons > * {
    margin-left: 9px;
  }

  .hp-cta-component__buttons > *:first-child {
    margin-left: 0;
  }

  @media screen and (min-width: 980px) {
    .hp-cta-component__buttons > * {
      margin-left: 12px;
    }
  }
}

/* 
 * Button text
 */
.hp-cta-component__button-text {
}
@media screen and (min-width: 980px) {
  .hp-cta-component__button-text {
    position: relative;
    z-index: 2;
  }
}
.hp-cta-component__button:hover .hp-cta-component__button-text {
}

/* 
 * Button icon
 */
.hp-cta-component__icon {
  fill: #ffffff !important;
  height: 14px !important;
  margin-left: 10px;
  width: 14px !important;
}
@media screen and (min-width: 980px) {
  .hp-cta-component__icon {
    position: relative;
    transition: fill 0.325s !important;
    z-index: 2;
  }
  .hp-cta-component__button:hover .hp-cta-component__icon {
    fill: #0BB3C1 !important;
  }
}

@keyframes hpCtaGrowBackground {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hpCtaFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * A11y
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/**
 * Videos Carousel
 */
.hp-videos-carousel {
  background-color: #eceef0;
  overflow: hidden;
  padding: 42px 0;
  position: relative;
}

.hp-videos-carousel__Logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.hp-videos-carousel__Logo-bg svg {
  fill: transparent;
  stroke: #e0e2e4;
  stroke-width: 0.1px;
}

@media only screen and (min-width: 900px) {
  .hp-videos-carousel__Logo-bg svg {
    stroke-width: 0.05px;
  }
}

.hp-videos-carousel__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.hp-videos-caoursel__header-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
  margin-bottom: 5px;
  width: 32px;
}

.hp-videos-caoursel__header-logo svg {
  fill: #0BB3C1;
}

.hp-videos-carousel__title {
  color: #000000;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 37px;
  margin: 0;
  text-align: center;
}

.hp-videos-carousel__carousel {
  align-items: flex-start;
  display: flex;
  position: relative;
  z-index: 1;
}

.hp-videos-carousel__slide {
  align-items: center;
  display: flex;
  flex: 0 0 295px; /* Slide covers 200px of the viewport */
  flex-direction: column;
  margin-left: 7.5px;
  margin-right: 7.5px;
  min-width: 0;
  position: relative;
}

.hp-videos-carousel__slide-content {
  transform: translate3d(0, 20px, 0);
}

.hp-videos-carousel__slide-video-container:hover
  + .hp-videos-carousel__slide-content,
.hp-videos-carousel__slide-video-container:focus-within
  + .hp-videos-carousel__slide-content,
.hp-slide--playing + .hp-videos-carousel__slide-content {
  opacity: 1;
  transform: translate3d(0, 20px, 0);
}

.hp-videos-carousel__slide-video-container::before {
  background-color: #68d2df;
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 300ms ease;
  width: 120px;
  z-index: -1;
}

.hp-videos-carousel__slide-video-container:hover::before,
.hp-videos-carousel__slide-video-container:focus-within::before,
.hp-slide--playing::before {
  transform: translate3d(-15px, -15px, 0);
}

.embla__viewport {
  min-height: 655px;
  max-width: 310px;
  margin: 0 auto;
}

.plyr {
  pointer-events: none;
}

.plyr--paused .plyr__poster {
  opacity: 1;
}

.hp-videos-carousel__slide-video-container {
  position: relative;
  transform: scale(1);
  transition: transform 300ms ease;
  width: 100%;
  z-index: 1;
}

.hp-videos-carousel__slide-video-container:hover,
.hp-videos-carousel__slide-video-container:focus-within,
.hp-slide--playing {
  transform: scale(1.053);
}

.hp-videos-carousel__slide-video-content {
  align-items: center;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  width: 295px;
  z-index: 1;
}

.hp-videos-carousel__video-message {
  bottom: 20px;
  color: #ffffff;
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
  opacity: 0;
  text-align: center;
  transition: opacity 300ms ease;
  position: absolute;
  width: 295px;
  z-index: 1;
}

.hp-videos-carousel__slide-video-container:hover
  .hp-videos-carousel__video-message,
.hp-videos-carousel__slide-video-container:focus-within
  .hp-videos-carousel__video-message,
.hp-slide--playing .hp-videos-carousel__video-message {
  opacity: 1;
}

.hp-videos-carousel__video-play {
  align-items: center;
  background-color: #0BB3C1;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 0;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 20px;
  width: 60px;
  transition: width 300ms ease, height 300ms ease, background-color 300ms ease;
}

.hp-videos-carousel__video-play svg {
  height: 20px;
  fill: #fff;
  /* transition: fill 300ms ease; */
  width: 20px;
}

.hp-videos-carousel__slide-video-container:hover
  .hp-videos-carousel__video-play,
.hp-videos-carousel__slide-video-container:focus-within
  .hp-videos-carousel__video-play,
.hp-slide--playing .hp-videos-carousel__video-play {
  background-color: #fff;
}

.hp-videos-carousel__slide-video-container:hover
  .hp-videos-carousel__video-play
  svg,
.hp-videos-carousel__slide-video-container:focus-within
  .hp-videos-carousel__video-play
  svg,
.hp-slide--playing .hp-videos-carousel__video-play svg {
  fill: #0BB3C1;
}

.hp-videos-carousel__video-play .icon-play {
  margin-left: 2px;
}

.hp-videos-carousel__slide-video-content {
  transform: translate3d(0, 0, 0);
  transition: transform 300ms ease;
}

.hp-videos-carousel__slide-video-container:hover
  .hp-videos-carousel__slide-video-content,
.hp-videos-carousel__slide-video-container:focus-within
  .hp-videos-carousel__slide-video-content,
.hp-slide--playing .hp-videos-carousel__slide-video-content {
  transform: translate3d(0, -30px, 0);
}

.hp-videos-carousel__video-play .icon-pause {
  display: none;
}

.hp-play--is-playing .icon-play {
  display: none;
}

.hp-play--is-playing .icon-pause {
  display: block;
}

.plyr__video-embed {
  aspect-ratio: 9/16 !important;
}

@supports not (aspect-ratio: 9/16) {
  .plyr__video-embed {
    width: 100%;
    height: 0;
    padding-bottom: 177.77777%;
  }
}

.plyr__poster {
  background-size: cover !important;
}

.hp-videos-carousel__overlay {
  aspect-ratio: 9/16 !important;
  overflow: hidden;
  position: relative;
}

@supports not (aspect-ratio: 9/16) {
  .hp-videos-carousel__overlay {
    width: 100%;
    height: 0;
    padding-bottom: 177.77777%;
  }
}

.hp-videos-carousel__overlay-video-image-container {
  aspect-ratio: 9/16 !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hp-videos-carousel__overlay-video-image-container picture {
  display: block;
  width: 100%;
}

.hp-videos-carousel__overlay-video-image {
  aspect-ratio: 9/16;
  display: block;
  width: 100%;
}

@supports not (aspect-ratio: 9/16) {
  .hp-videos-carousel__overlay-video-image-container {
    width: 100%;
    height: 0;
    padding-bottom: 177.77777%;
  }
}

/* .hp-videos-carousel__overlay-video {
  transform: scale(1.4);
} */

.hp-videos-carousel__overlay-video {
  z-index: -1;
}

.hp-videos-carousel__slide-video-container:hover
  .hp-videos-carousel__overlay-video,
.hp-videos-carousel__slide-video-container:focus-within
  .hp-videos-carousel__overlay-video,
.hp-slide--playing .hp-videos-carousel__overlay-video {
  z-index: 0;
}

.hp-slide--playing .hp-videos-carousel__overlay {
  display: none;
}

.hp-videos-carousel__carousel-container {
  margin-top: -15px;
  overflow: visible;
  padding-top: 15px;
}

.hp-videos-carousel__slide-text {
  color: #0BB3C1;
  font-family: Merriweather;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.hp-videos-carousel__slide-title {
  color: #000000;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

.embla__dots {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 42px;
  position: relative;
  z-index: 1;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .embla__dots > *:not(:last-child) {
    margin-right: 7px;
  }
}

.embla__dot {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  padding: 0;
  width: 12px;
}

.embla__dot.is-selected {
  border: 1px solid #ffffff;
  background-color: #0BB3C1;
}

.hp-videos-carousel__slide-video-container .plyr__video-embed {
  display: none;
}

.hp-slide--playing .plyr__video-embed {
  display: block;
}

.hp-slide--playing .hp-videos-carousel__slide-video-content,
.hp-slide--playing .hp-videos-carousel__video-message {
  display: none;
}

.hp-videos-carousel__overlay iframe,
.hp-videos-carousel__overlay video,
.hp-videos-carousel__slide-video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slick-list {
  overflow: visible;
}

@media only screen and (min-width: 980px) {
  .hp-videos-carousel {
    padding: 100px 0 60px;
  }

  .hp-videos-carousel__slide-content {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    transition: transform 300ms ease, opacity 1000ms ease;
    width: 310px;
  }

  .embla__viewport {
    max-width: 1200px;
  }

  .embla__dots {
    display: none;
  }

  .hp-videos-caoursel__header-logo {
    width: 64px;
    height: 64px;
  }

  .hp-videos-carousel__title {
    font-size: 55px;
    letter-spacing: 0;
    line-height: 69px;
    text-align: center;
  }

  .hp-videos-carousel__slide {
    flex: 0 0 360px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hp-videos-carousel__slide-video-container:hover,
  .hp-videos-carousel__slide-video-container:focus-within,
  .hp-slide--playing {
    transform: scale(1.065);
  }

  .hp-videos-carousel__slide-video-container::before {
    height: 210px;
    width: 210px;
  }

  .hp-videos-carousel__slide-video-container:hover::before,
  .hp-videos-carousel__slide-video-container:focus-within::before,
  .hp-slide--playing::before {
    transform: translate3d(-30px, -20px, 0);
  }

  .hp-videos-carousel__slide-video-content {
    bottom: 30px;
    transform: translate3d(0, 0, 0);
    transition: transform 300ms ease;
    width: 380px;
  }

  .hp-videos-carousel__slide-video-container:hover
    .hp-videos-carousel__slide-video-content,
  .hp-videos-carousel__slide-video-container:focus-within
    .hp-videos-carousel__slide-video-content,
  .hp-slide--playing .hp-videos-carousel__slide-video-content {
    transform: translate3d(0, -52px, 0);
  }

  .hp-videos-carousel__video-message {
    bottom: 30px;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 52px;
    opacity: 0;
    text-align: center;
    transition: opacity 300ms ease;
    width: 380px;
  }

  .hp-videos-carousel__slide-video-container:hover
    .hp-videos-carousel__video-message,
  .hp-videos-carousel__slide-video-container:focus-within
    .hp-videos-carousel__video-message,
  .hp-slide--playing .hp-videos-carousel__video-message {
    opacity: 1;
  }

  .hp-videos-carousel__video-play {
    background-color: #0BB3C1;
    fill: #ffffff;
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
  }

  .hp-videos-carousel__slide-video-container:hover
    .hp-videos-carousel__video-play,
  .hp-slide--playing .hp-videos-carousel__video-play {
    background-color: #ffffff;
    width: 90px;
    height: 90px;
    margin-bottom: 18px;
  }

  .hp-videos-carousel__video-play svg {
    fill: #fff;
    height: 30px;
    width: 30px;
  }

  .hp-videos-carousel__slide-video-container:hover
    .hp-videos-carousel__video-play
    svg,
  .hp-videos-carousel__slide-video-container:focus-within
    .hp-videos-carousel__video-play
    svg,
  .hp-slide--playing .hp-videos-carousel__video-play svg {
    fill: #0BB3C1;
  }

  .hp-videos-carousel__slide-text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
  }

  .hp-videos-carousel__slide-content {
    width: 380px;
  }
}

/**
 * By the numbers
 */
.hp-by-the-numbers {
  padding: 42px 0;
}

.hp-btnum__container {
  margin: 0 auto;
  max-width: 1255px;
}

.hp-btnum__label {
  color: #0BB3C1;
  font-family: "Merriweather Sans";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 18px;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.hp-btnum__title {
  color: #000000;
  font-family: Merriweather;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin: 0;
}

.hp-btnum__title-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 30px;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .hp-btnum__title-container > *:not(:last-child) {
    margin-bottom: 12px;
  }
}

.hp-button {
  align-items: center;
  border: 1px solid #A41E34;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
}

.hp-button:after {
  height: 110%;
  width: 110%;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 1;
  background: #A41E34;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  content: "";
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-clip-path 0.325s, -webkit-transform 0.325s;
  transition: -webkit-clip-path 0.325s, -webkit-transform 0.325s;
  transition: clip-path 0.325s, transform 0.325s;
  transition: clip-path 0.325s, transform 0.325s, -webkit-clip-path 0.325s,
    -webkit-transform 0.325s;
}

.hp-button:hover:after,
.hp-button:focus:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  -webkit-transform: translate(95%, -50%);
  -webkit-transform: translate(95%, -50%);
  transform: translate(95%, -50%);
}

.hp-button:focus .hp-button__text,
.hp-button:hover .hp-button__text {
  color: #fff;
}

.hp-button:focus .hp-button__icon,
.hp-button:hover .hp-button__icon {
  fill: #fff;
}

.hp-button__text {
  color: #000000;
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 18px;
  margin-right: 12px;
  text-transform: uppercase;
  transition: color 300ms ease;
  z-index: 2;
}

.hp-button__icon {
  height: 14px;
  fill: #A41E34;
  transition: fill 300ms ease;
  width: 14px;
  z-index: 2;
}

.hp-btnum__grid-item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 5px;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .hp-btnum__grid-item-content > *:not(:last-child) {
    margin-bottom: 5px;
  }
}

.hp-btnum__number {
  font-family: Merriweather;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 45px;
  margin: 0;
  padding-right: 60px;
}
@media only screen and (min-width: 980px) {
  .hp-btnum__number {
    padding-right: 0;
  }
}

.hp-btnum__text {
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding-right: 60px;
}
@media only screen and (min-width: 980px) {
  .hp-btnum__text {
    padding-right: 0;
  }
}

.hp-btnum__grid-item {
  background: #eceef0;
  color: inherit;
  display: block;
  margin-top: 10px;
  padding: 20px;
  opacity: 0;
  text-decoration: none;
  transform: translate3d(0, 100px, 0);
  transition: opacity 500ms ease, transform 500ms ease;
}

.hp-btnum__grid-item:nth-child(2) {
  transition-delay: 100ms;
}

.hp-btnum__grid-item:nth-child(3) {
  transition-delay: 200ms;
}

.hp-btnum__grid-item:nth-child(4) {
  transition-delay: 300ms;
}

.hp-btnum__grid-item:nth-child(5) {
  transition-delay: 400ms;
}

.hp-btnum__grid-item:nth-child(6) {
  transition-delay: 500ms;
}

.hp-btnum__grid-item:hover,
.hp-btnum__grid-item:focus {
  transition-delay: 0ms;
}

.hp-by-the-numbers.no-js .hp-btnum__grid-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hp-by-the-numbers.animate .hp-btnum__grid-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hp-btnum__grid-item:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 980px) {
  .hp-btnum__grid-item {
    margin-top: 0;
  }
}

@keyframes moveLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-200%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveRight {
  0% {
    transform: translate3d(-200%, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}

.hp-by-the-numbers {
  background: #fff;
}

.hp-btnum__button {
  align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
  color: #0BB3C1;
  display: flex;
  padding: 0;
  position: absolute;
  height: 30px;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
@media only screen and (min-width: 980px) {
  .hp-btnum__button {
    position: static;
  }
}

.hp-btnum__image {
  aspect-ratio: 351 / 214;
  display: none;
  object-fit: cover;
  width: 100%;
}

@supports not (aspect-ratio: 351/214) {
  .hp-btnum__image {
    width: 100%;
    height: 0;
    padding-bottom: 60.97%;
  }
}

.hp-btnum__grid-container {
  overflow: hidden;
  position: relative;
}

.hp-btnum__grid {
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .hp-btnum__grid {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }
}

.hp-btnum__header {
  padding: 0 20px;
}

.hp-btnum__grid-item:nth-child(1) {
  background: #5b6671;
  color: #fff;
}

.hp-btnum__grid-item:nth-child(2) {
  background-color: #0BB3C1;
  color: #fff;
}

.hp-btnum__grid-item:nth-child(3) {
  color: #0BB3C1;
}

.hp-btnum__grid-item:nth-child(3) .hp-btnum__text {
  color: #000;
}

.hp-btnum__grid-item:nth-child(4) {
  background-color: #A41E34;
  color: #fff;
}

.hp-btnum__grid-item:nth-child(5) {
  background-color: #0BB3C1;
  color: #fff;
}

.hp-btnum__grid-item:nth-child(6) {
  background-color: #5b6671;
  color: #fff;
}

.hp-btnum__grid-item:nth-child(1) .hp-btnum__button {
  fill: #5b6671;
}

.hp-btnum__grid-item:nth-child(2) .hp-btnum__button {
  fill: #0BB3C1;
}

.hp-btnum__grid-item:nth-child(3) .hp-btnum__button {
  background-color: #0BB3C1;
  fill: #fff;
}

.hp-btnum__grid-item:nth-child(4) .hp-btnum__button {
  fill: #000000;
}

.hp-btnum__grid-item:nth-child(5) .hp-btnum__button {
  fill: #0BB3C1;
}

.hp-btnum__grid-item:nth-child(6) .hp-btnum__button {
  fill: #5b6671;
}

.hp-btnum__button svg {
  fill: inherit;
  width: 20px;
}

@media only screen and (min-width: 980px) {
  .hp-by-the-numbers {
    padding: 50px 0;
  }

  .hp-btnum__header {
    padding: 0 60px;
  }

  .hp-btnum__title {
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 69px;
  }

  .hp-btnum__title-container {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .hp-btnum__title-container > *:not(:last-child) {
      margin-right: 30px;
    }
  }

  .hp-button {
    padding: 15px 22px;
  }

  .hp-btnum__grid-item {
    padding: 20px;
  }

  .hp-btnum__grid-item-content {
    margin-bottom: 30px;
    padding: 20px 10px;
  }

  .hp-btnum__button {
    display: none;
  }

  .hp-btnum__number {
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 69px;
  }

  .hp-btnum__text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
  }

  .hp-btnum__grid {
    grid-auto-flow: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: auto auto auto;
  }

  .hp-btnum__grid-item:hover,
  .hp-btnum__grid-item:focus {
    transform: scale(1.025) !important;
    z-index: 1;
  }

  .hp-btnum__grid-item:nth-child(2) {
    grid-row: 2 / 4;
  }

  .hp-btnum__grid-item:nth-child(3) {
    grid-row: 1 / 3;
  }

  .hp-btnum__grid-item:nth-child(6) {
    grid-row: 2 / 4;
  }

  .hp-btnum__grid--3-items.hp-btnum__grid {
    grid-auto-flow: row;
  }

  .hp-btnum__grid--3-items .hp-btnum__grid-item:nth-child(2),
  .hp-btnum__grid--3-items .hp-btnum__grid-item:nth-child(3),
  .hp-btnum__grid--3-items .hp-btnum__grid-item:nth-child(6) {
    grid-row: auto;
  }

  .hp-btnum__grid-item .hp-btnum__image,
  .hp-btnum__grid-item .hp-btnum__image,
  .hp-btnum__grid-item .hp-btnum__image {
    display: block;
  }

  .hp-btnum__grid-container {
    overflow: visible;
    padding: 0 30px;
  }
}

/**
 * Testimonials Component
 */
.hp-testimonials {
  overflow-x: hidden;
  padding: 42px 0;
  position: relative;
  overflow-y: hidden;
}

.hp-testimonials__header {
  padding: 0 20px;
}

.hp-testimonials__label {
  color: #0BB3C1;
  font-family: "Merriweather Sans";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 18px;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.hp-testimonials__title {
  color: #000000;
  font-family: Merriweather;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 37px;
  margin: 0;
  margin-bottom: 20px;
}

.hp-button {
  text-decoration: none;
  width: max-content;
}

.hp-button--red-color {
  fill: #0BB3C1;
}

.hp-button--red-color .hp-button__text {
  color: #0BB3C1;
}

.hp-testimonials__image-container {
  aspect-ratio: 390 / 350;
  display: block;
  margin: 0 auto;
  max-width: 390px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@supports not (aspect-ratio: 390 / 350) {
  .hp-testimonials__image-container {
    width: 100%;
    height: 0;
    padding-bottom: 89.7435%;
  }
}

@media only screen and (min-width: 600px) {
  .hp-testimonials__image-container {
    aspect-ratio: 490 / 450;
    margin: 0 auto;
    max-width: 490px;
  }

  @supports not (aspect-ratio: 490 / 450) {
    .hp-testimonials__image-container {
      width: 100%;
      height: 0;
      padding-bottom: 91.8367%;
    }
  }
}

.hp-testimonials__image-item {
  display: none;
  position: relative;
}

.hp-testimonials__image-item--active {
  display: block;
}

.hp-testimonials__play {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  position: absolute;
  right: 20px;
  width: 60px;
  z-index: 1;
}

.hp-testimonials__play .icon {
  fill: #0BB3C1;
  height: 20px;
  margin-left: 2px;
  width: 20px;
}

.hp-testimonials__image-item--active {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hp-testimonials__image-item--active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0BB3C1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  animation: hpSlideIn 500ms ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

.hp-testimonials__image-item {
  aspect-ratio: 1 / 1;
  position: relative;
  width: 100%;
}

.hp-testimonials__image-item picture {
  display: block;
  width: 100%;
}

.hp-testimonials__image {
  display: block;
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

@supports not (aspect-ratio: 9/16) {
  .hp-testimonials__image-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}

.hp-testimonials__selectors {
  background: #0BB3C1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 250px;
  margin-top: -178px;
  overflow-x: scroll;
  position: relative;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Microsoft Edge */
}

.hp-testimonials__selectors::-webkit-scrollbar {
  display: none;
}

.hp-testimonials__selectors-container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
  padding-left: 20px;
}

@media only screen and (min-width: 450px) {
  .hp-testimonials__selectors-container {
    padding-left: 0;
  }
}

.hp-testimonials__selector {
  align-items: center;
  background: transparent;
  border: 4px solid transparent;
  border-radius: 32px;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all 300ms ease;
  width: 50px;
  flex-basis: 50px;
  text-align: left;
  max-width: max-content;
  will-change: background, width, flex-basis;
}

.hp-testimonials__selector:hover,
.hp-testimonials__selector:focus {
  background: rgba(0, 0, 0, 0.15);
}

.hp-testimonials__selector--active {
  background: rgba(0, 0, 0, 0.15);
  flex-basis: 100%;
  width: max-content;
}

.hp-testimonials__selector-image {
  border-radius: 50%;
  display: block;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.hp-testimonials__selector-text {
  color: #ffffff;
  display: block;
  font-family: "Merriweather Sans";
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 20px;
  width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  transition: width 300ms ease, opacity 300ms ease;
}

.hp-testimonials__selector--active .hp-testimonials__selector-text {
  margin-left: 10px;
  animation: expandText 300ms ease-in forwards;
  margin-right: 16px;
}

@keyframes expandText {
  0% {
    flex-basis: 0;
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.hp-testimonials__content {
  padding: 20px 20px 0;
  z-index: 1;
}

.hp-testimonials__content-item--active {
  display: block;
  z-index: 1;
}

.hp-testimonials__quote {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all 300ms ease;
}

.hp-testimonials__name {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all 500ms ease;
  transition-delay: 100ms;
}

.hp-testimonials__content-item--active .hp-testimonials__quote {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hp-testimonials__content-item--active .hp-testimonials__name {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hp-testimonials__quote-mark {
  align-items: center;
  color: #0BB3C1;
  display: flex;
  font-family: "Merriweather Sans";
  font-size: 40px;
  font-weight: bold;
  gap: 15px;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .hp-testimonials__quote-mark > *:not(:last-child) {
    margin-right: 15px;
  }
}

.hp-testimonials__quote-mark .icon {
  fill: #0BB3C1;
  height: 40px;
  width: 40px;
}

.hp-testimonials__quote-mark::after {
  content: "";
  background: #0BB3C1;
  height: 2px;
  width: auto;
  flex-grow: 1;
}

.hp-testimonials__quote {
  color: #000000;
  display: block;
  font-family: "Merriweather Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0 0 10px;
}

.hp-testimonials__name {
  color: #0BB3C1;
  display: block;
  font-family: "Merriweather Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 30px;
}

.hp-testimonials__content-item > *:last-child {
  margin-bottom: 0;
}

.hp-testimonials__cite-subtext {
  font-weight: 400;
}

.hp-testimonials__row {
  margin: 0 auto;
  max-width: 1320px;
}

.hp-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.hp-lightbox__content {
  height: max-content;
  max-width: clamp(100px, 95vw, 1120px);
  max-height: clamp(100px, 95vh, 1120px);
  width: 100%;
}

.hp-lightbox__content .plyr {
  pointer-events: all;
}

.plyr--full-ui input[type="range"] {
  color: #0BB3C1;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background-color: #0BB3C1;
}

.hp-lightbox__close {
  align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

.hp-lightbox__close-icon {
  fill: #0BB3C1;
  height: 30px;
  width: 30px;
}

@media only screen and (min-width: 600px) {
  .hp-lightbox__close {
    top: 42px;
    right: 42px;
  }
}

.hp-testimonials__embed-element {
  aspect-ratio: 16 / 9 !important;
}

@supports not (aspect-ratio: 16/9) {
  .hp-testimonials__embed-element {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

.hp-testimonials__embed-element .plyr__video-embed {
  aspect-ratio: 16 / 9 !important;
}

@supports not (aspect-ratio: 16/9) {
  .hp-testimonials__embed-element .plyr__video-embed {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

.hp-testimonials__embed-container {
  display: none;
}

.plyr__video-embed.hp-testimonials__embed {
  aspect-ratio: 16 / 9 !important;
  position: relative;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed.hp-testimonials__embed {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

.hp-testimonials__content {
  position: relative;
}

.hp-testimonials__content-item {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hp-testimonials__content-item--active {
  animation: fadeIn 600ms ease forwards;
  position: relative;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 980px) {
  .hp-testimonials {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 720px) {
  .hp-testimonials__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 62px;
    grid-column-gap: 30px;
    grid-row-gap: 0;
    grid-template-rows: minmax(0, auto) minmax(0, 1fr);
  }

  .hp-testimonials__quote-mark .icon {
    flex-shrink: 0;
    height: 60px;
    width: 60px;
  }

  .hp-testimonials__content {
    padding: 0;
  }

  .hp-testimonials__header {
    padding: 0;
  }

  .hp-testimonials__quote-mark::after {
    flex-shrink: 0;
    width: calc(100%);
    z-index: 1;
  }

  .hp-testimonials__image-container {
    padding: 0;
    margin-top: 50px;
  }

  .hp-testimonials__row {
    padding-left: 20px;
    max-width: 1340px;
  }

  .hp-testimonials__header {
    grid-column: 1;
    grid-row: 1;
    max-width: 480px;
  }

  .hp-testimonials__content {
    grid-column: 1;
    grid-row: 2;
    max-width: 480px;
  }

  .hp-testimonials__image-container {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 450px;
    width: 100%;
  }

  .hp-testimonials__selectors {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .hp-testimonials__selectors {
    height: calc(450px + 100px);
    margin-top: 0;
    margin-left: -20px;
    overflow: visible;
    position: relative;
  }

  .hp-testimonials__selectors::before {
    content: "";
    background: #0BB3C1;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 0;
  }

  .hp-testimonials__selectors::after {
    content: "";
    background: #0BB3C1;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
  }

  .hp-testimonials__selector {
    align-self: stretch;
    border: 10px solid transparent;
    justify-content: flex-start;
    max-width: 62px;
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
  }

  .hp-testimonials__selector-text {
    max-width: 0;
    margin-left: 0;
    margin-rigth: 0;
  }

  .hp-testimonials__selectors {
    justify-content: flex-start;
  }

  .hp-testimonials__selectors-container {
    flex-direction: column;
    margin: 0;
    margin-top: 50px;
  }

  .hp-testimonials__quote {
    font-size: 21px;
    letter-spacing: 0;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1000px) {
  .hp-testimonials__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 80px;
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }

  .hp-testimonials__selector {
    border-radius: 50px;
    margin-bottom: 1px;
  }

  .hp-testimonials__title {
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 69px;
    margin: 0 0 30px;
  }

  .hp-testimonials__quote {
    font-size: 27px;
    letter-spacing: 0;
    line-height: 45px;
    margin-bottom: 12px;
  }

  .hp-testimonials__name {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
  }

  .hp-testimonials__label {
    margin: 0 0 12px;
  }

  .hp-testimonials__selector {
    max-width: 80px;
  }

  .hp-testimonials__selector:last-child {
    margin-bottom: 0;
  }

  .hp-testimonials__selector-image {
    height: 60px;
    width: 60px;
  }
}

@media only screen and (min-width: 1140px) {
  .hp-testimonials__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 300px;
    grid-column-gap: 30px;
    grid-row-gap: 0;
  }

  .hp-testimonials__row {
    padding-left: 20px;
    max-width: 1340px;
  }

  .hp-testimonials__header {
    grid-column: 1;
    grid-row: 1;
    max-width: 480px;
  }

  .hp-testimonials__selectors-container {
    margin-top: 0;
  }

  .hp-testimonials__content {
    grid-column: 1;
    grid-row: 2;
    max-width: 480px;
  }

  .hp-testimonials__image-container {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 450px;
    width: 100%;
  }

  .hp-testimonials__selectors {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .hp-testimonials__selectors {
    height: calc(450px + 100px);
    margin-top: 0;
    margin-left: -20px;
    overflow: visible;
    position: relative;
  }

  .hp-testimonials__selectors::before {
    content: "";
    background: #0BB3C1;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 0;
  }

  .hp-testimonials__selectors::after {
    content: "";
    background: #0BB3C1;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
  }

  .hp-testimonials__selector {
    align-self: stretch;
    border: 10px solid transparent;
    justify-content: flex-start;
    max-width: 300px;
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
  }

  .hp-testimonials__selector-text {
    opacity: 1;
    width: 100%;
    margin-left: 15px;
    margin-rigth: 15px;
  }

  .hp-testimonials__selector--active .hp-testimonials__selector-text {
    animation: none;
    margin-left: 15px;
    margin-rigth: 15px;
  }

  .hp-testimonials__selectors-container {
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
  }

  .hp-testimonials__image-container {
    aspect-ratio: 1 / 1;
    margin-top: 50px;
    max-width: 450px;
    padding: 0;
  }

  @supports not (aspect-ratio: 1/1) {
    .hp-testimonials__image-container {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
    }
  }

  .hp-testimonials__quote-mark {
    margin-bottom: 30px;
  }

  .hp-testimonials__header {
    padding: 0;
  }

  .hp-testimonials__content {
    padding: 0;
  }

  .hp-testimonials__selector {
    border-radius: 50px;
    margin-bottom: 1px;
  }

  .hp-testimonials__selector:last-child {
    margin-bottom: 0;
  }

  .hp-testimonials__selector-image {
    height: 60px;
    width: 60px;
  }

  .hp-testimonials__selector-text {
    display: block;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 27px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1270px) {
  .hp-testimonials__container {
    grid-template-columns: minmax(0, 1fr) 450px 300px;
  }
}

@media only screen and (min-width: 1290px) {
  .hp-testimonials__container {
    grid-template-columns: 480px 450px 300px;
  }
}

/**
 * Logos
 */
.mul-logo-grid {
  padding: 42px 20px;
}

.mul-logo-grid__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1200px;
}

@supports not (display: grid) {
  .mul-logo-grid__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.mul-logo-grid__header {
  margin: 0 auto;
  max-width: 1200px;
}

.mul-logo-grid__heading {
  color: #000000;
  font-family: Merriweather;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin: 0 0 18px;
  text-align: center;
}

.mul-logo-grid__message {
  color: #323e49;
  font-family: "Merriweather Sans";
  font-size: 17px;
  letter-spacing: -0.1px;
  line-height: 33px;
  margin: 0 auto 24px;
  max-width: 980px;
  text-align: center;
}

.mul-logo-grid__item {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-basis: calc(50% - (12px));
  justify-content: center;
  transition: transform 300ms ease;
  transform: translate3d(0, 0, 0);
}

.mul-logo-grid__item:nth-child(5n + 1) {
  margin-left: 0;
}

.mul-logo-grid__image {
  filter: grayscale(100%);
  height: auto;
  max-height: 180px;
  object-fit: cover;
  transition: filter 0.3s ease;
  max-width: 202px;
  width: 100%;
}

.mul-logo-grid__item:hover,
.mul-logo-grid__item:focus {
  transform: scale(1.00625) translate3d(0, -6px, 0);
}

.mul-logo-grid__item:hover .mul-logo-grid__image,
.mul-logo-grid__item:focus .mul-logo-grid__image {
  filter: grayscale(0);
}

@media only screen and (min-width: 700px) {
  .mul-logo-grid__item {
    flex-basis: calc(25% - (12px));
  }

  .mul-logo-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 980px) {
  .mul-logo-grid {
    padding: 100px 20px;
  }

  .mul-logo-grid__grid {
    gap: 30px;
    grid-template-columns: repeat(5, 1fr);
  }

  .grid--col-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .mul-logo-grid__heading {
    color: #000000;
    font-family: Merriweather;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 69px;
    margin: 0 0 18px;
    text-align: center;
  }

  .mul-logo-grid__item {
    flex-basis: calc(20% - (30px));
  }

  .mul-logo-grid__message {
    margin: 0 auto 48px;
  }
}

.cousdffg{
    position: relative;
}
.cousdffg2{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.cousdffg2 h4{
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
