:root {
  --white: #fff;
  --body-font-color: #1F2F3B;
  --heading-font-color: #002d62;
  --primary-color: #005294;
  --secondary-color: #2987AB;
  --tertiary-color: #b63a86;
  --electric-blue: #39d2f1;
  --ice-blue: #e6f5f9;
  --pacific-blue: #1BA2C4;
  --powder-blue: #bde4ee;
  --aqua-marine: #04c7a8;
  --marble-teal: #2987AB;
  --sea-green: #218463;
  --violet: #4b4bab;
  --goldenrod: #f3d55b;
  --tomato: #FF4C4D;
  --light-yellow: #FDF8e1;
  --golden-sand: #F6DF84;
  --old-lace: #FDF8E1;
  --marble-blue: #005294;
}

.max-wrap-none, .block-max-wrap-none > .content {
  width: 100%;
  max-width: 100%;
}

.max-wrap-xsmall {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.block-max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

.max-wrap-small {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.block-max-wrap-small > .content {
  max-width: 950px !important;
  margin: 0 auto;
}

.max-wrap-medium {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.block-max-wrap-medium > .content {
  max-width: 1200px !important;
  margin: 0 auto;
}

.max-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.block-max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.block-max-wrap-large > .content {
  max-width: 1440px !important;
  margin: 0 auto;
}

#location-index {
  padding: 0 30px;
}
#location-index > .location-header .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1669px;
}
#location-index .breadcrumbs {
  padding-left: clamp(30px, 6vw, 80px);
  margin-bottom: 2.5rem;
}
#location-index .map-holder {
  border-radius: 60px;
  width: 100%;
  height: 250px;
  position: relative;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  #location-index .map-holder {
    height: 400px;
  }
}
@media screen and (max-width: 979px) {
  #location-index .map-holder {
    margin-top: 3.2rem;
  }
}
#location-index .map-holder #map {
  height: 100%;
  width: 100%;
}
#location-index .map-holder button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  border-radius: 10px 10px 0 0;
  background-color: var(--tertiary-color);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}
#location-index .map-holder button .open {
  display: none;
}
#location-index .map-holder button .closed {
  display: block;
}
#location-index .map-holder.enlarged {
  height: 500px;
}
@media screen and (min-width: 980px) {
  #location-index .map-holder.enlarged {
    height: 700px;
  }
}
#location-index .map-holder.enlarged button .open {
  display: block;
}
#location-index .map-holder.enlarged button .closed {
  display: none;
}
#location-index .header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1366px;
  padding: 7.6rem 0 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}
#location-index .header .f-h1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: clamp(4.2rem, 5vw, 6rem);
  color: var(--primary-color);
}
@media screen and (max-width: 979px) {
  #location-index .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    row-gap: 5.5rem;
  }
}
#location-index .header .contact-info {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 979px) {
  #location-index .header .contact-info dl:first-of-type {
    border-bottom: 3px solid var(--goldenrod);
    padding-bottom: 3.5rem;
  }
  #location-index .header .contact-info dl:last-of-type {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 980px) {
  #location-index .header .contact-info {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }
  #location-index .header .contact-info dl:first-of-type {
    padding-right: clamp(2rem, 2.5vw, 5rem);
    border-right: 3px solid var(--goldenrod);
  }
  #location-index .header .contact-info dl:last-of-type {
    margin-left: clamp(2rem, 2.5vw, 5rem);
  }
}
#location-index .header .contact-info .f-h2 {
  font-size: 2.2rem;
  font-family: "motiva-sans", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.4rem;
}
#location-index .header .contact-info dd {
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#location-index .location-list {
  padding: 0 var(--mobile-padding);
  margin-bottom: 10rem;
}
#location-index .location-list > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1366px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4em;
}
#location-index .location-list > .content .location {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5.9rem;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#location-index .location-list > .content .location:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 245px;
  background-color: var(--light-yellow);
  border-radius: 30px;
  z-index: -1;
}
@media screen and (max-width: 979px) {
  #location-index .location-list > .content .location:before {
    border-radius: 50px;
    left: 0;
    top: 5rem;
  }
}
@media screen and (min-width: 980px) {
  #location-index .location-list > .content .location {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    padding-right: clamp(20px, 5vw, 60px);
    grid-template-columns: 390px 1fr 200px;
    -webkit-column-gap: clamp(20px, 5vw, 88px);
    -moz-column-gap: clamp(20px, 5vw, 88px);
    column-gap: clamp(20px, 5vw, 88px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#location-index .location-list > .content .location .image {
  width: 100%;
  aspect-ratio: 440/253;
  margin-bottom: 4rem;
  overflow: hidden;
}
#location-index .location-list > .content .location .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (min-width: 980px) {
  #location-index .location-list > .content .location .image {
    margin-bottom: 0;
  }
}
#location-index .location-list > .content .location .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  margin-bottom: 4.5rem;
  padding-left: 30px;
  padding-right: 60px;
  padding-top: 4rem;
  position: relative;
}
#location-index .location-list > .content .location .info:before {
  content: "";
  height: 3px;
  position: absolute;
  left: 30px;
  top: 0;
  width: 124px;
  background-color: var(--goldenrod);
}
@media screen and (min-width: 980px) {
  #location-index .location-list > .content .location .info {
    padding-left: 4.4rem;
    padding-right: unset;
    justify-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
  }
  #location-index .location-list > .content .location .info:before {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 3px;
  }
}
#location-index .location-list > .content .location .info .f-h2 {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
  font-family: "brandon-grotesque", sans-serif;
  color: var(--heading-font-color);
  margin-bottom: 1.9rem;
  text-align: left;
  text-transform: none;
}
#location-index .location-list > .content .location .info .address {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: left;
  font-family: "motiva-sans", sans-serif;
  font-weight: 700;
  color: var(--heading-font-color);
}
#location-index .location-list > .content .location .actions {
  display: grid;
  grid-template-columns: 225px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2.4rem;
}
#location-index .location-list > .content .location .actions a {
  width: 100%;
}

#location-detail .breadcrumbs {
  padding: 0 30px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1525px;
  margin-bottom: 3.3rem;
}
#location-detail .location-alert {
  width: calc(100% - 60px);
  margin: 0 auto;
  grid-area: alert;
  max-width: 1525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  background-color: var(--golden-sand);
  border-radius: 60px;
  padding: clamp(2.5rem, 2vw, 3.2rem);
  text-align: center;
  text-wrap: pretty;
  color: var(--white);
  margin-bottom: clamp(1.4rem, 3vw, 5rem);
}
@media screen and (max-width: 979px) {
  #location-detail .location-alert {
    margin: 0 30px;
    margin-top: 2.3rem;
    width: calc(100% - 60px);
  }
}
#location-detail .location-alert p {
  font-size: 1.8rem;
  color: var(--heading-font-color);
  margin-bottom: 0;
  font-family: "motiva-sans", sans-serif;
}
#location-detail .location-alert p > a {
  color: var(--heading-font-color);
  font-weight: var(--bold);
}
#location-detail .location-header {
  padding-top: 2.5rem;
  position: relative;
  margin-bottom: 8.4rem;
}
@media screen and (min-width: 980px) {
  #location-detail .location-header {
    padding: 0 30px;
  }
}
#location-detail .location-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  #location-detail .location-header > .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: clamp(3.3rem, 5vw, 6.4rem);
  }
}
@media screen and (min-width: 1350px) {
  #location-detail .location-header > .content {
    max-width: 1525px;
  }
}
#location-detail .location-header > .content .image {
  aspect-ratio: 1034/594;
  width: 100%;
  max-width: 1034px;
  border-radius: 60px;
  grid-area: image;
  overflow: hidden;
  position: relative;
}
#location-detail .location-header > .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 979px) {
  #location-detail .location-header > .content .image {
    margin-bottom: 5rem;
    margin: 0 30px;
    width: auto;
    overflow: visible;
  }
  #location-detail .location-header > .content .image img {
    border-radius: 60px;
  }
  #location-detail .location-header > .content .image:before {
    content: "";
    z-index: -1;
    width: 100vw;
    position: absolute;
    left: -30px;
    bottom: 0;
    height: 25%;
    background-color: var(--primary-color);
  }
}
#location-detail .location-header > .content .info {
  grid-area: info;
  align-self: center;
  width: 100%;
  padding: clamp(3rem, 4vw, 7rem);
  background-color: var(--primary-color);
  z-index: 1;
}
@media screen and (max-width: 979px) {
  #location-detail .location-header > .content .info {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }
}
@media screen and (min-width: 980px) {
  #location-detail .location-header > .content .info {
    border-radius: 60px;
    max-width: 700px;
    position: absolute;
    right: 30px;
    width: calc(100% - 60px);
    top: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1350px) {
  #location-detail .location-header > .content .info {
    right: 0;
    top: 50%;
  }
}
#location-detail .location-header > .content .info > * {
  color: #fff;
}
#location-detail .location-header > .content .info .f-h1 {
  font-size: clamp(3.6rem, 3vw, 4.8rem);
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 979px) {
  #location-detail .location-header > .content .info .f-h1 {
    text-align: center;
  }
}
#location-detail .location-header > .content .info .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.2rem;
  font-weight: 400;
}
#location-detail .location-header > .content .info .contact-info p {
  margin-bottom: 0;
  line-height: 1.6;
}
#location-detail .location-header > .content .info .contact-info a {
  color: var(--black);
  font-weight: 400;
}
@media screen and (max-width: 979px) {
  #location-detail .location-header > .content .info .contact-info {
    text-align: center;
  }
}
#location-detail .hours-and-links {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1472px;
  -webkit-column-gap: clamp(50px, 5vw, 90px);
  -moz-column-gap: clamp(50px, 5vw, 90px);
  column-gap: clamp(50px, 5vw, 90px);
  row-gap: 10rem;
  display: grid;
  grid-template-columns: minmax(0, 347px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5em;
}
@media screen and (min-width: 980px) {
  #location-detail .hours-and-links {
    grid-template-columns: 1fr 1fr;
    padding: 0 var(--mobile-padding);
  }
}
#location-detail .hours-and-links .hours {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  #location-detail .hours-and-links .hours {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(50px, 10vw, 160px);
    -moz-column-gap: clamp(50px, 10vw, 160px);
    column-gap: clamp(50px, 10vw, 160px);
    position: relative;
    margin-top: 5.4rem;
    margin-bottom: 5.4rem;
  }
  #location-detail .hours-and-links .hours:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--goldenrod);
  }
}
@media screen and (max-width: 979px) {
  #location-detail .hours-and-links .hours .hours-block:first-of-type {
    padding-bottom: 4.8rem;
    border-bottom: 3px solid var(--goldenrod);
  }
  #location-detail .hours-and-links .hours .hours-block:last-of-type {
    margin-top: 4.8rem;
  }
}
#location-detail .hours-and-links .hours-block,
#location-detail .hours-and-links .services-block {
  position: relative;
  color: var(--heading-font-color);
}
#location-detail .hours-and-links .hours-block .f-h2,
#location-detail .hours-and-links .services-block .f-h2 {
  text-transform: none;
  font-family: "motiva-sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 979px) {
  #location-detail .hours-and-links .hours-block {
    margin-left: 4.4rem;
    margin-right: 5.5rem;
  }
}
#location-detail .hours-and-links .hours-block .f-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  color: var(--heading-font-color);
}
#location-detail .hours-and-links .hours-block .f-h2:before {
  content: "";
  height: 2.2rem;
  aspect-ratio: 1;
  display: block;
  background-image: url(../template_images/icons/ico-clock.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#location-detail .hours-and-links .hours-block dl {
  padding-left: 3.2rem;
}
#location-detail .hours-and-links .hours-block dt {
  font-weight: 700;
}
#location-detail .hours-and-links .hours-block dd {
  padding-bottom: 3rem;
  margin-left: 0;
}
#location-detail .hours-and-links .hours-block dd:last-child {
  padding-bottom: 0;
}
#location-detail .hours-and-links .hours-block:first-of-type {
  position: relative;
}
#location-detail .hours-and-links .hours-block:first-of-type:after {
  content: "";
  position: absolute;
  background-color: var(--yellow);
}
@media screen and (max-width: 979px) {
  #location-detail .hours-and-links .hours-block:first-of-type:after {
    bottom: -5rem;
    left: 0;
    right: 0;
    height: 1px;
  }
}
@media screen and (min-width: 980px) {
  #location-detail .hours-and-links .hours-block:first-of-type:after {
    top: 0;
    right: calc(-1 * clamp(25px, 5vw, 60px));
    width: 1px;
  }
}
#location-detail .hours-and-links .services-block {
  padding: 5.4rem clamp(7.4rem, 5vw, 8.4rem);
  border-radius: 55px;
  background-color: var(--light-yellow);
}
@media screen and (min-width: 980px) {
  #location-detail .hours-and-links .services-block {
    height: 100%;
  }
}
#location-detail .hours-and-links .services-block .f-h2 {
  margin-bottom: clamp(3.2rem, 3vw, 5.3rem);
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  color: var(--heading-font-color);
}
#location-detail .hours-and-links .services-block ul {
  padding-left: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 979px) {
  #location-detail .hours-and-links .services-block ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#location-detail .hours-and-links .services-block ul > li {
  color: var(--heading-font-color);
  list-style: none;
  padding-bottom: 3rem;
  font-size: 1.8rem;
  font-family: "motiva-sans", sans-serif;
  font-weight: 500;
  color: var(--heading-font-color);
}
#location-detail .introduction-and-manager {
  padding: 0 30px;
  margin-bottom: 4em;
}
#location-detail .introduction-and-manager > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 400px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6rem;
}
@media screen and (min-width: 980px) {
  #location-detail .introduction-and-manager > .content {
    max-width: 1385px;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(50px, 15vw, 167px);
    -moz-column-gap: clamp(50px, 15vw, 167px);
    column-gap: clamp(50px, 15vw, 167px);
  }
}
#location-detail .introduction-and-manager > .content .intro {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 979px) {
  #location-detail .introduction-and-manager > .content .intro {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#location-detail .introduction-and-manager > .content .intro .f-h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: none;
  font-family: "motiva-sans", sans-serif;
  color: var(--heading-font-color);
  margin-bottom: 3.5rem;
}
#location-detail .introduction-and-manager > .content .intro .copy {
  margin-bottom: 4.5rem;
}
#location-detail .introduction-and-manager > .content .intro .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr;
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  #location-detail .introduction-and-manager > .content .intro .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: flex-start;
    grid-template-columns: repeat(auto-fit, 200px);
  }
}
#location-detail .introduction-and-manager > .content .intro .actions > a {
  width: 100%;
}
#location-detail .introduction-and-manager > .content .contact-block {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.7rem;
}
@media screen and (min-width: 980px) {
  #location-detail .introduction-and-manager > .content .contact-block {
    grid-template-columns: 234px auto;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-column-gap: clamp(20px, 3vw, 4.5rem);
    -moz-column-gap: clamp(20px, 3vw, 4.5rem);
    column-gap: clamp(20px, 3vw, 4.5rem);
  }
}
#location-detail .introduction-and-manager > .content .contact-block .f-h2 {
  font-size: 2.8rem;
  font-family: "motiva-sans", sans-serif;
  text-transform: none;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  #location-detail .introduction-and-manager > .content .contact-block .f-h2 {
    grid-column: 1/3;
  }
}
#location-detail .introduction-and-manager > .content .contact-block .photo {
  aspect-ratio: 234/250;
  width: 100%;
  max-width: 234px;
}
#location-detail .introduction-and-manager > .content .contact-block .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
#location-detail .introduction-and-manager > .content .contact-block .info {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.6rem;
  padding-left: 30px;
  border-left: 2px solid var(--goldenrod);
}
#location-detail .introduction-and-manager > .content .contact-block .info > * {
  padding-bottom: 0;
  margin-bottom: 0;
}
#location-detail .introduction-and-manager > .content .contact-block .info .name {
  font-size: 2.4rem;
  font-family: "motiva-sans", sans-serif;
  text-transform: none;
  color: var(--body-font-color);
}
#location-detail .introduction-and-manager > .content .contact-block .info .position,
#location-detail .introduction-and-manager > .content .contact-block .info .email {
  font-size: 1.8rem;
}
#location-detail .introduction-and-manager > .content .contact-block .info .position {
  font-style: italic;
}

