/*!
 * Author: Peter Sofocleous
 * Version - 1.0.7
 *
 * Copyright (c) 2024 Peter Sofocleous
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sr-only {
  font-size: 0;
  display: block;
  width: 0;
  height: 0;
}

/*
 * USAGE: add '.no-gutters' to 'div.container .row'
 */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .no-gutter-column {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .modify-gutters-mobile {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .modify-gutters-mobile > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .modify-gutters-mobile > .row > .col,
  .modify-gutters-mobile > .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .modify-gutters-mobile > .row > .col.add-gutters-mobile,
  .modify-gutters-mobile > .row > [class*=col-].add-gutters-mobile {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .modify-gutters-mobile > .row > .col.add-gutters-mobile,
  .modify-gutters-mobile > .row > [class*=col-].add-gutters-mobile {
    max-width: 540px;
  }
}

.small-container {
  max-width: 1000px;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1800px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@font-face {
  font-family: "mabry-regular-pro";
  src: url("../src/fonts/mabry-regular-pro.woff") format("woff"), url("../src/fonts/mabry-regular-pro.woff2") format("woff2"), url("../src/fonts/mabry-regular-pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mabry-light-pro";
  src: url("../src/fonts/mabry-light-pro.woff") format("woff"), url("../src/fonts/mabry-light-pro.woff2") format("woff2"), url("../src/fonts/mabry-light-pro.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mabry-medium-pro";
  src: url("../src/fonts/mabry-medium-pro.woff") format("woff"), url("../src/fonts/mabry-medium-pro.woff2") format("woff2"), url("../src/fonts/mabry-medium-pro.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pp_right_didonelight";
  src: url("../src/fonts/pp-right-didone-light-webfont.woff2") format("woff2"), url("../src/fonts/pp-right-didone-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fas {
  font-style: normal;
  font-family: "fontawesome";
}

.font-arial {
  font-family: "arial";
}

.font-times {
  font-family: "Times New Roman", Times, serif;
}

.font-arial-bold {
  font-family: "arial";
  font-weight: 700;
}

.font-arial-bold-italic {
  font-family: "arial";
  font-weight: 700;
  font-style: italic;
}

.font-italic {
  font-family: "arial";
  font-weight: 400;
  font-style: italic;
}

.font-medium {
  font-family: "arial";
  font-weight: 600;
}

.font-medium-italic {
  font-family: "arial";
  font-weight: 600;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2rem;
  color: #1D4D23;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
}

.font-heading {
  margin-bottom: 2rem;
  font-family: "";
}

.font-body {
  font-family: "";
  font-size: 1.1rem;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-small {
  font-size: 0.8rem;
}

.font-large {
  font-size: 1.7rem;
}

h1,
.h1 {
  font-size: 3.125rem;
  text-transform: uppercase;
  line-height: normal;
  font-family: "pp_right_didonelight", Times, serif;
  font-weight: 300;
}
@media screen and (max-width: 85.375rem) {
  h1,
  .h1 {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 62rem) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 2.75rem;
  text-transform: uppercase;
  line-height: normal;
  font-family: "pp_right_didonelight", Times, serif;
  font-weight: 300;
}
@media screen and (max-width: 85.375rem) {
  h2,
  .h2 {
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 62rem) {
  h2,
  .h2 {
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  font-size: 2.5rem;
  line-height: 100%;
  font-family: "pp_right_didonelight", Times, serif;
  font-weight: 300;
}
@media screen and (max-width: 85.375rem) {
  h3,
  .h3 {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 62rem) {
  h3,
  .h3 {
    font-size: 1.625rem;
  }
}

h4,
.h4 {
  font-size: 1.875rem;
  line-height: 100%;
  font-family: "pp_right_didonelight", Times, serif;
  font-weight: 300;
  text-transform: none;
}
@media screen and (max-width: 85.375rem) {
  h4,
  .h4 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 62rem) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}

p {
  font-size: 1rem;
  line-height: 156.25%;
  font-family: "mabry-regular-pro", arial, sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  padding-left: 5rem;
  background-color: #FBFFF8;
  color: rgb(0, 0, 0);
  font-family: "mabry-medium-pro", arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 62rem) {
  body {
    padding-left: 0;
  }
}

.transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.transition-fast, .grant_details__nav ul, .grant_intro__cta, header .navbar__secondary-menu a::after, header .navbar__primary-menu a::after, .icon {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

section {
  position: relative;
  color: #393D40;
}
section.spacing-off {
  padding-top: 0;
  padding-bottom: 0;
}
section.spacing-top-only {
  padding-bottom: 0;
}
section.spacing-bottom-only {
  padding-top: 0;
}
section em {
  font-style: italic;
}
section p {
  color: #393D40;
}
section p strong {
  font-weight: 600;
}
section .btn--tertiary {
  color: #393D40;
  border-color: #393D40;
}
section .btn--tertiary:hover {
  color: rgb(0, 0, 0);
  background-color: #C1CFAF;
  border-color: #C1CFAF;
}
section .btn--tertiary::after {
  background-image: url(../src/assets/arrow-dark.svg);
}
section .a--with-arrow {
  color: rgb(0, 0, 0);
}
section .a--with-arrow:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../src/assets/arrow-right-dark.svg);
}
section .arrow-down {
  background-image: url(../src/assets/arrow-dark.svg);
}
section h1, section h2, section h3, section h4, section h5, section h6 {
  color: #1D4D23;
}
section.m5_featured_posts_with_text h1, section.m5_featured_posts_with_text h2, section.m5_featured_posts_with_text h3, section.m5_featured_posts_with_text h4, section.m5_featured_posts_with_text h5, section.m5_featured_posts_with_text h6, section.m6_search_with_cards h1, section.m6_search_with_cards h2, section.m6_search_with_cards h3, section.m6_search_with_cards h4, section.m6_search_with_cards h5, section.m6_search_with_cards h6, section.m10_double_column_image_and_text h1, section.m10_double_column_image_and_text h2, section.m10_double_column_image_and_text h3, section.m10_double_column_image_and_text h4, section.m10_double_column_image_and_text h5, section.m10_double_column_image_and_text h6 {
  color: rgb(0, 0, 0);
}
section ul {
  margin-bottom: 1.875rem;
}
section ul li {
  display: block;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 156.25%;
  position: relative;
}
section ul li:before {
  content: "";
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
}
section.grey {
  background-color: #E1E5DF;
}
section.grey h1, section.grey h2, section.grey h3, section.grey h4, section.grey h5, section.grey h6 {
  color: #393D40;
}
section.plum {
  background-color: #261022;
  color: rgb(255, 255, 255);
}
section.plum p {
  color: rgb(255, 255, 255);
}
section.plum ul li:before {
  background: rgb(255, 255, 255);
}
section.plum h1, section.plum h2, section.plum h3, section.plum h4, section.plum h5, section.plum h6 {
  color: rgb(255, 255, 255);
}
section.plum .a--with-arrow {
  color: #F2F2F2;
}
section.plum .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.plum .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.cognac {
  background-color: #91342D;
  color: rgb(255, 255, 255);
}
section.cognac p {
  color: rgb(255, 255, 255);
}
section.cognac ul li:before {
  background: rgb(255, 255, 255);
}
section.cognac h1, section.cognac h2, section.cognac h3, section.cognac h4, section.cognac h5, section.cognac h6 {
  color: rgb(255, 255, 255);
}
section.cognac:before {
  content: "";
  width: 11.5625rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="184" height="915" viewBox="0 0 184 915" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="184" height="915" fill="url(%23paint0_linear_3252_832)" fill-opacity="0.1"/><defs><linearGradient id="paint0_linear_3252_832" x1="-101.02" y1="422.5" x2="257.961" y2="422.5" gradientUnits="userSpaceOnUse"><stop/><stop offset="0.734375" stop-opacity="0"/><stop offset="1" stop-opacity="0"/></linearGradient></defs></svg>');
  background-repeat: repeat-y;
}
section.cognac .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.cognac .arrow-down {
  background-image: url(../src/assets/arrow-white.svg);
}
section.cognac .btn--tertiary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.cognac .btn--tertiary:hover {
  background-color: rgb(255, 255, 255);
  color: #393D40;
}
section.cognac .btn--tertiary:hover span::after {
  background-image: url(../src/assets/arrow-dark.svg);
}
section.cognac .btn--tertiary span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
section.cognac .a--with-arrow {
  color: #F2F2F2;
}
section.cognac .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.forest-green {
  background-color: #1D4D23;
  color: rgb(255, 255, 255);
}
section.forest-green p {
  color: rgb(255, 255, 255);
}
section.forest-green ul li:before {
  background: rgb(255, 255, 255);
}
section.forest-green h1, section.forest-green h2, section.forest-green h3, section.forest-green h4, section.forest-green h5, section.forest-green h6 {
  color: rgb(255, 255, 255);
}
section.forest-green .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.forest-green .arrow-down {
  background-image: url(../src/assets/arrow-white.svg);
}
section.forest-green .btn--tertiary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.forest-green .btn--tertiary:hover {
  border-color: #C1CFAF;
  background-color: #C1CFAF;
  color: rgb(0, 0, 0);
}
section.forest-green .btn--tertiary:hover span::after {
  background-image: url(../src/assets/arrow-dark.svg);
}
section.forest-green .btn--tertiary span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
section.forest-green .a--with-arrow {
  color: #F2F2F2;
}
section.forest-green .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.dark-purple {
  background-color: #421132;
  color: rgb(255, 255, 255);
}
section.dark-purple p {
  color: rgb(255, 255, 255);
}
section.dark-purple ul li:before {
  background: rgb(255, 255, 255);
}
section.dark-purple h1, section.dark-purple h2, section.dark-purple h3, section.dark-purple h4, section.dark-purple h5, section.dark-purple h6 {
  color: rgb(255, 255, 255);
}
section.dark-purple .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.dark-purple .arrow-down {
  background-image: url(../src/assets/arrow-white.svg);
}
section.dark-purple .btn--tertiary {
  background-color: #421132;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.dark-purple .btn--tertiary:hover {
  color: #393D40;
  background-color: rgb(255, 255, 255);
}
section.dark-purple .btn--tertiary:hover span::after {
  background-image: url(../src/assets/arrow-dark.svg);
}
section.dark-purple .btn--tertiary span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
section.dark-purple .a--with-arrow {
  color: #F2F2F2;
}
section.dark-purple .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.off-black {
  background-color: #393D40;
  color: rgb(255, 255, 255);
}
section.off-black p {
  color: rgb(255, 255, 255);
}
section.off-black ul li:before {
  background: rgb(255, 255, 255);
}
section.off-black h1, section.off-black h2, section.off-black h3, section.off-black h4, section.off-black h5, section.off-black h6 {
  color: rgb(255, 255, 255);
}
section.off-black .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.off-black .btn--tertiary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.off-black .btn--tertiary:hover {
  color: rgb(255, 255, 255);
  background-color: #393D40;
}
section.off-black .btn--tertiary span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
section.off-black .a--with-arrow {
  color: #F2F2F2;
}
section.off-black .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.light-purple {
  background-color: #6D345B;
  color: rgb(255, 255, 255);
}
section.light-purple p {
  color: rgb(255, 255, 255);
}
section.light-purple ul li:before {
  background: rgb(255, 255, 255);
}
section.light-purple h1, section.light-purple h2, section.light-purple h3, section.light-purple h4, section.light-purple h5, section.light-purple h6 {
  color: rgb(255, 255, 255);
}
section.light-purple .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.light-purple .a--with-arrow {
  color: #F2F2F2;
}
section.light-purple .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.light-green {
  background-color: #FBFFF8;
}
section.light-green h1 {
  color: #1D4D23;
}
section.light-green .btn--tertiary:hover {
  border-color: #C1CFAF;
  background-color: #C1CFAF;
}
section.oak-green {
  background-color: #3F936F;
  color: rgb(255, 255, 255);
}
section.oak-green p {
  color: rgb(255, 255, 255);
}
section.oak-green ul li:before {
  background: rgb(255, 255, 255);
}
section.oak-green h1, section.oak-green h2, section.oak-green h3, section.oak-green h4, section.oak-green h5, section.oak-green h6 {
  color: rgb(255, 255, 255);
}
section.oak-green .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.oak-green .btn--tertiary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.oak-green .btn--tertiary:hover {
  color: rgb(0, 0, 0);
}
section.oak-green .btn--tertiary:hover span::after {
  background-image: url(../src/assets/arrow-dark.svg);
}
section.oak-green .btn--tertiary span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
section.oak-green .a--with-arrow {
  color: #F2F2F2;
}
section.oak-green .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.burnt-orange {
  background-color: #BE5121;
  color: #F2F2F2;
}
section.burnt-orange p {
  color: #F2F2F2;
}
section.burnt-orange ul li:before {
  background: rgb(255, 255, 255);
}
section.burnt-orange h1, section.burnt-orange h2, section.burnt-orange h3, section.burnt-orange h4, section.burnt-orange h5, section.burnt-orange h6 {
  color: #F2F2F2;
}
section.burnt-orange .logo {
  background-image: url(../src/assets/leathersellers-logo-white.svg);
}
section.burnt-orange .arrow-down {
  background-image: url("../src/assets/arrow-white.svg");
}
section.burnt-orange .btn--tertiary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.burnt-orange .btn--tertiary:hover {
  border-color: #91342D;
  background-color: #91342D;
}
section.burnt-orange .btn--tertiary span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
section.burnt-orange .a--with-arrow {
  color: #F2F2F2;
}
section.burnt-orange .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
section.sage {
  background-color: #C1CFAF;
}
section.sage h1, section.sage h2, section.sage h3, section.sage h4, section.sage h5, section.sage h6 {
  color: #393D40;
}
section.sage .btn--tertiary {
  background-color: #C1CFAF;
}
section.sage .btn--tertiary:hover {
  color: #393D40;
  background-color: rgb(255, 255, 255);
}
section.sage .btn--tertiary:hover span::after {
  background-image: url(../src/assets/arrow-dark.svg);
}
section.sage .arrow-right {
  background-image: url(../src/assets/arrow-right-dark.svg);
}
section.sage-light {
  background-color: rgba(193, 206, 176, 0.3);
}
section.sage-light h1, section.sage-light h2, section.sage-light h3, section.sage-light h4, section.sage-light h5, section.sage-light h6 {
  color: #393D40;
}
section.sage-light .btn--tertiary {
  background-color: rgba(193, 206, 176, 0.3);
}
section.sage-light .btn--tertiary:hover {
  border-color: rgba(193, 206, 176, 0.3);
}
section.grey-light {
  background: #D9D9D9;
}
section.grey-light h1, section.grey-light h2, section.grey-light h3, section.grey-light h4, section.grey-light h5, section.grey-light h6 {
  color: #393D40;
}
section a {
  font-weight: 500;
  color: inherit;
  text-decoration: underline;
}
section button:hover {
  cursor: pointer;
}

.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0.5rem;
  background-color: rgb(0, 128, 135);
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: rgb(246, 246, 246);
}
.icon svg {
  max-width: 100%;
  max-height: 100%;
  fill: rgb(246, 246, 246);
  padding: 8px;
}
.icon:hover {
  transform: scale(1.2);
}

footer {
  padding: 2.5rem 7.5rem 2.5rem 5rem;
  background: #261022;
}
@media screen and (max-width: 62rem) {
  footer {
    flex-direction: column;
    padding: 4.6875rem 1.25rem 6.25rem;
  }
}
footer .footer_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 62rem) {
  footer .footer_row > a {
    display: none;
  }
}
@media screen and (min-width: 62rem) {
  footer .footer_info a {
    display: none;
  }
}
footer .footer_info img {
  width: 6.25rem !important;
  height: 6.25rem !important;
  margin: 0 auto 1.25rem !important;
}
@media screen and (min-width: 62rem) {
  footer .footer_info img {
    display: none;
  }
}
footer .footer_menu {
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
}
@media screen and (max-width: 62rem) {
  footer .footer_menu {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
footer .footer_menu span {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 125%;
}
footer .footer_menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer .footer_menu .sub-menu {
  margin-top: 0.625rem;
}
footer .footer_menu > li {
  padding-top: 1rem;
  min-width: 9.0625rem;
  display: block;
  font-family: "mabry-light-pro", arial, sans-serif;
}
@media screen and (max-width: 62rem) {
  footer .footer_menu > li {
    padding-bottom: 1.75rem;
  }
}
footer .footer_menu > li.heading > a {
  text-transform: uppercase;
}
footer .footer_menu > li:not(:last-child) {
  margin-right: 1.875rem;
}
@media screen and (max-width: 62rem) {
  footer .footer_menu > li:not(:last-child) {
    margin-right: 0;
  }
}
footer .footer_follow {
  padding-top: 7.5rem;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 62rem) {
  footer .footer_follow {
    padding-top: 1.25rem;
    text-align: center;
  }
}
footer .footer_follow span {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 156.25%;
}
@media screen and (max-width: 62rem) {
  footer .footer_follow span {
    font-size: 0.6875rem;
    line-height: 159.75%;
    font-family: "mabry-light-pro", arial, sans-serif;
  }
}
footer .footer_follow_icons {
  padding-top: 1rem;
  display: flex;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 62rem) {
  footer .footer_follow_icons {
    justify-content: center;
  }
}
footer .footer_follow_icons a {
  transition: all 0.3s ease-in-out;
}
footer .footer_follow_icons a:hover {
  filter: grayscale(100%);
}
footer .footer_follow img {
  display: block;
  margin-right: 2.1875rem;
  width: 2.375rem;
  height: 2.375rem;
}
@media screen and (max-width: 62rem) {
  footer .footer_follow img {
    width: 1.75rem;
    margin: 0 0.5rem;
  }
}
footer .footer_follow p {
  font-size: 0.75rem;
  line-height: 150%;
  margin-bottom: 1.25rem;
}
footer .footer_copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 62rem) {
  footer .footer_copyright {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer_copyright_credits {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 62rem) {
  footer .footer_copyright_credits {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
footer .footer_copyright_credits img {
  margin: 0 0.9375rem 0 0;
  width: auto;
  height: 3.125rem;
}
footer .footer_copyright_credits_author {
  margin-left: 0.9375rem;
  font-size: 0.75rem;
  line-height: 150%;
}
@media screen and (max-width: 62rem) {
  footer .footer_copyright_credits_author {
    margin-top: 0.9375rem;
    margin-left: 0;
  }
}
footer .footer_copyright_credits_author a {
  margin-left: 0 !important;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 62rem) {
  footer .footer_copyright_credits ul.legal-menu {
    width: 100%;
    margin-top: 0.9375rem;
  }
}
footer .footer_copyright_credits ul.legal-menu li a {
  margin-left: 0.9375rem;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  line-height: 150%;
}
@media screen and (max-width: 62rem) {
  footer .footer_copyright_credits ul.legal-menu li a {
    margin-left: 0;
  }
}

header .navbar {
  position: fixed;
  width: 5rem;
  top: 0;
  left: 0;
  background: #91342D;
  height: 100%;
  transition: 0.3s all ease-in-out;
  z-index: 100;
}
@media screen and (max-width: 62rem) {
  header .navbar {
    bottom: 1.25rem;
    top: auto;
    left: 1.5625rem;
    width: calc(100% - 3.125rem);
    height: 4.1875rem;
    border-radius: 0.75rem;
    overflow: hidden;
  }
}
header .navbar__buttons {
  margin-left: 5rem;
  margin-top: 1.5rem;
  position: absolute;
}
@media screen and (max-width: 62rem) {
  header .navbar__buttons {
    margin-left: 3.75rem;
  }
}
header .navbar__buttons a {
  text-decoration: underline;
  color: rgb(255, 255, 255);
  font-family: "mabry-light-pro", arial, sans-serif;
}
header .navbar__buttons a.search {
  padding-right: 1.875rem;
  flex-direction: row;
  position: relative;
}
header .navbar__buttons a.search:before {
  content: "";
  display: block;
  position: absolute;
  background: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.07503" cy="8.07503" r="7.27503" stroke="white" stroke-width="1.6"/><line x1="13.8665" y1="12.7351" x2="19.5665" y2="18.4351" stroke="white" stroke-width="1.6"/></svg>');
  background-repeat: no-repeat;
  width: 1.3125rem;
  height: 1.1875rem;
  top: 50%;
  margin-top: -0.5625rem;
  right: 0;
}
header .navbar__buttons a:first-child {
  margin-right: 1.25rem;
}
@media screen and (min-width: 62rem) {
  header .navbar__buttons {
    display: none;
  }
}
header .navbar:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background: black;
  width: 0;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 62rem) {
  header .navbar:after {
    display: none;
  }
}
header .navbar__inner-buttons {
  margin-top: 5rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-left 0s ease-in-out 0.3s;
}
@media screen and (min-width: 62rem) {
  header .navbar__inner-buttons {
    display: none;
  }
}
header .navbar__inner-buttons__row {
  margin-top: 3.125rem;
  display: block;
}
header .navbar__inner-buttons__row:first-child {
  margin-top: 1.25rem;
}
header .navbar__inner-buttons__row .a--with-arrow {
  margin-left: 0.625rem;
}
header .navbar--open {
  width: 50.3125rem;
  background: #1D4D23;
}
header .navbar--open .navbar__inner-buttons {
  margin-top: 2.1875rem;
  margin-left: 1.875rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-left 0s ease-in-out 0s;
}
header .navbar--open .navbar__buttons {
  visibility: hidden;
  transition: visibility 0s ease 0.3s;
}
@media screen and (max-width: 62rem) {
  header .navbar--open {
    left: 0;
    bottom: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
}
header .navbar--open:after {
  width: 5000%;
  opacity: 60%;
}
header .navbar--open .navbar__container {
  width: auto;
  opacity: 1;
  transition: 0.2s all ease-in-out 0.3s;
}
@media screen and (max-width: 62rem) {
  header .navbar--open .navbar__container {
    margin-top: 3.125rem;
  }
}
header .navbar__burger__stack {
  width: 2.3125rem;
  outline: none;
  background: transparent;
  position: absolute;
  left: 1.34375rem;
  top: 4.3125rem;
  padding: 2.3125rem 0 0;
  border: none;
  z-index: 50;
}
header .navbar__burger__stack:focus {
  outline: #08f solid 2px;
}
@media screen and (max-width: 62rem) {
  header .navbar__burger__stack {
    left: 0.9375rem;
    top: 50%;
    margin-top: -1.1875rem;
  }
  header .navbar__burger__stack span:not(:first-child) {
    display: none;
  }
}
header .navbar__burger__stack:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3125rem;
  height: 2.3125rem;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
header .navbar__burger__stack:hover {
  cursor: pointer;
}
header .navbar__burger__stack span {
  top: 100%;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: rgb(255, 255, 255);
  display: block;
  height: 1.6875rem;
}
header .navbar__burger__stack span:first-child {
  top: 1.21875rem;
  width: 1.1875rem;
  height: 0.0625rem;
  font-size: 0;
  color: transparent;
  background-color: rgb(255, 255, 255);
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: all 0.3s ease-in-out;
}
header .navbar__burger__stack span:first-child:before, header .navbar__burger__stack span:first-child:after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  content: "";
  width: 1.1875rem;
  height: 0.0625rem;
  background-color: rgb(255, 255, 255);
}
header .navbar__burger__stack span:first-child:before {
  top: -0.25rem;
}
header .navbar__burger__stack span:first-child:after {
  bottom: -0.25rem;
}
header .navbar__burger__stack span:first-child + span {
  margin-top: 0.625rem;
}
@media screen and (max-width: 62rem) {
  header .navbar__burger__stack--open {
    left: calc(100% - 3.5625rem);
    top: 1.25rem;
    margin-top: 0;
  }
}
header .navbar__burger__stack--open span:first-child {
  width: 0;
  transform: translate(-50%, -50%);
}
header .navbar__burger__stack--open span:first-child:before {
  top: 0;
  left: -0.59375rem;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
header .navbar__burger__stack--open span:first-child:after {
  bottom: 0;
  transform: rotate(-45deg);
  transform-origin: 50% 0%;
  left: -0.59375rem;
}
header .navbar__container {
  display: flex;
  position: relative;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: 0.2s opacity ease-in-out 0s;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 62rem) {
  header .navbar__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 62rem) {
  header .navbar__container {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .navbar__container::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 62rem) {
  header .navbar__column {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 62rem) {
  header .navbar__column {
    height: 100%;
    overflow-y: scroll;
    padding-top: 10.625rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header .navbar__column::-webkit-scrollbar {
    display: none;
  }
}
header .navbar__primary-menu {
  color: rgb(255, 255, 255);
  padding-left: 8.75rem;
  display: inline-block;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  width: 21.875rem;
  box-sizing: content-box;
}
@media screen and (max-width: 62rem) {
  header .navbar__primary-menu {
    padding-left: 0;
    width: 100%;
  }
}
header .navbar__primary-menu > li {
  margin-bottom: 2.5rem;
}
header .navbar__primary-menu > li.heading > a {
  font-size: 2.5rem;
  line-height: 100%;
  font-family: "pp_right_didonelight", Times, serif;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 85.375rem) {
  header .navbar__primary-menu > li.heading > a {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 62rem) {
  header .navbar__primary-menu > li.heading > a {
    font-size: 1.625rem;
  }
}
header .navbar__primary-menu > li.sub-heading > a {
  margin-bottom: 1rem;
  line-height: 100%;
  font-family: "right-didone", Times, serif;
  font-weight: 300;
  font-size: 1.25rem;
  display: inline-block;
}
header .navbar__primary-menu a {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 125%;
  font-family: "mabry-light-pro", arial, sans-serif;
}
header .navbar__primary-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FBFFF8;
}
header .navbar__primary-menu a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1.5rem;
  height: 100%;
  background-image: url(../src/assets/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
header .navbar__primary-menu a:hover::after {
  width: 100%;
}
header .navbar__primary-menu .current-menu-item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1.5rem;
  height: 100%;
  background-image: url(../src/assets/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
header .navbar__primary-menu .current-menu-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FBFFF8;
}
header .navbar__secondary-menu {
  color: rgb(255, 255, 255);
  padding-left: 3.75rem;
  position: relative;
}
@media screen and (max-width: 62rem) {
  header .navbar__secondary-menu {
    padding-left: 0;
    padding-top: 6.875rem;
    width: 100%;
  }
}
header .navbar__secondary-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  left: 0;
  top: 5.3125rem;
  background: rgb(255, 255, 255);
}
@media screen and (min-width: 62rem) {
  header .navbar__secondary-menu:before {
    display: none;
  }
}
header .navbar__secondary-menu .heading > a {
  font-size: 2.5rem;
  line-height: 100%;
  font-family: "pp_right_didonelight", Times, serif;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 85.375rem) {
  header .navbar__secondary-menu .heading > a {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 62rem) {
  header .navbar__secondary-menu .heading > a {
    font-size: 1.625rem;
  }
}
header .navbar__secondary-menu .sub-heading > a {
  margin-bottom: 1rem;
  line-height: 100%;
  font-family: "right-didone", Times, serif;
  font-weight: 300;
  font-size: 1.25rem;
  display: inline-block;
}
header .navbar__secondary-menu a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 125%;
  font-family: "mabry-light-pro", arial, sans-serif;
}
header .navbar__secondary-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FBFFF8;
}
header .navbar__secondary-menu a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1.5rem;
  height: 100%;
  background-image: url(../src/assets/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
header .navbar__secondary-menu a:hover::after {
  width: 100%;
}
header .navbar__secondary-menu > li {
  margin-bottom: 2rem;
}
header .navbar__secondary-menu .current-menu-item > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1.5rem;
  height: 100%;
  background-image: url(../src/assets/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
header .navbar__secondary-menu .current-menu-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FBFFF8;
}
header .navbar__secondary-cont {
  position: relative;
}
header .navbar__secondary-cont:after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  background: #FBFFF8;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 62rem) {
  header .navbar__secondary-cont:after {
    display: none;
  }
}
header .navbar__follow {
  padding-left: 3.75rem;
  color: rgb(255, 255, 255);
}
header .navbar__follow span {
  display: block;
  margin-bottom: 1rem;
  line-height: 100%;
  font-family: "right-didone", Times, serif;
  font-weight: 300;
  font-size: 1.25rem;
}
header .navbar__follow__icons {
  display: flex;
}
header .navbar__follow__icons li {
  margin-right: 0.5rem;
}
header .navbar__follow__icons li a {
  transition: all 0.3s ease-in-out;
}
header .navbar__follow__icons li a:hover {
  filter: grayscale(100%);
}
header .navbar__follow__icons img {
  width: 1.4375rem;
}
header .navbar__additional {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 62rem) {
  header .navbar__additional {
    padding-top: 3.125rem;
  }
  header .navbar__additional .navbar__follow span {
    font-size: 0;
    opacity: 0;
  }
}
header .navbar__additional__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 62rem) {
  header .navbar__additional__logo {
    display: none;
  }
}

.hero-nav {
  display: flex;
  position: absolute;
  width: calc(100% - 5rem);
  top: 0;
  left: 0;
  padding: 2.8125rem 2.1875rem;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
@media screen and (max-width: 62rem) {
  .hero-nav {
    justify-content: center;
  }
}
.hero-nav__container {
  display: flex;
  width: 25rem;
}
@media screen and (max-width: 62rem) {
  .hero-nav__container {
    display: none;
  }
}
.hero-nav__container:last-of-type {
  justify-content: end;
  align-items: flex-start;
}
.hero-nav__container a.btn--primary {
  background-color: transparent;
  color: #393D40;
}
.hero-nav__container a.btn--primary:hover {
  background-color: #91342D;
  color: rgb(255, 255, 255);
}
.hero-nav__container a.btn--secondary:hover {
  background-color: rgb(255, 255, 255);
  border-color: #91342D;
  color: #91342D;
}
.hero-nav .logo--hidden {
  display: none;
}
.hero-nav .btn {
  margin-right: 1.25rem;
}
.hero-nav .search {
  display: flex;
  align-self: center;
  text-decoration: none;
  padding-right: 1.875rem;
  flex-direction: row;
  position: relative;
}
.hero-nav .search:before {
  content: "";
  display: block;
  position: absolute;
  background: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.07503" cy="8.07503" r="7.27503" stroke="black" stroke-width="1.6"/><line x1="13.8665" y1="12.7351" x2="19.5665" y2="18.4351" stroke="black" stroke-width="1.6"/></svg>');
  background-repeat: no-repeat;
  width: 1.3125rem;
  height: 1.1875rem;
  top: 50%;
  margin-top: -0.5625rem;
  right: 0;
}

section.m11_section_hero.forest-green a.btn--primary, section.m11_section_hero.dark-purple a.btn--primary, section.m11_section_hero.burnt-orange a.btn--primary, section.m27_slim_text_hero.forest-green a.btn--primary, section.m27_slim_text_hero.dark-purple a.btn--primary, section.m27_slim_text_hero.burnt-orange a.btn--primary, section.m15_slim_image_hero.forest-green a.btn--primary, section.m15_slim_image_hero.dark-purple a.btn--primary, section.m15_slim_image_hero.burnt-orange a.btn--primary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.m11_section_hero.forest-green a.btn--primary:hover, section.m11_section_hero.dark-purple a.btn--primary:hover, section.m11_section_hero.burnt-orange a.btn--primary:hover, section.m27_slim_text_hero.forest-green a.btn--primary:hover, section.m27_slim_text_hero.dark-purple a.btn--primary:hover, section.m27_slim_text_hero.burnt-orange a.btn--primary:hover, section.m15_slim_image_hero.forest-green a.btn--primary:hover, section.m15_slim_image_hero.dark-purple a.btn--primary:hover, section.m15_slim_image_hero.burnt-orange a.btn--primary:hover {
  border-color: #91342D;
}
section.m11_section_hero.forest-green .search::before, section.m11_section_hero.dark-purple .search::before, section.m11_section_hero.burnt-orange .search::before, section.m27_slim_text_hero.forest-green .search::before, section.m27_slim_text_hero.dark-purple .search::before, section.m27_slim_text_hero.burnt-orange .search::before, section.m15_slim_image_hero.forest-green .search::before, section.m15_slim_image_hero.dark-purple .search::before, section.m15_slim_image_hero.burnt-orange .search::before {
  background: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.07503" cy="8.07503" r="7.27503" stroke="white" stroke-width="1.6"/><line x1="13.8665" y1="12.7351" x2="19.5665" y2="18.4351" stroke="white" stroke-width="1.6"/></svg>');
}
section.m11_section_hero.cognac a.btn--primary, section.m27_slim_text_hero.cognac a.btn--primary, section.m15_slim_image_hero.cognac a.btn--primary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
section.m11_section_hero.cognac a.btn--primary:hover, section.m27_slim_text_hero.cognac a.btn--primary:hover, section.m15_slim_image_hero.cognac a.btn--primary:hover {
  background-color: rgb(255, 255, 255);
  color: #393D40;
}
section.m11_section_hero.cognac a.btn--secondary, section.m27_slim_text_hero.cognac a.btn--secondary, section.m15_slim_image_hero.cognac a.btn--secondary {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #393D40;
}
section.m11_section_hero.cognac a.btn--secondary:hover, section.m27_slim_text_hero.cognac a.btn--secondary:hover, section.m15_slim_image_hero.cognac a.btn--secondary:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
section.m11_section_hero.cognac .search::before, section.m27_slim_text_hero.cognac .search::before, section.m15_slim_image_hero.cognac .search::before {
  background: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.07503" cy="8.07503" r="7.27503" stroke="white" stroke-width="1.6"/><line x1="13.8665" y1="12.7351" x2="19.5665" y2="18.4351" stroke="white" stroke-width="1.6"/></svg>');
}

section.m18_post_hero .logo {
  background-image: url(../src/assets/leathersellers-logo-white.png);
}
section.m18_post_hero a.btn--primary {
  color: #393D40;
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
section.m18_post_hero a.btn--primary:hover {
  background-color: #91342D;
  border-color: #91342D;
  color: rgb(255, 255, 255);
}
section.m18_post_hero a.btn--secondary {
  background-color: #91342D;
  border-color: #91342D;
  color: rgb(255, 255, 255);
}
section.m18_post_hero a.btn--secondary:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #393D40;
}

section {
  overflow: hidden;
}

.btn {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "mabry-medium-pro", arial, sans-serif;
  padding: 0.6875rem 1rem;
  border-radius: 5rem;
  min-width: 10.875rem;
  border: 0.0625rem solid;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn span {
  display: inline-block;
  position: relative;
}
.btn--primary {
  background: transparent;
  color: #393D40;
  border-color: #393D40;
}
.btn--primary:hover {
  background: #C1CFAF;
  color: #393D40;
  border-color: #C1CFAF;
}
.btn--primary.btn--with-arrow span:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="17" viewBox="0 0 23 17" fill="none"><path d="M22.525 8.06971C19.5986 8.06971 17.8516 6.42848 16.9029 5.05156C15.6716 3.26526 15.2348 1.21464 15.2348 0H14.3712C14.3712 1.33758 14.8474 3.58982 16.191 5.5384C16.7968 6.41741 17.6924 7.39109 18.9583 8.06971H0V8.93029H18.9583C17.6924 9.60891 16.7968 10.5826 16.191 11.4616C14.8474 13.4102 14.3712 15.6624 14.3712 17H15.2348C15.2348 15.7854 15.6716 13.7347 16.9029 11.9484C17.8516 10.5715 19.5986 8.93029 22.525 8.93029H23V8.06971H22.525Z" fill="%23393D40"/></svg>');
}
.btn--secondary {
  background: #91342D;
  border-color: #91342D;
  color: #F2F2F2;
}
.btn--secondary:hover {
  background: rgba(145, 52, 45, 0.15);
  color: #91342D;
}
.btn--secondary.btn--with-arrow span:after {
  transition: all 0.3s ease-in-out;
  background: url('data:image/svg+xml,<svg width="23" height="17" viewBox="0 0 23 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.525 8.06971C19.5986 8.06971 17.8516 6.42848 16.9029 5.05156C15.6716 3.26526 15.2348 1.21464 15.2348 0H14.3712C14.3712 1.33758 14.8474 3.58982 16.191 5.5384C16.7968 6.41741 17.6924 7.39109 18.9583 8.06971H0V8.93029H18.9583C17.6924 9.60891 16.7968 10.5826 16.191 11.4616C14.8474 13.4102 14.3712 15.6624 14.3712 17H15.2348C15.2348 15.7854 15.6716 13.7347 16.9029 11.9484C17.8516 10.5715 19.5986 8.93029 22.525 8.93029H23V8.06971H22.525Z" fill="%23FBFFF8"/></svg>');
}
.btn--secondary.btn--with-arrow:hover span:after {
  background: url('data:image/svg+xml,<svg width="23" height="17" viewBox="0 0 23 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.525 8.06971C19.5986 8.06971 17.8516 6.42848 16.9029 5.05156C15.6716 3.26526 15.2348 1.21464 15.2348 0H14.3712C14.3712 1.33758 14.8474 3.58982 16.191 5.5384C16.7968 6.41741 17.6924 7.39109 18.9583 8.06971H0V8.93029H18.9583C17.6924 9.60891 16.7968 10.5826 16.191 11.4616C14.8474 13.4102 14.3712 15.6624 14.3712 17H15.2348C15.2348 15.7854 15.6716 13.7347 16.9029 11.9484C17.8516 10.5715 19.5986 8.93029 22.525 8.93029H23V8.06971H22.525Z" fill="%2391342D"/></svg>');
}
.btn--tertiary {
  border-color: #F2F2F2;
  color: #F2F2F2;
  background: transparent;
}
.btn--tertiary:hover {
  background: rgba(242, 242, 242, 0.15);
  color: #F2F2F2;
}
.btn--tertiary.btn--with-arrow span:after {
  background-image: url(../src/assets/arrow-dark.svg);
  background-size: contain;
  transform: rotate(180deg);
}
.btn--quaternary {
  border-color: #C1CFAF;
  color: rgb(0, 0, 0);
  background: #C1CFAF;
}
.btn--quaternary:hover {
  background: rgba(193, 207, 175, 0.15);
  color: rgb(0, 0, 0);
}
.btn--sentiary {
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
.btn--sentiary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
}
.btn--with-arrow {
  display: inline-block;
  position: relative;
  min-width: 13.625rem;
}
.btn--with-arrow span {
  padding-right: 2.1875rem;
}
.btn--with-arrow span:after {
  content: "";
  position: absolute;
  width: 1.4375rem;
  height: 1.0625rem;
  display: inline-block;
  margin-left: 0.75rem;
  right: 0;
}

.arrow-down {
  display: block;
  width: 2rem;
  height: 2.625rem;
  background-image: url("../src/assets/arrow-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(270deg);
  background-color: transparent;
  font-size: 0;
  outline: none;
  border: none;
  animation-name: fadeInOut;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 2;
}
.arrow-down--light {
  background-image: url("../src/assets/arrow-white.svg");
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.a--with-arrow {
  display: inline-block;
  position: relative;
  color: #F2F2F2;
  text-decoration: none;
}
.a--with-arrow--dark {
  color: rgb(0, 0, 0);
}
.a--with-arrow--dark:after {
  background: url('data:image/svg+xml,<svg width="23" height="17" viewBox="0 0 23 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.525 8.06971C19.5986 8.06971 17.8516 6.42848 16.9029 5.05156C15.6716 3.26526 15.2348 1.21464 15.2348 0H14.3712C14.3712 1.33758 14.8474 3.58982 16.191 5.5384C16.7968 6.41741 17.6924 7.39109 18.9583 8.06971H0V8.93029H18.9583C17.6924 9.60891 16.7968 10.5826 16.191 11.4616C14.8474 13.4102 14.3712 15.6624 14.3712 17H15.2348C15.2348 15.7854 15.6716 13.7347 16.9029 11.9484C17.8516 10.5715 19.5986 8.93029 22.525 8.93029H23V8.06971H22.525Z" fill="%23393D40"/></svg>');
}
.a--with-arrow:after {
  content: "";
  width: 1.4375rem;
  height: 1.0625rem;
  display: inline-block;
  margin-left: 0.75rem;
  transform: translateY(4px);
  background: url('data:image/svg+xml,<svg width="23" height="17" viewBox="0 0 23 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.525 8.06971C19.5986 8.06971 17.8516 6.42848 16.9029 5.05156C15.6716 3.26526 15.2348 1.21464 15.2348 0H14.3712C14.3712 1.33758 14.8474 3.58982 16.191 5.5384C16.7968 6.41741 17.6924 7.39109 18.9583 8.06971H0V8.93029H18.9583C17.6924 9.60891 16.7968 10.5826 16.191 11.4616C14.8474 13.4102 14.3712 15.6624 14.3712 17H15.2348C15.2348 15.7854 15.6716 13.7347 16.9029 11.9484C17.8516 10.5715 19.5986 8.93029 22.525 8.93029H23V8.06971H22.525Z" fill="%23FBFFF8"/></svg>');
}
.a--with-arrow--dark {
  color: #393D40;
}
.a--with-arrow--dark:after {
  background: url('data:image/svg+xml,<svg width="23" height="17" viewBox="0 0 23 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.525 8.06971C19.5986 8.06971 17.8516 6.42848 16.9029 5.05156C15.6716 3.26526 15.2348 1.21464 15.2348 0H14.3712C14.3712 1.33758 14.8474 3.58982 16.191 5.5384C16.7968 6.41741 17.6924 7.39109 18.9583 8.06971H0V8.93029H18.9583C17.6924 9.60891 16.7968 10.5826 16.191 11.4616C14.8474 13.4102 14.3712 15.6624 14.3712 17H15.2348C15.2348 15.7854 15.6716 13.7347 16.9029 11.9484C17.8516 10.5715 19.5986 8.93029 22.525 8.93029H23V8.06971H22.525Z" fill="%23393D40"/></svg>');
}

.arrow-right {
  display: block;
  width: 2.625rem;
  height: 2rem;
  background: none;
  background-image: url(../src/assets/arrow-right-white.svg);
  outline: none;
  border: none;
}
@media screen and (max-width: 62rem) {
  .arrow-right {
    width: 1.875rem;
    height: 1.375rem;
    background-size: 100%;
  }
}
.arrow-right--dark {
  background-image: url(../src/assets/arrow-right-dark.svg);
}
@media screen and (max-width: 62rem) {
  .arrow-right--dark {
    background-size: 100%;
  }
}
.arrow-right:disabled {
  opacity: 40%;
}
.arrow-right:disabled:hover {
  cursor: default;
}
.arrow-right:hover {
  cursor: pointer;
}

.arrow-left {
  display: block;
  width: 2.625rem;
  height: 2rem;
  background: url('data:image/svg+xml,<svg width="45" height="33" viewBox="0 0 45 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.925643 17.3211C6.61978 17.3211 10.019 20.4535 11.865 23.0814C14.2608 26.4907 15.1106 30.4044 15.1106 32.7227L16.791 32.7227C16.791 30.1698 15.8644 25.8713 13.2501 22.1523C12.0715 20.4746 10.3287 18.6163 7.86567 17.3211L44.7539 17.3211L44.7539 15.6787L7.86567 15.6787C10.3287 14.3835 12.0715 12.5251 13.2501 10.8475C15.8644 7.1285 16.791 2.82996 16.791 0.277111L15.1106 0.277111C15.1106 2.59532 14.2608 6.50906 11.865 9.91833C10.019 12.5463 6.61978 15.6787 0.925643 15.6787L0.00142819 15.6787L0.00142804 17.3211L0.925643 17.3211Z" fill="white"/></svg>');
  outline: none;
  border: none;
}
@media screen and (max-width: 62rem) {
  .arrow-left {
    width: 1.875rem;
    height: 1.375rem;
    background-size: 100%;
  }
}
.arrow-left--dark {
  background: url('data:image/svg+xml,<svg width="45" height="33" viewBox="0 0 45 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.925643 17.3211C6.61978 17.3211 10.019 20.4535 11.865 23.0814C14.2608 26.4907 15.1106 30.4044 15.1106 32.7227L16.791 32.7227C16.791 30.1698 15.8644 25.8713 13.2501 22.1523C12.0715 20.4746 10.3287 18.6163 7.86567 17.3211L44.7539 17.3211L44.7539 15.6787L7.86567 15.6787C10.3287 14.3835 12.0715 12.5251 13.2501 10.8475C15.8644 7.1285 16.791 2.82996 16.791 0.277111L15.1106 0.277111C15.1106 2.59532 14.2608 6.50906 11.865 9.91833C10.019 12.5463 6.61978 15.6787 0.925643 15.6787L0.00142819 15.6787L0.00142804 17.3211L0.925643 17.3211Z" fill="black"/></svg>');
}
@media screen and (max-width: 62rem) {
  .arrow-left--dark {
    background-size: 100%;
  }
}
.arrow-left:disabled {
  opacity: 40%;
}
.arrow-left:disabled:hover {
  cursor: default;
}
.arrow-left:hover {
  cursor: pointer;
}

.logo {
  width: 8.5rem;
  height: 5.375rem;
  background-image: url(../src/assets/leathersellers-logo-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

input[type=text] {
  width: 100%;
  font-size: 1rem;
  line-height: 156.25%;
  border-radius: 5rem;
  height: 2.1875rem;
  padding: 0 1.875rem;
  box-sizing: border-box;
}

.ajax-loading {
  background-image: url(../src/assets/ajax-loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
}

:focus {
  outline: #08f auto 0.125rem;
}

body.using-mouse :focus {
  outline: none;
}

.sr-only-content {
  font-size: 0;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #F2F2F2;
}
.sr-only-content:focus {
  padding: 0.3125rem;
  border-radius: 0.5625rem;
  font-size: 1rem;
  width: auto;
  height: auto;
}

.breadcrumb {
  color: rgb(135, 135, 135);
}
.breadcrumb a {
  color: rgb(135, 135, 135);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: rgb(0, 128, 135);
}
.breadcrumb span.breadcrumb_last {
  color: rgb(0, 128, 135);
}

.nf-form-cont .nf-form-title,
.nf-form-cont .nf-before-form-content,
.nf-form-cont .ninja-forms-req-symbol {
  display: none;
}
.nf-form-cont .nf-form-content {
  position: relative;
}
.nf-form-cont .nf-form-content .is-focusing:not(.checkbox-wrap) .nf-field-label,
.nf-form-cont .nf-form-content .not-empty:not(.checkbox-wrap) .nf-field-label,
.nf-form-cont .nf-form-content .nf-pass:not(.checkbox-wrap) .nf-field-label {
  top: 0.375rem !important;
}
.nf-form-cont .nf-form-content .is-focusing:not(.checkbox-wrap) .nf-field-label label,
.nf-form-cont .nf-form-content .not-empty:not(.checkbox-wrap) .nf-field-label label,
.nf-form-cont .nf-form-content .nf-pass:not(.checkbox-wrap) .nf-field-label label {
  font-size: 0.6875rem !important;
}
.nf-form-cont .nf-field {
  position: relative;
}
.nf-form-cont .nf-field-label {
  position: absolute;
  z-index: 10;
  color: rgba(255, 255, 255, 0.6);
  font-family: "mabry-medium-pro", arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  top: 18px;
  left: 24px;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in-out;
}
.nf-form-cont .nf-field-label label {
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.nf-form-cont .nf-field-element input {
  border-radius: 0.5625rem !important;
  background: #6D345B !important;
  border: none !important;
  height: 3.625rem !important;
  padding-top: 2.125rem !important;
  color: rgb(255, 255, 255) !important;
  padding-left: 1.5rem !important;
  padding-right: 11.25rem !important;
}
.nf-form-cont .nf-field-element textarea {
  border-radius: 0.5625rem !important;
  background: #6D345B !important;
  border: none !important;
  padding-top: 2.125rem !important;
  padding-left: 1.5rem !important;
  color: rgb(255, 255, 255) !important;
}
.nf-form-cont .nf-after-field {
  position: absolute;
  top: 1.1875rem;
  right: 0;
  font-size: 11px;
}
.nf-form-cont .nf-after-field .nf-error .nf-error-msg {
  color: rgba(255, 255, 255, 0.6) !important;
}
.nf-form-cont .nf-form-content textarea.ninja-forms-field {
  height: 15.625rem !important;
  padding-bottom: 3.125rem !important;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  display: none !important;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  display: none !important;
}
.nf-form-cont #nf-field-7-container {
  margin-top: -5rem;
}
.nf-form-cont .submit-container {
  margin-right: 1.875rem;
  text-align: right;
}
@media screen and (max-width: 62rem) {
  .nf-form-cont .submit-container {
    margin-right: 0;
    margin-top: 6.25rem;
    text-align: center;
  }
}
.nf-form-cont .submit-container input[type=submit] {
  width: 11.25rem !important;
  height: 2.875rem !important;
  border: 0.0625rem solid rgb(255, 255, 255) !important;
  border-radius: 5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  background-image: url('data:image/svg+xml,<svg width="29" height="22" viewBox="0 0 29 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.3009 10.465C24.6627 10.465 22.4908 8.42454 21.3112 6.71269C19.7805 4.49188 19.2375 1.94246 19.2375 0.432373H18.1638C18.1638 2.09531 18.7559 4.89539 20.4262 7.31795C21.1793 8.41078 22.2929 9.6213 23.8666 10.465H0.296875V11.5349H23.8666C22.2929 12.3786 21.1793 13.5891 20.4262 14.6819C18.7559 17.1045 18.1638 19.9046 18.1638 21.5675H19.2375C19.2375 20.0574 19.7805 17.508 21.3112 15.2872C22.4908 13.5753 24.6627 11.5349 28.3009 11.5349H28.8915V10.465H28.3009Z" fill="white"/></svg>') !important;
  background-position: 120px 10px !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
}
.nf-form-cont .submit-container input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.nf-form-cont .html-container p {
  color: #fff;
}
.nf-form-cont .nf-form-errors {
  margin-top: 2.1875rem;
  margin-left: 0.3125rem;
}
.nf-form-cont .nf-form-errors .nf-error-msg {
  color: rgb(255, 255, 255);
}
.nf-form-cont .checkbox-wrap {
  transform: translateY(-1.25rem);
}
.nf-form-cont .checkbox-wrap label {
  font-size: 0.8125rem !important;
  font-weight: 400;
}
.nf-form-cont .checkbox-wrap .nf-field-label label:after {
  width: 0.875rem !important;
  height: 0.875rem !important;
  border-radius: 50%;
  background: transparent !important;
  border: 0.0625rem solid rgb(255, 255, 255) !important;
  top: 0.1875rem !important;
}
.nf-form-cont .checkbox-wrap .nf-field-label label:before {
  content: "" !important;
  top: 0.375rem !important;
  left: -1.5625rem !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 50%;
  background: rgb(255, 255, 255) !important;
  border: 0.0625rem solid rgb(255, 255, 255) !important;
}
.nf-form-cont .nf-after-field #nf-error-7.nf-error .nf-error-msg {
  margin-top: -0.75rem;
}
.nf-form-cont .checkbox-container .nf-after-field {
  width: 100%;
}
.nf-form-cont .checkbox-container .nf-after-field .nf-error-msg {
  margin-left: 25px;
  margin-top: 0.625rem !important;
}
.nf-form-cont .nf-response-msg p {
  color: rgb(255, 255, 255) !important;
}

.m1_hero {
  padding: 2.8125rem 1.875rem 5.3125rem;
  background: #FBFFF8;
  box-sizing: border-box;
}
@media screen and (max-width: 62rem) {
  .m1_hero {
    padding: 1.25rem 1.875rem 1.875rem;
  }
}
.m1_hero.spacing-top-only {
  padding-bottom: 0;
}
@media screen and (max-width: 62rem) {
  .m1_hero.spacing-top-only {
    padding-top: 1.25rem;
  }
}
.m1_hero.spacing-bottom-only {
  padding-top: 0;
}
@media screen and (max-width: 62rem) {
  .m1_hero.spacing-bottom-only {
    padding-bottom: 1.875rem;
  }
}
.m1_hero h1 {
  text-transform: inherit;
}
.m1_hero img {
  width: 14.375rem;
  margin: 5.25rem 0 4.125rem;
}
@media screen and (max-width: 62rem) {
  .m1_hero img {
    width: 12.5rem;
    height: auto;
    margin: 2.1875rem 0 3.125rem;
  }
}
.m1_hero__text {
  padding: 0 14.375rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m1_hero__text {
    padding: 0;
  }
}
.m1_hero__text__content {
  position: relative;
  z-index: 1;
}
.m1_hero__text.show-pattern::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../src/assets/quote-pattern.svg);
  background-size: cover;
  background-position: -60vw 50%;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 62rem) {
  .m1_hero__text.show-pattern::before {
    top: 25vh;
  }
}
.m1_hero .arrow-down {
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 62rem) {
  .m1_hero .arrow-down {
    margin: 2.1875rem auto 0;
  }
}
.m1_hero .hero-nav {
  padding: 4.3125rem 2.1875rem;
}

.m2_video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.m2_video iframe {
  width: 100%;
}
.m2_video iframe,
.m2_video object,
.m2_video embed, .m2_video__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m2_video__layer {
  z-index: 10;
  background: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
.m2_video video.video-tag {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.m3_featured_posts {
  padding: 3.125rem 9.375rem 3.125rem;
  background: #FBFFF8;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts {
    padding: 1.25rem 0.9375rem;
  }
}
.m3_featured_posts h2 {
  text-transform: initial;
}
.m3_featured_posts__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__wrapper {
    flex-direction: column;
  }
}
.m3_featured_posts__image-wrapper {
  width: 55%;
  overflow: hidden;
  height: 0;
  padding-bottom: 55%;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__image-wrapper {
    width: 100%;
    padding-bottom: 100%;
  }
}
.m3_featured_posts__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0.5625rem;
  overflow: hidden;
}
.m3_featured_posts__image:first-child {
  opacity: 1;
}
.m3_featured_posts__image--hover {
  opacity: 1;
}
.m3_featured_posts__image--hide {
  opacity: 0 !important;
}
.m3_featured_posts__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5625rem;
}
.m3_featured_posts__image .image-description {
  padding: 1.2em 1.4em 1.5em 3.9em;
  width: 100%;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__image .image-description {
    top: 0;
    bottom: auto;
    border-radius: 9px;
  }
}
.m3_featured_posts__title {
  padding-right: 2.5rem;
}
.m3_featured_posts__title-btn {
  width: 2.5rem;
  height: 2.5rem;
  background: url('data:image/svg+xml,<svg width="17" height="23" viewBox="0 0 17 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.06972 0.47499C8.06972 3.40142 6.42848 5.1484 5.05156 6.09715C3.26526 7.32842 1.21464 7.76516 1.99781e-06 7.76516L1.88456e-06 8.62878C1.33758 8.62878 3.58982 8.15256 5.5384 6.80902C6.41742 6.20325 7.39109 5.30755 8.06972 4.04174L8.06971 23L8.93029 23L8.93029 4.04174C9.60891 5.30755 10.5826 6.20325 11.4616 6.80902C13.4102 8.15256 15.6624 8.62879 17 8.62879L17 7.76517C15.7854 7.76517 13.7347 7.32842 11.9484 6.09715C10.5715 5.1484 8.93029 3.40142 8.93029 0.47499L8.93029 1.17107e-06L8.06972 1.05821e-06L8.06972 0.47499Z" fill="%23393D40"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  border-radius: 50%;
  outline: none;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__title-btn {
    display: block;
  }
}
.m3_featured_posts__text-wrapper {
  display: block;
  width: 45%;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__text-wrapper {
    width: 100%;
  }
}
.m3_featured_posts__post {
  padding: 1.875rem 2.1875rem;
  background: #FBFFF8;
  border-radius: 0.5625rem;
  overflow: hidden;
  border: 1px solid rgb(0, 0, 0);
  margin-left: -5.625rem;
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  font-family: "mabry-light-pro", arial, sans-serif;
  font-size: 0.875rem;
  line-height: 164.286%;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post {
    margin-left: 15px;
    width: calc(100% - 1.875rem);
  }
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post--expanded {
    background: #E0E9D4;
  }
  .m3_featured_posts__post--expanded .h4 {
    margin-bottom: 1.875rem !important;
  }
  .m3_featured_posts__post--expanded .m3_featured_posts__title-btn {
    transform: rotate(0deg);
  }
  .m3_featured_posts__post--expanded .m3_featured_posts__content {
    opacity: 1;
  }
}
.m3_featured_posts__post .h4 {
  margin-bottom: 1.875rem;
  transition: all 0.3s ease-in-out;
  color: #393D40;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post .h4 {
    margin-bottom: 0;
  }
}
.m3_featured_posts__post a {
  margin-top: 1.25rem;
  display: block;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post:first-child {
    margin-top: -6.25rem;
  }
}
.m3_featured_posts__post:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post:not(:first-child) {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 62rem) {
  .m3_featured_posts__post:hover {
    cursor: pointer;
    padding: 1.875rem 6.5625rem 1.875rem 2.1875rem;
    margin-left: -7.1875rem;
    width: calc(100% + 4.375rem);
    background: #C1CFAF;
  }
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
}
.m3_featured_posts__post-block {
  width: 100%;
  border-radius: 0.5625rem;
  overflow: hidden;
  border: 0.0625rem solid rgb(0, 0, 0);
  background: #FBFFF8;
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}
.m3_featured_posts__post-block:not(:first-child) {
  margin-top: 1.25rem;
}
.m3_featured_posts__post-block h2 {
  margin-bottom: 0;
  margin-top: 0.375rem;
  transition: all 0.3s ease-in-out;
  color: #393D40 !important;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post-block h2 {
    margin-bottom: 1.875rem;
  }
}
.m3_featured_posts__post-block__text-container {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  color: #393D40;
  transition: max-height 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0s, margin 0.3s ease-in-out 0s;
}
.m3_featured_posts__post-block:hover {
  background: #C1CFAF;
  cursor: pointer;
}
.m3_featured_posts__post-block:hover .m3_featured_posts__post-block h2 {
  margin-top: 0;
}
.m3_featured_posts__post-block:hover .m3_featured_posts__post-block__image {
  width: 23.8%;
  opacity: 1;
  transition: width 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post-block:hover .m3_featured_posts__post-block__image {
    display: none;
  }
}
.m3_featured_posts__post-block:hover .m3_featured_posts__post-block__text {
  width: 76.4%;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 62rem) {
  .m3_featured_posts__post-block:hover .m3_featured_posts__post-block__text {
    padding: 3.75rem 3.75rem 3.4375rem 3.125rem;
  }
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post-block:hover .m3_featured_posts__post-block__text {
    width: 100%;
  }
}
.m3_featured_posts__post-block:hover .m3_featured_posts__post-block__text-container {
  transition: max-height 0.3s ease-in-out 0s, opacity 0.2s ease-in-out 0.3s, margin 0.3s ease-in-out 0s;
  margin-top: 1.5625rem;
  max-height: 18.75rem;
  opacity: 1;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post-block:hover .m3_featured_posts__post-block__text-container {
    display: none;
  }
}
.m3_featured_posts__post-block__image {
  width: 0;
  display: flex;
  min-height: 100%;
  transition: width 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0.3s;
  opacity: 0;
}
.m3_featured_posts__post-block__image img {
  width: 100%;
  object-fit: cover;
}
.m3_featured_posts__post-block__text {
  width: 100%;
  text-align: left;
  padding: 2.5rem 3.75rem 2.5rem 3.125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  font-family: "mabry-light-pro", arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post-block__text {
    flex-direction: column;
    text-align: center;
  }
}
.m3_featured_posts__post-block__text-wrapper {
  width: calc(100% - 13.75rem);
  padding-right: 4.6875rem;
}
@media screen and (max-width: 62rem) {
  .m3_featured_posts__post-block__text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.m3_featured_posts__post-block__text-cta-wrapper a.btn--primary:hover {
  background-color: rgb(255, 255, 255);
  color: #393D40;
  border-color: rgb(255, 255, 255);
}

.image-description {
  position: absolute;
  font-size: 13px;
  font-family: "mabry-light-pro", arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  border-radius: 0px 9px;
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
  text-align: left;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 29.5em;
  padding: 1.2em 2.4em 1.5em 2.9em;
  width: 91%;
}
@media screen and (max-width: 62rem) {
  .image-description {
    padding: 1em 1.5em 1.2em 1em;
  }
}

.m4_featured_story {
  display: flex;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story {
    flex-direction: column;
  }
}
.m4_featured_story.spacing-off .m4_featured_story__text {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story.spacing-off .m4_featured_story__text {
    padding-top: 1.25rem;
  }
}
.m4_featured_story.spacing-top-only .m4_featured_story__text {
  padding-bottom: 0;
}
.m4_featured_story.spacing-bottom-only .m4_featured_story__text {
  padding-top: 0;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story.spacing-bottom-only .m4_featured_story__text {
    padding-top: 1.25rem;
  }
}
.m4_featured_story__text {
  width: 50%;
  background-color: #1D4D23;
  background-image: url(../src/assets/m4-lines.svg);
  background-position: bottom right;
  background-size: cover;
  color: #F2F2F2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16.25rem 0 12.5rem;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story__text {
    background-image: none;
    width: 100%;
    order: 3;
    position: relative;
    transform: rotate(0deg);
    padding: 3.4375rem 0 2.8125rem;
  }
}
.m4_featured_story__text__container {
  width: 80%;
}
.m4_featured_story__text h2 {
  color: #F2F2F2;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story__text h2 {
    margin-bottom: 1.25rem;
    font-size: 2.375rem;
  }
}
.m4_featured_story__text p {
  color: #F2F2F2;
  font-size: 2.5rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 2.875rem;
  text-transform: uppercase;
}
.m4_featured_story__text .btn {
  margin-top: 5rem;
}
.m4_featured_story__text .btn.btn--tertiary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.m4_featured_story__text .btn.btn--tertiary:hover {
  color: rgb(0, 0, 0);
}
.m4_featured_story__text .btn.btn--tertiary:hover span::after {
  background-image: url(../src/assets/arrow-dark.svg);
}
.m4_featured_story__text .btn.btn--tertiary span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
@media screen and (max-width: 62rem) {
  .m4_featured_story__text .btn {
    margin-top: 3.125rem;
  }
}
.m4_featured_story__text .a--with-arrow {
  display: block;
  margin-top: 1.625rem;
  color: #F2F2F2;
}
.m4_featured_story__text .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
.m4_featured_story__image {
  width: 50%;
}
.m4_featured_story__label {
  position: absolute;
  width: 13.625rem;
  height: 2.375rem;
  display: block;
  background: #1D4D23;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.625rem;
  left: 50%;
  top: 50%;
  transform: rotate(270deg);
  margin-left: -6.8125rem;
  margin-top: -1.1875rem;
  color: #F2F2F2;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story__label {
    transform: rotate(0deg);
    order: 2;
    top: 1.25rem;
    position: relative;
    margin-top: -3.125rem;
    z-index: 10;
  }
}
.m4_featured_story__image {
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story__image {
    order: 1;
    width: 100%;
    padding: 3.125rem 0;
    background-image: none;
  }
}
.m4_featured_story__image__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.m4_featured_story__image__container {
  width: 60%;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story__image__container {
    width: 80%;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
  }
  .m4_featured_story__image__container img {
    object-fit: cover;
  }
}
.m4_featured_story__image__container img {
  width: 100%;
  max-width: 26.875rem;
  margin: 0 auto;
  display: block;
}
.m4_featured_story__image .image-description {
  border-radius: 0 9px 0 0;
}
@media screen and (max-width: 62rem) {
  .m4_featured_story__image .image-description {
    top: 0;
    bottom: auto;
    border-radius: 0 0 9px 0;
  }
}

.m5_featured_posts_with_text {
  padding: 5rem 4.6875rem 5rem 3.75rem;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text {
    flex-direction: column;
    padding: 3.125rem 1.875rem 3.125rem;
  }
}
.m5_featured_posts_with_text p {
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-family: "pp_right_didonelight", Times, serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text p {
    font-size: 1.4375rem;
    line-height: normal;
  }
}
.m5_featured_posts_with_text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text p:last-child {
    margin-bottom: 3.125rem;
  }
}
.m5_featured_posts_with_text__column {
  display: inline-block;
  width: calc(70% - 3.25rem);
}
.m5_featured_posts_with_text__column:first-child {
  width: 30%;
  margin-right: 3.25rem;
}
@media screen and (max-width: 1300px) {
  .m5_featured_posts_with_text__column:first-child {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text__column:first-child {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .m5_featured_posts_with_text__column {
    width: 100%;
  }
}
.m5_featured_posts_with_text__image {
  position: relative;
  width: 26.25rem;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text__image {
    width: 100%;
  }
}
.m5_featured_posts_with_text__image img {
  width: 100%;
  border-radius: 0.5625rem;
  display: block;
}
.m5_featured_posts_with_text__image .image-description {
  padding: 1.2em 2.4em 1.5em 2.3em;
  width: 84%;
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text__image .image-description {
    width: 91%;
    padding: 1em 1.5em 1em 1.5em;
  }
}
.m5_featured_posts_with_text__block {
  display: flex;
  width: 100%;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1300px) {
  .m5_featured_posts_with_text__block {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text__block {
    flex-direction: column;
  }
}
.m5_featured_posts_with_text__block:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text__block:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text__block .btn--with-arrow:last-child {
    margin-bottom: 1.25rem;
  }
}
.m5_featured_posts_with_text__block .h4 {
  margin-bottom: 1.25rem;
}
.m5_featured_posts_with_text__block p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
}
.m5_featured_posts_with_text__block__content {
  box-sizing: border-box;
  padding-left: 3.75rem;
  width: calc(100% - 26.25rem);
  max-width: 31.25rem;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text__block__content {
    padding-left: 0;
    width: 100%;
    margin-top: 1.5625rem;
  }
}
.m5_featured_posts_with_text__block .btn {
  margin-top: 1.25rem;
}
.m5_featured_posts_with_text__block:hover .image-description {
  opacity: 1;
}
.m5_featured_posts_with_text .roundel {
  width: 11.875rem;
  height: 11.875rem;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m5_featured_posts_with_text .roundel {
    margin: 0 auto 4.375rem;
  }
}
.m5_featured_posts_with_text .roundel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1.3125rem;
  display: block;
  width: 2.625rem;
  height: 2rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="32" viewBox="0 0 42 32" fill="none"><path d="M41.1326 15.19C35.7887 15.19 32.5986 12.1007 30.8661 9.50882C28.6177 6.14637 27.8201 2.28638 27.8201 0H26.2431C26.2431 2.51779 27.1127 6.7573 29.5661 10.4252C30.6723 12.0798 32.3079 13.9126 34.6194 15.19H0V16.8099H34.6194C32.3079 18.0874 30.6723 19.9202 29.5661 21.5748C27.1127 25.2427 26.2431 29.4822 26.2431 32H27.8201C27.8201 29.7136 28.6177 25.8536 30.8661 22.4912C32.5986 19.8993 35.7887 16.8099 41.1326 16.8099H42V15.19H41.1326Z" fill="black"/></svg>');
}
.m5_featured_posts_with_text .roundel img {
  width: 100%;
}
.m5_featured_posts_with_text.forest-green .roundel:before, .m5_featured_posts_with_text.dark-purple .roundel:before, .m5_featured_posts_with_text.cognac .roundel:before, .m5_featured_posts_with_text.burnt-orange .roundel:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="32" viewBox="0 0 42 32" fill="none"><path d="M41.1326 15.19C35.7887 15.19 32.5986 12.1007 30.8661 9.50882C28.6177 6.14637 27.8201 2.28638 27.8201 0H26.2431C26.2431 2.51779 27.1127 6.7573 29.5661 10.4252C30.6723 12.0798 32.3079 13.9126 34.6194 15.19H0V16.8099H34.6194C32.3079 18.0874 30.6723 19.9202 29.5661 21.5748C27.1127 25.2427 26.2431 29.4822 26.2431 32H27.8201C27.8201 29.7136 28.6177 25.8536 30.8661 22.4912C32.5986 19.8993 35.7887 16.8099 41.1326 16.8099H42V15.19H41.1326Z" fill="white"/></svg>');
}

.m6_search_with_cards {
  padding: 6.875rem 3.4375rem 6.875rem 1.875rem;
}
@media screen and (max-width: 62rem) {
  .m6_search_with_cards {
    padding: 3.125rem 1.875rem 3.125rem;
  }
}
.m6_search_with_cards.sage .search-with-cards__card {
  background: #FBFFF8;
}
.m6_search_with_cards.sage .search-with-cards__search input[type=text] {
  background-color: rgb(255, 255, 255);
}
.m6_search_with_cards .search-with-cards {
  display: flex;
}
@media screen and (max-width: 62rem) {
  .m6_search_with_cards .search-with-cards {
    flex-direction: column;
  }
}
.m6_search_with_cards .search-with-cards__results {
  columns: 2;
}
.m6_search_with_cards .search-with-cards__results_count {
  margin: 1.25rem;
}
.m6_search_with_cards .search-with-cards__results a {
  display: block;
  margin-bottom: 1.25rem;
}
.m6_search_with_cards .search-with-cards .h4 {
  text-transform: none;
}
.m6_search_with_cards .search-with-cards__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .m6_search_with_cards .search-with-cards__container {
    flex-direction: column;
  }
}
.m6_search_with_cards .search-with-cards__column:first-child {
  width: 25%;
  padding-right: 3.125rem;
  box-sizing: border-box;
}
@media screen and (max-width: 62rem) {
  .m6_search_with_cards .search-with-cards__column:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.m6_search_with_cards .search-with-cards__column:not(:first-child) {
  width: 75%;
}
@media screen and (max-width: 62rem) {
  .m6_search_with_cards .search-with-cards__column:not(:first-child) {
    width: 100%;
  }
}
.m6_search_with_cards .search-with-cards__card {
  box-sizing: border-box;
  padding: 2rem 1.5625rem;
  border-radius: 0.5625rem;
  background: rgba(193, 206, 176, 0.3);
  width: calc(33.33% - 1.0625rem);
}
@media screen and (max-width: 62rem) {
  .m6_search_with_cards .search-with-cards__card {
    width: 100%;
    margin-top: 2.1875rem;
  }
}
.m6_search_with_cards .search-with-cards__card:not(:first-child) {
  margin-left: 1.5625rem;
}
@media screen and (max-width: 62rem) {
  .m6_search_with_cards .search-with-cards__card:not(:first-child) {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}
.m6_search_with_cards .search-with-cards__card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.m6_search_with_cards .search-with-cards__card h3 {
  font-family: "mabry-medium-pro", arial, sans-serif;
  font-size: 1.125rem;
  line-height: normal;
  color: #393D40;
}
.m6_search_with_cards .search-with-cards__card p {
  font-family: "mabry-regular-pro", arial, sans-serif;
  font-size: 1rem;
  line-height: 156.25%;
  color: #393D40;
  margin-bottom: 1.25rem;
}
.m6_search_with_cards .search-with-cards__card .arrow-right {
  align-self: end;
}
.m6_search_with_cards .search-with-cards__search {
  width: 100%;
  position: relative;
}
.m6_search_with_cards .search-with-cards__search input[type=text] {
  width: 100%;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 5rem;
  height: 2.8125rem;
  padding: 0 1.25rem 0 2.8125rem;
  box-sizing: border-box;
  outline: none;
  border: 1px solid rgb(0, 0, 0);
  background: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.07503" cy="8.07503" r="7.27503" stroke="black" stroke-width="1.6"/><line x1="13.8665" y1="12.7351" x2="19.5665" y2="18.4351" stroke="black" stroke-width="1.6"/></svg>');
  background-repeat: no-repeat;
  background-position: 0.9375rem 0.75rem;
}
.m6_search_with_cards .search-with-cards__search .search-with-cards__search__btn {
  position: absolute;
  height: 1.25rem;
  width: 1.6875rem;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.625rem;
  outline: none;
  border: none;
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="20" viewBox="0 0 27 20" fill="none"><path d="M26.4424 9.49378C23.007 9.49378 20.9562 7.56292 19.8425 5.94301C18.3971 3.84148 17.8844 1.42898 17.8844 0H16.8706C16.8706 1.57362 17.4296 4.22331 19.0068 6.51576C19.7179 7.5499 20.7694 8.6954 22.2554 9.49378H0V10.5062H22.2554C20.7694 11.3046 19.7179 12.4501 19.0068 13.4842C17.4296 15.7767 16.8706 18.4264 16.8706 20H17.8844C17.8844 18.571 18.3971 16.1585 19.8425 14.057C20.9562 12.4371 23.007 10.5062 26.4424 10.5062H27V9.49378H26.4424Z" fill="black"/></svg>');
  font-size: 0;
}

.m7_heading_with_cards {
  padding: 6.875rem 3.125rem 6.875rem 5rem;
  background: #F2F2F2;
  display: flex;
}
@media screen and (max-width: 62rem) {
  .m7_heading_with_cards {
    flex-direction: column;
    padding: 3.125rem 1.875rem 3.125rem;
  }
}
.m7_heading_with_cards__controls__arrows {
  width: 6.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 62rem) {
  .m7_heading_with_cards__controls__arrows {
    display: none;
  }
}
.m7_heading_with_cards__column {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.m7_heading_with_cards__column h2 {
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 62rem) {
  .m7_heading_with_cards__column h2 {
    width: calc(100% - 6.25rem);
  }
}
@media screen and (min-width: 62rem) {
  .m7_heading_with_cards__column {
    transform: translateX(0) !important;
  }
}
.m7_heading_with_cards__column--active1 {
  transform: translateX(0);
}
.m7_heading_with_cards__column--active2 {
  transform: translateX(calc(-100% + 30px));
}
.m7_heading_with_cards__column--active3 {
  transform: translateX(calc(-200% + 130px));
}
.m7_heading_with_cards__column:first-child {
  width: 30%;
  margin-right: 3.25rem;
}
@media screen and (max-width: 62rem) {
  .m7_heading_with_cards__column:first-child {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5625rem;
  }
  .m7_heading_with_cards__column:first-child h2 {
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}
.m7_heading_with_cards__column:not(:first-child) {
  width: calc(70% - 3.25rem);
  display: flex;
}
@media screen and (max-width: 62rem) {
  .m7_heading_with_cards__column:not(:first-child) {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.m7_heading_with_cards__block {
  border-radius: 0.5625rem 0.5625rem 0.875rem 0.875rem;
  border: 1px solid #393D40;
  width: calc(33% - 0.8125rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .m7_heading_with_cards__block {
    width: calc(100% - 3.75rem);
    flex-shrink: 0;
  }
}
.m7_heading_with_cards__block h3 {
  font-size: 1.125rem;
  text-transform: none;
  font-family: "mabry-medium-pro", arial, sans-serif;
  margin-bottom: 1.25rem;
  color: rgb(0, 0, 0);
}
.m7_heading_with_cards__block__text {
  min-height: 5.3125rem;
  padding: 1.5625rem;
  color: rgb(0, 0, 0);
}
.m7_heading_with_cards__block__image {
  width: 100%;
  height: 0;
  padding-bottom: 71.25%;
  position: relative;
}
.m7_heading_with_cards__block__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m7_heading_with_cards__block:not(:first-child) {
  margin-left: 1.5625rem;
}

.m8_stats_carousel {
  padding: 5.9375rem 0 10.625rem;
  position: relative;
  background-color: #FBFFF8;
}
.m8_stats_carousel:before {
  content: "";
  position: absolute;
  right: 25%;
  top: 0;
  width: 75%;
  height: 100%;
  background-size: cover;
  background-position: -25vw 50%;
  background-image: url(../src/assets/quote-pattern.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel:before {
    width: 100%;
    background-position: -85vw 50%;
  }
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel {
    padding: 4.0625rem 0 4.6875rem;
  }
}
.m8_stats_carousel__intro {
  display: flex;
  justify-content: center;
}
.m8_stats_carousel__intro__text {
  width: 50%;
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel__intro__text {
    width: 85%;
  }
}
.m8_stats_carousel__intro__text h2 {
  text-transform: none;
  text-align: center;
  color: rgb(0, 0, 0);
  padding: 0 1.875rem;
  box-sizing: border-box;
}
.m8_stats_carousel__intro__text p {
  text-align: center;
  padding: 0 1.875rem;
}
.m8_stats_carousel__intro__arrows {
  position: absolute;
  right: 4.6875rem;
  top: 5.9375rem;
  width: 7.125rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel__intro__arrows {
    display: none;
    width: 4.75rem;
    top: 4.375rem;
    right: 1.875rem;
  }
}
.m8_stats_carousel__wrapper {
  width: 100%;
}
.m8_stats_carousel__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.m8_stats_carousel__stat {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel__stat {
    margin-top: 1.875rem;
    width: 100%;
  }
}
.m8_stats_carousel__stat-wrapper {
  padding: 6.5625rem 8.125rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  align-items: flex-start;
  flex-shrink: 0;
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel__stat-wrapper {
    flex-direction: column;
    padding: 0 0 4.0625rem;
  }
}
.m8_stats_carousel__stat__number {
  font-size: 3.75rem;
  font-family: "pp_right_didonelight", Times, serif;
  line-height: normal;
  font-weight: 300;
}
.m8_stats_carousel__stat__text {
  font-size: 1rem;
  line-height: 156.25%;
  font-family: "mabry-regular-pro", arial, sans-serif;
}
.m8_stats_carousel__stat:nth-child(2) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel__stat:nth-child(2) {
    margin-top: 1.25rem;
  }
}
.m8_stats_carousel__cta {
  display: flex;
  justify-content: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 62rem) {
  .m8_stats_carousel__cta {
    margin-top: 0;
  }
}
.m8_stats_carousel__1 {
  width: 100%;
}
.m8_stats_carousel__1 .m8_stats_carousel__stat-wrapper {
  width: 100%;
}
.m8_stats_carousel__1.m8_stats_carousel--active1 {
  transform: translateX(0%);
}
.m8_stats_carousel__1.m8_stats_carousel--active2 {
  transform: translateX(-100%);
}
.m8_stats_carousel__1.m8_stats_carousel--active3 {
  transform: translateX(-200%);
}
.m8_stats_carousel__2 {
  width: 200%;
}
.m8_stats_carousel__2 .m8_stats_carousel__stat-wrapper {
  width: 50%;
}
.m8_stats_carousel__2.m8_stats_carousel--active1 {
  transform: translateX(0%);
}
.m8_stats_carousel__2.m8_stats_carousel--active2 {
  transform: translateX(-50%);
}
.m8_stats_carousel__2.m8_stats_carousel--active3 {
  transform: translateX(-100%);
}
.m8_stats_carousel__3 {
  width: 300%;
}
.m8_stats_carousel__3 .m8_stats_carousel__stat-wrapper {
  width: 33.3333333333%;
}
.m8_stats_carousel__3.m8_stats_carousel--active1 {
  transform: translateX(0%);
}
.m8_stats_carousel__3.m8_stats_carousel--active2 {
  transform: translateX(-33.3333333333%);
}
.m8_stats_carousel__3.m8_stats_carousel--active3 {
  transform: translateX(-66.6666666667%);
}

.m9_quote {
  padding: 9.375rem 9.375rem 11.875rem;
  background-image: url(../src/assets/quote-pattern.svg);
  background-size: cover;
  background-position: -45vw 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 62rem) {
  .m9_quote {
    padding: 5rem 2.1875rem;
  }
}
@media screen and (max-width: 62rem) {
  .m9_quote.spacing-top-only {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 62rem) {
  .m9_quote.spacing-bottom-only {
    padding-bottom: 5rem;
  }
}
.m9_quote .quote-block {
  text-align: center;
}
.m9_quote .quote-block h2,
.m9_quote .quote-block .h2 {
  margin-bottom: 2.5rem;
  text-transform: initial;
}
.m9_quote .quote-block p {
  font-size: 1.875rem;
  font-family: "pp_right_didonelight", Times, serif;
}
.m9_quote .quote-block blockquote + p {
  width: 80%;
  max-width: 21.875rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
  font-size: 1rem;
  line-height: 131.25%;
  margin: 2.5rem auto 0;
}
.m9_quote .quote-block--no-bg {
  padding: 8.75rem 9.375rem 11.5625rem;
  background-image: none;
}
@media screen and (max-width: 62rem) {
  .m9_quote .quote-block--no-bg {
    padding: 5rem 2.1875rem;
  }
}
.m9_quote .quote-block--no-bg h2 {
  margin: 0 auto 3.75rem;
  width: 100%;
  max-width: 41.875rem;
}
.m9_quote .quote-block--no-bg p {
  width: 100%;
  max-width: 54.375rem;
  margin: 0 auto;
}

.m10_double_column_image_and_text {
  background: #FBFFF8;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.m10_double_column_image_and_text .half-half {
  padding-left: 8.75rem;
  padding-right: 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    flex-direction: column;
  }
}
.m10_double_column_image_and_text .half-half .h4 {
  margin-bottom: 1.25rem;
}
.m10_double_column_image_and_text .half-half p {
  margin-bottom: 1.25rem;
}
.m10_double_column_image_and_text .half-half .btn {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half .btn {
    margin-bottom: 2rem;
  }
}
.m10_double_column_image_and_text .half-half__text {
  padding-right: 8.75rem;
  width: 45%;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half__text {
    width: 100%;
    padding-right: 0;
  }
}
.m10_double_column_image_and_text .half-half__image {
  width: 55%;
  height: 0;
  overflow: hidden;
  padding-bottom: 47.5%;
  position: relative;
  border-radius: 0.5625rem;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half__image {
    width: 100%;
    padding-bottom: 0;
    height: auto;
  }
}
.m10_double_column_image_and_text .half-half__image img {
  object-fit: cover;
  width: 100%;
  border-radius: 0.5625rem;
  display: block;
}
@media screen and (min-width: 993px) {
  .m10_double_column_image_and_text .half-half__image img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.m10_double_column_image_and_text .half-half__image-container {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half__image-container {
    width: 100%;
  }
}
.m10_double_column_image_and_text .half-half__image-container img {
  object-fit: cover;
  width: 100%;
  border-radius: 0.5625rem;
}
.m10_double_column_image_and_text .half-half--image-first {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 62rem) {
  .m10_double_column_image_and_text .half-half--image-first {
    flex-direction: row;
  }
  .m10_double_column_image_and_text .half-half--image-first .half-half__text {
    order: 2;
    padding-right: 0;
    padding-left: 8.75rem;
  }
  .m10_double_column_image_and_text .half-half--image-first .half-half__image {
    order: 1;
  }
}
.m10_double_column_image_and_text .half-half--left-image-large {
  display: flex;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half--left-image-large {
    flex-direction: column;
  }
}
.m10_double_column_image_and_text .half-half--left-image-large .half-half__image__large {
  width: 85%;
  height: 0;
  border-radius: 0.5625rem;
  overflow: hidden;
  padding-bottom: 84%;
  position: relative;
}
.m10_double_column_image_and_text .half-half--left-image-large .half-half__image__small {
  width: 50%;
  height: 0;
  overflow: hidden;
  border-radius: 0.5625rem;
  padding-bottom: 39%;
  margin-top: -45%;
  float: right;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half--left-image-large .half-half__image__small .image-description {
    display: none;
  }
}
.m10_double_column_image_and_text .half-half--right-image-large {
  display: flex;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half--right-image-large {
    flex-direction: column;
  }
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__text {
  position: relative;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__text:before {
  content: "";
  background-image: url(../src/assets/gradient-fade-black.svg);
  background-size: cover;
  position: absolute;
  width: calc(200% + 17.5rem);
  left: -8.75rem;
  height: 100%;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__text__label {
  color: rgb(255, 255, 255);
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  background: #91342D;
  padding: 0 0.625rem;
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  margin-top: 5.625rem;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__text__label + h2 {
  margin-top: 1.875rem;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__image-container {
  padding-bottom: 3.75rem;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__image__large {
  float: right;
  width: 80%;
  height: 0;
  padding-bottom: 73%;
  position: relative;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__image__large img {
  position: absolute;
  height: 100%;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__image__large .image-description {
  left: auto;
  right: 0;
  border-radius: 9px 0 0 0;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half--right-image-large .half-half__image__large .image-description {
    display: none;
  }
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__image__small {
  width: 40%;
  margin-top: -20%;
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  float: left;
  position: absolute;
  bottom: 0;
}
.m10_double_column_image_and_text .half-half--right-image-large .half-half__image__small .image-description {
  right: 0;
  left: auto;
  border-radius: 9px 0 0 0;
}
@media screen and (max-width: 62rem) {
  .m10_double_column_image_and_text .half-half--right-image-large .half-half__image__small .image-description {
    display: none;
  }
}

.m11_section_hero .logo {
  font-size: 0;
}
.m11_section_hero .btn--primary {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
.m11_section_hero .btn--primary:hover {
  background: rgba(255, 255, 255, 0.4);
}
.m11_section_hero .btn--secondary:hover {
  color: rgb(255, 255, 255);
}
.m11_section_hero.spacing-off .hero-image-text {
  padding-bottom: 0;
}
.m11_section_hero.spacing-top-only .hero-image-text {
  padding-bottom: 0;
}
.m11_section_hero .hero-image-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15.3125rem 5rem 5rem;
}
@media screen and (max-width: 62rem) {
  .m11_section_hero .hero-image-text {
    padding: 10.9375rem 1.875rem 2.8125rem;
  }
}
.m11_section_hero .hero-image-text--shorten {
  padding: 8.125rem 5rem 5rem;
}
@media screen and (max-width: 62rem) {
  .m11_section_hero .hero-image-text--shorten {
    padding: 3.4375rem 1.875rem 2.8125rem;
  }
}
@media screen and (min-width: 62rem) {
  .m11_section_hero .hero-image-text--text .hero-image-text__image {
    order: 2;
  }
}
.m11_section_hero .hero-image-text h1,
.m11_section_hero .hero-image-text .h1 {
  width: 80%;
  max-width: 42.5rem;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 62rem) {
  .m11_section_hero .hero-image-text h1,
  .m11_section_hero .hero-image-text .h1 {
    width: 100%;
    margin: 0 0 1.25rem 0;
  }
}
.m11_section_hero .hero-image-text__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 62rem) {
  .m11_section_hero .hero-image-text__container {
    flex-direction: column;
  }
}
.m11_section_hero .hero-image-text__image {
  width: 50%;
  height: 0;
  padding-bottom: 38.5%;
  overflow: hidden;
  border-radius: 0.5625rem;
  position: relative;
}
.m11_section_hero .hero-image-text__image img {
  width: 100%;
  border-radius: 0.5625rem;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 993px) {
  .m11_section_hero .hero-image-text__image img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 62rem) {
  .m11_section_hero .hero-image-text__image {
    height: auto;
    padding-bottom: 0;
    width: 100%;
  }
}
.m11_section_hero .hero-image-text__text {
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 5.9375rem;
}
@media screen and (max-width: 62rem) {
  .m11_section_hero .hero-image-text__text {
    width: 100%;
    padding-top: 2.1875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.m11_section_hero .hero-image-text__text p {
  font-size: 2.25rem;
  line-height: 119.5%;
  font-family: "pp_right_didonelight", Times, serif;
}
@media screen and (max-width: 62rem) {
  .m11_section_hero .hero-image-text__text p {
    font-size: 1.4375rem;
  }
}
.m11_section_hero .hero-image-text__text .arrow-down {
  margin: 3.125rem auto 0;
}

.m12_carousel_posts {
  padding: 3.125rem 5.625rem;
  background: #FBFFF8;
}
@media screen and (max-width: 62rem) {
  .m12_carousel_posts {
    padding: 1.25rem 1.875rem 1.25rem;
  }
}
.m12_carousel_posts__wrapper {
  border-radius: 0.5625rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 62rem) {
  .m12_carousel_posts__wrapper {
    flex-direction: column;
  }
}
.m12_carousel_posts__text {
  width: 35%;
  padding: 10% 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .m12_carousel_posts__text {
    order: 2;
    width: 100%;
    padding: 0;
  }
}
.m12_carousel_posts__post {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 62rem) {
  .m12_carousel_posts__post {
    padding: 1.875rem 1.5625rem;
    box-sizing: border-box;
  }
}
.m12_carousel_posts__post--active {
  opacity: 1;
  z-index: 1;
}
.m12_carousel_posts__post__wrapper {
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m12_carousel_posts__post__wrapper {
    padding-bottom: 18.125rem;
  }
}
.m12_carousel_posts__post .h4 {
  margin-bottom: 1.875rem;
}
.m12_carousel_posts__post p {
  font-size: 1rem;
  line-height: 156.25%;
  font-family: "mabry-regular-pro", arial, sans-serif;
}
.m12_carousel_posts__post .a--with-arrow {
  margin-top: 1.875rem;
}
.m12_carousel_posts__image {
  width: 65%;
  height: 0;
  overflow: hidden;
  padding-bottom: 43.5%;
  position: relative;
}
.m12_carousel_posts__image--previous {
  transform: translateX(-100%);
}
.m12_carousel_posts__image--active {
  transform: translateX(0);
}
.m12_carousel_posts__image--next {
  transform: translateX(100%);
}
@media screen and (max-width: 62rem) {
  .m12_carousel_posts__image {
    order: 1;
    padding-bottom: 57%;
    width: 100%;
    height: auto;
  }
}
.m12_carousel_posts__image-wrapper > div {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.m12_carousel_posts__image-wrapper > div .image-description {
  max-width: 33.5em;
}
.m12_carousel_posts__image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
}
.m12_carousel_posts__controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 62rem) {
  .m12_carousel_posts__controls {
    padding: 0 1.875rem 1.5625rem;
  }
}
.m12_carousel_posts__controls__dots {
  display: flex;
}
.m12_carousel_posts__controls__arrows {
  width: 6.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.m12_carousel_posts .dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
  outline: none;
  padding: 0;
}
.m12_carousel_posts .dot--active {
  background: #91342D;
}
.m12_carousel_posts .dot:not(:first-child) {
  margin-left: 0.5rem;
}

.m13_top_articles_scroll {
  padding: 3.75rem 0;
  background: #FBFFF8;
  box-sizing: border-box;
  overflow: initial;
  position: relative;
}
.m13_top_articles_scroll:before, .m13_top_articles_scroll:after {
  content: "";
  position: absolute;
  right: 5.3125rem;
  width: calc(55% - 10.625rem);
  z-index: 10;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 62rem) {
  .m13_top_articles_scroll:before, .m13_top_articles_scroll:after {
    width: 100%;
    right: 0;
  }
}
.m13_top_articles_scroll:before {
  height: 0;
  opacity: 0;
  top: 3.75rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="545" height="157" fill="none"><path fill="url(%23a)" d="M545 157h545v157H545z" transform="rotate(-180 545 157)"/><defs><linearGradient id="a" x1="817.5" x2="817.5" y1="157" y2="314" gradientUnits="userSpaceOnUse"><stop stop-color="%23FBFFF8" stop-opacity="0"/><stop offset="1" stop-color="%23FBFFF8"/></linearGradient></defs></svg>');
}
@media screen and (max-width: 62rem) {
  .m13_top_articles_scroll:before {
    display: none;
  }
}
.m13_top_articles_scroll:after {
  height: 9.8125rem;
  opacity: 1;
  bottom: 3.75rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="545" height="157" fill="none"><path fill="url(%23a)" d="M545 157h545v157H545z" transform="rotate(-180 545 157)"/><defs><linearGradient id="a" x1="817.5" x2="817.5" y1="157" y2="314" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="%23FBFFF8"/><stop offset="1" stop-color="%23FBFFF8" stop-opacity="0"/></linearGradient></defs></svg>');
}
@media screen and (max-width: 62rem) {
  .m13_top_articles_scroll:after {
    background: url('data:image/svg+xml,<svg width="390" height="71" viewBox="0 0 390 71" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="390" y="71" width="390" height="71" transform="rotate(-180 390 71)" fill="url(%23paint0_linear_2685_2827)"/><defs><linearGradient id="paint0_linear_2685_2827" x1="585" y1="71" x2="585" y2="142" gradientUnits="userSpaceOnUse"><stop stop-color="%23FBFFF8"/><stop offset="1" stop-color="%23FBFFF8" stop-opacity="0"/></linearGradient></defs></svg>');
    height: 4.4375rem;
    right: 0;
    bottom: -0.125rem;
  }
}

.top-articles-scroll {
  padding: 0 5.3125rem;
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
}
.top-articles-scroll::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll {
    flex-direction: column;
    padding: 3.75rem 1.875rem;
  }
}
.top-articles-scroll.top-articles-scroll--top-scrolled:before {
  height: 9.8125rem;
  opacity: 1;
}
.top-articles-scroll.top-articles-scroll--bottom-reached:after {
  height: 0;
  opacity: 0;
}
.top-articles-scroll__images {
  width: 45%;
  height: 0;
  overflow: hidden;
  padding-bottom: 31%;
  position: sticky;
  top: 1.25rem;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll__images {
    width: calc(100% - 3.75rem);
    padding-bottom: 84%;
    position: absolute;
    top: 0;
  }
}
.top-articles-scroll__images .top-articles-scroll__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-articles-scroll__images .top-articles-scroll__image .img {
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-articles-scroll__images .top-articles-scroll__image .img img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}
.top-articles-scroll__images .top-articles-scroll__image .img.previous {
  top: -100%;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll__images .top-articles-scroll__image .img.previous {
    top: 0;
    opacity: 0;
  }
}
.top-articles-scroll__images .top-articles-scroll__image .img.active {
  top: 0;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll__images .top-articles-scroll__image .img.active {
    opacity: 1;
  }
}
.top-articles-scroll__images .top-articles-scroll__image .img.next {
  top: 100%;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll__images .top-articles-scroll__image .img.next {
    top: 0;
    opacity: 0;
  }
}
.top-articles-scroll__text {
  width: 55%;
  padding: 0 10% 0 15%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll__text {
    width: 100%;
    margin-top: 1.25rem;
    padding-top: 85%;
  }
}
.top-articles-scroll__text h3 {
  font-size: 1.5625rem;
  font-family: "pp_right_didonelight", Times, serif;
  line-height: 131.23%;
}
.top-articles-scroll__text .a--with-arrow {
  margin-top: 1.875rem;
  margin-bottom: 4.375rem;
}
.top-articles-scroll__text-wrapper {
  position: relative;
}
.top-articles-scroll__text-wrapper:before {
  content: "";
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  left: -2.5rem;
  top: 0;
  background: rgb(0, 0, 0);
}
.top-articles-scroll__block {
  position: relative;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll__block {
    position: sticky;
    top: 0;
    background-color: #FBFFF8;
  }
}
.top-articles-scroll__block:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: #91342D;
  border-radius: 50%;
  position: absolute;
  left: -2.875rem;
  top: 5rem;
}
.top-articles-scroll__block:last-child {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 62rem) {
  .top-articles-scroll__block:last-child {
    padding-bottom: 0;
  }
}
.top-articles-scroll__label {
  margin-top: 1.875rem;
  color: rgb(0, 0, 0);
  font-size: 0.625rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  border: 0.0625rem solid rgb(0, 0, 0);
  width: 5rem;
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.5625rem;
}

.m14_large_image_hero {
  padding: 12.8125rem 1.875rem 6.25rem;
  background: #FBFFF8;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 62rem) {
  .m14_large_image_hero {
    padding: 9.375rem 0 1.25rem;
  }
}
.m14_large_image_hero.spacing-off {
  padding-top: 12.8125rem;
  padding-bottom: 0;
}
.m14_large_image_hero.spacing-top-only {
  padding-top: 12.8125rem;
  padding-bottom: 0;
}
.m14_large_image_hero.spacing-bottom-only {
  padding-top: 12.8125rem;
}
.m14_large_image_hero h1 {
  display: block;
  width: 80%;
  max-width: 41.875rem;
  margin: 0 auto 5rem;
}
.m14_large_image_hero__container {
  width: calc(100% - 3.75rem);
  align-self: center;
}
.m14_large_image_hero__image-container {
  width: 100%;
  height: 58%;
  border-radius: 0.5625rem;
  overflow: hidden;
  position: relative;
}
.m14_large_image_hero__image-container img {
  object-fit: cover;
  width: 100%;
}
.m14_large_image_hero__image-container .image-description {
  max-width: 32em;
  top: 3em;
  left: 3em;
  bottom: auto;
  border-radius: 9px;
}
@media screen and (max-width: 62rem) {
  .m14_large_image_hero__image-container .image-description {
    left: 1em;
    top: 1em;
    width: calc(90% - 2em);
  }
}
.m14_large_image_hero__text-container {
  width: 55%;
  max-width: 45.9375rem;
  background: #BE5121;
  margin: 0 auto;
  display: block;
  border-radius: 0.5625rem;
  box-sizing: border-box;
  padding: 2.5rem 6.875rem 3.4375rem;
  margin-top: -10.3125rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 62rem) {
  .m14_large_image_hero__text-container {
    padding: 2.5rem 0.9375rem 3.125rem;
    width: calc(100% - 1.875rem);
    max-width: 100%;
    margin-top: -3.75rem;
  }
}
.m14_large_image_hero__text-container span {
  font-family: "pp_right_didonelight", Times, serif;
  font-size: 1.25rem;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.875rem;
  display: block;
  color: rgb(0, 0, 0);
}
.m14_large_image_hero__text-container h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
  font-size: 1.625rem;
}
.m14_large_image_hero__text-container p {
  font-family: "mabry-regular-pro", arial, sans-serif;
  font-size: 1.625rem;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.m15_slim_image_hero {
  padding: 11.25rem 5.625rem 1.25rem;
  background: #FBFFF8;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 62rem) {
  .m15_slim_image_hero {
    padding: 8.125rem 1.875rem 1.875rem;
  }
}
.m15_slim_image_hero.spacing-off {
  padding-top: 11.25rem;
  padding-bottom: 0;
}
.m15_slim_image_hero.spacing-top-only {
  padding-top: 11.25rem;
  padding-bottom: 0;
}
.m15_slim_image_hero.spacing-bottom-only {
  padding-top: 11.25rem;
}
.m15_slim_image_hero .logo {
  background: url("../src/assets/leathersellers-logo-black.png");
  background-size: contain;
}
.m15_slim_image_hero.grey {
  background: #E1E5DF !important;
}
.m15_slim_image_hero.grey .m15_slim_image_hero__container:before {
  background-color: rgb(255, 255, 255);
}
.m15_slim_image_hero.plum {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.plum .m15_slim_image_hero__container:before {
  background-color: #261022 !important;
}
.m15_slim_image_hero.cognac {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.cognac .m15_slim_image_hero__container:before {
  background-color: #91342D !important;
}
.m15_slim_image_hero.forest-green {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.forest-green .m15_slim_image_hero__container:before {
  background-color: #1D4D23 !important;
}
.m15_slim_image_hero.dark-purple {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.dark-purple .m15_slim_image_hero__container:before {
  background-color: #421132 !important;
}
.m15_slim_image_hero.light-purple {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.light-purple .m15_slim_image_hero__container:before {
  background-color: #6D345B !important;
}
.m15_slim_image_hero.light-green {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.light-green .m15_slim_image_hero__container:before {
  background-color: #FBFFF8 !important;
}
.m15_slim_image_hero.oak-green {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.oak-green .m15_slim_image_hero__container:before {
  background-color: #3F936F !important;
}
.m15_slim_image_hero.burnt-orange {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.burnt-orange .m15_slim_image_hero__container:before {
  background-color: #BE5121 !important;
}
.m15_slim_image_hero.sage {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.sage .m15_slim_image_hero__container:before {
  background-color: #C1CFAF !important;
}
.m15_slim_image_hero.sage-light {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.sage-light .m15_slim_image_hero__container:before {
  background-color: rgba(193, 206, 176, 0.3) !important;
}
.m15_slim_image_hero.grey-light {
  background: #FBFFF8 !important;
}
.m15_slim_image_hero.grey-light .m15_slim_image_hero__container:before {
  background: #D9D9D9 !important;
}
.m15_slim_image_hero__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.m15_slim_image_hero__container h1 {
  color: #393D40;
}
.m15_slim_image_hero__container:before {
  content: "";
  width: calc(100% + 11.25rem);
  height: 11.25rem;
  padding-bottom: 15%;
  background: #E1E5DF;
  position: absolute;
  top: -11.25rem;
  left: -5.625rem;
}
@media screen and (max-width: 62rem) {
  .m15_slim_image_hero__container:before {
    padding-bottom: 30%;
  }
}
.m15_slim_image_hero__image-container {
  width: 100%;
  height: 0;
  padding-bottom: 30.9%;
  position: relative;
  overflow: hidden;
  border-radius: 0.5625rem;
  margin-bottom: 4.6875rem;
}
.m15_slim_image_hero__image-container--no-text {
  margin-bottom: 0;
}
@media screen and (max-width: 62rem) {
  .m15_slim_image_hero__image-container {
    padding-bottom: 49.5%;
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
}
.m15_slim_image_hero__image-container img {
  object-fit: cover;
  width: 100%;
}
.m15_slim_image_hero__text-container {
  width: 80%;
  max-width: 45.625rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m15_slim_image_hero__text-container {
    width: inherit;
  }
}

.m16_read_more_columns {
  padding: 5rem 7.5rem 3.125rem;
  background: #91342D;
  color: rgb(255, 255, 255);
  position: relative;
}
.m16_read_more_columns:before {
  content: "";
  width: 11.5625rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="184" height="915" viewBox="0 0 184 915" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="184" height="915" fill="url(%23paint0_linear_3252_832)" fill-opacity="0.1"/><defs><linearGradient id="paint0_linear_3252_832" x1="-101.02" y1="422.5" x2="257.961" y2="422.5" gradientUnits="userSpaceOnUse"><stop/><stop offset="0.734375" stop-opacity="0"/><stop offset="1" stop-opacity="0"/></linearGradient></defs></svg>');
  background-repeat: repeat-y;
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns {
    padding: 5rem 1.875rem 3.125rem;
  }
}
.m16_read_more_columns__intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.m16_read_more_columns__intro h2 {
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  width: calc(100% - 8.4375rem);
}
.m16_read_more_columns__intro__arrows {
  display: flex;
  margin-left: 1.25rem;
  flex-direction: row;
  justify-content: space-between;
  width: 7.1875rem;
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns__intro__arrows {
    display: none;
  }
}
.m16_read_more_columns__intro__arrows--single {
  display: none;
  width: 4.875rem;
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns__intro__arrows--single {
    display: flex;
    justify-content: space-between;
  }
}
.m16_read_more_columns__articles {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns__articles {
    flex-wrap: nowrap;
  }
}
.m16_read_more_columns__articles-wrapper {
  width: 100%;
  overflow: hidden;
}
.m16_read_more_columns__article-wrapper:not(:first-child) {
  margin-left: 1.5625rem;
}
.m16_read_more_columns__article-wrapper a, .m16_read_more_columns__article-wrapper a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.m16_read_more_columns__article-wrapper a:hover .m16_read_more_columns__label {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.m16_read_more_columns__article-wrapper .h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 1.875rem;
}
.m16_read_more_columns__article-wrapper p {
  font-size: 1rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 156.25%;
  color: rgb(255, 255, 255);
}
.m16_read_more_columns__article-wrapper .a--with-arrow {
  margin-top: 1.5625rem;
  color: #F2F2F2;
}
.m16_read_more_columns__article-wrapper .a--with-arrow:after {
  background-image: url(../src/assets/arrow-right-white.svg);
}
.m16_read_more_columns__article-wrapper:hover .image-description {
  opacity: 1;
}
.m16_read_more_columns__image {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 82%;
  margin-bottom: 1.5625rem;
  border-radius: 0.5625rem;
  position: relative;
}
.m16_read_more_columns__image img {
  width: 100%;
  border-radius: 0.5625rem;
}
.m16_read_more_columns__image .image-description {
  opacity: 0;
  transition: 0.4s ease;
}
.m16_read_more_columns__label {
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  border: 0.0625rem solid rgb(255, 255, 255);
  width: 5rem;
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.875rem;
  transition: all 0.3s ease-in-out;
}

.m16_read_more_columns--1 .m16_read_more_columns__articles {
  width: calc(33.3333333333% - 1.5625rem * 2 / 3 * 1 + 1.5625rem * 0);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--1 .m16_read_more_columns__articles {
    width: calc(100% - 1.5625rem * 2 / 3 * 1 + 1.5625rem * 0);
  }
}
.m16_read_more_columns--1 .m16_read_more_columns__article-wrapper {
  width: calc(100% - 1.5625rem * 0 / 1);
}

.m16_read_more_columns--1.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 0 * 1.5625rem) / 1 - 0 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 0 * 1.5625rem) / 1 - 1 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 0 * 1.5625rem) / 1 - 2 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 0 * 1.5625rem) / 1 - 3 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 0 * 1.5625rem) / 1 - 4 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 0 * 1.5625rem) / 1 - 5 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 0 * 1.5625rem) / 1 - 6 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 0 * 1.5625rem) / 1 - 7 * 1.5625rem));
}

.m16_read_more_columns--1.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 0 * 1.5625rem) / 1 - 8 * 1.5625rem));
}

.m16_read_more_columns--2 .m16_read_more_columns__articles {
  width: calc(66.6666666667% - 1.5625rem * 2 / 3 * 2 + 1.5625rem * 1);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--2 .m16_read_more_columns__articles {
    width: calc(200% - 1.5625rem * 2 / 3 * 2 + 1.5625rem * 1);
  }
}
.m16_read_more_columns--2 .m16_read_more_columns__article-wrapper {
  width: calc(50% - 1.5625rem * 1 / 2);
}

.m16_read_more_columns--2.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 1 * 1.5625rem) / 2 - 0 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 1 * 1.5625rem) / 2 - 1 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 1 * 1.5625rem) / 2 - 2 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 1 * 1.5625rem) / 2 - 3 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 1 * 1.5625rem) / 2 - 4 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 1 * 1.5625rem) / 2 - 5 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 1 * 1.5625rem) / 2 - 6 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 1 * 1.5625rem) / 2 - 7 * 1.5625rem));
}

.m16_read_more_columns--2.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 1 * 1.5625rem) / 2 - 8 * 1.5625rem));
}

.m16_read_more_columns--3 .m16_read_more_columns__articles {
  width: calc(100% - 1.5625rem * 2 / 3 * 3 + 1.5625rem * 2);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--3 .m16_read_more_columns__articles {
    width: calc(300% - 1.5625rem * 2 / 3 * 3 + 1.5625rem * 2);
  }
}
.m16_read_more_columns--3 .m16_read_more_columns__article-wrapper {
  width: calc(33.3333333333% - 1.5625rem * 2 / 3);
}

.m16_read_more_columns--3.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 2 * 1.5625rem) / 3 - 0 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 2 * 1.5625rem) / 3 - 1 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 2 * 1.5625rem) / 3 - 2 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 2 * 1.5625rem) / 3 - 3 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 2 * 1.5625rem) / 3 - 4 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 2 * 1.5625rem) / 3 - 5 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 2 * 1.5625rem) / 3 - 6 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 2 * 1.5625rem) / 3 - 7 * 1.5625rem));
}