.holiday-rate-table {
  padding: 0 30px;
  margin-bottom: 4em;
}
.holiday-rate-table > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1226px;
}
.holiday-rate-table > .content .f-h2 {
  font-size: 1.8rem;
  color: var(--heading-font-color);
  text-transform: none;
}
@media screen and (max-width: 979px) {
  .holiday-rate-table > .content .f-h2 {
    padding-top: 2.3rem;
    padding-bottom: 1.6rem;
    width: 100%;
    text-align: left;
    margin-right: 30px;
  }
  .holiday-rate-table > .content .f-h2:before, .holiday-rate-table > .content .f-h2:after {
    right: 15px !important;
    height: 1em;
    width: 3px;
  }
}
@media screen and (min-width: 980px) {
  .holiday-rate-table > .content .f-h2 {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: var(--aqua-marine);
    font-size: clamp(1.8rem, 5vw, 6rem);
  }
  .holiday-rate-table > .content .f-h2:after, .holiday-rate-table > .content .f-h2:before {
    display: none;
  }
}
.holiday-rate-table > .content .subtitle {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .holiday-rate-table > .content .subtitle {
    text-align: left;
  }
}
.holiday-rate-table > .content .disclosure {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
.holiday-rate-table > .content .rate-block table {
  border: none;
}
@media screen and (min-width: 980px) {
  .holiday-rate-table > .content .rate-block table {
    max-width: 1226px;
  }
}
.holiday-rate-table > .content .rate-block table th {
  font-size: 2.4rem;
  font-family: "motiva-sans", sans-serif;
}
.holiday-rate-table > .content .rate-block table th:nth-child(1) {
  text-align: left;
}
@media screen and (min-width: 980px) {
  .holiday-rate-table > .content .rate-block table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .holiday-rate-table > .content .rate-block table tr > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    text-align: left;
  }
  .holiday-rate-table > .content .rate-block table tr > *:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
  }
  .holiday-rate-table > .content .rate-block table tr td {
    border: none;
    border-bottom: 1px solid var(--electric-blue) !important;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 979px) {
  .holiday-rate-table .accordion-container {
    border-top: 1px solid var(--electric-blue);
    border-bottom: 1px solid var(--electric-blue);
  }
}
@media screen and (min-width: 980px) {
  .holiday-rate-table .js-accordion-button {
    pointer-events: none;
  }
  .holiday-rate-table .js-accordion-button .flair {
    display: none;
  }
}
.holiday-rate-table .js-accordion-content {
  display: none;
}
@media screen and (min-width: 980px) {
  .holiday-rate-table .js-accordion-content {
    display: block !important;
  }
}
@media screen and (min-width: 980px) {
  .holiday-rate-table .rate-block table {
    margin: clamp(4rem, 5vw, 9.9rem) auto 4em;
  }
}
.holiday-rate-table .rate-block table tbody {
  padding-left: 0;
  padding-right: 0;
}
.holiday-rate-table .rate-block table tr {
  background-color: #fff;
}
.holiday-rate-table .rate-block table tr th:first-child,
.holiday-rate-table .rate-block table tr td:first-child {
  padding-left: 1rem;
}
.holiday-rate-table .rate-block table tr th:last-child,
.holiday-rate-table .rate-block table tr td:last-child {
  padding-right: 1rem;
}
@media screen and (min-width: 980px) {
  .holiday-rate-table .rate-block table tr th:before,
  .holiday-rate-table .rate-block table tr td:before {
    content: none;
  }
}
@media screen and (max-width: 979px) {
  .holiday-rate-table .rate-block table tr th:before,
  .holiday-rate-table .rate-block table tr td:before {
    padding-left: 0;
    border-left: none;
  }
}
.holiday-rate-table .rate-block table tr:first-child {
  font-family: "motiva-sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--aqua-marine);
  border-bottom: none;
}
.holiday-rate-table .rate-block table tr td {
  font-size: 1.8rem;
  color: #1F2F3B;
  font-weight: 400;
  font-family: "motiva-sans", sans-serif;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 980px) {
  .holiday-rate-table .rate-block table tr td {
    border-bottom: 1px solid var(--electric-blue);
  }
}
.holiday-rate-table .rate-block table tr td:first-child {
  font-weight: 700;
  border-radius: 0 0 0 0;
}
.holiday-rate-table .rate-block table tr td:last-child {
  border-radius: 0 0 0 0;
}
@media screen and (max-width: 979px) {
  .holiday-rate-table .rate-block table tr td {
    margin-left: 0;
    margin-right: 0;
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-template-columns: 1fr 2fr;
    border-left: none !important;
    text-align: left !important;
  }
  .holiday-rate-table .rate-block table tr td .mobile-only {
    padding-right: 20px;
  }
  .holiday-rate-table .rate-block table tr td:after {
    content: none;
  }
}

.location-slideshow {
  padding: 0 75px;
  margin-bottom: 4em;
}
.location-slideshow .splide__slide {
  max-width: 579px;
}
.location-slideshow .splide__slide .photo {
  aspect-ratio: 579/302;
  width: 100%;
  max-width: 579px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.location-slideshow .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.3rem;
  height: 45px;
  border-radius: 50px;
  border: 2px solid var(--tertiary-color);
  overflow: hidden;
  margin: 3.5rem auto;
}
.location-slideshow .splide__arrows button {
  height: 100%;
  width: 100%;
  background-image: url(../blocks/homepage-testimonial-block/images/ico-next-white.svg);
  background-size: 2.2rem 1.8rem;
  background-position: center;
  background-color: var(--tertiary-color);
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.4s ease, background-image 0.4s ease;
  transition: background-color 0.4s ease, background-image 0.4s ease;
}
.location-slideshow .splide__arrows button[disabled] {
  background-color: white;
  background-image: url(../blocks/homepage-testimonial-block/images/ico-next-raspberry.svg);
}
.location-slideshow .splide__arrows button.splide__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rate-block {
  padding-top: 1rem;
  margin-bottom: 3em;
}
.rate-block:last-of-type {
  margin-bottom: 0;
}
.rate-block table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  max-width: 1020px;
}
.rate-block tbody {
  width: 100%;
  padding: 0 30px;
}
.rate-block .rate-title {
  display: none;
}
.rate-block .effective-date {
  font-family: "motiva-sans", sans-serif;
  font-size: 1.4rem;
  padding-left: 30px;
  text-align: center;
}
.rate-block th.empty-cell::before {
  content: none;
}
.rate-block tr {
  margin-bottom: 1.1rem;
  border-radius: 10px;
  color: var(--primary-color);
}
.rate-block tr:first-child {
  text-align: center;
  font-family: var(--headingFont);
  font-size: 1.8rem;
  font-weight: var(--bold);
  background-color: inherit;
  border: none;
  margin-bottom: 1.9rem;
}
.rate-block tr > td {
  text-align: center;
  color: var(--marble-blue);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "motiva-sans", sans-serif;
  background: white;
  border: 1px solid var(--electric-blue);
  border-left: none;
}
.rate-block tr > td > p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:first-child {
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid var(--electric-blue);
  }
}
@media screen and (min-width: 980px) {
  .rate-block tr > td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 30px;
    border-left: none;
  }
}
.rate-block tr th,
.rate-block tr td {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  position: relative;
}
.rate-block th {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  padding-bottom: 1.6rem;
}
.rate-block th::before {
  margin-top: 0;
  margin-bottom: 0;
}
.rate-block th:first-child {
  padding-left: 30px;
}
.rate-block th:first-child::before {
  left: 30px;
}
@media screen and (min-width: 980px) {
  .rate-block th:first-child {
    padding-left: 30px;
  }
  .rate-block th:first-child::before {
    left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .rate-block tbody:has(tr:nth-of-type(3)) tr td {
    border-bottom: none;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr td:first-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr td:last-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:nth-of-type(2) td:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:nth-of-type(2) td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:last-child td {
    border-bottom: 1px solid var(--electric-blue);
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:last-child td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px !important;
  }
  .rate-block tbody:has(tr:nth-of-type(3)) tr:last-child td:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px !important;
  }
}

.disclosure {
  font-size: 1.4rem;
  font-style: italic;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 979px) {
  table .col_0 {
    empty-cells: hide;
    display: block;
    visibility: visible;
  }
  table .btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  table tr:first-of-type {
    display: none;
  }
  table td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    white-space: normal;
    position: relative;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
    border: 1px solid var(--electric-blue);
    border-top: none !important;
    border-left: 1px solid var(--electric-blue) !important;
  }
  table td:after {
    content: "";
    top: 0;
    bottom: 0;
    right: calc(50% - 1px);
    width: 1px;
    background-color: var(--electric-blue);
    position: absolute;
  }
  table td:first-of-type {
    border-top: 1px solid var(--electric-blue) !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  table td:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
  }
  table td span {
    text-align: left;
    padding-right: 30px !important;
  }
  table thead,
  table .row_0,
  table .col_0 {
    display: none;
    visibility: hidden;
  }
  table tr {
    position: relative;
    border-radius: 0;
    display: block;
    padding: 0.5em 0;
    text-align: left;
    border-radius: 10px;
  }
  table tbody {
    padding: 0;
    text-align: left;
  }
  table th {
    padding: 0;
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  table td,
  table th {
    text-align: center;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color);
    padding: 0 30px;
  }
  table th > span.mobile-only,
  table td > span.mobile-only {
    font-weight: 900;
    font-size: 1.6rem;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
    padding-left: 0;
  }
  table td[data-hide]::before {
    content: "" !important;
  }
}
.additional-services {
  padding: 7.5rem 30px 11rem;
  background-color: var(--background-color, var(--navy-marine));
  margin-bottom: clamp(121px, 20vw, 181px);
}
.additional-services > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1017px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .additional-services > .content {
    justify-items: flex-start;
  }
}
.additional-services > .content .f-h2 {
  color: var(--electric-blue);
  margin-bottom: 0.25em;
}
.additional-services > .content .copy {
  color: white;
}
.additional-services > .content .tile-container {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2.9rem;
  -webkit-column-gap: 3.9rem;
  -moz-column-gap: 3.9rem;
  column-gap: 3.9rem;
  width: 100%;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.additional-services > .content .tile-container > .big-tile {
  width: 100%;
  border-color: var(--electric-blue);
  border: none;
  position: relative;
}
.additional-services > .content .tile-container > .big-tile:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  border: 3px solid var(--electric-blue);
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: border-width 0.2s ease;
  transition: border-width 0.2s ease;
  z-index: 1;
}
.additional-services > .content .tile-container > .big-tile:hover:before {
  border-width: 6px;
}
@media screen and (max-width: 979px) {
  .additional-services > .content .tile-container {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
  }
  .additional-services > .content .tile-container > .big-tile {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    max-width: 489px;
  }
}

main > .wp-block-group:last-child:has(.additional-services) .additional-services {
  margin-bottom: 0;
}

.cross-sell-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.cross-sell-block > .content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cross-sell-block .f-h2 {
  position: relative;
  font-size: 3.6rem;
  margin: 1rem 30px 8.7rem;
}
.cross-sell-block .f-h2:before {
  content: "";
  height: 6px;
  width: 113px;
  background-color: var(--tomato);
  position: relative;
  top: -1rem;
  left: 0;
  display: block;
}
.cross-sell-block .tile-container {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: clamp(2rem, 5vw, 3.2rem);
  -moz-column-gap: clamp(2rem, 5vw, 3.2rem);
  column-gap: clamp(2rem, 5vw, 3.2rem);
  row-gap: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cross-sell-block .cross-sell {
  position: relative;
  overflow: hidden;
  border: none;
  aspect-ratio: 434/346;
  width: 100%;
  max-width: 434px;
  border-radius: 30px;
  grid-template-columns: 1fr;
}
.cross-sell-block .cross-sell:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--accentColorNoAlpha)), to(var(--accentColor)));
  background: linear-gradient(180deg, var(--accentColorNoAlpha) 0%, var(--accentColor) 100%);
}
.cross-sell-block .cross-sell:hover a > span {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.cross-sell-block .cross-sell .icon {
  position: absolute;
  inset: 0;
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.cross-sell-block .cross-sell a {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4.3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 60px);
}

.cta-tile-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.cta-tile-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 49px;
  background-color: var(--ice-blue);
  display: grid;
  grid-template-columns: 1fr;
  padding: 4rem 2.5rem;
  row-gap: 3.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
}
@media screen and (min-width: 980px) {
  .cta-tile-block > .content {
    padding: 4rem 8.5rem;
    max-width: unset;
  }
}
@media screen and (min-width: 1200px) {
  .cta-tile-block > .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1615px) {
  .cta-tile-block > .content {
    max-width: 1615px;
    padding: 14rem;
  }
}
.cta-tile-block > .content .f-h2 {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-align: center;
  justify-self: center;
  margin-bottom: 0;
  max-width: 75%;
}
@media screen and (min-width: 1200px) {
  .cta-tile-block > .content .f-h2 {
    text-align: left;
    max-width: 275px;
  }
}
.cta-tile-block > .content ul {
  padding-left: 0;
  display: grid;
  row-gap: 3.5rem;
  -webkit-column-gap: clamp(20px, 5vw, 60px);
  -moz-column-gap: clamp(20px, 5vw, 60px);
  column-gap: clamp(20px, 5vw, 60px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .cta-tile-block > .content ul {
    grid-template-columns: repeat(auto-fit, minmax(0, 350px));
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1615px) {
  .cta-tile-block > .content ul {
    grid-template-columns: repeat(auto-fit, minmax(0, 275px));
  }
}
.cta-tile-block > .content ul > li {
  list-style: none;
}

.big-tile.linkbox {
  padding: clamp(2.4rem, 2.5vw, 5.2rem) clamp(3.5rem, 2.5vw, 4.4rem);
  display: grid;
  grid-template-columns: 75px 1fr;
  row-gap: 4rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid var(--accentColor, var(--tertiary-color));
  background-color: #fff;
  border-radius: 30px;
  justify-items: flex-start;
  max-width: 350px;
  width: 100%;
}
.big-tile.linkbox > a {
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}
.big-tile.linkbox:hover > a {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
@media screen and (min-width: 1615px) {
  .big-tile.linkbox {
    grid-template-columns: 1fr;
    border-radius: 50px;
    justify-items: center;
  }
}
.big-tile.linkbox .icon {
  aspect-ratio: 1;
  max-width: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}
@media screen and (min-width: 1615px) {
  .big-tile.linkbox .icon {
    max-width: 100px;
  }
}
.big-tile.linkbox a {
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  color: var(--heading-font-color);
  text-transform: uppercase;
}
@media screen and (min-width: 1500px) {
  .big-tile.linkbox a {
    text-align: center;
  }
}
.big-tile.linkbox.directory {
  position: relative;
  overflow: hidden;
  border: none;
  aspect-ratio: 434/500;
  max-width: 434px;
  grid-template-columns: 1fr;
}
.big-tile.linkbox.directory:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--accentColorNoAlpha)), to(var(--accentColor)));
  background: linear-gradient(180deg, var(--accentColorNoAlpha) 0%, var(--accentColor) 100%);
}
.big-tile.linkbox.directory:hover a > span {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.big-tile.linkbox.directory .icon {
  position: absolute;
  inset: 0;
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.big-tile.linkbox.directory a {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: left;
  color: #fff;
}
.big-tile.linkbox.directory a > * {
  color: #fff;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  text-transform: none;
  font-family: "motiva-sans", sans-serif;
  text-align: left;
}
.big-tile.linkbox.directory a .headline {
  font-size: clamp(2.4rem, 2.5vw, 2.8rem);
  display: block;
  line-height: 1.1;
  margin-bottom: 1.3rem;
}
.big-tile.linkbox.directory a .copy {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.additional-services .big-tile.linkbox {
  border-radius: 27px;
  max-width: unset;
  padding: 20px 25px 24px;
}
.additional-services .big-tile.linkbox a {
  width: 100%;
  text-align: left;
  text-transform: none;
  font-family: "motiva-sans", sans-serif;
  color: var(--heading-font-color);
}
.additional-services .big-tile.linkbox .icon {
  max-width: 55px;
}
@media screen and (min-width: 1615px) {
  .additional-services .big-tile.linkbox {
    grid-template-columns: 75px 1fr;
    border-radius: 20px;
    justify-items: center;
    padding: 20px 25px 24px;
  }
  .additional-services .big-tile.linkbox .icon {
    max-width: 55px;
  }
}
@media screen and (min-width: 1500px) {
  .additional-services .big-tile.linkbox {
    text-align: left;
  }
}
.icon-tile-block .big-tile.linkbox {
  -webkit-column-gap: clamp(2em, 3vw, 4em);
  -moz-column-gap: clamp(2em, 3vw, 4em);
  column-gap: clamp(2em, 3vw, 4em);
}
@media screen and (min-width: 980px) {
  .icon-tile-block .big-tile.linkbox {
    aspect-ratio: 1;
    text-align: center;
    grid-template-columns: 1fr;
    border-radius: 50px;
    justify-items: center;
  }
}

.digital-banking-block {
  margin-bottom: clamp(10rem, 7vw, 15rem);
  padding: 0 30px;
}
@media screen and (max-width: 1249px) {
  .digital-banking-block {
    margin-bottom: 14em;
  }
}
.digital-banking-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 30px 0;
}
.digital-banking-block > .content .inner-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
  justify-items: center;
}
@media screen and (min-width: 1250px) {
  .digital-banking-block > .content .inner-content {
    -webkit-column-gap: clamp(20px, 3vw, 7rem);
    -moz-column-gap: clamp(20px, 3vw, 7rem);
    column-gap: clamp(20px, 3vw, 7rem);
    grid-template-columns: 6fr 5fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.digital-banking-block > .content:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 3rem;
  background-color: var(--ice-blue);
  border-radius: 49px;
  z-index: 0;
}
@media screen and (max-width: 1249px) {
  .digital-banking-block > .content:before {
    bottom: -9rem;
  }
}
.digital-banking-block > .content .photo {
  aspect-ratio: 683/925;
  width: 100%;
  max-width: 683px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.digital-banking-block > .content .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.digital-banking-block > .content .info {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 54.8rem;
}
.digital-banking-block > .content .info .f-h2 {
  font-size: clamp(4.2rem, 4.5vw, 6rem);
  color: var(--electric-blue);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1249px) {
  .digital-banking-block > .content .info .f-h2 {
    margin-bottom: 3.5rem;
  }
}
.digital-banking-block > .content .info .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 1em;
  margin-bottom: 6rem;
}
.digital-banking-block > .content .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4.5rem;
}
.digital-banking-block > .content .info ul > li {
  list-style: none;
  position: relative;
}
.digital-banking-block > .content .info ul > li:hover .container:before {
  height: 100%;
}
.digital-banking-block > .content .info ul > li .container {
  position: relative;
  width: 100%;
  max-width: 479px;
}
.digital-banking-block > .content .info ul > li .container:before {
  content: "";
  position: absolute;
  width: 5px;
  top: 0.5rem;
  height: clamp(2.4rem, 2.5vw, 2.8rem);
  left: -2em;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
@media screen and (max-width: 1249px) {
  .digital-banking-block > .content .info ul > li .container:before {
    height: 100%;
  }
}
.digital-banking-block > .content .info ul > li .container .f-h3 {
  font-family: "motiva-sans", sans-serif;
  font-size: clamp(2.4rem, 2.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
  color: var(--heading-font-color);
}
.digital-banking-block > .content .info ul > li .container p {
  display: inline-block;
  margin-bottom: 0;
}
.digital-banking-block > .content .info ul > li .container a {
  color: var(--primary-color);
}
.digital-banking-block > .content .info ul > li:nth-child(3n+1) .container:before {
  background-color: var(--electric-blue);
}
.digital-banking-block > .content .info ul > li:nth-child(3n+2) .container:before {
  background-color: var(--aqua-marine);
}
.digital-banking-block > .content .info ul > li:nth-child(3n+3) .container:before {
  background-color: var(--violet);
}
.digital-banking-block > .content .info ul > li .mobile-app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.digital-banking-block > .content .info ul > li .mobile-app-links .f-h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  color: var(--body-font-color);
}
.digital-banking-block > .content .info ul > li .mobile-app-links .bugs {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
}
.digital-banking-block > .content .info ul > li .mobile-app-links .bugs > li {
  padding-left: 0;
}
.digital-banking-block > .content .info ul > li .mobile-app-links .bugs > li a {
  display: block;
}
.digital-banking-block > .content .info ul > li .mobile-app-links .bugs > li img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.digital-banking-block > .content .info ul > li .mobile-app-links .bugs:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--aqua-marine);
}