.m16_read_more_columns--3.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 2 * 1.5625rem) / 3 - 8 * 1.5625rem));
}

.m16_read_more_columns--4 .m16_read_more_columns__articles {
  width: calc(133.3333333333% - 1.5625rem * 2 / 3 * 4 + 1.5625rem * 3);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--4 .m16_read_more_columns__articles {
    width: calc(400% - 1.5625rem * 2 / 3 * 4 + 1.5625rem * 3);
  }
}
.m16_read_more_columns--4 .m16_read_more_columns__article-wrapper {
  width: calc(25% - 1.5625rem * 3 / 4);
}

.m16_read_more_columns--4.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 3 * 1.5625rem) / 4 - 0 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 3 * 1.5625rem) / 4 - 1 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 3 * 1.5625rem) / 4 - 2 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 3 * 1.5625rem) / 4 - 3 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 3 * 1.5625rem) / 4 - 4 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 3 * 1.5625rem) / 4 - 5 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 3 * 1.5625rem) / 4 - 6 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 3 * 1.5625rem) / 4 - 7 * 1.5625rem));
}

.m16_read_more_columns--4.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 3 * 1.5625rem) / 4 - 8 * 1.5625rem));
}

.m16_read_more_columns--5 .m16_read_more_columns__articles {
  width: calc(166.6666666667% - 1.5625rem * 2 / 3 * 5 + 1.5625rem * 4);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--5 .m16_read_more_columns__articles {
    width: calc(500% - 1.5625rem * 2 / 3 * 5 + 1.5625rem * 4);
  }
}
.m16_read_more_columns--5 .m16_read_more_columns__article-wrapper {
  width: calc(20% - 1.5625rem * 4 / 5);
}