.directory-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.directory-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directory-block > .content .f-h2 {
  font-size: clamp(4rem, 10vw, 6rem);
  color: var(--electric-blue);
  margin-bottom: 5rem;
  text-align: center;
}
.directory-block > .content .directory-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: clamp(5rem, 10vw, 9rem);
  -moz-column-gap: clamp(5rem, 10vw, 9rem);
  column-gap: clamp(5rem, 10vw, 9rem);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6rem;
  row-gap: 5rem;
}
.directory-block > .content .directory-output .entry {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 324px auto;
  row-gap: 4rem;
  max-width: 285px;
}
.directory-block > .content .directory-output .entry .photo {
  aspect-ratio: 285/324;
  width: 100%;
  max-width: 285px;
  overflow: hidden;
  border-radius: 30px;
}
.directory-block > .content .directory-output .entry .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.directory-block > .content .directory-output .entry .info {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 1.2rem;
  align-self: flex-start;
}
.directory-block > .content .directory-output .entry .info .f-h3 {
  font-size: 2.2rem;
  color: var(--heading-font-color);
  margin-bottom: 0;
}
.directory-block > .content .directory-output .entry .info .position, .directory-block > .content .directory-output .entry .info .email, .directory-block > .content .directory-output .entry .info .nmls, .directory-block > .content .directory-output .entry .info .contant {
  font-size: 1.6rem;
}
.directory-block > .content .directory-output .entry .info .position {
  font-style: italic;
}
.directory-block > .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 1em;
  margin-bottom: 6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .directory-block > .content .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.directory-block > .content .back-to-top {
  color: var(--primary-color);
}