.m16_read_more_columns--5.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 4 * 1.5625rem) / 5 - 0 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 4 * 1.5625rem) / 5 - 1 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 4 * 1.5625rem) / 5 - 2 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 4 * 1.5625rem) / 5 - 3 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 4 * 1.5625rem) / 5 - 4 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 4 * 1.5625rem) / 5 - 5 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 4 * 1.5625rem) / 5 - 6 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 4 * 1.5625rem) / 5 - 7 * 1.5625rem));
}

.m16_read_more_columns--5.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 4 * 1.5625rem) / 5 - 8 * 1.5625rem));
}

.m16_read_more_columns--6 .m16_read_more_columns__articles {
  width: calc(200% - 1.5625rem * 2 / 3 * 6 + 1.5625rem * 5);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--6 .m16_read_more_columns__articles {
    width: calc(600% - 1.5625rem * 2 / 3 * 6 + 1.5625rem * 5);
  }
}
.m16_read_more_columns--6 .m16_read_more_columns__article-wrapper {
  width: calc(16.6666666667% - 1.5625rem * 5 / 6);
}

.m16_read_more_columns--6.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 5 * 1.5625rem) / 6 - 0 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 5 * 1.5625rem) / 6 - 1 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 5 * 1.5625rem) / 6 - 2 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 5 * 1.5625rem) / 6 - 3 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 5 * 1.5625rem) / 6 - 4 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 5 * 1.5625rem) / 6 - 5 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 5 * 1.5625rem) / 6 - 6 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 5 * 1.5625rem) / 6 - 7 * 1.5625rem));
}