.events-module-display {
  margin-bottom: 4em;
  padding: 0 1.5rem;
  position: relative;
}
.events-module-display:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 50px;
  background-color: var(--ice-blue);
  height: 100%;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .events-module-display:before {
    max-width: 1600px;
    left: calc(50% - 15px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
.events-module-display > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 6.3rem 30px 15rem;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.events-module-display > .content .header {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2.7rem;
  justify-items: center;
  margin-bottom: 4.2rem;
}
.events-module-display > .content .header .icon {
  aspect-ratio: 1;
  max-width: clamp(5.2rem, 10vw, 10rem);
  width: 100%;
}
.events-module-display > .content .header .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.events-module-display > .content .header .f-h2 {
  font-weight: 900;
  font-size: clamp(3.6rem, 6vw, 6rem);
  margin-bottom: 0;
  text-align: center;
}
.events-module-display > .content .header .copy {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 937px;
  text-align: center;
}
.events-module-display > .content .header .socials > ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events-module-display > .content .header .socials > ul > li {
  list-style: none;
}
.events-module-display > .content .header .socials > ul > li a {
  border: 2px solid var(--electric-blue);
  border-radius: 50%;
  aspect-ratio: 1;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.events-module-display > .content .header .socials > ul > li a:hover {
  background-color: var(--electric-blue);
}
.events-module-display > .content .header .socials > ul > li a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.events-module-display > .content .header .socials > ul > li a img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.events-module-display > .content .article-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 2.1rem;
  padding-left: 0;
}
@media screen and (min-width: 1300px) {
  .events-module-display > .content .article-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .events-module-display > .content .article-container:has(.article.visible:nth-child(3)) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.events-module-display > .content .article-container li.article {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 6.6rem;
  -moz-column-gap: 6.6rem;
  column-gap: 6.6rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  border: 3px solid var(--electric-blue);
  background-color: var(--white);
}
@media screen and (max-width: 979px) {
  .events-module-display > .content .article-container li.article {
    padding: 2rem 2.7rem 5.4rem;
    max-width: 500px;
  }
}
@media screen and (min-width: 980px) {
  .events-module-display > .content .article-container li.article {
    padding: 4.2rem 2.7rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.events-module-display > .content .article-container li.article .date {
  position: relative;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  align-self: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  top: -0.5rem;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  justify-items: flex-start;
}
@media screen and (max-width: 979px) {
  .events-module-display > .content .article-container li.article .date {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 4.2rem;
  }
  .events-module-display > .content .article-container li.article .date:after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 101.5px;
    height: 3px;
    background-color: var(--electric-blue);
  }
}
.events-module-display > .content .article-container li.article .date .month {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  color: var(--primary-color);
}
.events-module-display > .content .article-container li.article .date .day {
  font-size: 6rem;
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 5.4rem;
  color: var(--primary-color);
}
.events-module-display > .content .article-container li.article .info {
  line-height: 2.4rem;
  position: relative;
}
@media screen and (min-width: 980px) {
  .events-module-display > .content .article-container li.article .info:before {
    content: "";
    position: absolute;
    top: 0;
    height: 8.6rem;
    left: -3.3rem;
    width: 3px;
    background-color: var(--electric-blue);
  }
}
.events-module-display > .content .article-container li.article .info .title {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  position: relative;
  color: var(--primary-color);
  top: -4px;
}
.events-module-display > .content .article-container li.article .info .date-comment {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--tertiary-color);
}
.events-module-display > .content .article-container li.article .info .date-comment span:after {
  content: "|";
  padding: 0 0.2rem 0 0.5rem;
}
.events-module-display > .content .article-container li.article .info .date-comment span:last-child:after {
  content: none;
}
.events-module-display > .content .article-container li.article .accordion-container {
  padding-left: 0;
}
.events-module-display > .content .article-container li.article .js-accordion-button {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--heading-font-color);
  font-weight: 700;
  padding-left: 0;
  padding-bottom: 0;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.events-module-display > .content .article-container li.article .js-accordion-button:before, .events-module-display > .content .article-container li.article .js-accordion-button:after {
  right: -30px !important;
  top: 48%;
  height: 17px;
  width: 3px;
}
.events-module-display > .content .article-container li.article .accordion-content {
  font-size: 1.8rem;
}
.events-module-display > .content .article-container li.article .js-accordion-container .js-accordion-button .closed {
  display: inline-block;
}
.events-module-display > .content .article-container li.article .js-accordion-container .js-accordion-button .open {
  display: none;
}
.events-module-display > .content .article-container li.article .js-accordion-container.active .js-accordion-button .closed {
  display: none;
}
.events-module-display > .content .article-container li.article .js-accordion-container.active .js-accordion-button .open {
  display: inline-block;
}

.features-benefits-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.features-benefits-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.features-benefits-block > .content .f-h2, .features-benefits-block > .content .copy, .features-benefits-block > .content .disclosure {
  padding-left: 30px;
  padding-right: 30px;
}
.features-benefits-block > .content .f-h2 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-family: "motiva-sans", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.features-benefits-block > .content .copy ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .features-benefits-block > .content .copy ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.features-benefits-block > .content .copy ul > li {
  list-style: none;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 1.5em;
}
.features-benefits-block > .content .copy ul > li:before {
  content: url(../template_images/icons/checklist-square-2.svg);
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
}
.features-benefits-block > .content .actions {
  margin-top: 2em;
}
.features-benefits-block > .content .disclosure button {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1em;
}
.features-benefits-block > .content .disclosure button:before, .features-benefits-block > .content .disclosure button:after {
  height: 1rem;
  width: 2px;
}
.features-benefits-block > .content .disclosure .accordion-content p {
  font-size: 1.2rem;
  font-style: italic;
}

.gradient-directory-tile-block {
  padding: 0 30px;
  margin-bottom: clamp(10rem, 7vw, 15rem);
}
.gradient-directory-tile-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1400px;
}
.gradient-directory-tile-block > .content ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: clamp(20px, 3vw, 3.2rem);
  -moz-column-gap: clamp(20px, 3vw, 3.2rem);
  column-gap: clamp(20px, 3vw, 3.2rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 3.3rem;
}
.gradient-directory-tile-block > .content ul:has(.big-tile:nth-child(4)) {
  display: grid;
  grid-template-columns: 434px 434px;
}
.gradient-directory-tile-block > .content ul:has(.big-tile:nth-child(5)) {
  display: grid;
  grid-template-columns: repeat(auto-fit, 434px);
}
.gradient-directory-tile-block > .content ul .big-tile {
  padding: clamp(4.8rem, 5vw, 5.2rem) clamp(7rem, 5vw, 4.4rem);
}
.gradient-directory-tile-block > .content ul .big-tile:before {
  content: "";
  position: absolute;
  inset: 3rem;
  top: calc(100% - 3rem);
  border-radius: 30px;
  border: 2px solid white;
  -webkit-transition: opacity 0.1s ease 0.4s, top 0.4s ease;
  transition: opacity 0.1s ease 0.4s, top 0.4s ease;
  z-index: 2;
  opacity: 0;
}
.gradient-directory-tile-block > .content ul .big-tile:hover:before {
  opacity: 1;
  top: 3rem;
  -webkit-transition: opacity 0.1s ease, top 0.4s ease;
  transition: opacity 0.1s ease, top 0.4s ease;
}

.homepage-community-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.homepage-community-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 30px 9.5rem;
}
@media screen and (min-width: 1250px) {
  .homepage-community-block > .content {
    padding-bottom: clamp(7rem, 7vw, 12.8rem);
  }
}
.homepage-community-block > .content .inner-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
}
@media screen and (min-width: 1250px) {
  .homepage-community-block > .content .inner-content {
    -webkit-column-gap: clamp(20px, 3vw, 7rem);
    -moz-column-gap: clamp(20px, 3vw, 7rem);
    column-gap: clamp(20px, 3vw, 7rem);
    grid-template-columns: 6fr 5fr;
  }
}
.homepage-community-block > .content:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--heading-font-color);
  border-radius: 49px;
  z-index: 0;
  background-image: url(../blocks/homepage-community-block/waves.svg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 979px) {
  .homepage-community-block > .content:before {
    background-image: url(../template_images/footer/footer-waves-mobile.svg);
  }
}
.homepage-community-block > .content .info {
  position: relative;
  z-index: 1;
  max-width: 550px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.7rem;
  align-self: center;
  justify-self: center;
  margin-top: 7rem;
}
@media screen and (max-width: 1249px) {
  .homepage-community-block > .content .info {
    margin-top: 0;
    padding: 0 2.2rem;
  }
}
.homepage-community-block > .content .info .f-h2 {
  font-size: clamp(4.2rem, 3vw, 6rem);
  text-transform: uppercase;
  color: var(--electric-blue);
  font-weight: 900;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 0;
  line-height: 1;
}
.homepage-community-block > .content .info .subhead,
.homepage-community-block > .content .info .copy {
  color: #fff;
  font-family: "motiva-sans", sans-serif;
}
.homepage-community-block > .content .info .subhead p,
.homepage-community-block > .content .info .copy p {
  margin-bottom: 0;
}
.homepage-community-block > .content .info .subhead {
  font-size: clamp(2.6rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}
.homepage-community-block > .content .info .copy {
  font-size: 1.6rem;
  font-weight: 400;
}
.homepage-community-block > .content .info .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-column-gap: clamp(20px, 2vw, 5rem);
  -moz-column-gap: clamp(20px, 2vw, 5rem);
  column-gap: clamp(20px, 2vw, 5rem);
  row-gap: 1em;
}
.homepage-community-block > .content .info .actions > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}
@media screen and (max-width: 979px) {
  .homepage-community-block > .content .info .actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .homepage-community-block > .content .info .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.homepage-community-block > .content .photo-collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  max-width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage-community-block > .content .photo-collage > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 1rem);
  flex: 1 1 calc(50% - 1rem);
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 50%;
  row-gap: clamp(2rem, 3vw, 4.3rem);
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.homepage-community-block > .content .photo-collage > div .image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.homepage-community-block > .content .photo-collage > div .spacer {
  height: 5rem;
}
.homepage-community-block > .content .photo-collage > div.left {
  top: 0;
  left: 0;
}
.homepage-community-block > .content .photo-collage > div.left .top {
  aspect-ratio: 347/265;
}
.homepage-community-block > .content .photo-collage > div.left .bottom {
  aspect-ratio: 347/421;
}
.homepage-community-block > .content .photo-collage > div.left > div {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.homepage-community-block > .content .photo-collage > div.right {
  bottom: 0;
  right: 0;
}
.homepage-community-block > .content .photo-collage > div.right .top {
  aspect-ratio: 347/421;
}
.homepage-community-block > .content .photo-collage > div.right .bottom {
  aspect-ratio: 347/265;
}
.homepage-community-block > .content .photo-collage > div .top {
  position: relative;
  top: -3em;
  -webkit-transition: top 0.5s ease 0.2s;
  transition: top 0.5s ease 0.2s;
}
.homepage-community-block > .content .photo-collage > div .bottom {
  position: relative;
  bottom: -3em;
  -webkit-transition: bottom 0.5s ease 0.3s;
  transition: bottom 0.5s ease 0.3s;
}
.homepage-community-block.active .photo-collage {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homepage-community-block.active .photo-collage .left,
.homepage-community-block.active .photo-collage .right {
  pointer-events: all;
}
.homepage-community-block.active .photo-collage .left .top,
.homepage-community-block.active .photo-collage .right .top {
  top: 0;
}
.homepage-community-block.active .photo-collage .left .bottom,
.homepage-community-block.active .photo-collage .right .bottom {
  bottom: 0;
}

.homepage-feature {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 7rem;
  padding-top: 3.5rem;
}
.homepage-feature > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1500px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media screen and (min-width: 980px) {
  .homepage-feature > .content {
    grid-template-areas: "photo greeting" "photo info";
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: clamp(40px, 5vw, 67px);
    -moz-column-gap: clamp(40px, 5vw, 67px);
    column-gap: clamp(40px, 5vw, 67px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0;
  }
  .homepage-feature > .content .photo {
    grid-area: photo;
  }
  .homepage-feature > .content .time-greeting {
    grid-area: greeting;
  }
  .homepage-feature > .content .info {
    grid-area: info;
  }
}
.homepage-feature > .content .birds {
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  aspect-ratio: 273/174;
  width: clamp(122px, 20vw, 263px);
  max-width: 274px;
  background-image: url(../blocks/homepage-feature-block/images/birds.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.homepage-feature > .content .photo {
  position: relative;
  width: 100%;
  max-width: 958px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: clamp(28px, 3vw, 7rem);
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .photo {
    margin-bottom: 3.5rem;
  }
}
.homepage-feature > .content .photo:before {
  content: "";
  border-radius: 60px;
  background-color: var(--primary-color);
  aspect-ratio: 958/583;
  width: 100%;
  max-width: 958px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homepage-feature > .content .photo img {
  aspect-ratio: 814/637;
  width: calc(100% - clamp(56px, 8vw, 150px));
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  justify-self: center;
}
.homepage-feature > .content .time-greeting {
  display: grid;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .time-greeting {
    padding: 0 30px 1rem;
  }
}
@media screen and (min-width: 980px) {
  .homepage-feature > .content .time-greeting {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
}
.homepage-feature > .content .time-greeting .icon {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.homepage-feature > .content .time-greeting .greeting {
  font-size: clamp(3rem, 5vw, 6rem);
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  color: var(--greetingColor, var(--tertiary-color));
  text-transform: uppercase;
  line-height: 1;
}
.homepage-feature > .content .info {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 979px) {
  .homepage-feature > .content .info {
    padding: 0 30px;
  }
}
.homepage-feature > .content .info .f-h1 {
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  font-weight: 700;
  color: var(--primary-color);
  font-family: "motiva-sans", sans-serif;
  margin-bottom: 2.7rem;
  text-transform: none;
}
.homepage-feature > .content .info .copy {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 400;
  margin-bottom: 2.7rem;
  color: var(--primary-color);
}
.homepage-feature > .content .info .actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .homepage-feature > .content .info .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(20px, 3vw, 2em);
    -moz-column-gap: clamp(20px, 3vw, 2em);
    column-gap: clamp(20px, 3vw, 2em);
  }
}
.homepage-feature > .content .info .actions > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}

.homepage-product-icon {
  padding: 0 30px;
  margin-bottom: 4em;
}
.homepage-product-icon > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1250px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
.homepage-product-icon > .content .f-h2 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
  text-align: left;
  color: var(--heading-font-color);
}
@media screen and (max-width: 979px) {
  .homepage-product-icon > .content .f-h2 {
    text-align: center;
  }
}
.homepage-product-icon > .content .icon-container {
  padding-left: 0;
  display: grid;
  grid-template-columns: 104px 104px;
  -webkit-column-gap: 104px;
  -moz-column-gap: 104px;
  column-gap: 104px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 4.4rem;
}
@media screen and (min-width: 980px) {
  .homepage-product-icon > .content .icon-container {
    grid-template-columns: repeat(auto-fit, 150px);
    -webkit-column-gap: clamp(104px, 5vw, 188px);
    -moz-column-gap: clamp(104px, 5vw, 188px);
    column-gap: clamp(104px, 5vw, 188px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1400px) {
  .homepage-product-icon > .content .icon-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }
}
.homepage-product-icon > .content .icon-container .icon-box {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 1fr;
  justify-items: center;
  row-gap: 2.7rem;
  max-width: 185px;
  width: 100%;
}
.homepage-product-icon > .content .icon-container .icon-box:hover a {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.homepage-product-icon > .content .icon-container .icon-box a {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  text-align: center;
}
.homepage-product-icon > .content .icon-container .icon-box .icon {
  aspect-ratio: 1;
  width: 100%;
  max-width: 10rem;
}
.homepage-product-icon > .content .icon-container .icon-box .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.homepage-testimonial-block {
  padding: 0 30px;
  margin-bottom: clamp(8.3rem, 15vw, 22.4rem);
}
.homepage-testimonial-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(2rem, 4vw, 8rem);
}
.homepage-testimonial-block > .content .f-h2 {
  color: var(--aqua-marine);
  text-align: left;
}
@media screen and (min-width: 980px) {
  .homepage-testimonial-block > .content .f-h2 {
    text-align: center;
  }
}
.homepage-testimonial-block > .content .testimonials {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .homepage-testimonial-block > .content .testimonials .splide__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: clamp(5rem, 10vw, 14rem);
    -moz-column-gap: clamp(5rem, 10vw, 14rem);
    column-gap: clamp(5rem, 10vw, 14rem);
    position: relative;
  }
  .homepage-testimonial-block > .content .testimonials .splide__list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--aqua-marine);
  }
}
.homepage-testimonial-block > .content .testimonials .testimonial {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.4rem;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 980px) {
  .homepage-testimonial-block > .content .testimonials .testimonial {
    grid-template-columns: clamp(5.5rem, 5vw, 9.6rem) auto;
    -webkit-column-gap: clamp(20px, 2vw, 3.2rem);
    -moz-column-gap: clamp(20px, 2vw, 3.2rem);
    column-gap: clamp(20px, 2vw, 3.2rem);
  }
  .homepage-testimonial-block > .content .testimonials .testimonial .quote p {
    margin-bottom: 1.8em;
  }
  .homepage-testimonial-block > .content .testimonials .testimonial:has(.photo) {
    -webkit-column-gap: clamp(20px, 2vw, 4.8rem);
    -moz-column-gap: clamp(20px, 2vw, 4.8rem);
    column-gap: clamp(20px, 2vw, 4.8rem);
  }
  .homepage-testimonial-block > .content .testimonials .testimonial:has(.photo) .quote p {
    margin-bottom: 1em;
  }
}
.homepage-testimonial-block > .content .testimonials .testimonial .icon {
  aspect-ratio: 1;
  max-width: 7.6rem;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 980px) {
  .homepage-testimonial-block > .content .testimonials .testimonial .icon {
    max-width: clamp(5.5rem, 5vw, 9.6rem);
  }
}
.homepage-testimonial-block > .content .testimonials .testimonial .quote {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-style: italic;
}
@media screen and (max-width: 979px) {
  .homepage-testimonial-block > .content .testimonials .testimonial .quote {
    margin-bottom: 4rem;
  }
}
.homepage-testimonial-block > .content .testimonials .testimonial .customer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .homepage-testimonial-block > .content .testimonials .testimonial .customer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.homepage-testimonial-block > .content .testimonials .testimonial .customer-info .photo {
  aspect-ratio: 150/127;
  max-width: 150px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.homepage-testimonial-block > .content .testimonials .testimonial .customer-info .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: top;
  object-fit: top;
}
.homepage-testimonial-block > .content .testimonials .testimonial .customer-info .customer-details .name {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
}
.homepage-testimonial-block > .content .testimonials .testimonial .customer-info .customer-details .product,
.homepage-testimonial-block > .content .testimonials .testimonial .customer-info .customer-details .location {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
.homepage-testimonial-block .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.3rem;
  height: 45px;
  border-radius: 50px;
  border: 2px solid var(--aqua-marine);
  overflow: hidden;
  margin: 0 auto;
}
.homepage-testimonial-block .splide__arrows button {
  height: 100%;
  width: 100%;
  background-image: url(../blocks/homepage-testimonial-block/images/ico-next-white.svg);
  background-size: 2.2rem 1.8rem;
  background-position: center;
  background-color: var(--aqua-marine);
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.4s ease, background-image 0.4s ease;
  transition: background-color 0.4s ease, background-image 0.4s ease;
}
.homepage-testimonial-block .splide__arrows button[disabled] {
  background-color: white;
  background-image: url(../blocks/homepage-testimonial-block/images/ico-next-aqua.svg);
}
.homepage-testimonial-block .splide__arrows button.splide__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 980px) {
  .homepage-testimonial-block .splide__arrows {
    display: none;
  }
}

.icon-tile-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.icon-tile-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 49px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 4rem 2.5rem;
  row-gap: 3.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  -webkit-column-gap: clamp(20px, 3vw, 50px);
  -moz-column-gap: clamp(20px, 3vw, 50px);
  column-gap: clamp(20px, 3vw, 50px);
}
@media screen and (min-width: 980px) {
  .icon-tile-block > .content {
    padding: 4rem 7rem;
    max-width: unset;
  }
}
@media screen and (min-width: 1200px) {
  .icon-tile-block > .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1615px) {
  .icon-tile-block > .content {
    max-width: 1615px;
    padding: 14rem;
    padding-top: 0;
    padding-bottom: 10rem;
  }
}
.icon-tile-block > .content ul {
  padding-left: 0;
  display: grid;
  row-gap: 3.5rem;
  -webkit-column-gap: clamp(20px, 4vw, 60px);
  -moz-column-gap: clamp(20px, 4vw, 60px);
  column-gap: clamp(20px, 4vw, 60px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .icon-tile-block > .content ul {
    grid-template-columns: repeat(auto-fit, clamp(225px, 19vw, 275px));
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.icon-tile-block > .content ul > li {
  list-style: none;
  row-gap: 1.8rem;
  grid-template-rows: 100px auto;
  align-self: stretch;
  position: relative;
  border: none;
}
.icon-tile-block > .content ul > li:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 2px solid var(--accentColor);
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: border-width 0.2s ease;
  transition: border-width 0.2s ease;
  z-index: 1;
}
.icon-tile-block > .content ul > li:hover:before {
  border-width: 6px;
}
.icon-tile-block > .content ul > li a {
  color: var(--primary-color);
}
@media screen and (min-width: 980px) {
  .icon-tile-block > .content ul > li a {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.icon-tile-block > .content .f-h2 {
  text-align: center;
}
.icon-tile-block > .content:has(.f-h2) {
  display: grid;
  grid-template-columns: 1fr;
}

.internal-large-image-header {
  margin-bottom: clamp(8.1rem, 10vw, 15.6rem);
}
@media screen and (min-width: 980px) {
  .internal-large-image-header {
    margin-top: 2.5rem;
    padding: 0 30px;
  }
}
@media screen and (min-width: 980px) {
  .internal-large-image-header:has(+ .icon-tile-block) {
    margin-bottom: -5em;
  }
}
.internal-large-image-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  position: relative;
  row-gap: 3.7rem;
}
@media screen and (min-width: 980px) {
  .internal-large-image-header > .content {
    aspect-ratio: 1600/700;
  }
}
.internal-large-image-header > .content .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media screen and (max-width: 979px) {
  .internal-large-image-header > .content .photo {
    position: relative;
    aspect-ratio: 430/188;
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .internal-large-image-header > .content .photo {
    position: absolute;
    inset: 0;
    border-radius: 60px;
    overflow: hidden;
    z-index: -1;
  }
  .internal-large-image-header > .content .photo:after {
    content: "";
    position: absolute;
    display: block;
    inset: 0;
    background-color: var(--heading-font-color);
    opacity: 0.5;
    z-index: 0;
  }
}
.internal-large-image-header > .content .info {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 0 60px;
}
.internal-large-image-header > .content .info .breadcrumbs {
  margin-bottom: 4rem;
}
@media screen and (min-width: 980px) {
  .internal-large-image-header > .content .info .breadcrumbs .breadcrumb {
    color: #fff;
  }
}
.internal-large-image-header > .content .info .f-h1 {
  margin-bottom: clamp(2.8rem, 3vw, 3.2rem);
}
@media screen and (min-width: 980px) {
  .internal-large-image-header > .content .info .f-h1 {
    color: #fff;
  }
}
.internal-large-image-header > .content .info .copy {
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  font-weight: 700;
  margin-bottom: clamp(2.6rem, 4vw, 4.8rem);
}
.internal-large-image-header > .content .info .copy p {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .internal-large-image-header > .content .info .copy {
    color: #fff;
  }
}
@media screen and (max-width: 979px) {
  .internal-large-image-header > .content .info .actions {
    grid-template-columns: 300px;
  }
}
@media screen and (min-width: 980px) {
  .internal-large-image-header > .content .info .actions > a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 979px) {
  .internal-large-image-header > .content .info .actions .cta-btn:before {
    border-color: var(--heading-font-color);
  }
}

.internal-small-image-header {
  padding-top: 2.5rem;
  position: relative;
  margin-bottom: 8.4rem;
}
@media screen and (min-width: 980px) {
  .internal-small-image-header {
    padding: 0 30px;
  }
}
.internal-small-image-header .breadcrumbs {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1525px;
  margin-bottom: 2.6rem;
}
.internal-small-image-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  .internal-small-image-header > .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: clamp(3.3rem, 5vw, 6.4rem);
  }
}
@media screen and (min-width: 1350px) {
  .internal-small-image-header > .content {
    max-width: 1525px;
  }
}
.internal-small-image-header > .content .image {
  aspect-ratio: 1034/594;
  width: 100%;
  max-width: 1034px;
  border-radius: 60px;
  grid-area: image;
  overflow: hidden;
  position: relative;
}
.internal-small-image-header > .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 979px) {
  .internal-small-image-header > .content .image {
    margin-bottom: 5rem;
    margin: 0 30px;
    width: auto;
    overflow: visible;
  }
  .internal-small-image-header > .content .image img {
    border-radius: 60px;
  }
  .internal-small-image-header > .content .image:before {
    content: "";
    z-index: -1;
    width: 100vw;
    position: absolute;
    left: -30px;
    bottom: 0;
    height: 25%;
    background-color: var(--primary-color);
  }
}
.internal-small-image-header > .content .info {
  grid-area: info;
  align-self: center;
  width: 100%;
  padding: clamp(3rem, 4vw, 7rem);
  background-color: var(--primary-color);
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .internal-small-image-header > .content .info {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }
}
@media screen and (min-width: 980px) {
  .internal-small-image-header > .content .info {
    border-radius: 60px;
    max-width: 700px;
    position: absolute;
    right: 30px;
    width: calc(100% - 60px);
    top: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1350px) {
  .internal-small-image-header > .content .info {
    right: 0;
    top: 50%;
  }
}
.internal-small-image-header > .content .info > * {
  color: #fff;
}
.internal-small-image-header > .content .info .f-h1 {
  font-size: clamp(3.6rem, 3vw, 4.8rem);
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 979px) {
  .internal-small-image-header > .content .info .f-h1 {
    text-align: center;
  }
}
.internal-small-image-header > .content .info .copy {
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  font-weight: 700;
  margin-bottom: clamp(2.6rem, 5vw, 3.7rem);
}
@media screen and (max-width: 979px) {
  .internal-small-image-header > .content .info .copy {
    text-align: center;
  }
}
.internal-small-image-header > .content .info .copy p {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .internal-small-image-header > .content .info .copy {
    color: #fff;
  }
}
.internal-small-image-header > .content .info .actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .internal-small-image-header > .content .info .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.internal-small-image-header > .content .info .actions > a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}
.internal-small-image-header > .content .info .mobile-app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.internal-small-image-header > .content .info .mobile-app-links .f-h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  color: white;
}
.internal-small-image-header > .content .info .mobile-app-links .bugs {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
}
.internal-small-image-header > .content .info .mobile-app-links .bugs > li {
  list-style: none;
  padding-left: 0;
}
.internal-small-image-header > .content .info .mobile-app-links .bugs > li a {
  display: block;
}
.internal-small-image-header > .content .info .mobile-app-links .bugs > li a.apple img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.internal-small-image-header > .content .info .mobile-app-links .bugs > li img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.internal-small-image-header > .content .info .mobile-app-links .bugs:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--aqua-marine);
}