.m16_read_more_columns--6.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 5 * 1.5625rem) / 6 - 8 * 1.5625rem));
}

.m16_read_more_columns--7 .m16_read_more_columns__articles {
  width: calc(233.3333333333% - 1.5625rem * 2 / 3 * 7 + 1.5625rem * 6);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--7 .m16_read_more_columns__articles {
    width: calc(700% - 1.5625rem * 2 / 3 * 7 + 1.5625rem * 6);
  }
}
.m16_read_more_columns--7 .m16_read_more_columns__article-wrapper {
  width: calc(14.2857142857% - 1.5625rem * 6 / 7);
}

.m16_read_more_columns--7.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 6 * 1.5625rem) / 7 - 0 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 6 * 1.5625rem) / 7 - 1 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 6 * 1.5625rem) / 7 - 2 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 6 * 1.5625rem) / 7 - 3 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 6 * 1.5625rem) / 7 - 4 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 6 * 1.5625rem) / 7 - 5 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 6 * 1.5625rem) / 7 - 6 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 6 * 1.5625rem) / 7 - 7 * 1.5625rem));
}

.m16_read_more_columns--7.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 6 * 1.5625rem) / 7 - 8 * 1.5625rem));
}

.m16_read_more_columns--8 .m16_read_more_columns__articles {
  width: calc(266.6666666667% - 1.5625rem * 2 / 3 * 8 + 1.5625rem * 7);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--8 .m16_read_more_columns__articles {
    width: calc(800% - 1.5625rem * 2 / 3 * 8 + 1.5625rem * 7);
  }
}
.m16_read_more_columns--8 .m16_read_more_columns__article-wrapper {
  width: calc(12.5% - 1.5625rem * 7 / 8);
}