.internal-testimonial-block {
  margin-bottom: clamp(121px, 20vw, 181px);
  padding: 0 30px;
}
.internal-testimonial-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content {
    max-width: 500px;
  }
}
.internal-testimonial-block > .content .f-h2 {
  font-size: clamp(4.2rem, 5vw, 6rem);
  font-weight: 900;
  color: var(--aqua-marine);
  margin-bottom: 0;
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content .f-h2 {
    padding: 0 4.5rem 0;
  }
}
.internal-testimonial-block > .content .testimonial {
  padding: 4rem 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content .testimonial {
    padding-bottom: 5.4rem;
  }
}
.internal-testimonial-block > .content .testimonial:before {
  content: "";
  border-radius: 60px;
  background-color: var(--old-lace);
  position: absolute;
  inset: 0;
  left: 238px;
  z-index: -1;
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content .testimonial:before {
    left: 0;
    top: 24vw;
    border-radius: 50px;
  }
}
@media screen and (min-width: 980px) {
  .internal-testimonial-block > .content .testimonial {
    grid-template-columns: 476px 1fr;
    -webkit-column-gap: clamp(20px, 10vw, 102px);
    -moz-column-gap: clamp(20px, 10vw, 102px);
    column-gap: clamp(20px, 10vw, 102px);
  }
}
.internal-testimonial-block > .content .testimonial .icon {
  aspect-ratio: 476/402;
  border-radius: 30px;
  overflow: hidden;
  -ms-flex-item-align: center;
  align-self: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content .testimonial .icon {
    margin: 0 30px 4.5rem;
  }
}
.internal-testimonial-block > .content .testimonial .test-body {
  padding-left: clamp(20px, 10vw, 6.4rem);
  position: relative;
  -ms-flex-item-align: top;
  align-self: top;
  margin-top: 2rem;
  padding-right: clamp(20px, 10vw, 14.9rem);
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content .testimonial .test-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.internal-testimonial-block > .content .testimonial .test-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 6px;
  background-color: var(--aqua-marine);
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content .testimonial .test-body:before {
    height: 6px;
    width: 200px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.internal-testimonial-block > .content .testimonial .test-body .quote {
  font-size: clamp(2.2rem, 3vw, 2.4rem);
  font-style: italic;
  font-family: "motiva-sans", sans-serif;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 979px) {
  .internal-testimonial-block > .content .testimonial .test-body .quote {
    padding-top: 4.1rem;
  }
}
.internal-testimonial-block > .content .testimonial .test-body .customer-info .name {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
}
.internal-testimonial-block > .content .testimonial .test-body .customer-info .product,
.internal-testimonial-block > .content .testimonial .test-body .customer-info .location {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.non-image-header {
  padding: 0 30px;
  margin-bottom: 9.9rem;
  margin-top: clamp(5rem, 10vw, 9.5rem);
}
.non-image-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  row-gap: 1.7rem;
}
.non-image-header > .content .f-h1 {
  margin-bottom: 5px;
  font-size: clamp(4.8rem, 5vw, 6rem);
  text-align: center;
  color: var(--primary-color);
}
.non-image-header > .content .copy {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  font-weight: 700;
  font-family: "motiva-sans", sans-serif;
  text-align: center;
  color: var(--primary-color);
}
.non-image-header > .content .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.non-image-header > .content .actions > a {
  width: 100%;
}

.jump-nav {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 7.6rem;
  display: none;
}
.jump-nav.filled {
  display: block;
}
.jump-nav > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid var(--electric-blue);
  border-bottom: 1px solid var(--electric-blue);
}
@media screen and (min-width: 980px) {
  .jump-nav > .content {
    border-top: none;
  }
}
.jump-nav .accordion-button {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--tertiary-color);
  pointer-events: none;
  text-transform: uppercase;
  padding-bottom: 3.9rem;
}
@media screen and (min-width: 980px) {
  .jump-nav .accordion-button {
    pointer-events: none;
  }
  .jump-nav .accordion-button:before, .jump-nav .accordion-button:after {
    content: none;
  }
}
@media screen and (max-width: 979px) {
  .jump-nav .accordion-button {
    padding-top: 2.3rem;
    padding-bottom: 1.6rem;
    text-transform: none;
    pointer-events: all;
    font-family: "motiva-sans", sans-serif;
    font-size: 1.8rem;
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    pointer-events: all;
  }
  .jump-nav .accordion-button:before, .jump-nav .accordion-button:after {
    right: 15px !important;
    height: 1em;
    width: 3px;
  }
}
@media screen and (min-width: 980px) {
  .jump-nav .accordion-content {
    display: block !important;
    padding-bottom: 3.9rem;
  }
}
.jump-nav .accordion-content > ul {
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  .jump-nav .accordion-content > ul {
    padding-left: 0;
  }
}
.jump-nav .accordion-content > ul > li {
  list-style: none;
}
.jump-nav .accordion-content > ul > li button {
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 980px) {
  .jump-nav .accordion-content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: clamp(20px, 5vw, 8rem);
    -moz-column-gap: clamp(20px, 5vw, 8rem);
    column-gap: clamp(20px, 5vw, 8rem);
  }
}
.jump-nav .accordion-container.active .accordion-button:after {
  -webkit-transform: rotate(585deg);
  transform: rotate(585deg);
}

.paragraph-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.paragraph-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.paragraph-block > .content .f-h2 {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-family: "motiva-sans", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.paragraph-block > .content .copy h2,
.paragraph-block > .content .copy h3,
.paragraph-block > .content .copy h4,
.paragraph-block > .content .copy h5 {
  text-transform: none;
}
.paragraph-block > .content .copy ul li,
.paragraph-block > .content .copy ol li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.paragraph-block > .content .copy ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  .paragraph-block > .content .copy ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.paragraph-block > .content .copy ul > li {
  list-style: none;
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 1.5em;
}
.paragraph-block > .content .copy ul > li:before {
  content: url(../template_images/icons/checklist-square-2.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.paragraph-block > .content .actions {
  margin-top: 2em;
}
@media screen and (min-width: 980px) {
  .paragraph-block.one-col .copy ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.paragraph-block.search li {
  margin-bottom: 1em;
}

.parent-directory-block {
  padding: 0 30px;
  margin-bottom: 4em;
}
.parent-directory-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: clamp(50px, 20vw, 172px);
  -moz-column-gap: clamp(50px, 20vw, 172px);
  column-gap: clamp(50px, 20vw, 172px);
  row-gap: clamp(8.2rem, 10vw, 12.9rem);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1240px) {
  .parent-directory-block > .content {
    display: grid;
    grid-template-columns: 497px 497px;
  }
}
.parent-directory-block > .content .directory-block {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 497px;
  row-gap: 4.3rem;
  margin-bottom: 0;
  grid-template-rows: auto 1fr;
}
.parent-directory-block > .content .directory-block .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .parent-directory-block > .content .directory-block .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.parent-directory-block > .content .directory-block .actions > a {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .parent-directory-block > .content .directory-block .actions > a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 210px;
  }
}
.parent-directory-block > .content .directory-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.parent-directory-block > .content .directory-block .info .headline {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--heading-font-color);
  margin-bottom: 2rem;
  line-height: 3.5rem;
}
.parent-directory-block > .content .directory-block .info .copy {
  margin-bottom: 3.5rem;
}
.parent-directory-block > .content .directory-block .photo {
  aspect-ratio: 497/286;
  width: 100%;
  max-width: 497px;
  border-radius: 30px;
  overflow: hidden;
}
.parent-directory-block > .content .directory-block .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: var(--body-font-color);
}

body {
  font-family: "motiva-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
}

p {
  font-family: "motiva-sans", sans-serif;
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  text-wrap: pretty;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
  font-size: inherit !important;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: var(--teachers-red-pen);
  font-style: normal;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.script-font {
  font-family: "ff-market-web", sans-serif !important;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

a {
  color: var(--primary-color);
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  font-family: "motiva-sans", sans-serif;
}
a:hover, a:focus {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
a > span {
  pointer-events: none;
}

.content {
  font-family: "motiva-sans", sans-serif;
}

main a:not([class]),
main a[class=speedbump] {
  font-weight: 700;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}
main a:not([class]):hover,
main a[class=speedbump]:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  font-weight: 700;
}

@media screen and (max-width: 979px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom,
.margin-bottom-none {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top,
.no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom,
.no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1,
h1:not([class]) {
  font-weight: 800;
  font-size: clamp(4.2rem, 4vw, 6rem);
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: var(--heading-font-color);
}

.f-h2,
h2:not([class]) {
  line-height: 1.2;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: clamp(3rem, 3vw, 3.6rem);
  font-weight: 700;
  color: #005294;
}

.f-h3,
h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: var(--primary-color);
}

.f-h4,
h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: var(--maryland-midnight);
}

.f-h5,
h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}

.f-h6,
h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}

.force-white {
  color: var(--white) !important;
}
.force-white *:not(.ghost-btn-white) {
  color: var(--white) !important;
}

.force-black {
  color: var(--black) !important;
}
.force-black *:not {
  color: var(--black) !important;
}

/** BRAND BACKGROUNDS **/
.bg-white {
  --blockColor: var(--white) !important;
  --box-color: var(--white) !important;
}

.bg-black {
  --blockColor: var(--black) !important;
  --box-color: var(--black) !important;
}