.m16_read_more_columns--8.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 7 * 1.5625rem) / 8 - 0 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 7 * 1.5625rem) / 8 - 1 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 7 * 1.5625rem) / 8 - 2 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 7 * 1.5625rem) / 8 - 3 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 7 * 1.5625rem) / 8 - 4 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 7 * 1.5625rem) / 8 - 5 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 7 * 1.5625rem) / 8 - 6 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 7 * 1.5625rem) / 8 - 7 * 1.5625rem));
}

.m16_read_more_columns--8.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 7 * 1.5625rem) / 8 - 8 * 1.5625rem));
}

.m16_read_more_columns--9 .m16_read_more_columns__articles {
  width: calc(300% - 1.5625rem * 2 / 3 * 9 + 1.5625rem * 8);
}
@media screen and (max-width: 62rem) {
  .m16_read_more_columns--9 .m16_read_more_columns__articles {
    width: calc(900% - 1.5625rem * 2 / 3 * 9 + 1.5625rem * 8);
  }
}
.m16_read_more_columns--9 .m16_read_more_columns__article-wrapper {
  width: calc(11.1111111111% - 1.5625rem * 8 / 9);
}

.m16_read_more_columns--9.m16_read_more_columns--active1 .m16_read_more_columns__articles {
  transform: translateX(calc(0 * (100% - 8 * 1.5625rem) / 9 - 0 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active2 .m16_read_more_columns__articles {
  transform: translateX(calc(-1 * (100% - 8 * 1.5625rem) / 9 - 1 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active3 .m16_read_more_columns__articles {
  transform: translateX(calc(-2 * (100% - 8 * 1.5625rem) / 9 - 2 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active4 .m16_read_more_columns__articles {
  transform: translateX(calc(-3 * (100% - 8 * 1.5625rem) / 9 - 3 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active5 .m16_read_more_columns__articles {
  transform: translateX(calc(-4 * (100% - 8 * 1.5625rem) / 9 - 4 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active6 .m16_read_more_columns__articles {
  transform: translateX(calc(-5 * (100% - 8 * 1.5625rem) / 9 - 5 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active7 .m16_read_more_columns__articles {
  transform: translateX(calc(-6 * (100% - 8 * 1.5625rem) / 9 - 6 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active8 .m16_read_more_columns__articles {
  transform: translateX(calc(-7 * (100% - 8 * 1.5625rem) / 9 - 7 * 1.5625rem));
}

.m16_read_more_columns--9.m16_read_more_columns--active9 .m16_read_more_columns__articles {
  transform: translateX(calc(-8 * (100% - 8 * 1.5625rem) / 9 - 8 * 1.5625rem));
}

.m17_read_more_cards {
  padding: 5rem 5.625rem 3.125rem;
  background: #FBFFF8;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards {
    padding: 3.125rem 1.875rem;
  }
}
.m17_read_more_cards__intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.m17_read_more_cards__intro h2 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.m17_read_more_cards__intro__arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 7.1875rem;
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards__intro__arrows {
    display: none;
  }
}
.m17_read_more_cards__intro__arrows--single {
  display: none;
  width: 4.875rem;
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards__intro__arrows--single {
    display: flex;
    justify-content: space-between;
  }
}
.m17_read_more_cards__articles {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}
.m17_read_more_cards__articles-wrapper {
  width: 100%;
  overflow: hidden;
}
.m17_read_more_cards__article-wrapper {
  border-radius: 0.5625rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  overflow: hidden;
}
.m17_read_more_cards__article-wrapper a {
  text-decoration: none;
}
.m17_read_more_cards__article-wrapper:not(:first-child) {
  margin-left: 1.5625rem;
}
.m17_read_more_cards__article-wrapper a, .m17_read_more_cards__article-wrapper a:hover {
  color: rgb(0, 0, 0);
}
.m17_read_more_cards__article-wrapper h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 131.23%;
  font-family: "mabry-medium-pro", arial, sans-serif;
  text-transform: uppercase;
}
.m17_read_more_cards__article-wrapper p {
  font-size: 1rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 156.25%;
}
.m17_read_more_cards__article-wrapper .a--with-arrow {
  margin-top: 1.5625rem;
}
.m17_read_more_cards__image {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 82%;
}
.m17_read_more_cards__image img {
  width: 100%;
}
.m17_read_more_cards__text {
  padding: 0.9375rem 1.25rem 1.875rem;
}
.m17_read_more_cards__label {
  color: rgb(0, 0, 0);
  font-size: 0.625rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  border: 0.0625rem solid rgb(0, 0, 0);
  width: 5rem;
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.875rem;
}

.m17_read_more_cards--1 .m17_read_more_cards__articles {
  width: calc(33.3333333333% - 1.5625rem * 2 / 3 * 1 + 1.5625rem * 0);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--1 .m17_read_more_cards__articles {
    width: calc(100% - 1.5625rem * 2 / 3 * 1 + 1.5625rem * 0);
  }
}
.m17_read_more_cards--1 .m17_read_more_cards__article-wrapper {
  width: calc(100% - 1.5625rem * 0 / 1);
}

.m17_read_more_cards--1.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 0 * 1.5625rem) / 1 - 0 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 0 * 1.5625rem) / 1 - 1 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 0 * 1.5625rem) / 1 - 2 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 0 * 1.5625rem) / 1 - 3 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 0 * 1.5625rem) / 1 - 4 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 0 * 1.5625rem) / 1 - 5 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 0 * 1.5625rem) / 1 - 6 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 0 * 1.5625rem) / 1 - 7 * 1.5625rem));
}

.m17_read_more_cards--1.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 0 * 1.5625rem) / 1 - 8 * 1.5625rem));
}

.m17_read_more_cards--2 .m17_read_more_cards__articles {
  width: calc(66.6666666667% - 1.5625rem * 2 / 3 * 2 + 1.5625rem * 1);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--2 .m17_read_more_cards__articles {
    width: calc(200% - 1.5625rem * 2 / 3 * 2 + 1.5625rem * 1);
  }
}
.m17_read_more_cards--2 .m17_read_more_cards__article-wrapper {
  width: calc(50% - 1.5625rem * 1 / 2);
}

.m17_read_more_cards--2.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 1 * 1.5625rem) / 2 - 0 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 1 * 1.5625rem) / 2 - 1 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 1 * 1.5625rem) / 2 - 2 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 1 * 1.5625rem) / 2 - 3 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 1 * 1.5625rem) / 2 - 4 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 1 * 1.5625rem) / 2 - 5 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 1 * 1.5625rem) / 2 - 6 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 1 * 1.5625rem) / 2 - 7 * 1.5625rem));
}

.m17_read_more_cards--2.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 1 * 1.5625rem) / 2 - 8 * 1.5625rem));
}

.m17_read_more_cards--3 .m17_read_more_cards__articles {
  width: calc(100% - 1.5625rem * 2 / 3 * 3 + 1.5625rem * 2);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--3 .m17_read_more_cards__articles {
    width: calc(300% - 1.5625rem * 2 / 3 * 3 + 1.5625rem * 2);
  }
}
.m17_read_more_cards--3 .m17_read_more_cards__article-wrapper {
  width: calc(33.3333333333% - 1.5625rem * 2 / 3);
}

.m17_read_more_cards--3.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 2 * 1.5625rem) / 3 - 0 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 2 * 1.5625rem) / 3 - 1 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 2 * 1.5625rem) / 3 - 2 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 2 * 1.5625rem) / 3 - 3 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 2 * 1.5625rem) / 3 - 4 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 2 * 1.5625rem) / 3 - 5 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 2 * 1.5625rem) / 3 - 6 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 2 * 1.5625rem) / 3 - 7 * 1.5625rem));
}

.m17_read_more_cards--3.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 2 * 1.5625rem) / 3 - 8 * 1.5625rem));
}

.m17_read_more_cards--4 .m17_read_more_cards__articles {
  width: calc(133.3333333333% - 1.5625rem * 2 / 3 * 4 + 1.5625rem * 3);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--4 .m17_read_more_cards__articles {
    width: calc(400% - 1.5625rem * 2 / 3 * 4 + 1.5625rem * 3);
  }
}
.m17_read_more_cards--4 .m17_read_more_cards__article-wrapper {
  width: calc(25% - 1.5625rem * 3 / 4);
}

.m17_read_more_cards--4.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 3 * 1.5625rem) / 4 - 0 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 3 * 1.5625rem) / 4 - 1 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 3 * 1.5625rem) / 4 - 2 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 3 * 1.5625rem) / 4 - 3 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 3 * 1.5625rem) / 4 - 4 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 3 * 1.5625rem) / 4 - 5 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 3 * 1.5625rem) / 4 - 6 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 3 * 1.5625rem) / 4 - 7 * 1.5625rem));
}

.m17_read_more_cards--4.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 3 * 1.5625rem) / 4 - 8 * 1.5625rem));
}

.m17_read_more_cards--5 .m17_read_more_cards__articles {
  width: calc(166.6666666667% - 1.5625rem * 2 / 3 * 5 + 1.5625rem * 4);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--5 .m17_read_more_cards__articles {
    width: calc(500% - 1.5625rem * 2 / 3 * 5 + 1.5625rem * 4);
  }
}
.m17_read_more_cards--5 .m17_read_more_cards__article-wrapper {
  width: calc(20% - 1.5625rem * 4 / 5);
}

.m17_read_more_cards--5.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 4 * 1.5625rem) / 5 - 0 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 4 * 1.5625rem) / 5 - 1 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 4 * 1.5625rem) / 5 - 2 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 4 * 1.5625rem) / 5 - 3 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 4 * 1.5625rem) / 5 - 4 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 4 * 1.5625rem) / 5 - 5 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 4 * 1.5625rem) / 5 - 6 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 4 * 1.5625rem) / 5 - 7 * 1.5625rem));
}

.m17_read_more_cards--5.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 4 * 1.5625rem) / 5 - 8 * 1.5625rem));
}

.m17_read_more_cards--6 .m17_read_more_cards__articles {
  width: calc(200% - 1.5625rem * 2 / 3 * 6 + 1.5625rem * 5);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--6 .m17_read_more_cards__articles {
    width: calc(600% - 1.5625rem * 2 / 3 * 6 + 1.5625rem * 5);
  }
}
.m17_read_more_cards--6 .m17_read_more_cards__article-wrapper {
  width: calc(16.6666666667% - 1.5625rem * 5 / 6);
}

.m17_read_more_cards--6.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 5 * 1.5625rem) / 6 - 0 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 5 * 1.5625rem) / 6 - 1 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 5 * 1.5625rem) / 6 - 2 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 5 * 1.5625rem) / 6 - 3 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 5 * 1.5625rem) / 6 - 4 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 5 * 1.5625rem) / 6 - 5 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 5 * 1.5625rem) / 6 - 6 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 5 * 1.5625rem) / 6 - 7 * 1.5625rem));
}

.m17_read_more_cards--6.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 5 * 1.5625rem) / 6 - 8 * 1.5625rem));
}

.m17_read_more_cards--7 .m17_read_more_cards__articles {
  width: calc(233.3333333333% - 1.5625rem * 2 / 3 * 7 + 1.5625rem * 6);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--7 .m17_read_more_cards__articles {
    width: calc(700% - 1.5625rem * 2 / 3 * 7 + 1.5625rem * 6);
  }
}
.m17_read_more_cards--7 .m17_read_more_cards__article-wrapper {
  width: calc(14.2857142857% - 1.5625rem * 6 / 7);
}

.m17_read_more_cards--7.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 6 * 1.5625rem) / 7 - 0 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 6 * 1.5625rem) / 7 - 1 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 6 * 1.5625rem) / 7 - 2 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 6 * 1.5625rem) / 7 - 3 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 6 * 1.5625rem) / 7 - 4 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 6 * 1.5625rem) / 7 - 5 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 6 * 1.5625rem) / 7 - 6 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 6 * 1.5625rem) / 7 - 7 * 1.5625rem));
}

.m17_read_more_cards--7.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 6 * 1.5625rem) / 7 - 8 * 1.5625rem));
}

.m17_read_more_cards--8 .m17_read_more_cards__articles {
  width: calc(266.6666666667% - 1.5625rem * 2 / 3 * 8 + 1.5625rem * 7);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--8 .m17_read_more_cards__articles {
    width: calc(800% - 1.5625rem * 2 / 3 * 8 + 1.5625rem * 7);
  }
}
.m17_read_more_cards--8 .m17_read_more_cards__article-wrapper {
  width: calc(12.5% - 1.5625rem * 7 / 8);
}

.m17_read_more_cards--8.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 7 * 1.5625rem) / 8 - 0 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 7 * 1.5625rem) / 8 - 1 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 7 * 1.5625rem) / 8 - 2 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 7 * 1.5625rem) / 8 - 3 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 7 * 1.5625rem) / 8 - 4 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 7 * 1.5625rem) / 8 - 5 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 7 * 1.5625rem) / 8 - 6 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 7 * 1.5625rem) / 8 - 7 * 1.5625rem));
}

.m17_read_more_cards--8.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 7 * 1.5625rem) / 8 - 8 * 1.5625rem));
}

.m17_read_more_cards--9 .m17_read_more_cards__articles {
  width: calc(300% - 1.5625rem * 2 / 3 * 9 + 1.5625rem * 8);
}
@media screen and (max-width: 62rem) {
  .m17_read_more_cards--9 .m17_read_more_cards__articles {
    width: calc(900% - 1.5625rem * 2 / 3 * 9 + 1.5625rem * 8);
  }
}
.m17_read_more_cards--9 .m17_read_more_cards__article-wrapper {
  width: calc(11.1111111111% - 1.5625rem * 8 / 9);
}