.photo-split {
  padding: 0 30px;
  padding-top: 4em;
  margin-bottom: clamp(10rem, 10vw, 14rem);
  background-color: var(--blockColor, var(--border-gray));
}
.photo-split:has(+ .photo-split) {
  margin-bottom: 0;
}
.photo-split > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.5rem;
  background-color: var(--bg-color, var(--secondary-color));
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 980px) {
  .photo-split > .content {
    min-height: 500px;
    max-width: 1332px;
  }
}
.photo-split > .content:before {
  content: "";
  position: absolute;
  inset: 18.5px;
  pointer-events: none;
  border: 2px solid #fff;
  border-radius: 60px;
}
@media screen and (min-width: 980px) {
  .photo-split > .content {
    grid-template-columns: 1fr 1fr;
  }
}
.photo-split > .content .photo {
  overflow: hidden;
  height: 100%;
  max-height: 500px;
}
@media screen and (max-width: 979px) {
  .photo-split > .content .photo {
    aspect-ratio: 378/280;
  }
}
.photo-split > .content .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.photo-split > .content .info {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  padding: 6rem 9rem;
}
@media screen and (max-width: 979px) {
  .photo-split > .content .info {
    padding: 0 4.2rem 5.3rem;
  }
}
.photo-split > .content .info > * {
  color: white;
}
.photo-split > .content .info .f-h2 {
  font-size: clamp(2.4rem, 3vw, 3rem);
  font-family: "motiva-sans", sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
.photo-split > .content .info .subhead {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
.photo-split > .content .info .copy {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.photo-split > .content .info .copy ul {
  margin-bottom: 0;
  padding-left: 1em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.1em;
}
.photo-split > .content .info .copy ul > li {
  padding-left: 0;
}
.photo-split > .content .info .rate-row {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
  justify-items: center;
  row-gap: 4rem;
}
@media screen and (min-width: 980px) {
  .photo-split > .content .info .rate-row {
    grid-template-columns: 1fr 1fr;
    position: relative;
    -webkit-column-gap: clamp(20px, 5vw, 7rem);
    -moz-column-gap: clamp(20px, 5vw, 7rem);
    column-gap: clamp(20px, 5vw, 7rem);
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-items: flex-start;
  }
}
.photo-split > .content .info .rate-row .rate-term {
  font-size: 2rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .photo-split > .content .info .rate-row .rate-term {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .photo-split > .content .info .rate-row .rate-term {
    padding-top: 0.25em;
  }
}
.photo-split > .content .info .rate-row .rate-term:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-1 * clamp(10px, 2.5vw, 3.5rem));
  width: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (max-width: 979px) {
  .photo-split > .content .info .rate-row .rate-term:after {
    left: 0;
    right: 0;
    top: unset;
    bottom: -2rem;
    width: 100%;
    height: 3px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.photo-split > .content .info .rate-row .rate-term strong {
  display: block;
}
.photo-split > .content .info .rate-row .rate-term span {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 979px) {
  .photo-split > .content .info .rate-row .rate-value {
    text-align: center;
  }
}
.photo-split > .content .info .rate-row .rate-value .rate {
  font-size: 4.8rem;
  display: block;
  line-height: 6rem;
  font-weight: 900;
  margin-bottom: 0;
}
.photo-split > .content .info .rate-row .rate-value .rate sup {
  font-size: 2rem;
  top: -1em;
}
.photo-split > .content .info .rate-row .rate-value .additional span {
  display: block;
}
.photo-split > .content .actions {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .photo-split > .content .actions {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  .photo-split > .content .actions {
    grid-template-columns: repeat(auto-fit, 20rem);
    justify-items: flex-start;
  }
}
.photo-split > .content .disclosure {
  font-size: 1.2rem;
}
.photo-split > .content .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.6rem;
  -moz-column-gap: 2.6rem;
  column-gap: 2.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 979px) {
  .photo-split > .content .download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.photo-split > .content .download .f-h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.photo-split > .content .download .bugs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  -webkit-column-gap: clamp(2rem, 5vw, 3.5rem);
  -moz-column-gap: clamp(2rem, 5vw, 3.5rem);
  column-gap: clamp(2rem, 5vw, 3.5rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.photo-split > .content .download .bugs:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: #f3d55b;
}
.photo-split > .content .download .bugs .apple {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 980px) {
  .photo-split.photo-right > .content .photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .photo-split.photo-right > .content .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.product-category-header {
  padding: 0 30px;
  margin-bottom: 4.3rem;
}
.product-category-header > .content {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.product-category-header > .content .f-h2 {
  font-size: clamp(3.6rem, 6vw, 6rem);
  color: var(--electric-blue);
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 0;
}

.rate-table-block {
  margin-bottom: 5.3rem;
  padding: 0 30px;
}
.rate-table-block .rate-table-block:not(:has(+ .rate-table-block)) {
  margin-bottom: 8rem;
}
.rate-table-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 4.5rem;
  padding-bottom: 3.6rem;
  border-radius: 20px;
  background-color: var(--ice-blue);
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.rate-table-block > .content .f-h2 {
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  margin-bottom: 1.7rem;
  padding-left: 30px;
  padding-right: 30px;
}
.rate-table-block > .content .rate-title,
.rate-table-block > .content .copy {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-wrap: pretty;
  color: var(--primary-color);
}
@media screen and (max-width: 979px) {
  .rate-table-block > .content .rate-title,
  .rate-table-block > .content .copy {
    font-size: 1.6rem;
  }
}
.rate-table-block > .content .copy {
  color: var(--black);
}
@media screen and (max-width: 979px) {
  .rate-table-block > .content .rate-title {
    color: var(--black);
  }
}
.rate-table-block > .content .effective-date {
  font-style: italic;
}
.rate-table-block > .content .actions {
  margin-top: 3.6rem;
}
.rate-table-block > .content .disclosure {
  margin-top: 3.6rem;
  text-align: center;
}
.rate-table-block > .content .rate-block {
  max-width: 1020px;
}
.rate-table-block > .content:has(.actions) .rate-block {
  margin-bottom: 0;
}
.rate-table-block > .content:has(.actions) .disclosure {
  margin-bottom: 0;
}

.resource-block {
  padding: 0 30px;
  margin-bottom: clamp(10rem, 7vw, 13rem);
}
.resource-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1300px;
  display: grid;
  grid-template-columns: minmax(0, 500px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: clamp(2rem, 5vw, 12rem);
  -moz-column-gap: clamp(2rem, 5vw, 12rem);
  column-gap: clamp(2rem, 5vw, 12rem);
  row-gap: 7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .resource-block > .content {
    grid-template-columns: 4fr 7fr;
  }
}
@media screen and (min-width: 1400px) {
  .resource-block > .content {
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
  }
}
.resource-block > .content .info-side {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}
.resource-block > .content .info-side .f-h2 {
  font-weight: 900;
  color: var(--goldenrod);
  margin-bottom: 0;
}
.resource-block > .content .tile-side .tiles {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.8rem;
}
@media screen and (min-width: 980px) {
  .resource-block > .content .tile-side .tiles {
    row-gap: 2.5rem;
  }
}
.resource-block > .content .tile-side .tiles .resource-tile {
  background-color: var(--goldenrod);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.7rem 4rem;
  row-gap: 2.7rem;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 700px;
  border: 3px solid var(--goldenrod);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 980px) {
  .resource-block > .content .tile-side .tiles .resource-tile {
    padding: 3rem 2.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.resource-block > .content .tile-side .tiles .resource-tile:hover {
  background-color: white;
}
.resource-block > .content .tile-side .tiles .resource-tile:hover a {
  background-image: url("https://wp-mhb.resultspw.com/wp-content/themes/MHB-Theme/template_images/icons/arrow-right-yellow.svg") !important;
}
.resource-block > .content .tile-side .tiles .resource-tile:hover .info > * {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.resource-block > .content .tile-side .tiles .resource-tile .photo {
  aspect-ratio: 296/169;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.resource-block > .content .tile-side .tiles .resource-tile .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .resource-block > .content .tile-side .tiles .resource-tile .photo {
    aspect-ratio: 211/121;
    max-width: 211px;
  }
}
.resource-block > .content .tile-side .tiles .resource-tile .info {
  width: 100%;
}
.resource-block > .content .tile-side .tiles .resource-tile .info > * {
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
@media screen and (min-width: 980px) {
  .resource-block > .content .tile-side .tiles .resource-tile .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.resource-block > .content .tile-side .tiles .resource-tile .info .f-h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-family: "motiva-sans", sans-serif;
  text-transform: none;
  color: var(--heading-font-color);
  margin-bottom: 1.4rem;
}
.resource-block > .content .tile-side .tiles .resource-tile > a {
  height: 4.1rem;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
@media screen and (min-width: 980px) {
  .resource-block > .content .tile-side .tiles .resource-tile > a {
    height: 5.1rem;
  }
}

.standalone-product-cta-block {
  padding: 6.5rem 30px 7.1rem;
  background-color: #f8ebf3;
  position: relative;
  margin-bottom: 4em;
}
.standalone-product-cta-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  position: relative;
  z-index: 1;
}
.standalone-product-cta-block > .content .f-h2 {
  text-align: center;
  color: var(--tertiary-color);
  font-weight: 900;
  margin-bottom: 0;
  font-size: clamp(4.2rem, 5vw, 6rem);
}
.standalone-product-cta-block > .content .copy {
  text-align: center;
  color: var(--black);
  margin-bottom: 3.8rem;
  max-width: 600px;
  margin-bottom: 1em;
}
.standalone-product-cta-block > .content .copy a {
  color: var(--black);
}
.standalone-product-cta-block > .content .copy ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1em;
}
@media screen and (min-width: 980px) {
  .standalone-product-cta-block > .content .copy ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: clamp(20px, 5vw, 120px);
    -moz-column-gap: clamp(20px, 5vw, 120px);
    column-gap: clamp(20px, 5vw, 120px);
  }
}
.standalone-product-cta-block > .content .copy ul > li {
  list-style: none;
}
@media screen and (min-width: 980px) {
  .standalone-product-cta-block > .content .copy ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 230px;
    flex: 1 1 230px;
  }
}
.standalone-product-cta-block > .content .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 980px) {
  .standalone-product-cta-block > .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

.standalone-product-rate {
  padding: 0 30px;
  margin-bottom: 4em;
}
.standalone-product-rate > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 40px;
  border: 3px solid var(--electric-blue);
  padding: 4.4rem clamp(6.4rem, 5vw, 7.4rem);
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.standalone-product-rate > .content .f-h2 {
  color: var(--electric-blue);
  margin-bottom: clamp(2.8rem, 3vw, 3.6rem);
  font-weight: 900;
  text-align: center;
}
.standalone-product-rate > .content .subtitle {
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: clamp(2.8rem, 5vw, 4rem);
  max-width: 400px;
  text-align: center;
}
.standalone-product-rate > .content .disclosure {
  font-size: 1.4rem;
  font-style: italic;
  text-align: center;
}
.standalone-product-rate > .content ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .standalone-product-rate > .content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .standalone-product-rate > .content ul:has(li:nth-child(5)) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.standalone-product-rate > .content ul > li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1em;
}
@media screen and (max-width: 979px) {
  .standalone-product-rate > .content ul > li {
    grid-template-columns: -webkit-min-content;
    grid-template-columns: min-content;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 3px solid var(--electric-blue);
  }
  .standalone-product-rate > .content ul > li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 980px) {
  .standalone-product-rate > .content ul > li {
    row-gap: 2.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 234px;
    flex: 1 1 234px;
    border-right: 3px solid var(--electric-blue);
  }
  .standalone-product-rate > .content ul > li:last-child {
    border-right: none;
  }
}
.standalone-product-rate > .content ul > li .headline {
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1.8rem;
  font-weight: 900;
}
.standalone-product-rate > .content ul > li .rate {
  font-size: 4.8rem;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: var(--primary-color);
  text-align: center;
  font-weight: 900;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.video-and-image-collage {
  padding: 0 30px;
  margin-bottom: clamp(8rem, 10vw, 12rem);
}
.video-and-image-collage > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 3.1rem;
}
@media screen and (min-width: 1060px) {
  .video-and-image-collage > .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .video-and-image-collage > .content {
    grid-template-columns: repeat(3, minmax(0, 516px));
  }
}
.video-and-image-collage > .content .block {
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 516/450;
  max-width: 100%;
  grid-column: span 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1059px) {
  .video-and-image-collage > .content .block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.video-and-image-collage > .content .block.span-2 {
  aspect-ratio: 1059/596;
}
@media screen and (min-width: 1060px) {
  .video-and-image-collage > .content .block.span-2 {
    grid-column: span 2;
  }
}
.video-and-image-collage > .content .block .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: rgba(0, 82, 148, 0.68);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  text-align: center;
  color: white;
}
.video-and-image-collage > .content .block .caption > p {
  width: 100%;
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  padding: 0 30px;
}
@media screen and (max-width: 1059px) {
  .video-and-image-collage > .content .block .caption > p {
    text-align: left;
  }
}
.video-and-image-collage > .content .block.video:hover {
  cursor: pointer;
}
.video-and-image-collage > .content .block.video:after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background-color: rgba(31, 47, 59, 0.47);
  background-image: url(../template_images/play-button.svg);
  background-size: 120px;
  background-position: center;
  background-repeat: no-repeat;
}
.video-and-image-collage > .content .block.has-content {
  background-color: var(--violet);
  padding: clamp(7.9rem, 10vw, 9rem) 7.8rem clamp(7.9rem, 10vw, 9rem) clamp(3.3rem, 4vw, 5rem);
  height: 100%;
}
@media screen and (max-width: 1059px) {
  .video-and-image-collage > .content .block.has-content {
    aspect-ratio: unset;
    padding-right: clamp(3.3rem, 4vw, 5rem);
  }
}
@media screen and (max-width: 1399px) {
  .video-and-image-collage > .content .block.has-content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.video-and-image-collage > .content .block.has-content .f-h2 {
  font-style: "motiva-sans", sans-serif;
  font-size: 2.8rem;
  text-transform: none;
  margin-bottom: clamp(2.8rem, 3vw, 5rem);
}
.video-and-image-collage > .content .block.has-content .copy {
  font-size: 1.8rem;
  font-weight: 400;
}
.video-and-image-collage > .content .block.has-content > * {
  color: white;
}
@media screen and (max-width: 1059px) {
  .video-and-image-collage > .content .block.connect {
    aspect-ratio: 375/142;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.video-and-image-collage > .content .block.connect .linkbox {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 258/250;
  max-width: 258px;
  width: 100%;
  background-color: var(--electric-blue);
  border-radius: 30px;
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: 1em;
}
.video-and-image-collage > .content .block.connect .linkbox .title {
  font-size: 2.2rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  text-align: center;
  max-width: 137px;
  text-transform: uppercase;
}
@media screen and (max-width: 1059px) {
  .video-and-image-collage > .content .block.connect .linkbox {
    max-width: 100%;
    grid-template-columns: 137px 52px;
    aspect-ratio: 375/142;
  }
}

.product-accordion-block {
  padding: 0 30px;
  margin-bottom: clamp(9.3rem, 10vw, 13rem);
}
.product-accordion-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.product-accordion-block > .content .info {
  width: 100%;
  max-width: 527px;
}
.product-accordion-block > .content .info .f-h2 {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  text-transform: none;
  margin-bottom: 4.2rem;
}
.product-accordion-block > .content .info .copy {
  margin-bottom: 4.2rem;
}
.product-accordion-block > .content .accordions {
  padding-left: 0;
}
.product-accordion-block > .content .accordions .accordion-container {
  list-style: none;
  padding-left: 3rem;
  padding-right: 3rem;
  border-bottom: 1px solid var(--electric-blue);
}
.product-accordion-block > .content .accordions .accordion-container:nth-child(1) {
  border-top: 1px solid var(--electric-blue);
}
.product-accordion-block > .content .accordions .accordion-container .accordion-button {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  width: 100%;
  text-align: left;
  color: var(--primary-color);
  padding: 2.8rem 0;
}
.product-accordion-block > .content .accordions .accordion-container .accordion-button:before, .product-accordion-block > .content .accordions .accordion-container .accordion-button:after {
  right: 0 !important;
}
.product-accordion-block > .content .accordions .accordion-container .accordion-content {
  padding-bottom: 3.1rem;
}
.product-accordion-block > .content .accordions .accordion-container .accordion-content .actions {
  display: grid;
  grid-template-columns: 1fr;
}
.product-accordion-block > .content .accordions .accordion-container .accordion-content .actions .copy {
  margin-bottom: 3rem;
}
@media screen and (max-width: 979px) {
  .product-accordion-block > .content .accordions .accordion-container .accordion-content .actions {
    justify-items: center;
  }
}
.product-accordion-block > .content .accordions .accordion-container .accordion-content .actions > a {
  max-width: 180px;
  width: 100%;
}

.accordion-block {
  padding: 0 30px;
  margin-bottom: clamp(9.3rem, 10vw, 13rem);
}
.accordion-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.accordion-block > .content .f-h2 {
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  text-transform: none;
  margin-bottom: 4.2rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.accordion-block > .content .accordions {
  padding-left: 0;
}
.accordion-block > .content .accordions .accordion-container {
  list-style: none;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
}
.accordion-block > .content .accordions .accordion-container:nth-child(1) .accordion-button {
  border-top: 1px solid var(--electric-blue);
}
.accordion-block > .content .accordions .accordion-container.active .accordion-button {
  border-bottom: none;
}
.accordion-block > .content .accordions .accordion-container .accordion-button {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  width: 100%;
  text-align: left;
  color: var(--primary-color);
  padding: 2.8rem 0;
  padding-right: 3rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  border-bottom: 1px solid var(--electric-blue);
}
.accordion-block > .content .accordions .accordion-container .accordion-button:before, .accordion-block > .content .accordions .accordion-container .accordion-button:after {
  right: 0 !important;
}
.accordion-block > .content .accordions .accordion-container .accordion-content {
  padding-bottom: 3.1rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 1.6rem;
  padding-right: 3rem;
}
@media screen and (min-width: 980px) {
  .accordion-block > .content .accordions .accordion-container .accordion-content {
    font-size: 1.8rem;
  }
}
.accordion-block > .content .accordions .accordion-container .accordion-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 979px) {
  .accordion-block > .content .accordions .accordion-container .accordion-content .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.accordion-block > .content .accordions .accordion-container .accordion-content .actions .copy {
  margin-bottom: 3rem;
}
@media screen and (max-width: 979px) {
  .accordion-block > .content .accordions .accordion-container .accordion-content .actions {
    justify-items: center;
  }
}
.accordion-block > .content .accordions .accordion-container .accordion-content .actions > a {
  max-width: 300px;
  width: 100%;
}
.accordion-block > .content .accordions .accordion-container .accordion-content:has(.rate-block) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--ice-blue);
  max-width: 1400px;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6.1rem;
  padding-bottom: 5rem;
}
.accordion-block > .content .accordions .accordion-container .accordion-content:has(.rate-block) .rate-block {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}

.multi-product-image-block {
  padding: 0 30px;
  margin-bottom: 4em;
  background-color: var(--blockColor, var(--border-gray));
}
.multi-product-image-block > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1550px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}
.multi-product-image-block > .content .block-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .multi-product-image-block > .content .block-container {
    grid-template-columns: repeat(auto-fill, 467px);
    -webkit-column-gap: clamp(20px, 5vw, 7.1rem);
    -moz-column-gap: clamp(20px, 5vw, 7.1rem);
    column-gap: clamp(20px, 5vw, 7.1rem);
    row-gap: 8.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.multi-product-image-block > .content .block-container .block {
  display: block;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .multi-product-image-block > .content .block-container .block {
    border-bottom: 1px solid var(--community-footer);
  }
  .multi-product-image-block > .content .block-container .block:nth-child(1) {
    border-top: 1px solid var(--community-footer);
  }
}
@media screen and (min-width: 980px) {
  .multi-product-image-block > .content .block-container .block .accordion-content {
    display: block !important;
  }
}
.multi-product-image-block > .content .block-container .block .f-h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-family: "motiva-sans", sans-serif;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 979px) {
  .multi-product-image-block > .content .block-container .block .f-h2 {
    display: none;
  }
}
.multi-product-image-block > .content .block-container .block .image {
  aspect-ratio: 467/341;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #707070;
  margin-bottom: clamp(2.7rem, 3vw, 3.5rem);
}
.multi-product-image-block > .content .block-container .block .image:hover {
  cursor: pointer;
}
.multi-product-image-block > .content .block-container .block .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.multi-product-image-block > .content .block-container .block button {
  width: 100%;
  padding-top: 3.1rem;
  padding-bottom: 2.9rem;
  text-align: left;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 980px) {
  .multi-product-image-block > .content .block-container .block button {
    display: none;
  }
}

.disclosure {
  padding: 0 30px;
  margin-bottom: 4em;
}
.disclosure > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 0.6em;
  -moz-column-gap: 0.6em;
  column-gap: 0.6em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 979px) {
  .disclosure > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.disclosure > .content .intro, .disclosure > .content .copy {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "motiva-sans", sans-serif;
  line-height: 1.7;
}
.disclosure > .content .intro {
  font-weight: 700;
  color: var(--hopi);
}
.disclosure .accordion-container .accordion-button {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1em;
}
.disclosure .accordion-container .accordion-button:before, .disclosure .accordion-container .accordion-button:after {
  height: 1rem;
  width: 2px;
}
.disclosure .accordion-container .accordion-content p {
  font-size: 1.2rem;
  font-style: italic;
}

.navigation.pagination {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 0.5em;
  color: var(--black);
  font-weight: 500;
}
.navigation.pagination .nav-links a {
  font-size: 2rem;
  color: var(--black);
  text-decoration: underline;
  font-weight: 500;
}