.m17_read_more_cards--9.m17_read_more_cards--active1 .m17_read_more_cards__articles {
  transform: translateX(calc(0 * (100% - 8 * 1.5625rem) / 9 - 0 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(calc(-1 * (100% - 8 * 1.5625rem) / 9 - 1 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active3 .m17_read_more_cards__articles {
  transform: translateX(calc(-2 * (100% - 8 * 1.5625rem) / 9 - 2 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active4 .m17_read_more_cards__articles {
  transform: translateX(calc(-3 * (100% - 8 * 1.5625rem) / 9 - 3 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active5 .m17_read_more_cards__articles {
  transform: translateX(calc(-4 * (100% - 8 * 1.5625rem) / 9 - 4 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active6 .m17_read_more_cards__articles {
  transform: translateX(calc(-5 * (100% - 8 * 1.5625rem) / 9 - 5 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active7 .m17_read_more_cards__articles {
  transform: translateX(calc(-6 * (100% - 8 * 1.5625rem) / 9 - 6 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active8 .m17_read_more_cards__articles {
  transform: translateX(calc(-7 * (100% - 8 * 1.5625rem) / 9 - 7 * 1.5625rem));
}

.m17_read_more_cards--9.m17_read_more_cards--active9 .m17_read_more_cards__articles {
  transform: translateX(calc(-8 * (100% - 8 * 1.5625rem) / 9 - 8 * 1.5625rem));
}

.m17_read_more_cards--active2 .m17_read_more_cards__articles {
  transform: translateX(0);
}

.m18_post_hero {
  padding: 0 3.4375rem 5.9375rem;
  background: #FBFFF8;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero {
    padding: 0 0.9375rem 1.25rem;
  }
}
.m18_post_hero .btn--primary {
  background: rgb(255, 255, 255);
}
.m18_post_hero .btn--primary:hover {
  background: rgba(255, 255, 255, 0.4);
}
.m18_post_hero__image {
  width: calc(100% + 6.875rem);
  margin-left: -3.4375rem;
  height: 0;
  padding-bottom: 58.9%;
  overflow: hidden;
  position: relative;
}
.m18_post_hero__image img {
  object-fit: cover;
  width: 100%;
}
.m18_post_hero__image .image-description {
  max-width: 32em;
  top: 3em;
  left: 3em;
  bottom: auto;
  border-radius: 9px;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__image .image-description {
    left: 1em;
    top: 1em;
    width: calc(90% - 2em);
  }
}
.m18_post_hero__text {
  padding: 1.5625rem 6.25rem 5.625rem;
  border-radius: 0.75rem;
  background: #C1CFAF;
  margin-top: -5rem;
  z-index: 10;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__text {
    margin-top: -3.75rem;
    padding: 1.5625rem 1.875rem 2.8125rem;
  }
}
.m18_post_hero__text--no-image {
  background: transparent;
  margin: 0;
  padding-bottom: 0;
}
.m18_post_hero__text--no-image .m18_post_hero__synopsis p {
  font-size: 1rem;
  line-height: 156.25%;
}
.m18_post_hero__text .arrow-down {
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__text .arrow-down {
    margin: 0 auto 2.1875rem;
  }
}
.m18_post_hero__intro {
  width: 80%;
  max-width: 46.5625rem;
  display: block;
  margin: 0 auto 7.1875rem;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__intro {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2.8125rem;
  }
}
.m18_post_hero__intro h1 {
  font-size: 2.9375rem;
  line-height: 108.511%;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__intro h1 {
    font-size: 1.625rem;
  }
}
.m18_post_hero__intro p {
  font-size: 2.9375rem;
  line-height: 108.511%;
  font-family: "mabry-medium-pro", arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__intro p {
    font-size: 1.625rem;
  }
}
.m18_post_hero__container {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__container {
    flex-direction: column;
  }
}
.m18_post_hero__info {
  width: 37%;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__info {
    width: 100%;
    text-align: center;
  }
}
.m18_post_hero__info__label {
  color: rgb(255, 255, 255);
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  background: rgb(0, 0, 0);
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.625rem;
}
.m18_post_hero__info__date {
  font-size: 0.875rem;
  line-height: 178.5%;
  font-family: "mabry-regular-pro", arial, sans-serif;
  display: block;
  margin-bottom: 0.625rem;
  margin-top: 0.9375rem;
}
.m18_post_hero__info__time {
  display: flex;
  font-size: 0.875rem;
  line-height: 178.5%;
  font-family: "mabry-regular-pro", arial, sans-serif;
  position: relative;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__info__time {
    justify-content: center;
  }
}
.m18_post_hero__info__time__intro {
  margin-right: 0.3125rem;
}
.m18_post_hero__info__time__line {
  width: 4.75rem;
  height: 0.5625rem;
  display: block;
  position: relative;
  margin-right: 0.3125rem;
}
.m18_post_hero__info__time__line span {
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 0.5625rem;
  background: #91342D;
  border-radius: 50%;
  left: 30%;
}
.m18_post_hero__info__time__line:before {
  content: "";
  width: calc(100% - 7px);
  height: 0.0625rem;
  background: #91342D;
  top: 4px;
  left: 7px;
  display: block;
  position: absolute;
}
.m18_post_hero__info__time__line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5625rem;
  border-radius: 50%;
  border: 0.0625rem solid #91342D;
  box-sizing: border-box;
}
.m18_post_hero__info__share {
  display: flex;
  align-items: center;
  font-family: "mabry-regular-pro", arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5625rem;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__info__share {
    justify-content: center;
  }
}
.m18_post_hero__info__share__logos img {
  margin-left: 0.3125rem;
  transform: translateY(0.25rem);
}
.m18_post_hero__synopsis {
  width: 63%;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__synopsis {
    width: 100%;
    margin-top: 3.125rem;
  }
}
.m18_post_hero__synopsis p {
  font-family: "mabry-regular-pro", arial, sans-serif;
  font-size: 2rem;
  line-height: 140.625%;
  margin-top: -0.125rem;
}
@media screen and (max-width: 62rem) {
  .m18_post_hero__synopsis p {
    font-size: 1.375rem;
    line-height: 127.273%;
    margin-top: 0;
  }
}

.m19_text {
  padding: 2.8125rem 10rem 2.8125rem;
  background: #FBFFF8;
}
@media screen and (max-width: 62rem) {
  .m19_text {
    padding: 1.25rem 1.875rem 1.25rem;
  }
}
.m19_text h2,
.m19_text h3 {
  text-transform: none;
}
.m19_text p {
  margin-bottom: 1.875rem;
}
.m19_text p:last-child {
  margin-bottom: 0;
}
.m19_text .text--right {
  margin-left: 30%;
}
@media screen and (max-width: 62rem) {
  .m19_text .text--right {
    margin-left: 0;
  }
}
.m19_text .text--center {
  margin: 0 10%;
}
@media screen and (max-width: 62rem) {
  .m19_text .text--center {
    margin: 0;
  }
}
.m19_text .text--quote {
  margin-left: 30%;
}
@media screen and (max-width: 62rem) {
  .m19_text .text--quote {
    margin: 0;
  }
}
.m19_text .text--quote p {
  font-size: 2.25rem;
  font-family: "pp_right_didonelight", Times, serif;
  line-height: normal;
}
@media screen and (max-width: 62rem) {
  .m19_text .text--quote p {
    font-size: 1.4375rem;
  }
}
.m19_text .text--quote--center {
  margin: 0 10%;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m19_text .text--quote--center {
    margin: 0;
  }
}
.m19_text .text--quote--center p {
  font-size: 2.25rem;
  font-family: "pp_right_didonelight", Times, serif;
  line-height: normal;
}
@media screen and (max-width: 62rem) {
  .m19_text .text--quote--center p {
    font-size: 1.4375rem;
  }
}
.m19_text .text--quote--center p.text__quote__author {
  font-family: "mabry-regular-pro", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 138.889%;
}

.m20_two_images_carousel {
  padding: 5rem 3.4375rem;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel {
    padding: 5rem 1.875rem;
  }
}
.m20_two_images_carousel.spacing-off .m20_two_images_carousel__container {
  padding-top: 1.25rem;
  padding-bottom: 0;
}
.m20_two_images_carousel.spacing-top-only .m20_two_images_carousel__intro {
  padding-top: 1.25rem;
  padding-bottom: 0;
}
.m20_two_images_carousel h2 {
  text-transform: none;
}
.m20_two_images_carousel__intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__intro h2 {
    width: calc(100% - 6rem);
  }
}
.m20_two_images_carousel__arrows {
  width: 6.9375rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__arrows {
    width: 4.75rem;
    margin-left: 1.25rem;
  }
}
.m20_two_images_carousel__text {
  padding-right: 10%;
  box-sizing: border-box;
}
.m20_two_images_carousel__container {
  padding: 5.625rem 0 6.5625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__container {
    flex-direction: column;
    padding: 0;
  }
}
.m20_two_images_carousel__text-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.m20_two_images_carousel__text-wrapper {
  width: 33.33%;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__text-wrapper {
    width: 100%;
  }
}
.m20_two_images_carousel__text-wrapper .a--with-arrow {
  display: block;
  margin-top: 1.875rem;
}
.m20_two_images_carousel__text-wrapper .btn {
  margin-top: 1.875rem;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__text-wrapper .btn {
    margin-bottom: 1.875rem;
  }
}
.m20_two_images_carousel__images {
  width: 66.67%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 38.5%;
  border-radius: 0.5625rem;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__images {
    width: 100%;
    padding-bottom: 90%;
    margin-top: 2.5rem;
  }
}
.m20_two_images_carousel__images .m20_two_images_carousel__image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 20;
  width: 60%;
  padding-bottom: 58%;
  overflow: hidden;
  border-radius: 0.5625rem;
}
.m20_two_images_carousel__images .m20_two_images_carousel__image img {
  border-radius: 0.5625rem;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__images .m20_two_images_carousel__image {
    width: 100%;
    padding-bottom: 0;
    height: 100%;
  }
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.active {
  height: 0;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  transition: all 0.5s ease-out;
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.active img {
  transform: scale(1) translateX(0);
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__images .m20_two_images_carousel__image.active {
    width: 100%;
    padding-bottom: 0;
    height: 100%;
  }
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.active + .next {
  opacity: 40%;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 62rem) {
  .m20_two_images_carousel__images .m20_two_images_carousel__image.active + .next {
    opacity: 0;
  }
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.active .image-description {
  opacity: 1;
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.next {
  right: 0;
  width: 50%;
  position: absolute;
  height: 0;
  overflow: hidden;
  padding-bottom: 49%;
  top: 7.5%;
  z-index: 5;
  opacity: 0;
  left: 40%;
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.next img {
  transform: scale(1.5) translateX(10%);
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.previous {
  left: 0;
  top: 0;
}
.m20_two_images_carousel__images .m20_two_images_carousel__image.previous img {
  transform: scale(0);
  transform-origin: left;
}
.m20_two_images_carousel__images .m20_two_images_carousel__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5625rem;
  position: absolute;
  height: 100%;
}
.m20_two_images_carousel__images .m20_two_images_carousel__image .image-description {
  opacity: 0;
  transition: 0.4s ease;
}
.m20_two_images_carousel__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(-500%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s, transform 0s ease 0.3s;
}
.m20_two_images_carousel__text--active {
  opacity: 1;
  transition: transform 0s ease 0s, opacity 0.3s ease-in-out 0s;
  transform: translateX(0);
}

.m21_image {
  padding: 2.8125rem 0 2.8125rem;
}
@media screen and (max-width: 62rem) {
  .m21_image {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.m21_image.spacing-off .m21_image__center-image {
  margin-top: 0;
  margin-bottom: 0;
}
.m21_image.spacing-top-only .m21_image__center-image {
  margin-top: 0;
  margin-bottom: 0;
}
.m21_image img {
  width: 100%;
  border-radius: 0.5625rem;
  display: block;
}
.m21_image__three-images {
  padding: 4.6875rem 11.875rem 0;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m21_image__three-images {
    padding: 4.6875rem 1.875rem 0;
  }
}
.m21_image__three-images__image {
  position: relative;
}
.m21_image__three-images__image:first-child {
  width: 58%;
}
@media screen and (max-width: 62rem) {
  .m21_image__three-images__image:first-child {
    width: 70%;
  }
}
.m21_image__three-images__image:nth-child(2) {
  position: absolute;
  top: 0;
  width: 27%;
  left: 45%;
}
@media screen and (max-width: 62rem) {
  .m21_image__three-images__image:nth-child(2) {
    width: 50%;
    left: calc(50% - 1.875rem);
  }
  .m21_image__three-images__image:nth-child(2) .image-description {
    display: none;
  }
}
.m21_image__three-images__image:nth-child(3) {
  position: relative;
  width: 30%;
  left: 67%;
  margin-top: -6.875rem;
}
@media screen and (max-width: 62rem) {
  .m21_image__three-images__image:nth-child(3) {
    width: 60%;
    left: 40%;
    margin-top: 1.25rem;
  }
  .m21_image__three-images__image:nth-child(3) .image-description {
    display: none;
  }
}
.m21_image__right-image {
  padding: 0 10.625rem;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m21_image__right-image {
    padding: 0 1.875rem;
  }
}
.m21_image__right-image .img {
  width: 66.67%;
  position: relative;
  margin-left: 33.33%;
}
@media screen and (max-width: 62rem) {
  .m21_image__right-image .img {
    width: 100%;
    margin-left: 0;
  }
}
.m21_image__right-image .img .image-description {
  max-width: 32em;
}
.m21_image__center-image {
  padding: 0 10.625rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m21_image__center-image {
    margin: 1.25rem 0 1.875rem;
    padding: 0 1.875rem;
  }
}
.m21_image__center-image .img {
  position: relative;
  width: 66.67%;
  display: inline-block;
}
@media screen and (max-width: 62rem) {
  .m21_image__center-image .img {
    width: 100%;
  }
}
.m21_image__center-image .img .image-description {
  max-width: 32em;
}
.m21_image__two-images {
  margin-bottom: 7.1875rem;
  position: relative;
}
.m21_image__two-images__image {
  position: relative;
}
.m21_image__two-images__image:first-child {
  width: 60%;
  margin-left: 10%;
}
@media screen and (max-width: 62rem) {
  .m21_image__two-images__image:first-child {
    width: 100%;
    margin-left: 0;
  }
  .m21_image__two-images__image:first-child .image-description {
    display: none;
  }
}
.m21_image__two-images__image:nth-child(2) {
  position: absolute;
  bottom: -7.5rem;
  width: 20%;
  left: 60%;
}
@media screen and (max-width: 62rem) {
  .m21_image__two-images__image:nth-child(2) {
    left: 40%;
    width: 55%;
  }
  .m21_image__two-images__image:nth-child(2) .image-description {
    display: none;
  }
}
.m21_image__full-bleed-image .img {
  position: relative;
}
.m21_image__full-bleed-image img {
  border-radius: 0;
}
.m21_image__full-bleed-image .image-description {
  max-width: 32em;
  top: 3em;
  left: 3em;
  bottom: auto;
  border-radius: 9px;
}
@media screen and (max-width: 62rem) {
  .m21_image__full-bleed-image .image-description {
    left: 1em;
    top: 1em;
    width: calc(90% - 2em);
  }
}

.m22_newsletter {
  background: #FBFFF8;
  padding: 2.5rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m22_newsletter {
    padding: 3.125rem 1.875rem;
  }
}
.m22_newsletter .newsletter {
  display: flex;
  justify-content: center;
}
.m22_newsletter .newsletter__container {
  width: 50%;
}
@media screen and (max-width: 62rem) {
  .m22_newsletter .newsletter__container {
    width: 85%;
  }
}
.m22_newsletter .newsletter__container p {
  margin-bottom: 2.5rem;
}
.m22_newsletter .newsletter__container .h4 {
  text-transform: none;
  margin-bottom: 1.875rem;
}
.m22_newsletter .newsletter__container a.btn {
  display: inline-block;
  background-color: #C1CFAF;
  border-color: #C1CFAF;
}
.m22_newsletter .newsletter__container a.btn:hover {
  background-color: #91342D;
  border-color: #91342D;
  color: rgb(255, 255, 255);
}
.m22_newsletter.forest-green a.btn, .m22_newsletter.dark-purple a.btn, .m22_newsletter.cognac a.btn, .m22_newsletter.burnt-orange a.btn {
  background-color: #FBFFF8;
  border-color: #FBFFF8;
  color: #393D40;
}
.m22_newsletter.forest-green a.btn:hover, .m22_newsletter.dark-purple a.btn:hover, .m22_newsletter.cognac a.btn:hover, .m22_newsletter.burnt-orange a.btn:hover {
  background-color: #C1CFAF;
  border-color: #C1CFAF;
}

.m24_contact_form {
  background: #421132;
  padding: 8.4375rem 7.8125rem 8.125rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .m24_contact_form {
    padding: 5rem 1.875rem;
    flex-direction: column;
  }
}
.m24_contact_form__text {
  width: 50%;
  padding-right: 8.4375rem;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 62rem) {
  .m24_contact_form__text {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}
.m24_contact_form__text h2 {
  color: rgb(255, 255, 255);
  font-family: "pp_right_didonelight", Times, serif;
}
.m24_contact_form__text p {
  font-size: 2.25rem;
  line-height: normal;
  font-family: "pp_right_didonelight", Times, serif;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 62rem) {
  .m24_contact_form__text p {
    font-size: 1.4375rem;
  }
}
.m24_contact_form__form {
  width: 50%;
}
@media screen and (max-width: 62rem) {
  .m24_contact_form__form {
    width: 100%;
  }
}

.form-input {
  display: flex;
  width: 100%;
  position: relative;
  background: #6D345B;
  height: 3.625rem;
  border-radius: 0.5625rem;
  color: rgb(255, 255, 255);
  padding: 0 1.5625rem;
  align-items: center;
}
.form-input:not(:first-child) {
  margin-top: 0.9375rem;
}
.form-input.form-input--focus label, .form-input.form-input--dirty label {
  font-size: 0.6875rem;
  line-height: normal;
  margin-top: 0;
  top: 0.625rem;
  opacity: 60%;
}
.form-input.form-input--focus input, .form-input.form-input--dirty input {
  margin-top: 1.25rem;
}
.form-input label {
  position: absolute;
  top: 50%;
  font-size: 1rem;
  font-family: "mabry-light-pro", arial, sans-serif;
  line-height: 1rem;
  margin-top: -0.5rem;
  transition: all 0.15s ease-in-out;
}
.form-input input, .form-input textarea {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1rem;
  color: rgb(255, 255, 255);
  width: 100%;
}
.form-input textarea {
  height: 14rem;
}
.form-input--textarea.form-input--focus label, .form-input--textarea.form-input--dirty label {
  font-size: 0.6875rem;
  line-height: normal;
  margin-top: 0;
  top: 0.625rem;
  opacity: 60%;
}
.form-input__grouping {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 2.875rem;
}
.form-input__grouping label {
  top: 1.5rem;
  margin-top: 0;
}
.form-input__grouping .form-radio label {
  top: 0;
  position: relative;
}
.form-input__group {
  width: 100%;
  height: 17.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 1.5625rem 1.875rem;
  align-items: center;
}
.form-input--textarea {
  width: 100%;
}
.form-input--textarea textarea {
  margin-top: 0.625rem;
}
.form-input button[type=submit] {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.form-input button[type=submit] span::after {
  background-image: url(../src/assets/arrow-white.svg);
}
.form-input .form-radio {
  padding-left: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
}
.form-input .form-radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  display: block;
}
.form-input .form-radio input:hover {
  cursor: pointer;
}
.form-input .form-radio label {
  position: relative;
  font-size: 0.8125rem;
  font-family: "mabry-light-pro", arial, sans-serif;
  line-height: normal;
}
.form-input .form-radio label a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.form-input .form-radio label:before {
  border-radius: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0;
  border: 0.0625rem solid rgb(255, 255, 255);
}

.m25_two_columns_text {
  padding: 5rem 2.1875rem 4.0625rem;
  background: #FBFFF8 !important;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .m25_two_columns_text {
    padding: 1.875rem 0.9375rem 2.8125rem;
  }
}
.m25_two_columns_text.spacing-off .m25_two_columns_text__container {
  padding-bottom: 0;
}
.m25_two_columns_text.spacing-top-only .m25_two_columns_text__container {
  padding-bottom: 0;
}
.m25_two_columns_text.grey .m25_two_columns_text__container:before {
  background-color: rgb(255, 255, 255);
}
.m25_two_columns_text.plum .m25_two_columns_text__container:before {
  background-color: #261022 !important;
}
.m25_two_columns_text.cognac .m25_two_columns_text__container:before {
  background-color: #91342D !important;
}
.m25_two_columns_text.forest-green .m25_two_columns_text__container:before {
  background-color: #1D4D23 !important;
}
.m25_two_columns_text.dark-purple .m25_two_columns_text__container:before {
  background-color: #421132 !important;
}
.m25_two_columns_text.light-purple .m25_two_columns_text__container:before {
  background-color: #6D345B !important;
}
.m25_two_columns_text.light-green .m25_two_columns_text__container:before {
  background-color: #FBFFF8 !important;
}
.m25_two_columns_text.oak-green .m25_two_columns_text__container:before {
  background-color: #3F936F !important;
}
.m25_two_columns_text.burnt-orange .m25_two_columns_text__container:before {
  background-color: #BE5121 !important;
}
.m25_two_columns_text.sage .m25_two_columns_text__container:before {
  background-color: #C1CFAF !important;
}
.m25_two_columns_text.sage-light .m25_two_columns_text__container:before {
  background-color: rgba(193, 206, 176, 0.3) !important;
}
.m25_two_columns_text.grey-light .m25_two_columns_text__container:before {
  background: #D9D9D9 !important;
}
.m25_two_columns_text__container {
  padding: 0 9.375rem 0 5rem;
  color: #F2F2F2;
  border-radius: 1.125rem;
  display: flex;
}
.m25_two_columns_text__container.active:before {
  width: 100%;
  left: 0;
  border-radius: 0;
}
.m25_two_columns_text__container:before {
  content: "";
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  display: block;
  top: 0;
  left: 15px;
  border-radius: 1.125rem;
}
@media screen and (max-width: 62rem) {
  .m25_two_columns_text__container {
    padding: 0 1.25rem 0;
    flex-direction: column;
  }
}
.m25_two_columns_text__container .h3 {
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 62rem) {
  .m25_two_columns_text__container .h3 {
    margin-bottom: 2.1875rem;
  }
}
.m25_two_columns_text__container .h4 {
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
}
.m25_two_columns_text__column {
  position: relative;
  z-index: 5;
}
.m25_two_columns_text__column:first-child {
  max-width: 22.5rem;
  margin-right: 23%;
}
@media screen and (max-width: 62rem) {
  .m25_two_columns_text__column:first-child {
    margin-right: initial;
  }
}
.m25_two_columns_text__column:first-child p {
  font-size: 2.25rem;
  line-height: normal;
  font-family: "pp_right_didonelight", Times, serif;
  margin-bottom: 2.5rem;
}
.m25_two_columns_text__column:first-child p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 62rem) {
  .m25_two_columns_text__column:first-child p {
    font-size: 1.4375rem;
    line-height: 1.2;
  }
}
.m25_two_columns_text__column:not(:first-child) p {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 156.25%;
  font-family: "mabry-light-pro", arial, sans-serif;
}
@media screen and (max-width: 62rem) {
  .m25_two_columns_text .arrow-right {
    display: none;
  }
}

.m26_profiles {
  padding: 4.6875rem 6.5625rem 4.6875rem;
  background: #FBFFF8;
}
@media screen and (max-width: 62rem) {
  .m26_profiles {
    padding: 1.25rem 1.875rem;
  }
}
.m26_profiles__two-columns .m26_profiles__entry {
  padding-top: 5rem;
}
@media screen and (max-width: 62rem) {
  .m26_profiles__two-columns .m26_profiles__entry {
    padding-top: 1.25rem;
  }
}
.m26_profiles__two-columns .profiles {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 62rem) {
  .m26_profiles__two-columns .profiles {
    flex-direction: column;
  }
}
.m26_profiles__two-columns .profiles__column {
  width: 50%;
}
@media screen and (max-width: 62rem) {
  .m26_profiles__two-columns .profiles__column {
    width: 100%;
  }
}
.m26_profiles__one-column h2 {
  text-transform: none;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
}
.m26_profiles__one-column .m26_profiles__entry {
  padding-top: 2.8125rem;
}
.m26_profiles__entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.m26_profiles__entry__image {
  margin-right: 1.5625rem;
  width: 5rem;
  height: 5rem;
}
.m26_profiles__entry__image img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.m26_profiles__entry__text {
  width: calc(100% - 6.5625rem);
}
.m26_profiles__entry__name {
  font-size: 1.875rem;
  font-family: "pp_right_didonelight", Times, serif;
  line-height: 131.23%;
  margin-bottom: 0.625rem;
}
.m26_profiles__entry__role {
  display: block;
  font-size: 1rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 150%;
  margin-bottom: 0.9375rem;
}
.m26_profiles__entry .a--with-arrow {
  text-transform: uppercase;
}
.m26_profiles__expandable h2 {
  text-transform: none;
  color: rgb(0, 0, 0);
}
.m26_profiles__expandable__area {
  border-radius: 0.5625rem;
  overflow: hidden;
  background: #C1CFAF;
  transition: all 0.3s ease-in-out;
}
.m26_profiles__expandable__area--expanded {
  background: #FBFFF8;
  border: 0.0625rem solid #393D40;
}
.m26_profiles__expandable__area--expanded .m26_profiles__expandable__button:before {
  transform: rotate(180deg);
}
.m26_profiles__expandable__area--expanded .m26_profiles__expandable__list {
  padding: 0 4.0625rem 4.375rem;
  opacity: 1;
}
.m26_profiles__expandable__action {
  height: 3.75rem;
  display: flex;
  padding: 0 1.25rem;
  justify-content: flex-start;
  align-items: center;
}
.m26_profiles__expandable__button {
  display: flex;
  background: none;
  outline: none;
  border: none;
  padding-left: 3rem;
  position: relative;
  width: 100%;
}
.m26_profiles__expandable__button:hover {
  cursor: pointer;
}
.m26_profiles__expandable__button:before {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4375rem;
  height: 1.0625rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="17" fill="none"><path fill="%23000" d="M22.525 8.07c-2.926 0-4.673-1.642-5.622-3.018C15.672 3.265 15.235 1.215 15.235 0h-.864c0 1.338.476 3.59 1.82 5.538.606.88 1.501 1.853 2.767 2.532H0v.86h18.958c-1.266.679-2.161 1.653-2.767 2.532-1.344 1.948-1.82 4.2-1.82 5.538h.864c0-1.215.437-3.265 1.668-5.052.949-1.377 2.696-3.018 5.622-3.018H23v-.86h-.475Z"/></svg>');
}
.m26_profiles__expandable__list {
  max-height: 0;
  overflow: hidden;
  padding: 0 4.0625rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.m26_profiles__expandable__list span {
  display: block;
  font-family: "mabry-medium-pro", arial, sans-serif;
  font-size: 1rem;
  line-height: 156.25%;
  padding-top: 0.9375rem;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 62rem) {
  .m26_profiles__expandable--two-columns .m26_profiles__expandable__list {
    column-count: 2;
    column-gap: 5rem;
  }
}

.m27_slim_text_hero {
  padding-top: 11.25rem !important;
  padding: 11.25rem 5.625rem 5rem;
  background: #FBFFF8;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 62rem) {
  .m27_slim_text_hero {
    padding: 10.625rem 1.875rem 1.875rem;
  }
}
.m27_slim_text_hero__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.m27_slim_text_hero__container h1 {
  color: #1D4D23;
}
.m27_slim_text_hero__text-container {
  width: 80%;
  max-width: 45.625rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m27_slim_text_hero__text-container {
    width: 100%;
    max-width: initial;
  }
}

.m28_cta_text_button {
  background: #FBFFF8;
  padding: 2.5rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .m28_cta_text_button {
    padding: 3.125rem 1.875rem;
  }
}
.m28_cta_text_button .cta_text_button {
  display: flex;
  justify-content: center;
}
.m28_cta_text_button .cta_text_button__container {
  width: 50%;
}
@media screen and (max-width: 62rem) {
  .m28_cta_text_button .cta_text_button__container {
    width: 85%;
  }
}
.m28_cta_text_button .cta_text_button__container p {
  margin-bottom: 2.5rem;
}
.m28_cta_text_button .cta_text_button__container .h4 {
  text-transform: none;
  margin-bottom: 1.875rem;
}
.m28_cta_text_button .cta_text_button__container a.btn {
  display: inline-block;
  background-color: #C1CFAF;
  border-color: #C1CFAF;
}
.m28_cta_text_button .cta_text_button__container a.btn:hover {
  background-color: #91342D;
  border-color: #91342D;
  color: rgb(255, 255, 255);
}
.m28_cta_text_button.forest-green a.btn, .m28_cta_text_button.dark-purple a.btn, .m28_cta_text_button.cognac a.btn, .m28_cta_text_button.burnt-orange a.btn {
  background-color: #FBFFF8;
  border-color: #FBFFF8;
  color: #393D40;
}
.m28_cta_text_button.forest-green a.btn:hover, .m28_cta_text_button.dark-purple a.btn:hover, .m28_cta_text_button.cognac a.btn:hover, .m28_cta_text_button.burnt-orange a.btn:hover {
  background-color: #C1CFAF;
  border-color: #C1CFAF;
}

.contact_us_map {
  background: #FBFFF8;
  padding-top: 15.3125rem !important;
  padding: 15.3125rem 4.375rem 6.25rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
}
@media screen and (max-width: 62rem) {
  .contact_us_map {
    padding: 10.9375rem 1.875rem 2.5rem;
  }
}
.contact_us_map h1 {
  text-align: center;
  color: #1D4D23;
}
.contact_us_map__map {
  width: 100%;
  height: 34.375rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 62rem) {
  .contact_us_map__map {
    margin-bottom: 1.5625rem;
  }
}
.contact_us_map__columns {
  padding: 0 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 62rem) {
  .contact_us_map__columns {
    padding: 0;
    flex-direction: column;
  }
}
.contact_us_map__column {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10%;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .contact_us_map__column {
    width: 100%;
    padding: 1.5625rem 0.3125rem;
  }
  .contact_us_map__column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: rgb(0, 0, 0);
  }
}
.contact_us_map p + .contact_us_map__phone {
  margin-top: 1.25rem;
}
.contact_us_map p + .contact_us_map__phone + p {
  margin-top: 3.75rem;
}
.contact_us_map__computer {
  display: block;
  padding-left: 2.5rem;
  position: relative;
  padding-top: 0.3125rem;
  margin-top: 1.25rem;
}
.contact_us_map__computer + p {
  margin-top: 2.5rem;
}
.contact_us_map__computer:before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-color: #91342D;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="13" fill="none"><path stroke="%23fff" d="M.5.5h13.857v9.214H.5zM3.715 12.5h8.357"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
.contact_us_map__mail {
  display: block;
  padding-left: 2.5rem;
  position: relative;
  padding-top: 0.3125rem;
  margin-top: 1.25rem;
}
.contact_us_map__mail:before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-color: #91342D;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><g stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" clip-path="url(%23a)"><path d="M6.856 9.143.57 6.286 15.428.57 9.713 15.428 6.856 9.143ZM7 9l3.095-3"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
.contact_us_map__phone {
  display: block;
  padding-left: 2.5rem;
  position: relative;
  padding-top: 0.3125rem;
}
.contact_us_map__phone:before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-color: #91342D;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="19" fill="none"><path stroke="%23FBFFF8" stroke-linecap="round" stroke-linejoin="round" d="M6.36 16.822a3.727 3.727 0 0 1-4.705.077l-.587-.445a1.266 1.266 0 0 1-.222-1.755l1.937-2.476a1.25 1.25 0 0 1 1.74-.221 1.262 1.262 0 0 0 1.752-.222l3.04-3.927a1.242 1.242 0 0 0-.223-1.755 1.254 1.254 0 0 1-.221-1.743l1.924-2.487a1.262 1.262 0 0 1 1.752-.222l.577.458a3.74 3.74 0 0 1 1.1 4.583A33.869 33.869 0 0 1 6.36 16.822Z"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
.contact_us_map__contacts {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .contact_us_map__contacts {
    margin-top: 1.5625rem;
    padding-bottom: 3.125rem;
  }
  .contact_us_map__contacts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: rgb(0, 0, 0);
  }
  .contact_us_map__contacts:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: rgb(0, 0, 0);
  }
}
.contact_us_map__contacts__column {
  width: 11.25rem;
}
@media screen and (max-width: 62rem) {
  .contact_us_map__contacts__column {
    width: 50%;
  }
}
.contact_us_map__contact {
  padding-top: 1.875rem;
}
.contact_us_map__contact .contact_us_map__role {
  display: block;
  font-family: "mabry-medium-pro", arial, sans-serif;
  margin-bottom: 0.3125rem;
}
.contact_us_map__contact span {
  font-family: "mabry-light-pro", arial, sans-serif;
}

.gm-style iframe + div {
  border: none !important;
}

.grant_intro {
  padding: 0 5.625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "mabry-light-pro", arial, sans-serif;
  background: #FBFFF8;
}
@media screen and (max-width: 62rem) {
  .grant_intro {
    flex-direction: column;
    padding: 1.25rem 1.875rem;
  }
}
.grant_intro__title {
  display: none;
}
@media screen and (max-width: 62rem) {
  .grant_intro__title {
    display: block;
  }
}
.grant_intro__share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 62rem) {
  .grant_intro__share {
    margin-bottom: 1.25rem;
    justify-content: center;
  }
}
.grant_intro__share span {
  margin-right: 0.5rem;
}
.grant_intro__cta {
  text-align: left;
}
.grant_intro__cta.fixed {
  top: 4.3125rem;
  left: calc(15% - 0.9375rem);
  margin-left: -2.3125rem;
  position: fixed;
  z-index: 20;
}
@media screen and (max-width: 62rem) {
  .grant_intro__cta.fixed {
    margin-left: 0;
    position: fixed;
    width: calc(100% - 1.875rem);
    min-width: calc(100% - 1.875rem);
    left: 0.9375rem;
  }
  .grant_intro__cta.fixed:before {
    content: "";
    position: absolute;
    width: calc(100% + 3.75rem);
    height: calc(100% + 2.5rem);
    left: -1.875rem;
    background: rgb(255, 255, 255);
    z-index: -1;
    top: -1.25rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 62rem) and (min-width: 62rem) {
  .grant_intro__cta.fixed:before {
    display: none;
  }
}
.grant_intro__apply-details {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .grant_intro__apply-details {
    width: 100%;
  }
}
.grant_intro__apply-details .btn {
  min-width: 14rem;
}
@media screen and (max-width: 62rem) {
  .grant_intro__apply-details .btn {
    min-width: 100%;
  }
}
.grant_intro__description {
  width: 70%;
}
@media screen and (max-width: 62rem) {
  .grant_intro__description {
    width: 100%;
  }
}
.grant_intro__description h1 {
  color: #393D40;
}
@media screen and (max-width: 62rem) {
  .grant_intro__description h1 {
    display: none;
  }
}
.grant_intro__description p {
  margin-bottom: 1rem;
}
.grant_intro__description p + h4 {
  margin-top: 2.5rem;
}
.grant_intro__description p:last-of-type {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 62rem) {
  .grant_intro__description p:last-of-type {
    width: calc(100% - 2.875rem);
    margin-bottom: 0;
    text-align: left;
  }
}
.grant_intro__grant-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.grant_intro__detail {
  width: calc(33.33% - 0.4166666667rem);
  display: flex;
  border-radius: 0.5625rem;
  background: rgba(190, 81, 33, 0.1);
  box-sizing: border-box;
  padding: 1.875rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 62rem) {
  .grant_intro__detail {
    width: 100%;
    flex-direction: row;
    padding: 0.625rem 0.9375rem;
  }
}
@media screen and (max-width: 62rem) {
  .grant_intro__detail span {
    display: none;
  }
}
.grant_intro__detail p {
  margin: 0;
  text-align: center;
}
.grant_intro__detail p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 62rem) {
  .grant_intro__detail p {
    width: calc(100% - 2.875rem);
    margin-bottom: 0;
  }
}
.grant_intro__detail__icon {
  width: 3rem;
  height: 3rem;
  margin: 1.875rem 0;
}
@media screen and (max-width: 62rem) {
  .grant_intro__detail__icon {
    width: 1.9375rem;
    height: 1.9375rem;
    margin: 0 0.9375rem 0 0;
  }
}
.grant_intro__detail__icon img {
  object-fit: cover;
  width: 100%;
}
.grant_intro .h4 {
  margin-top: 2.5rem;
  color: rgb(0, 0, 0);
}
.grant_intro__templates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 62rem) {
  .grant_intro__templates {
    flex-wrap: nowrap;
  }
}
.grant_intro__template {
  width: 13.125rem;
  margin-right: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.0625rem solid rgb(0, 0, 0);
  border-radius: 0.5625rem;
  padding: 2.1875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 62rem) {
  .grant_intro__template {
    width: 47%;
    padding: 1.25rem;
  }
}
.grant_intro__template span {
  margin: 0.9375rem 0 1.25rem;
}
.grant_intro__template__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  background: #BE5121;
  border: 0.0625rem solid #BE5121;
  border-radius: 5rem;
  text-decoration: underline;
  height: 2.375rem;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.grant_intro__template__link:hover {
  background: rgba(190, 81, 33, 0.15);
  color: #BE5121;
}

.grant_details {
  display: flex;
  padding: 5rem 5.625rem 6.25rem;
  overflow: initial;
}
@media screen and (max-width: 62rem) {
  .grant_details {
    padding: 1.25rem 1.875rem;
    flex-direction: column;
    overflow: hidden;
  }
}
.grant_details__nav {
  width: 30%;
  box-sizing: border-box;
  padding-right: 1.875rem;
}
.grant_details__nav-wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 14rem;
}
@media screen and (max-width: 62rem) {
  .grant_details__nav-wrapper {
    position: relative;
    top: initial;
  }
}
.grant_details__nav-wrapper:before {
  content: "";
  position: absolute;
  width: calc(100% + 3.75rem);
  height: calc(100% + 2.5rem);
  left: -1.875rem;
  background: rgb(255, 255, 255);
  z-index: -1;
  top: -1.25rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 62rem) {
  .grant_details__nav-wrapper:before {
    display: none;
  }
}
@media screen and (max-width: 62rem) {
  .grant_details__nav.fixed .grant_details__nav-wrapper {
    top: 9.1875rem;
    position: fixed;
    z-index: 20;
  }
}
@media screen and (max-width: 62rem) {
  .grant_details__nav.only-fixed .grant_details__nav-wrapper {
    top: 1.25rem;
    position: fixed;
    z-index: 20;
  }
}
@media screen and (max-width: 62rem) {
  .grant_details__nav {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 62rem) {
  .grant_details__nav ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -1.875rem;
  }
}
.grant_details__nav .h4 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 62rem) {
  .grant_details__nav .h4 {
    margin-bottom: 0;
    font-size: 0;
  }
}
.grant_details__nav li {
  font-size: 1.25rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 170%;
  display: block;
  padding-left: 0;
}
@media screen and (max-width: 62rem) {
  .grant_details__nav li {
    display: inline-block;
    padding: 0 2.1875rem;
  }
  .grant_details__nav li.active a {
    color: rgb(255, 255, 255);
  }
}
.grant_details__nav li:before {
  display: none;
}
.grant_details__nav li a {
  position: relative;
  display: inline-block;
  color: rgb(0, 0, 0);
  padding: 0.3125rem 0;
  text-decoration: none;
}
@media screen and (max-width: 62rem) {
  .grant_details__nav li a {
    white-space: nowrap;
    font-size: 1rem;
  }
}
.grant_details__nav li a:before {
  content: "";
  position: absolute;
  top: 2%;
  left: -1.875rem;
  width: calc(100% + 3.75rem);
  height: 96%;
  border-radius: 5rem;
  background: #C1CFAF;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 62rem) {
  .grant_details__nav li a:before {
    height: 100%;
    top: 0;
    background: #3F936F;
  }
}
@media screen and (max-width: 62rem) {
  .grant_details__nav li:hover a, .grant_details__nav li.active a {
    color: rgb(255, 255, 255);
  }
}
.grant_details__nav li:hover a:before, .grant_details__nav li.active a:before {
  opacity: 1;
}
.grant_details__content {
  width: 70%;
}
@media screen and (max-width: 62rem) {
  .grant_details__content {
    width: 100%;
    padding-top: 3.125rem;
  }
}
.grant_details__block {
  box-sizing: border-box;
  padding: 4.375rem;
  background: #FBFFF8;
  border: 0.0625rem solid rgb(0, 0, 0);
  border-radius: 0.75rem;
  margin-bottom: 1.875rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 62rem) {
  .grant_details__block {
    padding: 2.5rem 0.9375rem 2.5rem;
  }
}
.grant_details__block.grant_details__block--active {
  background: #C1CFAF;
  border: 0.0625rem solid #C1CFAF;
}
@media screen and (max-width: 62rem) {
  .grant_details__block.grant_details__block--active {
    background: #3F936F;
    border: 0.0625rem solid #3F936F;
  }
  .grant_details__block.grant_details__block--active h3,
  .grant_details__block.grant_details__block--active .h3,
  .grant_details__block.grant_details__block--active p,
  .grant_details__block.grant_details__block--active ul {
    color: rgb(255, 255, 255);
  }
  .grant_details__block.grant_details__block--active h3 li:before,
  .grant_details__block.grant_details__block--active .h3 li:before,
  .grant_details__block.grant_details__block--active p li:before,
  .grant_details__block.grant_details__block--active ul li:before {
    background: rgb(255, 255, 255);
  }
}
.grant_details__block p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.grant_details__block ul li {
  display: block;
  padding-left: 1.25rem;
  position: relative;
  line-height: 156.25%;
  font-family: "mabry-regular-pro", arial, sans-serif;
}
.grant_details__block ol {
  display: block;
  position: relative;
  counter-reset: item;
  list-style-type: none;
  font-family: "mabry-regular-pro", arial, sans-serif;
}
.grant_details__block ol li {
  display: block;
  padding-left: 3.125rem;
  position: relative;
  margin: 1.25rem 0;
}
.grant_details__block ol li:before {
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 2.375rem;
  height: 2.375rem;
  background: #BE5121;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  text-align: center;
  padding-top: 0.6875rem;
  box-sizing: border-box;
}
.grant_details__block--with-image {
  padding-top: 0;
  margin-top: 25%;
}
@media screen and (max-width: 62rem) {
  .grant_details__block--with-image {
    margin-top: 30px;
  }
}
.grant_details__block__image {
  width: 100%;
  margin-top: calc(-35% + 4.375rem);
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 62rem) {
  .grant_details__block__image {
    padding: 4.375rem 0 2.5rem;
    margin-top: calc(-45% + 4.375rem);
    margin-bottom: 0;
  }
}
.grant_details__block img {
  object-fit: cover;
  width: 100%;
}
.grant_details__faq {
  margin-bottom: 3.125rem;
}
.grant_details__faq__entry {
  width: 100%;
  border-radius: 0.5625rem;
  background: #C1CFAF;
  border: 0.0625rem solid #C1CFAF;
}
.grant_details__faq__entry:not(:first-child) {
  margin-top: 0.625rem;
}
.grant_details__faq__entry h4 {
  margin-bottom: 0;
}
.grant_details__faq__entry button {
  background: none;
  outline: none;
  border: none;
  font-family: "mabry-regular-pro", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  margin: 0;
  padding: 1rem 1.25rem 1rem 5rem;
  position: relative;
  text-align: left;
  color: #393D40;
}
.grant_details__faq__entry button:before {
  content: "";
  width: 1.4375rem;
  height: 1.0625rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="17" fill="none"><path fill="%23000" d="M22.525 8.07c-2.926 0-4.673-1.642-5.622-3.018C15.672 3.265 15.235 1.215 15.235 0h-.864c0 1.338.476 3.59 1.82 5.538.606.88 1.501 1.853 2.767 2.532H0v.86h18.958c-1.266.679-2.161 1.653-2.767 2.532-1.344 1.948-1.82 4.2-1.82 5.538h.864c0-1.215.437-3.265 1.668-5.052.949-1.377 2.696-3.018 5.622-3.018H23v-.86h-.475Z"/></svg>');
  position: absolute;
  display: block;
  left: 1.875rem;
  top: 1.25rem;
}
.grant_details__faq__entry button:hover {
  cursor: pointer;
}
.grant_details__faq__entry__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.25rem 0 5rem;
}
.grant_details__faq__entry--expanded {
  background: #FBFFF8;
  border: 0.0625rem solid rgb(0, 0, 0);
}
.grant_details__faq__entry--expanded button:before {
  transform: rotate(90deg);
}
.grant_details__faq__entry--expanded .grant_details__faq__entry__content {
  padding: 0.625rem 1.25rem 0.625rem 5rem;
}

.grant_questions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: #FBFFF8;
  padding: 0 5.625rem 6.25rem;
}
@media screen and (max-width: 62rem) {
  .grant_questions {
    padding: 0 1.875rem 1.875rem;
  }
}
.grant_questions__content {
  width: 70%;
}
@media screen and (max-width: 62rem) {
  .grant_questions__content {
    width: 100%;
  }
}
.grant_questions__contact {
  width: 12.5rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  padding: 2.1875rem 1.875rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1.875rem;
}
.grant_questions__contact__link {
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  border: 0.0625rem solid #BE5121;
  background: #BE5121;
  border-radius: 5rem;
  text-decoration: underline;
  height: 2.375rem;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.grant_questions__contact__link:hover {
  background: rgba(190, 81, 33, 0.15);
  color: #BE5121;
}

.grant_posts {
  padding: 5.625rem 3.125rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .grant_posts {
    padding: 3.125rem 1.875rem;
  }
}
.grant_posts__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grant_posts h2 {
  font-size: 1rem;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 156.25%;
  text-align: center;
  text-transform: none;
}
.grant_posts p {
  text-align: center;
  padding-bottom: 3.125rem;
  width: 100%;
}
.grant_posts .grant_post {
  width: calc(33.33% - 0.8333333333rem);
  overflow: hidden;
  border-radius: 0.5625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.4);
  margin-bottom: 3.125rem;
  margin-left: 1.25rem;
  box-sizing: border-box;
}
.grant_posts .grant_post:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 62rem) {
  .grant_posts .grant_post {
    width: 100%;
    margin-left: 0;
  }
}
.grant_posts .grant_post__filter-cont {
  display: inline-block;
}
.grant_posts .grant_post__kind-filter {
  position: relative;
  margin-bottom: 3.75rem;
  padding: 0.375rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 0.0625rem solid rgb(0, 0, 0);
  border-radius: 5rem;
}
.grant_posts .grant_post__kind-filter::before {
  content: "";
  width: 33.33%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5rem;
  transition: all 0.3s ease-in-out;
  background: #91342D;
  z-index: 0;
}
.grant_posts .grant_post__kind-filter.position-0::before {
  left: 0%;
}
.grant_posts .grant_post__kind-filter.position-1::before {
  left: 33.33%;
}
.grant_posts .grant_post__kind-filter.position-2::before {
  left: 66.66%;
}
@media screen and (max-width: 62rem) {
  .grant_posts .grant_post__kind-filter {
    margin-bottom: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .grant_posts .grant_post__kind-filter::before {
    width: 50%;
  }
  .grant_posts .grant_post__kind-filter.position-1::before {
    left: 0;
  }
  .grant_posts .grant_post__kind-filter.position-2::before {
    left: 50%;
  }
  .grant_posts .grant_post__kind-filter button:first-child {
    display: none;
  }
}
.grant_posts .grant_post__kind-filter button {
  flex: 1;
  display: inline-block;
  min-width: 0;
  padding: 0.125rem 1.25rem;
  background: transparent;
  margin: 0;
  border: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.grant_posts .grant_post__kind-filter button.active {
  color: rgb(255, 255, 255);
}
.grant_posts .grant_post__filters {
  padding-bottom: 7.5rem;
  text-align: center;
  font-family: "pp_right_didonelight", Times, serif;
  font-size: 1.875rem;
  line-height: normal;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 62rem) {
  .grant_posts .grant_post__filters {
    font-size: 1.375rem;
    padding-bottom: 2.1875rem;
  }
}
.grant_posts .grant_post__filter-btn {
  background: transparent;
  color: #91342D;
  font-family: "pp_right_didonelight", Times, serif;
  font-size: 1.875rem;
  line-height: normal;
  outline: none;
  border: none;
  text-decoration: none;
  box-shadow: inset 0 -0.0625rem 0 0 #91342D;
}
@media screen and (max-width: 62rem) {
  .grant_posts .grant_post__filter-btn {
    font-size: 1.375rem;
  }
}
.grant_posts .grant_post__filter-btn:hover {
  cursor: pointer;
}
.grant_posts .grant_post__filter-btn:after {
  margin-left: 0.3125rem;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="12" viewBox="0 0 21 12" fill="none"><path d="M1 1L10.8958 10L20 1" stroke="%2391342D" stroke-width="1.5"/></svg>');
  width: 1.3125rem;
  height: 0.75rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 62rem) {
  .grant_posts .grant_post__filter-btn:after {
    width: 1.1875rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.grant_posts .grant_post__filter {
  display: none;
}
.grant_posts .grant_post__filter--expanded {
  display: block;
  position: absolute;
  left: 50%;
  width: 22.5rem;
  margin-left: -11.25rem;
  background: #FBFFF8;
  border-radius: 0.5625rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  padding: 0 1.5625rem;
  box-sizing: border-box;
}
.grant_posts .grant_post__filter--expanded li {
  padding: 0;
}
.grant_posts .grant_post__filter--expanded li::before {
  content: initial;
}
.grant_posts .grant_post__filter--expanded button {
  background: transparent;
  font-size: 1rem;
  line-height: 93.75%;
  margin: 1.5rem 0;
  padding: 0;
  border: none;
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  text-align: left;
}
.grant_posts .grant_post__filter--expanded button:before {
  content: "";
  position: absolute;
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
  top: -0.625rem;
  left: -0.625rem;
  background: #FBFFF8;
  z-index: -1;
  border-radius: 0.4375rem;
  transition: all 0.3s ease-in-out;
}
.grant_posts .grant_post__filter--expanded button.clear:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  height: 0.0625rem;
  background: #C7C7C7;
  width: 100%;
  display: block;
}
.grant_posts .grant_post__filter--expanded button:hover {
  cursor: pointer;
}
.grant_posts .grant_post__filter--expanded button:hover:before {
  background: rgba(193, 207, 175, 0.4);
}
.grant_posts .grant_post__image {
  width: 100%;
  height: 0;
  padding-bottom: 53.5%;
  overflow: hidden;
}
.grant_posts .grant_post__image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.grant_posts .grant_post__text {
  padding: 1.25rem 1.875rem 3.125rem;
  box-sizing: border-box;
  text-align: left;
}
.grant_posts .grant_post__text__label {
  color: rgb(255, 255, 255);
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  background: rgb(0, 0, 0);
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.625rem;
}
.grant_posts .grant_post__text__label--not-open-yet {
  background: #E4E4E4;
  color: rgb(0, 0, 0);
  border: 0.0625rem solid #E4E4E4;
}
.grant_posts .grant_post__text__label--open {
  background: #3F936F;
  color: rgb(255, 255, 255);
  border: 0.0625rem solid #3F936F;
}
.grant_posts .grant_post__text__label--closed {
  background: #E4E4E4;
  border: 0.0625rem solid #E4E4E4;
  color: rgb(0, 0, 0);
}
.grant_posts .grant_post__text__label--existing-partner {
  background: #E4E4E4;
  border: 0.0625rem solid #E4E4E4;
  color: rgb(0, 0, 0);
}
.grant_posts .grant_post__text__label--existing-partners {
  background: #E4E4E4;
  border: 0.0625rem solid #E4E4E4;
  color: rgb(0, 0, 0);
}
.grant_posts .grant_post__text h3 {
  font-size: 1.5625rem;
  line-height: normal;
  color: rgb(0, 0, 0);
  font-family: "pp_right_didonelight", Times, serif;
  margin: 1.5625rem 0 1.875rem;
}
.grant_posts .grant_post__text__description {
  font-size: 1rem;
  line-height: 156.25%;
  font-family: "mabry-regular-pro", arial, sans-serif;
  margin-bottom: 1.875rem;
}

.blog_posts {
  padding: 5.625rem 5.625rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .blog_posts {
    padding: 1.25rem 1.875rem;
  }
}
.blog_posts__no_results {
  width: 100%;
}
.blog_posts__clear {
  font-size: 0.875rem;
  background: #FBFFF8;
  height: 2.3125rem;
  padding: 0 1.875rem;
  border: none;
  color: rgb(0, 0, 0);
  background: transparent;
  align-items: center;
  display: none;
}
.blog_posts__clear.visible {
  display: flex;
}
@media screen and (max-width: 62rem) {
  .blog_posts__clear.visible {
    display: none;
  }
}
.blog_posts__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog_posts__cta.hide {
  display: none;
}
.blog_posts__filters {
  position: relative;
  overflow: hidden;
}
.blog_posts__filters__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .blog_posts__filters {
    position: absolute;
    right: 1.25rem;
    overflow: visible;
    display: none;
  }
  .blog_posts__filters.expanded {
    display: block;
  }
}
.blog_posts__filters__button {
  height: 2.3125rem;
  padding: 0 1.875rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 5rem;
  background: transparent;
  display: none;
}
@media screen and (max-width: 62rem) {
  .blog_posts__filters__button {
    display: block;
  }
}
.blog_posts__filters ul {
  display: flex;
  box-sizing: content-box;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 62rem) {
  .blog_posts__filters ul {
    width: 18.75rem;
    display: flex;
    flex-wrap: wrap;
    background: #FBFFF8;
    border-radius: 0.5625rem;
    padding: 1.5625rem 0.9375rem 0.9375rem;
    box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.25);
  }
}
.blog_posts__filters li {
  height: 2.3125rem;
  padding: 0 1.875rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.blog_posts__filters li:not(:last-child):not(:nth-last-child(2)) {
  margin-right: 0.9375rem;
}
@media screen and (max-width: 1250px) {
  .blog_posts__filters li {
    margin-bottom: 0.625rem;
  }
  .blog_posts__filters li:not(:last-child):not(:nth-last-child(2)) {
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 62rem) {
  .blog_posts__filters li {
    margin-bottom: 0.625rem;
    height: 1.5625rem;
    padding: 0 0.9375rem;
  }
}
.blog_posts__filters li.blog_posts__filters--clear {
  border: none;
  display: none;
}
.blog_posts__filters li.blog_posts__filters--clear.visible {
  display: flex;
}
@media screen and (min-width: 62rem) {
  .blog_posts__filters li.blog_posts__filters--clear.visible {
    display: none;
  }
}
.blog_posts__filters li.active {
  background: #C1CFAF;
  border: 0.0625rem solid #C1CFAF;
}
.blog_posts__filters li a {
  font-family: "mabry-light-pro", arial, sans-serif;
  white-space: nowrap;
  text-decoration: none;
}
.blog_posts__filters li:before {
  display: none;
}
.blog_posts h2 {
  text-align: left;
  text-transform: none;
}
.blog_posts .blog_post {
  width: calc(33.33% - 0.8333333333rem);
  overflow: hidden;
  border-radius: 0.5625rem;
  margin-bottom: 3.125rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 62rem) {
  .blog_posts .blog_post {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.625rem;
  }
}
.blog_posts .blog_post article {
  height: 100%;
}
.blog_posts .blog_post:nth-child(3n+1) {
  margin-left: 0;
}
.blog_posts .blog_post:hover .blog_post__text {
  background-color: #E0E9D4;
}
.blog_posts .blog_post:hover .blog_post__text__label {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.blog_posts .blog_post__image {
  width: 100%;
  height: 0;
  padding-bottom: 77%;
  overflow: hidden;
}
.blog_posts .blog_post__image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  border-radius: 0.5625rem 0.5625rem 0 0;
}
.blog_posts .blog_post__text {
  height: 100%;
  padding: 1.25rem 1.875rem 3.125rem;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 62rem) {
  .blog_posts .blog_post__text {
    padding: 1.25rem 1.875rem 1.25rem;
  }
}
.blog_posts .blog_post__text__label {
  color: rgb(0, 0, 0);
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  border: 0.0625rem solid rgb(0, 0, 0);
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.625rem;
  transition: all 0.3s ease-in-out;
}
.blog_posts .blog_post__text h3 {
  font-size: 1.5625rem;
  line-height: normal;
  color: rgb(0, 0, 0);
  font-family: "pp_right_didonelight", Times, serif;
  margin: 1.5625rem 0 1.875rem;
}
.blog_posts .blog_post__text__description {
  font-size: 1rem;
  line-height: 156.25%;
  font-family: "mabry-regular-pro", arial, sans-serif;
  margin-bottom: 1.875rem;
}

.stories_posts {
  padding: 2.8125rem 3.125rem;
  text-align: center;
}
@media screen and (max-width: 62rem) {
  .stories_posts {
    padding: 1.25rem 1.875rem;
  }
}
.stories_posts__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.stories_posts__title {
  margin: 0 0.9375rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.stories_posts__button {
  font-size: 0.875rem;
  background: #FBFFF8;
  height: 2.3125rem;
  padding: 0 1.875rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 5rem;
  background: transparent;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 62rem) {
  .stories_posts__button.expanded {
    display: none;
  }
}
.stories_posts__button:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url(../src/assets/filter.svg);
  width: 1.125rem;
  height: 1.125rem;
}
.stories_posts__clear {
  font-size: 0.875rem;
  background: #FBFFF8;
  height: 2.3125rem;
  padding: 0 1.875rem;
  border: none;
  color: rgb(0, 0, 0);
  background: transparent;
  align-items: center;
  display: none;
}
.stories_posts__clear.visible {
  display: flex;
}
@media screen and (max-width: 62rem) {
  .stories_posts__clear.visible {
    display: none;
  }
}
.stories_posts__filters {
  display: none;
  position: relative;
  overflow: hidden;
}
.stories_posts__filters.expanded {
  display: block;
}
.stories_posts__filters__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 62rem) {
  .stories_posts__filters {
    position: absolute;
    right: 1.25rem;
    overflow: visible;
    display: none;
  }
  .stories_posts__filters.expanded {
    display: block;
  }
}
.stories_posts__filters__button {
  height: 2.3125rem;
  padding: 0 1.875rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 5rem;
  background: transparent;
  display: none;
}
@media screen and (max-width: 62rem) {
  .stories_posts__filters__button {
    display: block;
  }
}
.stories_posts__filters:after {
  content: "";
  background: url('data:image/svg+xml,<svg width="196" height="71" viewBox="0 0 196 71" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="196" width="71" height="196" transform="rotate(90 196 0)" fill="url(%23paint0_linear_2060_4817)"/><defs><linearGradient id="paint0_linear_2060_4817" x1="231.5" y1="0" x2="231.5" y2="196" gradientUnits="userSpaceOnUse"><stop offset="0.5607" stop-color="%23FBFFF8"/><stop offset="1" stop-color="%23FBFFF8" stop-opacity="0"/></linearGradient></defs></svg>');
  width: 12.25rem;
  height: 4.4375rem;
  position: absolute;
  top: 0;
  right: -3.125rem;
}
@media screen and (max-width: 62rem) {
  .stories_posts__filters:after {
    display: none;
  }
}
.stories_posts__filters ul {
  display: flex;
  box-sizing: content-box;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-right: 12.25rem;
}
@media screen and (max-width: 62rem) {
  .stories_posts__filters ul {
    width: 18.75rem;
    display: flex;
    flex-wrap: wrap;
    background: #FBFFF8;
    border-radius: 0.5625rem;
    padding: 1.5625rem 0.9375rem 0.9375rem;
    box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.25);
  }
}
.stories_posts__filters li {
  height: 2.3125rem;
  padding: 0 1.875rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.9375rem;
}
.stories_posts__filters li.stories_posts__filters--clear {
  border: none;
  display: none;
}
.stories_posts__filters li.stories_posts__filters--clear.visible {
  display: flex;
}
@media screen and (min-width: 62rem) {
  .stories_posts__filters li.stories_posts__filters--clear.visible {
    display: none;
  }
}
@media screen and (max-width: 62rem) {
  .stories_posts__filters li {
    margin-bottom: 0.625rem;
    height: 1.5625rem;
    padding: 0 0.9375rem;
  }
}
.stories_posts__filters li.active {
  background: #C1CFAF;
  border: 0.0625rem solid #C1CFAF;
}
.stories_posts__filters li a {
  font-family: "mabry-light-pro", arial, sans-serif;
  white-space: nowrap;
  text-decoration: none;
}
.stories_posts__filters li:before {
  display: none;
}
.stories_posts h2 {
  text-align: left;
  text-transform: none;
}
.stories_posts .story_post {
  width: calc(33.3333333333% - 1.875rem);
  overflow: hidden;
  border-radius: 0.5625rem;
  margin: 0 0.9375rem 2.8125rem;
  border: 0.0625rem solid rgb(0, 0, 0);
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 62rem) {
  .stories_posts .story_post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.stories_posts .story_post--featured {
  width: calc(100% - 1.0625rem);
}
@media screen and (max-width: 62rem) {
  .stories_posts .story_post--featured {
    margin-left: -1.875rem !important;
    width: calc(100% + 3.75rem);
    margin-right: -1.875rem;
    border-radius: 0;
    border-color: #FBFFF8;
  }
}
.stories_posts .story_post--featured a {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 62rem) {
  .stories_posts .story_post--featured a {
    flex-direction: column;
  }
}
.stories_posts .story_post--featured a .story_post__image {
  width: 67%;
  padding-bottom: 45.25%;
}
@media screen and (max-width: 62rem) {
  .stories_posts .story_post--featured a .story_post__image {
    order: 1;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}
.stories_posts .story_post--featured a .story_post__text {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
}
@media screen and (max-width: 62rem) {
  .stories_posts .story_post--featured a .story_post__text {
    width: 100%;
    order: 2;
    padding: 1.25rem 3.75rem 3.125rem;
  }
}
.stories_posts .story_post--featured a .story_post__text__description {
  margin-bottom: 0;
}
.stories_posts .story_post a {
  text-decoration: none;
}
.stories_posts .story_post:hover {
  background: #C1CFAF;
  border: 0.0625rem solid #C1CFAF;
}
.stories_posts .story_post:hover .story_post__text__label {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.stories_posts .story_post__image {
  width: 100%;
  height: 0;
  padding-bottom: 83%;
  overflow: hidden;
}
.stories_posts .story_post__image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.stories_posts .story_post__text {
  padding: 1.25rem 1.875rem 3.125rem;
  box-sizing: border-box;
  text-align: left;
}
.stories_posts .story_post__text__label {
  color: #393D40;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-family: "mabry-medium-pro", arial, sans-serif;
  display: inline-block;
  border: 0.0625rem solid #393D40;
  height: 1.3125rem;
  border-radius: 5rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.625rem;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.stories_posts .story_post__text h3 {
  font-size: 1.25rem;
  line-height: 131.23%;
  color: #393D40;
  font-family: "mabry-medium-pro", arial, sans-serif;
  text-transform: uppercase;
  margin: 1.25rem 0 0.625rem;
}
.stories_posts .story_post__text__description {
  font-size: 1rem;
  line-height: 156.25%;
  font-family: "mabry-regular-pro", arial, sans-serif;
  margin-bottom: 0;
}

.share_posts {
  padding: 1.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FBFFF8;
}
.share_posts .m18_post_hero__info__share__logos img {
  margin-left: 0.625rem;
  transform: translateY(0);
}

.popup-map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FBFFF8;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .popup-map {
    height: 130vw;
    margin-bottom: 3em;
  }
}
.popup-map * {
  box-sizing: border-box;
}
.popup-map main {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.popup-map main section {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.popup-map main section.map-container {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container {
    width: 100%;
  }
}
.popup-map main section.map-container > .h100 {
  height: 100%;
  padding: 3vh 0;
}
.popup-map main section.map-container .inner {
  height: 100%;
  width: 59.22vh;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .inner {
    width: 75%;
    margin-left: 5%;
  }
}
.popup-map main section.map-container .inner.transition-enabled {
  transition: transform 0.4s ease;
}
.popup-map main section.map-container .inner > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-map main section.map-container .inner > svg g {
  cursor: pointer;
}
.popup-map main section.map-container .inner > svg g > * {
  stroke-width: 0.04em;
  transition: 0.6s ease;
}
.popup-map main section.map-container .inner > svg g.hovered > *, .popup-map main section.map-container .inner > svg g.selected > * {
  stroke: #CE5721;
  fill: #F6F6F6;
}
.popup-map main section.map-container .inner .dot {
  position: absolute;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #CE5721;
  transition: 0.2s ease;
  pointer-events: none;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
}
.popup-map main section.map-container .inner .dot.bor {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}
.popup-map main section.map-container .inner .dot.london {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
}
.popup-map main section.map-container .inner .dot.wht {
  width: 6px;
  height: 6px;
  background-color: #fff;
  z-index: 1;
}
.popup-map main section.map-container .inner .dot.pulse {
  z-index: 3;
  animation: pulse 1s infinite;
}
.popup-map main section.map-container .inner.zoomIn .info-popup {
  opacity: 0;
  visibility: hidden;
}
.popup-map main section.map-container .gmap {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
}
.popup-map main section.map-container .gmap .gmap-inner {
  padding-bottom: 100%;
}
.popup-map main section.map-container .floating-bar {
  position: absolute;
  background-color: #421132;
  color: #fff;
  width: 84px;
  text-align: center;
  right: 1.5em;
  top: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 136px;
  padding: 1.5em 0.3em;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .floating-bar {
    right: 0.5em;
    margin-top: 1em;
    width: 70px;
    padding: 1em 0.1em;
  }
}
.popup-map main section.map-container .floating-bar > .item {
  padding: 0.7em 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .floating-bar > .item {
    padding: 0.5em 0;
  }
}
.popup-map main section.map-container .floating-bar > .item .count {
  font-size: 26px;
  font-family: "pp_right_didonelight", Times, serif;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .floating-bar > .item .count {
    font-size: 20px;
  }
}
.popup-map main section.map-container .floating-bar > .item .name {
  font-size: 11px;
  line-height: 11px;
  font-family: "mabry-medium-pro", arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .floating-bar > .item .name {
    font-size: 10px;
  }
}
.popup-map main section.map-container .floating-bar.selected .item:not(.selected) {
  color: rgba(255, 255, 255, 0.4);
}
.popup-map main section.map-container .info-popup {
  position: absolute;
  border: 1px solid #000;
  background-color: #FBFFF8;
  padding: 1.3em 1.3em 0.7em 1.3em;
  border-radius: 10px;
  width: 22em;
  max-width: 90vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  left: 0;
  z-index: 4;
  transform: translate(0, calc(-100% - 13px));
}
.popup-map main section.map-container .info-popup.selected, .popup-map main section.map-container .info-popup.hovered {
  opacity: 1;
  visibility: visible;
}
.popup-map main section.map-container .info-popup .arr {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  border-top: 13px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  transform: translateX(-50%);
}
.popup-map main section.map-container .info-popup .arr::after {
  content: "";
  position: absolute;
  width: 18.3848px;
  height: 18.3848px;
  border-bottom: 1px solid #000;
  border-right: 1px solid black;
  top: -21px;
  left: -10px;
  transform: rotate(45deg);
}
.popup-map main section.map-container .info-popup .arr::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 18px;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup .arr::before {
    display: none;
  }
}
.popup-map main section.map-container .info-popup.northern-ireland {
  top: 47%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.northern-ireland .arr {
    left: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.northern-ireland {
    left: 19%;
    transform: translate(-30%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.northern-ireland .arr {
    left: 30%;
  }
}
.popup-map main section.map-container .info-popup.wales {
  top: 67%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.wales .arr {
    left: 38%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.wales {
    left: 46%;
    transform: translate(-70%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.wales .arr {
    left: 70%;
  }
}
.popup-map main section.map-container .info-popup.scotland {
  top: 20%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.scotland {
    top: 33%;
  }
  .popup-map main section.map-container .info-popup.scotland .arr {
    left: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.scotland {
    left: 35%;
    transform: translate(-50%, calc(-100% - 13px));
  }
}
.popup-map main section.map-container .info-popup.london {
  top: 82%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.london .arr {
    left: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.london {
    left: 78%;
    transform: translate(-54%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.london .arr {
    left: 54%;
  }
}
.popup-map main section.map-container .info-popup.east {
  top: 70%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.east .arr {
    left: 73%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.east {
    left: 88%;
    transform: translate(-90%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.east .arr {
    left: 90%;
  }
}
.popup-map main section.map-container .info-popup.south-east {
  top: 80%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.south-east .arr {
    left: 58%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.south-east {
    left: 70%;
    transform: translate(-70%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.south-east .arr {
    left: 70%;
  }
}
.popup-map main section.map-container .info-popup.south-west {
  top: 80%;
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.south-west {
    left: 60%;
    transform: translate(-78%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.south-west .arr {
    left: 78%;
  }
}
.popup-map main section.map-container .info-popup.west-midlands {
  top: 70%;
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.west-midlands {
    left: 58%;
    transform: translate(-47%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.west-midlands .arr {
    left: 47%;
  }
}
.popup-map main section.map-container .info-popup.east-midlands {
  top: 66%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.east-midlands .arr {
    left: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.east-midlands {
    left: 72%;
    transform: translate(-65%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.east-midlands .arr {
    left: 65%;
  }
}
.popup-map main section.map-container .info-popup.yorkshire {
  top: 54%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.yorkshire .arr {
    left: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.yorkshire {
    left: 68%;
    transform: translate(-60%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.yorkshire .arr {
    left: 60%;
  }
}
.popup-map main section.map-container .info-popup.north-west {
  top: 50%;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.map-container .info-popup.north-west .arr {
    left: 43%;
  }
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.north-west {
    left: 52%;
    transform: translate(-59%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.north-west .arr {
    left: 59%;
  }
}
.popup-map main section.map-container .info-popup.north-east {
  top: 43%;
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .info-popup.north-east {
    left: 62%;
    transform: translate(-60%, calc(-100% - 13px));
  }
  .popup-map main section.map-container .info-popup.north-east .arr {
    left: 60%;
  }
}
.popup-map main section.map-container .info-popup .title {
  font-size: 16px;
  font-family: "mabry-regular-pro", arial, sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
}
.popup-map main section.map-container .info-popup .info {
  font-size: 14px;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 25px;
}
.popup-map main section.map-container .info-popup .info .more {
  cursor: pointer;
  font-size: 12px;
  font-family: "mabry-medium-pro", arial, sans-serif;
  margin-top: 0.5em;
}
.popup-map main section.map-container .info-popup .info .more svg {
  display: inline-block;
  vertical-align: sub;
  margin-left: 0.5em;
}
.popup-map main section.map-container .open-search {
  font-size: 20px;
  font-family: "pp_right_didonelight", Times, serif;
  text-align: center;
  width: 80px;
  line-height: 80px;
  background-color: #421132;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left: 1em;
  top: 1em;
  z-index: 1;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .popup-map main section.map-container .open-search {
    display: none;
  }
}
.popup-map main section.search-and-filters {
  background-color: #421132;
  color: #fff;
  padding: 4em 4.5% 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.search-and-filters {
    position: fixed;
    left: -100%;
    width: 95%;
    height: 100%;
    top: 0;
    padding-top: 2em;
    z-index: 105;
  }
  html.opened-search-and-filters .popup-map main section.search-and-filters {
    left: 0;
  }
}
.popup-map main section.search-and-filters #regions {
  display: none;
}
.popup-map main section.search-and-filters .open-search {
  cursor: pointer;
  position: absolute;
  right: 0.55em;
  top: 0.8em;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .popup-map main section.search-and-filters .open-search {
    display: none;
  }
}
.popup-map main section.search-and-filters .inner {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 4em;
}
@media screen and (max-width: 1023px) {
  .popup-map main section.search-and-filters .inner {
    padding-right: 1em;
  }
}
.popup-map main section.search-and-filters .inner::-webkit-scrollbar {
  width: 4px;
}
.popup-map main section.search-and-filters .inner::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #fff;
}
.popup-map main section.search-and-filters .inner .filters {
  max-width: 30em;
}
.popup-map main section.search-and-filters h4 {
  color: #fff;
  margin-bottom: 0.7em;
}
.popup-map main section.search-and-filters p {
  color: #fff;
}
.popup-map main section.search-and-filters .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0 0.3em;
}
.popup-map main section.search-and-filters .buttons > * {
  width: 49%;
  margin-bottom: 1em;
}
.popup-map main section.search-and-filters .clear-region {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.popup-map main section.search-and-filters .clear-region > span {
  font-size: 13px;
  font-family: "mabry-regular-pro", arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .popup-map main section.search-and-filters .clear-region > span .mob-none {
    display: none;
  }
}
.popup-map main section.search-and-filters .clear {
  font-size: 13px;
  cursor: pointer;
}
.popup-map main section.search-and-filters #results {
  margin-top: 2em;
}
.popup-map main section.search-and-filters #results .items {
  position: relative;
}
.popup-map main section.search-and-filters #results .title h5 {
  font-size: 20px;
  font-family: "pp_right_didonelight", Times, serif;
  color: #fff;
  margin-bottom: 1em;
}
.popup-map main section.search-and-filters #results .title h5 .count {
  font-size: 12px;
  font-family: "mabry-light-pro", arial, sans-serif;
}
.popup-map main section.search-and-filters #results .item {
  border-radius: 10px;
  background-color: #fff;
  padding: 1.3em;
  margin-bottom: 14px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.popup-map main section.search-and-filters #results .item h5 {
  font-size: 25px;
  font-family: "pp_right_didonelight", Times, serif;
  margin-bottom: 0.3em;
  color: #000;
}
.popup-map main section.search-and-filters #results .item .content {
  font-size: 14px;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 25px;
}
.popup-map main section.search-and-filters #results .item .more {
  text-decoration: none;
  font-size: 14px;
  font-family: "mabry-medium-pro", arial, sans-serif;
  margin-top: 1em;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .popup-map main section.search-and-filters #results .item .more {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
  }
}
.popup-map main section.search-and-filters #results .item .more::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDIzIDE3IiBmaWxsPSJub25lIj4KICAgICAgICAgICAgICA8cGF0aCBkPSJNMjIuNTI1IDguMDY5NzFDMTkuNTk4NiA4LjA2OTcxIDE3Ljg1MTYgNi40Mjg0OCAxNi45MDI5IDUuMDUxNTZDMTUuNjcxNiAzLjI2NTI2IDE1LjIzNDggMS4yMTQ2NCAxNS4yMzQ4IDBIMTQuMzcxMkMxNC4zNzEyIDEuMzM3NTggMTQuODQ3NCAzLjU4OTgyIDE2LjE5MSA1LjUzODRDMTYuNzk2OCA2LjQxNzQxIDE3LjY5MjQgNy4zOTEwOSAxOC45NTgzIDguMDY5NzFIMFY4LjkzMDI5SDE4Ljk1ODNDMTcuNjkyNCA5LjYwODkxIDE2Ljc5NjggMTAuNTgyNiAxNi4xOTEgMTEuNDYxNkMxNC44NDc0IDEzLjQxMDIgMTQuMzcxMiAxNS42NjI0IDE0LjM3MTIgMTdIMTUuMjM0OEMxNS4yMzQ4IDE1Ljc4NTQgMTUuNjcxNiAxMy43MzQ3IDE2LjkwMjkgMTEuOTQ4NEMxNy44NTE2IDEwLjU3MTUgMTkuNTk4NiA4LjkzMDI5IDIyLjUyNSA4LjkzMDI5SDIzVjguMDY5NzFIMjIuNTI1WiIgZmlsbD0iYmxhY2siLz4KICAgICAgICAgICAgICA8L3N2Zz4=");
  width: 23px;
  height: 17px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 0.5em;
}

.button2 {
  font-size: 14px;
  padding: 5px 10px;
  line-height: 19px;
  display: inline-block;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 29px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease;
}
.button2.selected {
  background-color: #fff;
  color: #421132;
}

#floating-bar2 {
  display: none;
}

.scroll-section-cont {
  position: relative;
}
.scroll-section-cont .scroll-section-move.fixed {
  position: fixed !important;
  top: 0 !important;
}
.scroll-section-cont .scroll-section-move.fixed.bottom {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
}

html.opened-search-and-filters {
  overflow-y: hidden;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.deep-data-table {
  width: 100%;
  background: rgba(193, 207, 175, 0.35);
  border-radius: 15px;
}
.deep-data-table thead tr th {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  background: #C1CFAF;
  vertical-align: middle;
  padding: 18px 20px;
}
.deep-data-table thead tr th:not(:last-child) {
  border-right: 2px solid #fff;
}
.deep-data-table thead tr th:first-child {
  border-top-left-radius: 15px;
}
.deep-data-table thead tr th:last-child {
  border-top-right-radius: 15px;
}
.deep-data-table tbody tr td {
  font-size: 14px;
  line-height: 24px;
  padding: 18px 20px;
}
.deep-data-table tbody tr td a {
  text-decoration: underline;
}
.deep-data-table tbody tr td:not(:last-child) {
  border-right: 2px solid #fff;
}
.deep-data-table tbody tr td:nth-child(1) {
  width: 12%;
}
.deep-data-table tbody tr td:nth-child(2) {
  width: 19%;
}
.deep-data-table tbody tr td:nth-child(3) {
  width: 10%;
}
.deep-data-table tbody tr td:nth-child(4) {
  width: 9%;
  text-align: center;
}
.deep-data-table tbody tr td:nth-child(5) {
  width: 12%;
}
.deep-data-table tbody tr td:nth-child(6) {
  width: 11%;
  text-align: center;
}
.deep-data-table tbody tr td:nth-child(7) {
  width: 10%;
  text-align: center;
}
.deep-data-table tbody tr td:nth-child(8) {
  width: 8%;
  text-align: center;
}
.deep-data-table tbody tr td:nth-child(9) {
  width: 9%;
  text-align: center;
}
.deep-data-table tbody tr:nth-child(even) td {
  background-color: rgba(193, 207, 175, 0.35);
}
.deep-data-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.deep-data-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.data-table-cont {
  max-width: 1325px;
  margin: 6% auto;
}
@media screen and (max-width: 767px) {
  .data-table-cont {
    margin: 4em auto;
  }
}
.data-table-cont .filter {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.data-table-cont .filter .main {
  font-size: 30px;
  font-family: "pp_right_didonelight", Times, serif;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.data-table-cont .filter .second {
  max-width: 25.5em;
  margin: 0 auto 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.data-table-cont .filter .second .select3 {
  max-width: 304px;
  width: calc(100% - 6em);
}
.data-table-cont .filter .second .clear {
  font-size: 13px;
  cursor: pointer;
}
.data-table-cont .filter .second .info {
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  right: 105%;
  white-space: nowrap;
  padding-right: 2em;
  display: none;
}
.data-table-cont .filter .second .info::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="17" viewBox="0 0 23 17" fill="none"><path d="M22.525 8.06971C19.5986 8.06971 17.8516 6.42848 16.9029 5.05156C15.6716 3.26526 15.2348 1.21464 15.2348 0H14.3712C14.3712 1.33758 14.8474 3.58982 16.191 5.5384C16.7968 6.41741 17.6924 7.39109 18.9583 8.06971H0V8.93029H18.9583C17.6924 9.60891 16.7968 10.5826 16.191 11.4616C14.8474 13.4102 14.3712 15.6624 14.3712 17H15.2348C15.2348 15.7854 15.6716 13.7347 16.9029 11.9484C17.8516 10.5715 19.5986 8.93029 22.525 8.93029H23V8.06971H22.525Z" fill="%23393D40"/></svg>');
  content: "";
  position: absolute;
  width: 1.4375rem;
  height: 1.0625rem;
  display: inline-block;
  margin-left: 0.75rem;
  right: 0;
}
.data-table-cont .button-cont {
  text-align: center;
  margin-top: 2em;
}
.data-table-outer {
  width: 90%;
  margin: 0 auto;
}
.data-table-outer .count-cont {
  margin: 0 0 1em 15px;
}
.data-table-outer.clipped {
  max-height: 100vh;
  overflow-y: hidden;
  position: relative;
}
.data-table-outer.clipped::after {
  content: "";
  height: 140px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, #FBFFF8 0%, rgba(251, 255, 248, 0) 100%);
}
@media screen and (max-width: 1023px) {
  .data-table-outer {
    width: 100%;
    overflow-x: scroll;
  }
  .data-table-outer .count-cont {
    margin-left: calc(5% + 15px);
  }
  .data-table-outer .deep-data-table {
    margin: 0 5%;
  }
}

.none {
  display: none;
}

.button3 {
  line-height: 35px;
  border-radius: 80px;
  border: 1px solid #000;
  width: 100%;
  max-width: 218px;
  padding: 0 1.2em;
  display: inline-block;
  cursor: pointer;
}
.button3 svg {
  vertical-align: middle;
  margin-left: 1em;
}

.select3 {
  position: relative;
  user-select: none;
  text-align: left;
}
.select3 .selected {
  cursor: pointer;
}
.select3 .dropdown {
  position: absolute;
  width: 100%;
  left: 50%;
  top: calc(100% + 1px);
  z-index: 10;
  -webkit-transform: translateX(-50%);
  border-radius: 9px;
  background: #FBFFF8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-family: "mabry-regular-pro", arial, sans-serif;
  line-height: 35px;
  padding: 0.6em;
  text-align: left;
  display: none;
  box-sizing: border-box;
}
.select3 .dropdown .inner {
  max-height: 12em;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
}
.select3 .dropdown .inner::-webkit-scrollbar {
  width: 2px;
}
.select3 .dropdown .inner::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #000;
}
.select3 .dropdown .inner > * {
  padding: 0.3em 0.6em;
  display: block;
  line-height: 1.75;
  border-radius: 7px;
  cursor: pointer;
}
.select3 .dropdown .inner > *:hover {
  background-color: rgba(193, 207, 175, 0.4);
}

.select3-1 {
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
  background-size: 14px;
  background: #fbfff8 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTYgOSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEgMUw4LjI5MTY3IDhMMTUgMSIgc3Ryb2tlPSJibGFjayIvPgogIDwvc3ZnPg==") no-repeat calc(100% - 1em);
}
.select3-1 .selected {
  font-size: 14px;
  line-height: 31px;
  display: block;
  padding: 0 1em;
}
.select3-1 .selected .inner > * {
  line-height: 1.4;
}

.select3-2 {
  border-bottom: 1px solid #91342D;
  background-size: 19px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDIxIDEyIiBmaWxsPSJub25lIj4KICAgIDxwYXRoIGQ9Ik0xIDFMMTAuODk1OCAxMEwyMCAxIiBzdHJva2U9IiM5MTM0MkQiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgICA8L3N2Zz4=") no-repeat right;
  padding-right: 1em;
}
.select3-2 .selected {
  color: #91342D;
}
.select3-2 .dropdown {
  font-size: 20px;
  width: 200%;
}

.intuitive-search {
  position: fixed;
  top: 0;
  width: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  height: 100%;
  box-sizing: border-box;
  background: #1D4D23;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 62rem) {
  .intuitive-search {
    width: 100%;
    top: 100%;
    padding: 0 1.875rem;
  }
}
.intuitive-search--open.intuitive-search {
  width: 50.3125rem;
  opacity: 1;
  z-index: 99999;
  top: 0;
  padding-right: 6.875rem;
  padding-left: 11.25rem;
}
@media screen and (max-width: 62rem) {
  .intuitive-search--open.intuitive-search {
    width: 100%;
    padding: 0 1.875rem;
  }
}
.intuitive-search--open.intuitive-search:after {
  width: 500%;
}
.intuitive-search--open.intuitive-search .intuitive-search__container {
  opacity: 1;
  transition: opacity 0.15s ease-in-out 0.3s;
}
.intuitive-search h2 {
  color: rgb(255, 255, 255);
}
.intuitive-search:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 5rem;
  height: 100%;
  background: #91342D;
}
@media screen and (max-width: 62rem) {
  .intuitive-search:before {
    display: none;
  }
}
.intuitive-search:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
  height: 100%;
  opacity: 0.4;
  width: 0;
}
@media screen and (max-width: 62rem) {
  .intuitive-search:after {
    display: none;
  }
}
.intuitive-search__container {
  padding-top: 10.625rem;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 6.25rem;
  overflow-y: scroll;
  overflow-x: visible;
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media screen and (max-width: 62rem) {
  .intuitive-search__container {
    padding-top: 8.125rem;
  }
}
.intuitive-search__container::-webkit-scrollbar {
  display: none;
}
.intuitive-search__container:before {
  content: "";
  background: url('data:image/svg+xml,<svg width="804" height="169" viewBox="0 0 804 169" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="804" y="175" width="804" height="175" transform="rotate(-180 804 175)" fill="url(%23paint0_linear_2060_16602)"/><defs><linearGradient id="paint0_linear_2060_16602" x1="1206" y1="175" x2="1206" y2="350" gradientUnits="userSpaceOnUse"><stop stop-color="%231D4D23"/><stop offset="1" stop-color="%231D4D23" stop-opacity="0"/></linearGradient></defs></svg>');
  width: calc(100% - 5rem);
  bottom: 0;
  right: 0;
  position: absolute;
  height: 10.5625rem;
}
@media screen and (max-width: 62rem) {
  .intuitive-search__container:before {
    display: none;
  }
}
.intuitive-search__close-btn {
  width: 2.3125rem;
  height: 4rem;
  position: absolute;
  top: 2.8125rem;
  left: 6.375rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37" viewBox="0 0 37 37" fill="none"><circle cx="18.5" cy="18.5" r="18" stroke="white"/><line x1="12.3536" y1="11.6464" x2="25.702" y2="24.9949" stroke="white"/><line x1="11.6464" y1="24.6464" x2="24.9949" y2="11.298" stroke="white"/></svg>');
  border: none;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 62rem) {
  .intuitive-search__close-btn {
    left: auto;
    right: 1.875rem;
    top: 1.875rem;
  }
}
.intuitive-search__close-btn span {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: rgb(255, 255, 255);
}
.intuitive-search__search {
  position: relative;
}
.intuitive-search__search__btn {
  position: absolute;
  height: 1.25rem;
  width: 1.6875rem;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.625rem;
  outline: none;
  border: none;
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="20" viewBox="0 0 27 20" fill="none"><path d="M26.4424 9.49378C23.007 9.49378 20.9562 7.56292 19.8425 5.94301C18.3971 3.84148 17.8844 1.42898 17.8844 0H16.8706C16.8706 1.57362 17.4296 4.22331 19.0068 6.51576C19.7179 7.5499 20.7694 8.6954 22.2554 9.49378H0V10.5062H22.2554C20.7694 11.3046 19.7179 12.4501 19.0068 13.4842C17.4296 15.7767 16.8706 18.4264 16.8706 20H17.8844C17.8844 18.571 18.3971 16.1585 19.8425 14.057C20.9562 12.4371 23.007 10.5062 26.4424 10.5062H27V9.49378H26.4424Z" fill="white"/></svg>');
  font-size: 0;
}
.intuitive-search__search__btn:hover {
  cursor: pointer;
}
.intuitive-search input[type=text] {
  background: transparent;
  border: 0.0625rem solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  outline: none;
  width: 100%;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 5rem;
  height: 2.8125rem;
  padding: 0 1.25rem 0 2.8125rem;
  box-sizing: border-box;
  background: url('data:image/svg+xml,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.07503" cy="8.07503" r="7.27503" stroke="white" stroke-width="1.6"/><line x1="13.8665" y1="12.7351" x2="19.5665" y2="18.4351" stroke="white" stroke-width="1.6"/></svg>');
  background-repeat: no-repeat;
  background-position: 0.9375rem 0.75rem;
}
.intuitive-search input[type=text]::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}
.intuitive-search input[type=text]::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(255, 255, 255);
}
.intuitive-search__box {
  background: #FBFFF8;
  margin-top: 0.625rem;
  border-radius: 0.5625rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.intuitive-search__box:hover {
  background: #C1CFAF;
}
.intuitive-search__box a {
  text-decoration: none;
}
.intuitive-search__box h3 {
  font-size: 1.125rem;
  line-height: normal;
  color: rgb(0, 0, 0);
  font-family: "mabry-medium-pro", arial, sans-serif;
  margin-bottom: 0.5rem;
}
.intuitive-search__box p {
  font-size: 1rem;
  line-height: 156.25%;
  color: rgb(0, 0, 0);
}
.intuitive-search__box .arrow-right {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -1rem;
}
.intuitive-search__box:first-child {
  margin-top: 3.125rem;
}
.intuitive-search__most-searched.hide {
  display: none;
}
.intuitive-search__results {
  margin-top: 3.125rem;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 62rem) {
  .intuitive-search__results {
    margin-top: 0.9375rem;
  }
}
.intuitive-search__results.hide {
  display: none;
}
.intuitive-search__results h3 {
  color: rgb(255, 255, 255);
  font-size: 1.5625rem;
  line-height: normal;
  font-weight: 300;
  margin-top: 3.125rem;
}
@media screen and (max-width: 62rem) {
  .intuitive-search__results h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.intuitive-search__results p {
  font-size: 1rem;
  line-height: 156.25%;
  margin-top: 1.25rem;
}
.intuitive-search__results .btn {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 62rem) {
  .intuitive-search__results .btn.btn--tertiary.btn--with-arrow span:after {
    background: url("../src/assets/arrow-white.svg");
    background-size: contain;
  }
}

.page-template-grant-page .m11_section_hero {
  background-image: url(../src/assets/quote-pattern.svg);
  background-size: cover;
  background-position: -30vw 50%;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=app.min.css.map */
