/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./src/scss/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
    margin-bottom: 56px;
  }
}
h1.wp-block-heading {
  margin-top: 0.4em;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  h1.wp-block-heading {
    margin-top: 0.3em;
    margin-bottom: 0.6em;
  }
}

:where(.editor-styles-wrapper) h1 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 30px;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h2.wp-block-heading {
    margin-top: 1.6em;
    margin-bottom: 0.6em;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}
h3.wp-block-heading {
  margin-top: 1.1em;
  margin-bottom: 0.1em;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 18px;
}

p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  p {
    margin-bottom: 1.5em;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #a81400;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.wp-block-heading {
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.page-title {
  color: #a81400;
  margin-top: 1.7em;
  margin-bottom: 0.65em;
}
@media (max-width: 768px) {
  .page-title {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.has-black-color {
  color: #000;
}

.has-white-color {
  color: #fff;
}

.has-maroon-deep-color {
  color: #2e1019;
}

.has-maroon-mid-color {
  color: #472239;
}

.has-brick-color {
  color: #a81400;
}

.has-cream-mid-color {
  color: #f7f3ed;
}

.has-cream-dark-color {
  color: #dbd3c7;
}

.has-blue-light-color {
  color: #86969c;
}

.has-blue-mid-color {
  color: #546b75;
}

.entry-content p a,
.entry-content ul a,
.mce-content-body p a,
.mce-content-body ul a {
  color: #000;
  text-decoration-color: #a81400;
  text-decoration-line: underline;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.mce-content-body p a:hover,
.mce-content-body ul a:hover {
  color: #a81400;
}
.entry-content ul,
.mce-content-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .entry-content ul,
  .mce-content-body ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.entry-content ul li,
.mce-content-body ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
.entry-content ul li::before,
.mce-content-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #86969c;
}
@media (max-width: 768px) {
  .entry-content ul li::before,
  .mce-content-body ul li::before {
    top: 9px;
  }
}
.entry-content ul ul,
.mce-content-body ul ul {
  margin-top: 6px;
  margin-bottom: 7px;
  padding-left: 11px;
}
.entry-content ul ul li::before,
.mce-content-body ul ul li::before {
  top: 9px;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: breakword;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fcfbf8;
  height: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.menu-open, body.popup-opened {
  height: 100vh;
  overflow: hidden;
}

body:not(.home.gsap-enabled) main {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  body:not(.home.gsap-enabled) main {
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
  body:not(.home.gsap-enabled) main {
    margin-top: 65px;
  }
}
@media (max-width: 425px) {
  body:not(.home.gsap-enabled) main {
    margin-top: 65px;
  }
}

.container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 425px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text-page-container {
  max-width: 926px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 425px) {
  .text-page-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

img {
  max-width: 100%;
}

ul.wp-block-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 28px;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #86969c;
}
ul.wp-block-list ul.wp-block-list {
  margin-top: 6px;
  margin-bottom: 7px;
  padding-left: 11px;
}
ul.wp-block-list ul.wp-block-list li::before {
  top: 9px;
}

ol.wp-block-list {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 28px;
}
ol.wp-block-list > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
ol.wp-block-list > li::before {
  content: counter(item);
  counter-increment: item;
  color: #a81400;
  margin-right: 10px;
}
ol.wp-block-list ul.wp-block-list {
  margin-top: 6px;
  margin-bottom: 7px;
  padding-left: 11px;
}
ol.wp-block-list ul.wp-block-list li::before {
  top: 9px;
}

.wp-block-image {
  margin-top: 50px;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .wp-block-image {
    margin-top: 41px;
    margin-bottom: 34px;
  }
}
.wp-block-image .wp-element-caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #546b75;
  position: relative;
  top: -3px;
}

.wp-block-media-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding-right: 0;
}
@media (max-width: 425px) {
  .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 0;
  }
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 20px;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.entry-content {
  /* Default width for non-aligned and centered items */
  /* Wide width for items marked with .alignwide */
  /* Full width for items marked with .alignfull */
  /* Handling left alignment */
  /* Handling right alignment */
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  max-width: 926px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-content .alignwide {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 425px) {
  .entry-content .alignwide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-content .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .alignleft {
  float: left;
  margin-right: 2em;
}
.entry-content .alignright {
  float: right;
  margin-left: 2em;
}

/*
 * Custom Select jQuery Plugin Base
 */
.custom-select {
  position: relative;
}
.custom-select__option {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select__option-wrap {
  position: relative;
}
.custom-select__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select__dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 100%;
  left: 0;
}
.custom-select--dropup .custom-select__dropdown {
  top: auto;
  bottom: 100%;
}

.theme-button {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #a81400;
  background-color: #fff;
  border: 1px solid #f3ede4;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
.theme-button:hover, .theme-button:focus {
  color: #fff;
  background-color: #a81400;
  border-color: #a81400;
}
@media (max-width: 768px) {
  .theme-button {
    padding: 8px 26px;
  }
}

.theme-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #a81400;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .theme-link {
    font-size: 14px;
  }
}
.theme-link__text {
  position: relative;
}
.theme-link__text::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #a81400;
  transition: all 400ms ease-in-out;
  position: absolute;
}
.theme-link__icon {
  position: relative;
  display: inline-flex;
}
.theme-link__icon svg {
  width: 20px;
  flex-shrink: 0;
  position: relative;
  bottom: 2px;
  transition: transform 0.4s linear;
}
.theme-link__icon::before {
  content: "";
  display: block;
  width: 9px;
  height: 1.1px;
  background-color: #a81400;
  position: absolute;
  top: 9.5px;
  left: 0;
}
.theme-link:hover .theme-link__text::after, .theme-link:focus .theme-link__text::after {
  width: 100%;
}
.theme-link:hover .theme-link__icon svg, .theme-link:focus .theme-link__icon svg {
  transform: translateX(5px);
}
.theme-link:hover .icon-hover-initial, .theme-link:focus .icon-hover-initial {
  transform: translateX(3px) translateY(-3px);
}
.theme-link .theme-link-external {
  position: relative;
}
.theme-link .theme-link-external .icon-hover {
  position: relative;
  overflow: hidden;
  bottom: 0.15em;
}
.theme-link .theme-link-external .icon-hover-initial {
  width: 1.1em;
  height: 1.1em;
}
.theme-link .theme-link-external .icon-hover-after {
  width: 1.1em;
  height: 1.1em;
}

.custom-select {
  background-color: transparent;
  border-radius: 5px;
  font-size: 16px;
}
.custom-select--active {
  background-color: transparent !important;
}
.custom-select--dropup .custom-select__dropdown {
  top: auto;
  border-radius: 5px 5px 0 0;
  border: 1px solid #fcfbf8 !important;
  border-top: bottom !important;
}
.custom-select__placeholder {
  font-weight: 600;
  color: rgba(28, 31, 35, 0.6);
}
.custom-select__option {
  width: 100%;
  position: relative;
  padding: 10px 16px;
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  text-transform: none;
  white-space: unset;
}
.rtl .custom-select__option {
  text-align: right;
}
.custom-select__option:focus {
  outline: none;
}
.custom-select__option:hover, .custom-select__option:focus {
  background-color: #fcfbf8 !important;
}
.custom-select__option--value {
  padding: 5px 35px 5px 15px;
  background-color: #fcfbf8 !important;
  border: 1px solid #fcfbf8;
  border-radius: 5px;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.custom-select__option--value::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 8px;
  background: url(740fe0d56941fb90a9aa.svg) no-repeat;
  background-size: contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-select--active .custom-select__option--value::after {
  transform: translateY(-50%) rotate(-180deg);
}
.rtl .custom-select__option--value {
  text-align: right;
}
.rtl .custom-select__option--value::after {
  right: unset;
  left: 10px;
}
.custom-select--active .custom-select__option--value {
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
}
.custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
  background-color: #fff;
}
.custom-select--dropup.custom-select--active .custom-select__option--value {
  border-top-color: transparent;
  border-bottom-color: #fcfbf8;
  border-radius: 0 0 8px 8px;
}

.custom-select__option--selected {
  background-color: #fcfbf8;
}
.custom-select__option[disabled] {
  color: #fcfbf8;
  cursor: default;
}
.custom-select__option[disabled]:hover, .custom-select__option[disabled]:focus {
  background-color: transparent;
}
.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem;
}
.custom-select__option-wrap::-webkit-scrollbar {
  width: 16px;
}
.custom-select__option-wrap::-webkit-scrollbar-thumb {
  background-color: #fcfbf8;
  background-clip: padding-box;
  border-width: 0 4px;
  border-style: solid;
  border-color: transparent;
}
.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #fcfbf8;
  transform: translateY(1px);
  color: #000;
}
.custom-select__input:focus {
  outline: none;
}
.custom-select--dropup .custom-select__input {
  border-top-width: 0;
  margin-top: 0;
  transform: translateY(0);
}
.custom-select__dropdown {
  overflow: auto;
  z-index: 1;
  background-color: #fcfbf8;
  border-radius: 0 0 3px 3px;
  border: none !important;
  box-shadow: 0px 6px 6px 0px rgba(34, 60, 80, 0.2) !important;
  max-height: 300px;
  padding: 14px 0;
  width: auto;
  min-width: 174px;
  max-width: 250px;
  z-index: 2;
}
.custom-select--dropup .custom-select__dropdown {
  bottom: calc(100% - 1px);
  border-width: 1px 1px 0;
  border-radius: 3px 3px 0 0;
  z-index: 99999;
}

.search-form__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  background-color: #f7f3ed;
}
@media (max-width: 425px) {
  .search-form__wrapper {
    padding-right: 17px;
  }
}
.search-form__label {
  width: 100%;
}
.search-form__input {
  font-family: "EB Garamond", sans-serif;
  flex: 1;
  width: 100%;
  padding: 15px 15px 17px 24px;
  background-color: transparent;
  color: #000;
  font-size: 40px;
  font-style: normal;
  line-height: 120%;
  border: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .search-form__input {
    font-size: 26px;
    padding: 15px 10px 14px 40px;
  }
}
@media (max-width: 425px) {
  .search-form__input {
    padding: 15px 10px 14px 15px;
  }
}
.search-form__input:focus {
  outline: none;
  box-shadow: none;
}
.search-form__input::placeholder {
  color: #86969c;
}
.search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  background-image: url(abd655d7e5ab5fec1514.svg);
  background-size: 14px 14px;
  cursor: pointer;
}
.search-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 0;
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .search-form__button {
    width: 20px;
    height: 20px;
  }
}
.search-form__button:hover, .search-form__button:focus {
  color: #a81400;
}
.search-form__button svg {
  width: 30px;
  height: 30px;
}

.main-menu .search-form {
  background-color: #2e1019;
}
@media (max-width: 1024px) {
  .main-menu .search-form {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .main-menu .search-form .container {
    padding: 30px 17px 28px 17px;
  }
}
@media (max-width: 1024px) {
  .main-menu .search-form__wrapper {
    background-color: #472239;
  }
}
@media (max-width: 425px) {
  .main-menu .search-form__wrapper {
    padding-right: 23px;
  }
}
@media (max-width: 425px) {
  .main-menu .search-form__input {
    padding: 15px 10px 14px 20px;
  }
}
@media (max-width: 425px) {
  .main-menu .search-form__input {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .main-menu .search-form__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 1024px) {
  .main-menu .search-form__button {
    color: rgba(255, 255, 255, 0.6);
  }
}

.main-menu__wrapper {
  height: 100%;
}
@media (max-width: 1024px) {
  .main-menu__wrapper {
    position: absolute;
    width: 100%;
    top: 57px;
    right: -100%;
    bottom: 50px;
    background-color: #2e1019;
    width: 0;
    z-index: 2;
    overflow: hidden;
    transition: all 500ms linear;
    min-width: 100vw;
  }
  .admin-bar .main-menu__wrapper {
    height: calc(100vh - 54px);
  }
  .main-menu__wrapper.open {
    right: 0;
    width: 100%;
    height: calc(100vh - 54px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .main-menu__wrapper.open .main-menu__footer-menu {
    display: block;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .main-menu__wrapper {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.main-menu__wrapper .main-menu__footer-menu {
  display: none;
}
.main-menu__search {
  display: none;
}
@media (max-width: 1024px) {
  .main-menu__search {
    padding: 30px 40px;
    display: block;
  }
}
@media (max-width: 425px) {
  .main-menu__search {
    padding: 30px 20px;
  }
}
.main-menu__nav-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .main-menu__nav-list {
    flex-direction: column;
    overflow-y: auto;
  }
}
.main-menu__nav-item {
  transition: all 300ms linear;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: auto;
}
@media (max-width: 1024px) {
  .main-menu__nav-item {
    position: relative;
  }
}
.main-menu__nav-item.open .main-menu__nav-item-icon {
  transform: rotate(45deg);
}
.main-menu__nav-item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .main-menu__nav-item-wrapper {
    gap: 20px;
    padding-left: 40px;
  }
}
@media (max-width: 425px) {
  .main-menu__nav-item-wrapper {
    padding-left: 17px;
  }
}
.main-menu__nav-item-link, .main-menu__nav-item-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 41px 36px 41px 36px;
}
@media (max-width: 1300px) {
  .main-menu__nav-item-link, .main-menu__nav-item-title {
    padding: 41px 26px;
  }
}
@media (max-width: 1024px) {
  .main-menu__nav-item-link, .main-menu__nav-item-title {
    flex-grow: 1;
    padding: 14px 16px 14px 0;
    font-family: "EB Garamond", sans-serif;
    font-size: 32px;
    text-transform: none;
  }
}
.main-menu__nav-item-link:hover .main-menu__nav-item-text::after, .main-menu__nav-item-title:hover .main-menu__nav-item-text::after {
  width: 100%;
}
.main-menu__nav-item.open .main-menu__nav-item-link, .main-menu__nav-item.open .main-menu__nav-item-title {
  color: #fff;
}
.main-menu__nav-item.open .main-menu__nav-item-link .main-menu__nav-item-text::after, .main-menu__nav-item.open .main-menu__nav-item-title .main-menu__nav-item-text::after {
  width: 100%;
}
.current-menu-item .main-menu__nav-item-link, .current-menu-item .main-menu__nav-item-title {
  color: #fff;
}
.current-menu-item .main-menu__nav-item-link .main-menu__nav-item-text::after, .current-menu-item .main-menu__nav-item-title .main-menu__nav-item-text::after {
  width: 100%;
}
.main-menu__nav-item-text {
  position: relative;
}
.main-menu__nav-item-text::before, .main-menu__nav-item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c35f28;
  transition: all 400ms linear;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main-menu__nav-item-text::before, .main-menu__nav-item-text::after {
    display: none;
  }
}
.main-menu__nav-item-text::after {
  background-color: #fff;
  width: 0;
  z-index: 2;
}
.main-menu__nav-item-icon {
  display: none;
  color: #fff;
  transition: all 200ms linear;
}
@media (max-width: 1024px) {
  .main-menu__nav-item-icon {
    display: block;
  }
}
.main-menu__nav-submenu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #472239;
  color: #fff;
  transition: left 300ms linear;
  scroll-behavior: auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main-menu__nav-submenu {
    position: relative;
    display: none;
    top: 0 !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .main-menu__nav-submenu {
    top: 65px;
  }
}
.main-menu__nav-submenu.open {
  top: 100%;
  z-index: 1000;
}
.main-menu__nav-submenu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #2e1019;
}
.main-menu__nav-submenu-content {
  width: 49%;
  background-color: #2e1019;
  border-right: 1px solid #fff;
  padding-left: calc((100vw - 1280px) / 2);
  padding-right: 48px;
  padding-top: 26px;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .main-menu__nav-submenu-content {
    display: none;
  }
}
.main-menu__nav-submenu-list {
  width: 51%;
  list-style-type: none;
  padding: 20px 0 20px 0;
  min-height: 280px;
  margin: 0;
  background-color: #472239;
  transition: all 300ms linear !important;
}
@media (max-width: 1024px) {
  .main-menu__nav-submenu-list {
    width: 100%;
    padding: 0;
    min-height: unset;
  }
}
.main-menu__nav-submenu-item {
  min-width: 365px;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.main-menu__nav-submenu-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-menu__nav-submenu-item-link, .main-menu__nav-submenu-item-title {
  flex-grow: 1;
  padding: 8px 26px 8px 50px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-menu__nav-submenu-item-link, .main-menu__nav-submenu-item-title {
    padding: 19px 53px 20px 53px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: unset;
  }
}
.main-menu__nav-submenu-item-link:hover, .main-menu__nav-submenu-item-link:focus, .main-menu__nav-submenu-item-title:hover, .main-menu__nav-submenu-item-title:focus {
  color: #fff;
}
.main-menu__nav-submenu-item-link:hover span::after, .main-menu__nav-submenu-item-link:focus span::after, .main-menu__nav-submenu-item-title:hover span::after, .main-menu__nav-submenu-item-title:focus span::after {
  width: 100%;
}
.main-menu__nav-submenu-item-link span, .main-menu__nav-submenu-item-title span {
  position: relative;
}
.main-menu__nav-submenu-item-link span::before, .main-menu__nav-submenu-item-link span::after, .main-menu__nav-submenu-item-title span::before, .main-menu__nav-submenu-item-title span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 400ms linear;
}
.main-menu__nav-submenu-item-link span::after, .main-menu__nav-submenu-item-title span::after {
  background-color: #fff;
  width: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .main-menu__nav-submenu-item-link span::before, .main-menu__nav-submenu-item-title span::before {
    width: 100%;
    background-color: #c35f28;
  }
}
.main-menu__post-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.main-menu__post-image {
  width: 193px;
  height: 126px;
  flex-shrink: 0;
  margin-top: 8px;
}
.main-menu__post-image-wrapper {
  width: 100%;
  height: 100%;
}
.main-menu__post-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-menu__post-title {
  font-style: italic;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 13px;
  color: #fff;
}
.main-menu__post-title-link {
  color: #fff;
  text-decoration: none;
  transition: color 300ms linear;
}
.main-menu__post-title-link:hover, .main-menu__post-title-link:focus {
  color: #c35f28;
}
.main-menu__post-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 13px;
}
.main-menu__post .theme-link {
  color: #fff;
  text-transform: uppercase;
}
.main-menu__post .theme-link span::before, .main-menu__post .theme-link span::after {
  background-color: #fff;
}
.main-menu__post .theme-link__icon::before {
  background-color: #fff;
}
.main-menu .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  background: none;
  border: 0;
  width: 20px;
  height: 14px;
}
@media (max-width: 1024px) {
  .main-menu .menu-toggle {
    display: flex;
  }
}
.main-menu .menu-toggle.menu-toggle--open:after {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 50%;
}
.main-menu .menu-toggle.menu-toggle--open:before {
  transform: rotate(45deg);
  transform-origin: center;
  top: 50%;
}
.main-menu .menu-toggle.menu-toggle--open .menu-toggle__middle {
  opacity: 0;
}
.main-menu .menu-toggle.menu-toggle--open .menu-toggle__close {
  right: 26px;
}
.main-menu .menu-toggle:after, .main-menu .menu-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  left: 0;
  right: 0;
  transition: all ease-out 0.3s;
}
.main-menu .menu-toggle:after {
  top: 100%;
}
.main-menu .menu-toggle__middle {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 1px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: all ease-out 0.1s;
}
.main-menu .menu-toggle__close {
  position: absolute;
  right: -200px;
  top: -1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  transition: right 600ms linear;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  color: #000;
  -webkit-tap-highlight-color: transparent !important;
  z-index: 10000;
}
.menu-toggle--open .menu-toggle__icon--open {
  display: none;
}
.menu-toggle--open .menu-toggle__icon--close {
  display: inline-block;
}
.menu-toggle:not(.menu-toggle--open) .menu-toggle__icon--open {
  display: inline-block;
}
.menu-toggle:not(.menu-toggle--open) .menu-toggle__icon--close {
  display: none;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle svg {
  color: #000 !important;
  stroke: #000 !important;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  background-color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
  box-sizing: border-box;
}
.mobile-nav--open {
  transform: translateX(0);
}
.mobile-nav__menu {
  list-style: none;
}
.mobile-nav__menu li:not(:last-child) {
  margin-bottom: 5px;
}
.mobile-nav__menu li.current-menu-item a {
  color: #2e1019;
}
.mobile-nav__menu a {
  display: block;
  font-size: 20px;
  padding: 8px 0;
  text-decoration: none;
  color: #a81400;
  transition: color 0.2s ease-in-out;
}
.mobile-nav__menu a:hover, .mobile-nav__menu a:focus {
  color: #2e1019;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  cursor: pointer;
  position: relative;
  transition: all 0.4s linear;
}
.swiper .swiper-button-prev svg,
.swiper .swiper-button-next svg {
  stroke: currentColor;
  color: #a81400;
  transition: all 0.4s linear;
  position: relative;
  z-index: 2;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  color: #a81400;
}
.swiper .swiper-button-prev::before,
.swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1.5px;
  background-color: #a81400;
  z-index: 0;
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  pointer-events: none !important;
}
.swiper .swiper-button-prev.swiper-button-disabled svg,
.swiper .swiper-button-next.swiper-button-disabled svg {
  color: #86969c;
}
.swiper .swiper-button-prev:hover {
  transform: translateX(-10px);
}
.swiper .swiper-button-prev::before {
  top: 12.7px;
  right: 0.5px;
}
.swiper .swiper-button-next:hover {
  transform: translateX(10px);
}
.swiper .swiper-button-next::before {
  top: 13px;
  left: 0;
}
.swiper .swiper-pagination {
  bottom: 0;
  text-align: left;
  width: 1280px !important;
  left: calc(50vw - 640px) !important;
  right: calc(50vw - 640px) !important;
  display: flex;
  gap: 11px;
}
@media (max-width: 1300px) {
  .swiper .swiper-pagination {
    width: calc(100vw - 80px) !important;
    left: 40px !important;
    right: 40px !important;
  }
}
@media (max-width: 425px) {
  .swiper .swiper-pagination {
    width: calc(100vw - 40px) !important;
    left: 20px !important;
    right: 20px !important;
    justify-content: center;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-radius: 0;
  border: 1px solid #a81400;
  background-color: #fff;
  opacity: 1;
  transition: background-color 0.3s ease;
}
@media (max-width: 1024px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #a81400;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a81400;
}

.swiper-nav {
  display: flex;
  gap: 28px;
}

.video {
  width: 100%;
  height: auto !important;
  position: relative;
  object-fit: cover;
}
.video-play, .video-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video-play::before, .video-pause::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(8b1e4e7a54f18e10a9c8.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .video-play::before, .video-pause::before {
    width: 64px;
    height: 64px;
  }
}
.video-play {
  display: flex;
}
.video-pause {
  display: none;
}
.video-pause.active {
  display: flex;
}
.video-pause::before {
  width: 97px;
  height: 97px;
  background-image: url(d85a9752fdcfd989894a.svg);
}
@media (max-width: 768px) {
  .video-pause::before {
    width: 62px;
    height: 62px;
  }
}
.video-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-controls:hover .video-play,
.video-controls:hover .video-pause, .video-controls:focus .video-play,
.video-controls:focus .video-pause {
  opacity: 0.7 !important;
}
.video::-webkit-media-controls {
  visibility: hidden;
}
.video::-webkit-media-controls-enclosure {
  visibility: visible;
}

.pagination {
  display: flex;
  justify-content: center;
  width: auto;
  display: inline-flex;
  padding-left: 86px;
  padding-right: 86px;
  position: relative;
  max-width: 100%;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  color: #546b75;
  padding-top: 10px;
  padding: 10px 6px;
  border-top: 2px solid transparent;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #a81400;
}
.pagination .page-numbers.prev {
  width: 86px;
  text-align: right;
  padding-right: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.pagination .page-numbers.next {
  width: 86px;
  text-align: left;
  padding-left: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.pagination .page-numbers.current {
  border-top: 2px solid #a81400;
  color: #a81400;
}

.youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #fff;
  border: 1px solid #f7f3ed;
}
.youtube-video .youtube-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-video .youtube-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.youtube-video .youtube-controls .youtube-play {
  width: 100px;
  height: 100px;
  cursor: pointer;
  backdrop-filter: blur(2px);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .youtube-video .youtube-controls .youtube-play {
    width: 60px;
    height: 60px;
  }
}
.youtube-video .youtube-controls .youtube-play svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.youtube-video .youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.link-with-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "EB Garamond", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  width: 100%;
}
.link-with-icon-line {
  display: inline-block;
  max-width: 100%;
  width: auto;
  background-image: linear-gradient(to right, #a81400, #a81400);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.link-with-icon-line:last-of-type {
  display: inline;
  background-image: none;
}
.link-with-icon-line:last-of-type .link-with-icon-text {
  background-image: linear-gradient(to right, #a81400, #a81400);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.link-with-icon-link {
  display: block;
  text-decoration: none;
  position: relative;
}
.link-with-icon-link:hover .link-with-icon-line {
  background-size: 100% 1px;
}
.link-with-icon-link:hover .link-with-icon-line:last-of-type {
  background-size: 0;
}
.link-with-icon-link:hover .link-with-icon-line:last-of-type .link-with-icon-text {
  background-size: 100% 1px;
}
.link-with-icon-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.4em;
  margin-bottom: 0.1em;
  vertical-align: middle;
}

.icon-hover-wrapper .icon-hover {
  position: relative;
  overflow: hidden;
  bottom: 0.1em;
}

.icon-hover-initial {
  display: block;
  transition: transform 0.4s linear;
  transform: translateX(0) translateY(0);
  width: 0.75em;
  height: 0.75em;
}
.icon-hovered .icon-hover-initial {
  transform: translateX(3px) translateY(-3px);
}

.icon-hover-after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.75em;
  height: 0.75em;
}

@media (max-width: 768px) {
  .blockquote {
    margin-right: -10px;
    width: calc(100% + 10px);
  }
}
.blockquote__content {
  font-family: "EB Garamond", sans-serif;
  font-size: 48px;
  line-height: 1.15;
  font-style: italic;
  position: relative;
}
@media (max-width: 1024px) {
  .blockquote__content {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .blockquote__content {
    margin-left: 20px;
    font-size: 32px;
  }
}
.blockquote__content.medium {
  font-size: 32px;
}
.blockquote__quote-mark {
  flex-shrink: 0;
  width: 31px;
  height: 21px;
  color: #a81400;
}
@media (max-width: 768px) {
  .blockquote__quote-mark {
    width: 22px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .blockquote__quote-mark svg {
    width: 22px;
    height: 14px;
  }
}
.blockquote__quote-mark.medium {
  width: 26px;
  height: 18px;
}
@media (max-width: 768px) {
  .blockquote__quote-mark.medium {
    width: 22px;
    height: 14px;
  }
}
.blockquote__quote-mark.medium svg {
  width: 26px;
  height: 18px;
}
@media (max-width: 768px) {
  .blockquote__quote-mark.medium svg {
    width: 22px;
    height: 14px;
  }
}
.blockquote__quote-mark--start {
  position: absolute;
  left: -38px;
  top: -16px;
}
@media (max-width: 768px) {
  .blockquote__quote-mark--start {
    left: -20px;
    top: -15px;
  }
}
.blockquote__quote-mark--start.medium {
  left: -27px;
  top: -12px;
}
@media (max-width: 768px) {
  .blockquote__quote-mark--start.medium {
    left: -20px;
    top: -15px;
  }
}
.blockquote__quote-mark--end {
  position: relative;
  top: -10px;
  left: 10px;
}
@media (max-width: 768px) {
  .blockquote__quote-mark--end {
    top: -7px;
    left: 3px;
  }
}
.blockquote__quote-mark--end.medium {
  top: -6px;
}
@media (max-width: 768px) {
  .blockquote__quote-mark--end.medium {
    top: -7px;
  }
}
.blockquote__quote-mark--end svg {
  transform: rotate(-180deg);
}
.blockquote__footer {
  margin-top: 28px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .blockquote__footer {
    margin-left: 18px;
    margin-top: 28px;
    font-size: 14px;
  }
}
.blockquote__name {
  font-weight: 600;
  font-style: normal;
}
.blockquote__position {
  line-height: 1.4;
  font-weight: 400;
  margin-top: 5px;
  max-width: 517px;
}
.blockquote__no-orphan{
  display:inline-block;
  white-space:nowrap
}
@media (max-width: 768px) {
  .blockquote__position {
    line-height: 1.5;
    padding-right: 10px;
  }
}

.faq__item {
  border-bottom: 1px solid #dbd3c7;
  max-width: 736px;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
}
.faq__item:first-child {
  border-top: 1px solid #dbd3c7;
}
.faq__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a81400;
  z-index: 1;
  transition: width 0.5s linear, opacity 0.3s linear;
}
.faq__item:hover::after {
  width: 100%;
  opacity: 1;
}
.faq__item:hover .faq__bg {
  transform: translateY(0);
}
.faq__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  background-color: #fff;
  z-index: 1;
  transition: all 0.5s linear;
}
.faq__question {
  width: 100%;
  padding: 13px 20px 13px 13px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #000 !important;
  transition: background-color 0.5s linear;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .faq__question {
    padding: 20px 0 20px 0;
  }
}
.faq__answer {
  padding: 7px 12px;
  max-width: 689px;
  display: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .faq__answer {
    margin-top: -5px;
    padding: 0 0 18px 0;
    max-width: 90%;
  }
}
.faq__icon {
  width: 13px;
  height: 13px;
  position: relative;
}
.faq__icon:before, .faq__icon:after {
  content: "";
  position: absolute;
  background-color: #a81400;
  transition: transform 0.3s ease;
}
.faq__icon:before {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.faq__icon:after {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.faq .is-active .faq__icon:before {
  transform: translateX(-50%) rotate(90deg);
}

.news-content-top + .news-content {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .news-content-top + .news-content {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .news-content-top + .news-content {
    padding-top: 42px;
  }
}
.news-content-top__wrapper {
  display: flex;
  gap: 25px;
}
@media (max-width: 768px) {
  .news-content-top__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.news-content-top__image {
  margin-left: calc((100vw - 100%) / -2);
  background-color: #7e7e7e;
  max-height: 545px;
  overflow: hidden;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .news-content-top__image {
    max-height: 400px;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    width: 100vw;
  }
}
@media (max-width: 425px) {
  .news-content-top__image {
    max-height: 260px;
  }
}
.news-content-top__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.news-content-top__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s linear;
}
.news-content-top__image-link:hover img {
  transform: scale(1.03);
}
.news-content-top__content {
  padding-top: 42px;
  padding-bottom: 40px;
  width: 40.5%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-content-top__content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .news-content-top__content {
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
  }
}
.news-content-top__categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
@media (max-width: 425px) {
  .news-content-top__categories {
    margin-bottom: 3px;
  }
}
.news-content-top__category {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.news-content-top__category:hover {
  color: #a81400;
}
.news-content-top__category-separator {
  display: block;
  background-color: #86969c;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  transform: rotate(45deg);
}
.news-content-top__title {
  text-decoration: none;
  color: inherit;
  margin-top: 0;
  margin-bottom: 31px;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news-content-top__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .news-content-top__title {
    font-size: 26px;
  }
}
.news-content-top__title-link {
  max-width: 520px;
  width: 100%;
}
.news-content-top__title .link-with-icon-icon {
  margin-left: 0.3em;
  margin-bottom: 0;
}
.news-content-top__title .icon-hover-initial,
.news-content-top__title .icon-hover-after {
  width: 0.65em;
  height: 0.65em;
}
.news-content-top__text {
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .news-content-top__text {
    font-size: 16px;
  }
}
.news-content-top__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 17px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .news-content-top__meta {
    font-size: 14px;
  }
}
.news-content-top__source {
  font-weight: 600;
}
.news-content-top__source::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #86969c;
  transform: rotate(45deg);
  position: relative;
  bottom: 3px;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .news-content-top__source::after {
    display: none;
  }
}

.news-content {
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
  position: relative;
}
@media (max-width: 425px) {
  .news-content {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
.news-content__hover {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 0;
  z-index: 1;
  transition: height 0.5s linear;
}
.news-content__hover::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #a81400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: width 0.5s linear;
}
.news-content:hover .news-content__image img {
  transform: scale(1.07);
}
.news-content:hover .news-content__hover {
  height: 100%;
}
.news-content:hover .news-content__hover::before {
  width: 100%;
}
.news-content__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .news-content__wrapper {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.news-content__image {
  width: 300px;
  height: 200px;
  background-color: #7e7e7e;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  top: 5px;
}
@media (max-width: 768px) {
  .news-content__image {
    width: 100%;
    height: auto;
    max-height: 460px;
    margin-bottom: 20px;
    top: 0;
  }
}
@media (max-width: 425px) {
  .news-content__image {
    max-height: 233px;
  }
}
.news-content__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.news-content__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.news-content__image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s linear;
}
.news-content__content {
  max-width: 720px;
}
.news-content__categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 425px) {
  .news-content__categories {
    margin-bottom: 2px;
  }
}
.news-content__category {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.news-content__category:hover {
  color: #a81400;
}
.news-content__category-separator {
  display: block;
  background-color: #86969c;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  transform: rotate(45deg);
}
.news-content__title {
  text-decoration: none;
  color: inherit;
  margin-top: 0;
  margin-bottom: 17px;
  color: #000;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news-content__title {
    font-size: 26px;
  }
}
.news-content__title-link {
  max-width: 627px;
  width: 100%;
}
.news-content__text {
  margin-bottom: 12px;
}
.news-content__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 17px;
  font-size: 16px;
}
.news-content__source {
  font-weight: 600;
}
.news-content__source::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #86969c;
  transform: rotate(45deg);
  position: relative;
  bottom: 3px;
  margin-left: 16px;
}

.posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 57px 24px;
}
@media (max-width: 768px) {
  .posts-grid {
    gap: 50px;
  }
}
.posts-grid__item {
  width: calc(33.3333333333% - 16px);
}
@media (max-width: 768px) {
  .posts-grid__item {
    width: 100%;
  }
}
.posts-grid__item-subtitle {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  height: 50px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .posts-grid__item-subtitle {
    height: auto;
  }
}
.posts-grid__item-subtitle a {
  color: #000;
}
.posts-grid__item-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 8px;
  background-color: #c4c4c5;
}
@media (max-width: 1024px) {
  .posts-grid__item-image {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .posts-grid__item-image {
    height: 400px;
  }
}
@media (max-width: 425px) {
  .posts-grid__item-image {
    height: 221px;
  }
}
.posts-grid__item-image-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.posts-grid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s linear;
}
.posts-grid__item-image:hover img {
  transform: scale(1.1);
}
.posts-grid__item-categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}
.posts-grid__item-category {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.posts-grid__item-category:hover {
  color: #a81400;
}
.posts-grid__item-category-separator {
  display: block;
  background-color: #86969c;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  transform: rotate(45deg);
}

.links-grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 57px 24px;
}
@media (max-width: 768px) {
  .links-grid__wrapper {
    gap: 43px;
  }
}
.links-grid__item {
  width: calc(33.3333333333% - 16px);
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .links-grid__item {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .links-grid__item {
    width: 100%;
  }
}
.links-grid__item-title {
  font-family: "EB Garamond", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .links-grid__item-title {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.links-grid__item-text {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .links-grid__item-text {
    margin-bottom: 13px;
  }
}

.images-gallery {
  box-sizing: border-box;
  transition: height 0.8s linear;
}
.images-gallery__navigation {
  display: flex;
  justify-content: flex-end;
  max-width: 1322px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .images-gallery__navigation {
    justify-content: center;
  }
}
.images-gallery__wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 113px;
  transition: height 0.8s linear;
  box-sizing: border-box;
}
@media (max-width: 425px) {
  .images-gallery__wrapper {
    padding-top: 63px;
  }
}
.images-gallery__slide {
  position: relative;
  transition: all 0.8s linear;
  transform-origin: left 145px;
  height: auto !important;
}
@media (max-width: 425px) {
  .images-gallery__slide {
    transform-origin: left 220px;
  }
}
.images-gallery__slide.scale-active {
  transform: scale(1.55) !important;
  z-index: 2;
  height: auto !important;
}
@media (max-width: 425px) {
  .images-gallery__slide.scale-active {
    transform: scale(1.15) !important;
  }
}
.images-gallery__slide.scale-active .images-gallery__slide-caption {
  transform: scale(0.6451612903) !important;
}
@media (max-width: 425px) {
  .images-gallery__slide.scale-active .images-gallery__slide-caption {
    transform: scale(0.8695652174) !important;
  }
}
.images-gallery__slide.scale-active ~ .images-gallery__slide {
  transform: translateX(55%) !important;
}
@media (max-width: 425px) {
  .images-gallery__slide.scale-active ~ .images-gallery__slide {
    transform: translateX(15%) !important;
  }
}
.images-gallery__slide-wrapper {
  height: auto;
  width: auto;
}
.images-gallery__slide-image {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.images-gallery__slide-image img {
  height: 100%;
  width: auto;
}
.images-gallery__slide-caption {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #546b75;
  z-index: 2;
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.images-gallery__wrapper--transition {
  transition: height 0.3s ease;
}

.links-list {
  background-color: #fff;
  border-top: 1px solid #dbd3c7;
  padding-top: 33px;
  padding-bottom: 32px;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.links-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .links-list {
    padding-top: 5px;
    padding-bottom: 11px;
  }
}
.links-list__wrapper {
  display: flex;
  align-items: center;
  gap: 26px;
  width: auto;
}
@media (max-width: 768px) {
  .links-list__wrapper {
    gap: 16px;
  }
}
.links-list__item-link {
  position: relative;
  white-space: nowrap;
}
.links-list__item-link::before, .links-list__item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.links-list__item-link::before {
  background-color: #a81400;
}
.links-list__item-link::after {
  background-color: #546b75;
  width: 0;
  transition: width 0.5s linear;
}
.links-list__item-link:hover::after {
  width: 100%;
}
.current-item .links-list__item-link {
  pointer-events: none;
}
.current-item .links-list__item-link::before {
  background-color: #86969c;
}
.links-list__item-separator {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #86969c;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.three-images {
  margin-top: 70px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .three-images {
    margin-top: 20px;
    padding-bottom: 16px;
  }
}
.three-images__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 617px;
  gap: 1px;
}
@media (max-width: 1140px) {
  .three-images__wrapper {
    height: 477px;
  }
}
@media (max-width: 600px) {
  .three-images__wrapper {
    flex-direction: column;
    height: auto;
  }
}
.three-images__left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 515px;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  transition: all 0.8s linear;
}
@media (max-width: 1140px) {
  .three-images__left {
    width: 400px;
  }
}
@media (max-width: 600px) {
  .three-images__left {
    display: none;
  }
}
.three-images__right {
  flex-grow: 1;
}
.three-images__image {
  width: 100%;
  height: 100%;
  transition: all 0.8s linear;
}
.three-images__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.three-images__image--1 {
  position: relative;
  z-index: 3;
}
.three-images__image--1 img {
  max-width: unset;
  z-index: 3;
}
.three-images__image--2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 310px;
  z-index: 0;
}
@media (max-width: 1140px) {
  .three-images__image--2 {
    height: 240px;
  }
}
.three-images__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-images__caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 100%;
  color: #546b75;
  position: relative;
  margin-top: 10px;
  display: block;
}
@media (max-width: 600px) {
  .three-images__caption {
    display: none;
  }
}
.three-images__mobile-caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 100%;
  color: #546b75;
  position: relative;
  margin-top: 1px;
  display: none;
}
@media (max-width: 600px) {
  .three-images__mobile-caption {
    display: block;
  }
}

.simple-links-grid {
  margin-top: 54px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .simple-links-grid {
    margin-top: 47px;
    margin-bottom: 75px;
  }
}
.simple-links-grid__wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbd3c7;
}
.simple-links-grid__wrapper:first-child {
  border-top: 1px solid #dbd3c7;
}
.simple-links-grid__hidden-items {
  display: none;
  width: 100%;
}
.simple-links-grid__item {
  width: 33.3333333333%;
  transition: opacity 0.3s ease-in-out;
  border-bottom: 1px solid #dbd3c7;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  transition: z-index 0s linear 0.3s;
}
@media (max-width: 768px) {
  .simple-links-grid__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .simple-links-grid__item {
    width: 100%;
    padding: 20px 0 16px 0;
  }
}
.simple-links-grid__item.is-hidden {
  display: none;
  opacity: 0;
}
.simple-links-grid__item:hover {
  z-index: 10;
  transition-delay: 0s;
}
.simple-links-grid__item:hover .simple-links-grid__item-description {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
.simple-links-grid__item:hover .simple-links-grid__item-bg {
  opacity: 1;
}
.simple-links-grid__item:hover .simple-links-grid__item-bg::before {
  width: 100%;
}
.simple-links-grid__item .link-with-icon {
  position: relative;
  z-index: 2;
  padding: 34px 50px 0 0;
  margin-bottom: 36px;
}
.simple-links-grid__item .link-with-icon .link-with-icon-text {
  background-image: none !important;
}
@media (max-width: 600px) {
  .simple-links-grid__item .link-with-icon .link-with-icon-text {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .simple-links-grid__item .link-with-icon .link-with-icon-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.simple-links-grid__item-bg {
  position: absolute;
  top: 0;
  left: -24px;
  width: 100%;
  height: 0;
  background-color: #fcfbf8;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.simple-links-grid__item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a81400;
  transition: width 0.3s ease-in-out;
}
.simple-links-grid__item-description {
  position: absolute;
  z-index: 2;
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  background-color: #fcfbf8;
  padding-bottom: 40px;
  transition: all 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
  top: 100%;
  left: 0;
  right: 50px;
  background-color: #fcfbf8;
}
.simple-links-grid__more {
  text-align: center;
  margin-top: 33px;
}
@media (max-width: 600px) {
  .simple-links-grid__more {
    margin-top: 28px;
  }
}
.simple-links-grid__more-button {
  appearance: none;
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a81400;
  cursor: pointer;
  position: relative;
}
.simple-links-grid__more-button:hover span::before {
  width: 100%;
}
.simple-links-grid__more-button span {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
.simple-links-grid__more-button span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a81400;
  transition: width 0.3s linear;
}
.simple-links-grid__more-button svg {
  width: 12px;
  height: 12px;
}

.foundation-initiatives {
  margin-bottom: 73px;
  background-color: #2e1019;
  position: relative;
  z-index: 2;
}
.foundation-initiatives.light {
  background-color: transparent;
}
@media (max-width: 768px) {
  .foundation-initiatives {
    margin-bottom: 50px;
  }
}
.foundation-initiatives__container {
  padding-top: 45px;
  padding-bottom: 55px;
}
.light .foundation-initiatives__container {
  padding-top: 21px;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  .foundation-initiatives__container {
    padding-top: 31px;
    padding-bottom: 50px;
  }
  .light .foundation-initiatives__container {
    padding-top: 42px;
    padding-bottom: 30px;
  }
}
.foundation-initiatives__title {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .foundation-initiatives__title {
    font-size: 32px;
    margin-bottom: 23px;
  }
}
.foundation-initiatives__items {
  display: flex;
  flex-wrap: wrap;
  gap: 103px 25px;
}
@media (max-width: 1024px) {
  .foundation-initiatives__items {
    gap: 60px 25px;
  }
}
@media (max-width: 425px) {
  .foundation-initiatives__items {
    flex-direction: column;
    gap: 25px;
  }
  .light .foundation-initiatives__items {
    gap: 32px;
  }
}
.foundation-initiatives__item {
  width: calc(33.3333333333% - 16.6666666667px);
  height: 560px;
  position: relative;
  background-color: #472239;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .foundation-initiatives__item {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .foundation-initiatives__item {
    width: calc(50% - 12.5px);
    height: 460px;
  }
}
@media (max-width: 425px) {
  .foundation-initiatives__item {
    width: 100%;
    height: 485px;
  }
  .light .foundation-initiatives__item {
    height: 478px;
  }
}
.foundation-initiatives__item:hover .foundation-initiatives__item-hidden-content {
  bottom: 0;
}
.foundation-initiatives__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.foundation-initiatives__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foundation-initiatives__item-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 40px 34px 30px;
}
@media (max-width: 768px) {
  .foundation-initiatives__item-content {
    padding: 30px 24px 30px 24px;
  }
  .light .foundation-initiatives__item-content {
    padding-bottom: 26px;
  }
}
.foundation-initiatives__item-title {
  font-size: 32px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1024px) {
  .foundation-initiatives__item-title {
    font-size: 26px;
    line-height: 1.2;
  }
}
.foundation-initiatives__item-title-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.foundation-initiatives__item-title-icon svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}
.item-hovered .foundation-initiatives__item-title-icon svg {
  transform: translateX(7px);
}
.foundation-initiatives__item-title-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.7px);
  left: 0;
  width: 0;
  height: 1.4px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.5s linear;
}
.item-hovered .foundation-initiatives__item-title-icon::before {
  opacity: 1;
  width: 18px;
}
.foundation-initiatives__item-hidden-content {
  background-color: #472239;
  width: 100%;
  height: auto;
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s linear;
  padding: 40px 31px 56px 31px;
}
@media (max-width: 768px) {
  .foundation-initiatives__item-hidden-content {
    display: none;
  }
}
.foundation-initiatives__item-categories {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
}
.foundation-initiatives__item-category {
  font-size: 14px;
}
.foundation-initiatives__item-category-separator {
  display: block;
  background-color: #fff;
  width: 4px;
  height: 4px;
  margin: 0 1px;
  transform: rotate(45deg);
}
.foundation-initiatives__item-description {
  font-size: 14px;
}

.site-header {
  padding: 0;
  background: #2e1019;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 500ms linear;
}
@media (max-width: 1024px) {
  .site-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__branding {
  transition: opacity 300ms linear;
}
.site-header__branding a {
  display: flex;
}
.site-header__branding a .custom-logo {
  width: 300px;
  height: auto;
}
@media (max-width: 1024px) {
  .site-header__branding a .custom-logo {
    width: 234px;
  }
}
.menu-open .site-header__branding {
  opacity: 0;
}
.site-header__navigation {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: 17px;
  padding-left: 200px;
}
@media (max-width: 1300px) {
  .site-header__navigation {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .site-header__navigation {
    padding-left: 0;
  }
}
.site-header__search {
  position: absolute;
  visibility: hidden;
  top: -100%;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 320px;
  z-index: 100;
  background-color: #fff;
  transition: all 500ms ease-in-out;
}
.site-header__search-container {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .site-header__search-container {
    padding: 100px 0 100px;
  }
}
.site-header__search-form {
  background-color: #fff;
}
.site-header__search-open {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  cursor: pointer;
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (max-width: 1024px) {
  .site-header__search-open {
    display: none;
  }
}
.site-header__search-open svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.site-header__search-open span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.site-header__search-open span::before, .site-header__search-open span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c35f28;
  transition: width 200ms ease-in-out;
}
.site-header__search-open span::after {
  background-color: #fff;
  width: 0;
}
.site-header__search-open:hover svg {
  color: #c35f28;
}
.site-header__search-open:hover span::after {
  width: 100%;
}
.site-header__search-close {
  position: absolute;
  top: 37px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a81400;
  cursor: pointer;
}
.site-header__search-close span {
  font-size: 16px;
  text-transform: uppercase;
}
.site-header__search.is-active {
  opacity: 1;
  visibility: visible;
  top: 0;
}
@media (max-width: 1024px) {
  .site-header .search-form {
    display: none;
  }
}

.site-footer {
  width: 100%;
  background-color: #2e1019;
  color: #fff;
  position: relative;
  padding-top: 56px;
  padding-bottom: 18px;
}
@media (max-width: 425px) {
  .site-footer {
    padding-top: 39px;
    padding-bottom: 34px;
  }
}
.site-footer__wrapper {
  width: 100%;
  display: flex;
  gap: 137px;
}
@media (max-width: 768px) {
  .site-footer__wrapper {
    flex-direction: column;
    gap: 43px;
  }
}
@media (max-width: 425px) {
  .site-footer__wrapper {
    align-items: center;
  }
}
.site-footer__left {
  flex-shrink: 0;
}
@media (max-width: 425px) {
  .site-footer__logo {
    max-width: 228px;
  }
}
.site-footer__right {
  padding-top: 68px;
}
@media (max-width: 768px) {
  .site-footer__right {
    padding-top: 0;
  }
}
.site-footer__text {
  font-size: 16px;
  max-width: 518px;
  margin-bottom: 27px;
}
.site-footer__navigation-wrapper {
  display: flex;
  gap: 93px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .site-footer__navigation-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .site-footer__navigation-wrapper {
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 320px) {
  .site-footer__navigation-wrapper {
    gap: 40px;
  }
}
.site-footer__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer__menu .menu-item {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 425px) {
  .site-footer__menu .menu-item {
    margin-bottom: 25px;
  }
}
.site-footer__menu .menu-item a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.site-footer__menu .menu-item a::before, .site-footer__menu .menu-item a::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.site-footer__menu .menu-item a::before {
  width: 100%;
  background-color: #c35f28;
  z-index: 1;
}
.site-footer__menu .menu-item a::after {
  width: 0;
  background-color: #fff;
  z-index: 2;
}
.site-footer__menu .menu-item a:hover::after {
  width: 100%;
}
.site-footer__copyright {
  font-size: 14px;
}

.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.error-404__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.error-404__404 {
  font-size: 100px;
  font-family: "EB Garamond", sans-serif;
  color: #a81400;
  margin-bottom: 30px;
}
.error-404__title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
}
.error-404__content {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404__content .search-form {
  width: 100%;
  margin-top: 20px;
}
.error-404__content .search-form .container {
  padding: 0;
}
.error-404__content .search-form__close {
  display: none;
}

.news-archive {
  padding-top: 60px;
  padding-bottom: 77px;
}
@media (max-width: 1024px) {
  .news-archive {
    padding-top: 30px;
    padding-bottom: 78px;
  }
}
.news-archive__title {
  color: #a81400;
  margin-top: 0;
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .news-archive__title {
    margin-bottom: 49px;
  }
}
.news-archive__content {
  display: flex;
  flex-direction: column;
}
.news-archive__load-more-wrapper {
  text-align: center;
  margin-top: 58px;
}
@media (max-width: 768px) {
  .news-archive__load-more-wrapper {
    margin-top: 35px;
  }
}
.news-archive__load-more.loading {
  opacity: 0.5;
  pointer-events: none;
}

.single-news {
  padding-top: 0;
  padding-bottom: 77px;
}
@media (max-width: 1024px) {
  .single-news {
    padding-bottom: 78px;
  }
}
.single-news__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 73px;
  border-bottom: 1px solid #dbd3c7;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .single-news__wrapper {
    flex-direction: column;
  }
}
.single-news__sidebar {
  width: 34%;
  flex-shrink: 0;
  padding-top: 18px;
  padding-right: 25px;
}
@media (max-width: 1280px) {
  .single-news__sidebar {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .single-news__sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-news__content {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .single-news__content {
    width: 100%;
  }
}
.single-news__content-wrapper.alignfull {
  padding: 0;
  max-width: 730px;
  margin-left: 0;
}
.single-news__back-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 14px;
  margin-bottom: 60px;
  position: relative;
  left: -3px;
}
@media (max-width: 425px) {
  .single-news__back-link {
    margin-bottom: 40px;
  }
}
.single-news__categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
@media (max-width: 425px) {
  .single-news__categories {
    margin-bottom: 3px;
  }
}
.single-news__category {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.single-news__category:hover {
  color: #a81400;
}
.single-news__category-separator {
  display: block;
  background-color: #fff;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  transform: rotate(45deg);
}
.single-news__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #a81400;
  margin-bottom: 7px;
}
.single-news__meta-source {
  font-family: "EB Garamond", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .single-news__meta-source {
    font-size: 20px;
  }
}
.single-news__meta-date {
  font-size: 14px;
}
.single-news__featured-image {
  width: 100%;
  margin-bottom: 67px;
}
.single-news__featured-image-wrapper {
  margin-right: calc(-1 * (100vw - 1280px) / 2);
  width: calc(100vw - (435.2px + (100vw - 1280px) / 2));
  max-height: 617px;
  background-color: #7e7e7e;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1280px) {
  .single-news__featured-image-wrapper {
    margin-right: -40px;
    width: calc(100vw - 390px);
  }
}
@media (max-width: 1024px) {
  .single-news__featured-image-wrapper {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (max-width: 425px) {
  .single-news__featured-image-wrapper {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
.single-news__featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  flex-grow: 1;
}
.single-news__featured-image-caption {
  margin-top: 7px;
  font-size: 14px;
  color: #546b75;
}
.single-news__related-posts {
  margin-bottom: 70px;
}
.single-news__related-posts-title {
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .single-news__related-posts-title {
    font-size: 32px;
  }
}
.single-news__related-grantees-title {
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .single-news__related-grantees-title {
    font-size: 32px;
  }
}

.single-page {
  padding-top: 60px;
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .single-page {
    padding-top: 30px;
    padding-bottom: 71px;
  }
}
.single-page__title {
  color: #a81400;
  margin-bottom: 94px;
}
@media (max-width: 768px) {
  .single-page__title {
    margin-bottom: 63px;
  }
}

.single-people {
  padding-top: 45px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .single-people {
    padding-top: 24px;
  }
}
.single-people__header {
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .single-people__header {
    margin-bottom: 24px;
  }
}
.single-people__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #a81400;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .single-people__title {
    font-size: 32px;
    margin-bottom: -2px;
  }
}
.single-people__position {
  font-family: "EB Garamond", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #a81400;
}
@media (max-width: 768px) {
  .single-people__position {
    font-size: 32px;
    font-weight: 400;
  }
}
.single-people__wrapper {
  display: flex;
  gap: 135px;
  padding-bottom: 73px;
}
@media (max-width: 768px) {
  .single-people__wrapper {
    flex-direction: column;
    padding-bottom: 50px;
    gap: 0;
  }
}
.single-people__sidebar {
  width: 410px;
  flex-shrink: 0;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .single-people__sidebar {
    width: 100%;
    margin-bottom: 78px;
  }
}
.single-people__content {
  flex-grow: 1;
  position: relative;
  max-width: 626px;
}
@media (max-width: 768px) {
  .single-people__content {
    width: 100%;
  }
}
.single-people__content-wrapper.alignfull {
  padding: 0;
  max-width: 730px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .single-people__content .blockquote-block {
    margin-bottom: 45px;
  }
}
.single-people__content p {
  margin-bottom: 1.4em;
}
@media (max-width: 768px) {
  .single-people__content p {
    margin-bottom: 1.5em;
  }
}
.single-people__content p:last-child {
  margin-bottom: 0;
}
.single-people__image {
  width: 410px;
  height: 410px;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .single-people__image {
    width: 100%;
    max-width: 410px;
  }
}
@media (max-width: 425px) {
  .single-people__image {
    height: 349px;
  }
}
.single-people__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-people__footer {
  background-color: #fff;
  border-top: 1px solid #dbd3c7;
  padding-top: 54px;
  padding-bottom: 47px;
}
@media (max-width: 768px) {
  .single-people__footer {
    padding-top: 47px;
    padding-bottom: 49px;
  }
}
.single-people__footer-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 41px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .single-people__footer-title {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 27px;
  }
}

.single-grantee {
  padding-top: 0;
  padding-bottom: 77px;
}
@media (max-width: 1024px) {
  .single-grantee {
    padding-bottom: 78px;
  }
}
@media (max-width: 425px) {
  .single-grantee {
    padding-top: 16px;
  }
}
.single-grantee__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 73px;
  border-bottom: 1px solid #dbd3c7;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .single-grantee__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .single-grantee__wrapper {
    padding-bottom: 49px;
    margin-bottom: 24px;
  }
}
.single-grantee__sidebar {
  width: 34%;
  flex-shrink: 0;
  padding-top: 18px;
  padding-right: 25px;
}
@media (max-width: 1280px) {
  .single-grantee__sidebar {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .single-grantee__sidebar {
    width: 100%;
    margin-bottom: 34px;
  }
}
.single-grantee__content {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .single-grantee__content {
    width: 100%;
  }
}
.single-grantee__content-wrapper.alignfull {
  padding: 0;
  max-width: 730px;
  margin-left: 0;
}
.single-grantee__back-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 14px;
  margin-bottom: 282px;
  position: relative;
  left: -3px;
}
@media (max-width: 1024px) {
  .single-grantee__back-link {
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .single-grantee__back-link {
    display: none;
  }
}
.single-grantee__categories {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}
@media (max-width: 425px) {
  .single-grantee__categories {
    margin-bottom: 10px;
  }
}
.single-grantee__category {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.single-grantee__category:hover {
  color: #a81400;
}
.single-grantee__category--bold {
  font-weight: 600;
}
.single-grantee__category-separator {
  display: block;
  background-color: #86969c;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  transform: rotate(45deg);
}
.single-grantee__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #a81400;
  margin-bottom: 8px;
}
@media (max-width: 425px) {
  .single-grantee__title {
    font-size: 32px;
    margin-bottom: 11px;
  }
}
.single-grantee__subtitle {
  font-family: "EB Garamond", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
}
@media (max-width: 425px) {
  .single-grantee__subtitle {
    font-size: 20px;
    font-weight: 400;
  }
}
.single-grantee__location {
  display: flex;
  gap: 7px;
  font-size: 14px;
}
.single-grantee__location svg {
  color: #86969c;
  position: relative;
  top: 5px;
}
.single-grantee__featured-image {
  width: 100%;
  margin-bottom: 67px;
}
@media (max-width: 425px) {
  .single-grantee__featured-image {
    margin-bottom: 44px;
  }
}
.single-grantee__featured-image-wrapper {
  margin-right: calc(-1 * (100vw - 1280px) / 2);
  width: calc(100vw - (435.2px + (100vw - 1280px) / 2));
  max-height: 617px;
  background-color: #7e7e7e;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1280px) {
  .single-grantee__featured-image-wrapper {
    margin-right: -40px;
    width: calc(100vw - 390px);
  }
}
@media (max-width: 1024px) {
  .single-grantee__featured-image-wrapper {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (max-width: 425px) {
  .single-grantee__featured-image-wrapper {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
.single-grantee__featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  flex-grow: 1;
}
.single-grantee__featured-image-caption {
  margin-top: 7px;
  font-size: 14px;
  color: #546b75;
}
.single-grantee__related-posts {
  margin-bottom: 70px;
}
.single-grantee__related-posts-title {
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .single-grantee__related-posts-title {
    font-size: 26px;
    margin-bottom: 29px;
  }
}
.single-grantee__related-grantees-title {
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .single-grantee__related-grantees-title {
    font-size: 26px;
    margin-bottom: 29px;
  }
}

.search-results__main {
  padding-top: 60px;
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  .search-results__main {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.search-results__title {
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  .search-results__title {
    margin-bottom: 46px;
  }
}
.search-results .search-form {
  width: 100%;
  margin-top: 20px;
}
.search-results .search-form .container {
  padding: 0;
}
.search-results .search-form__close {
  display: none;
}
.search-results__count {
  font-size: 14px;
  font-style: italic;
  margin-top: 7px;
  padding-left: 25px;
}
@media (max-width: 425px) {
  .search-results__count {
    margin-top: 5px;
    padding-left: 16px;
  }
}
.search-results__results {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .search-results__results {
    margin-top: 34px;
  }
}
.search-results .search-loop {
  border-bottom: 1px solid #dbd3c7;
  position: relative;
}
.search-results .search-loop:first-child {
  border-top: 1px solid #dbd3c7;
}
.search-results .search-loop__hover {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  z-index: 1;
  transition: height 0.5s linear;
}
.search-results .search-loop__hover::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #a81400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: width 0.5s linear;
}
.search-results .search-loop:hover .search-loop__hover {
  height: 100%;
}
.search-results .search-loop:hover .search-loop__hover::before {
  width: 100%;
}
.search-results .search-loop__content {
  position: relative;
  z-index: 2;
}
.search-results .search-loop__link {
  display: block;
  padding: 20px 25px;
}
@media (max-width: 425px) {
  .search-results .search-loop__link {
    padding: 11px 16px;
  }
}
.search-results .search-loop__type {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2px;
  color: #546b75;
}
@media (max-width: 425px) {
  .search-results .search-loop__type {
    font-size: 14px;
  }
}
.search-results .search-loop__result {
  font-family: "EB Garamond", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
}
.search-results .search-loop__result a {
  color: #000;
}
.search-results .search-loop__result a:hover, .search-results .search-loop__result a:focus {
  color: #000;
}
@media (max-width: 768px) {
  .search-results .search-loop__result {
    font-size: 20px;
  }
}

.no-results {
  margin-top: 40px;
}
.no-results__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 10px;
}

.program-area-archive__header {
  display: flex;
  width: 100%;
  margin-top: 157px;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .program-area-archive__header {
    flex-direction: column;
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .program-area-archive__header {
    margin-bottom: 15px;
  }
}
.program-area-archive__title {
  width: 50%;
  color: #a81400;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .program-area-archive__title {
    width: 100%;
    margin-bottom: 43px;
  }
}
.program-area-archive__description {
  width: 50%;
  padding-left: 12px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .program-area-archive__description {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.program-area-archive__description-text {
  max-width: 520px;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .program-area-archive__description-text {
    width: 100%;
    line-height: 1.5;
  }
}
.program-area-archive__description-text p {
  margin-bottom: 1.3em;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 768px) {
  .program-area-archive__description-text p {
    margin-bottom: 1.5em;
  }
}
.program-area-archive__description-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .program-area-archive__description-text p:last-child {
    margin-bottom: 0;
  }
}
.program-area-archive__numbers-wrapper {
  display: flex;
  gap: 65px;
}
@media (max-width: 425px) {
  .program-area-archive__numbers-wrapper {
    width: 100%;
    gap: 52px;
  }
}
@media (max-width: 375px) {
  .program-area-archive__numbers-wrapper {
    gap: 40px;
  }
}
@media (max-width: 320px) {
  .program-area-archive__numbers-wrapper {
    gap: 30px;
  }
}
.program-area-archive__numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program-area-archive__numbers-title {
  font-family: "EB Garamond", sans-serif;
  font-size: 18px;
  line-height: 1.13;
  color: #000;
  margin-bottom: 4px;
}
.program-area-archive__numbers-number {
  font-family: "EB Garamond", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
  color: #546b75;
  margin-bottom: 4px;
}
@media (max-width: 425px) {
  .program-area-archive__numbers-number {
    font-size: 28px;
  }
}
.program-area-archive__scroll-content {
  background-color: #fcfbf8;
  position: relative;
  z-index: 2;
}
.program-area-archive__content {
  background-color: #fcfbf8;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .program-area-archive__content {
    padding-top: 46px;
    padding-bottom: 28px;
  }
}
.program-area-archive__content-wrapper {
  max-width: 845px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.program-area-archive .blockquote {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .program-area-archive .blockquote {
    margin-bottom: 20px;
  }
}
.program-area-archive .blockquote__footer {
  margin-top: 37px;
}
@media (max-width: 768px) {
  .program-area-archive .blockquote__footer {
    margin-top: 28px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .program-area-archive .blockquote__content {
    margin-left: 5px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .program-area-archive .blockquote__quote-mark--start {
    left: -25px;
    top: -6px;
  }
}
@media (max-width: 768px) {
  .program-area-archive .blockquote__quote-mark--end {
    top: -5px;
    left: -5px;
  }
}
.program-area-archive__full-description {
  margin-top: 40px;
  margin-bottom: 60px;
}
.program-area-archive__posts-title {
  font-size: 40px;
  line-height: 1.1;
  color: #a81400;
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .program-area-archive__posts-title {
    font-size: 32px;
    margin-bottom: 23px;
  }
}
.program-area-archive__posts .posts-grid {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .program-area-archive__posts .posts-grid {
    margin-bottom: 50px;
  }
}
.program-area-archive__posts .posts-grid__item-image {
  height: 273px;
}
@media (max-width: 1024px) {
  .program-area-archive__posts .posts-grid__item-image {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .program-area-archive__posts .posts-grid__item-image {
    height: 400px;
  }
}
@media (max-width: 425px) {
  .program-area-archive__posts .posts-grid__item-image {
    height: 233px;
  }
}
.program-area-archive__posts .posts-grid__item-title {
  font-size: 32px;
  font-style: italic;
}
@media (max-width: 768px) {
  .program-area-archive__posts .posts-grid__item-title {
    font-size: 26px;
  }
}

.foundation-initiative__header {
  display: flex;
  width: 100%;
  margin-top: 157px;
  margin-bottom: 94px;
}
@media (max-width: 1024px) {
  .foundation-initiative__header {
    flex-direction: column;
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative__header {
    margin-bottom: 15px;
  }
}
.foundation-initiative__title {
  width: 50%;
  color: #a81400;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .foundation-initiative__title {
    width: 100%;
    margin-bottom: 43px;
  }
}
.foundation-initiative__description {
  width: 50%;
  padding-left: 12px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .foundation-initiative__description {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.foundation-initiative__description-text {
  max-width: 520px;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .foundation-initiative__description-text {
    width: 100%;
    line-height: 1.5;
  }
}
.foundation-initiative__description-text p {
  margin-bottom: 1.3em;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 768px) {
  .foundation-initiative__description-text p {
    margin-bottom: 1.5em;
  }
}
.foundation-initiative__description-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .foundation-initiative__description-text p:last-child {
    margin-bottom: 0;
  }
}
.foundation-initiative__description-text a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #a81400;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 6px;
}
.foundation-initiative__description-text a:hover {
  color: #000;
  text-decoration-color: #000;
}
.foundation-initiative__numbers-wrapper {
  display: flex;
  gap: 65px;
}
@media (max-width: 425px) {
  .foundation-initiative__numbers-wrapper {
    width: 100%;
    gap: 52px;
  }
}
@media (max-width: 375px) {
  .foundation-initiative__numbers-wrapper {
    gap: 40px;
  }
}
@media (max-width: 320px) {
  .foundation-initiative__numbers-wrapper {
    gap: 30px;
  }
}
.foundation-initiative__numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foundation-initiative__numbers-title {
  font-family: "EB Garamond", sans-serif;
  font-size: 18px;
  line-height: 1.13;
  color: #000;
  margin-bottom: 4px;
}
.foundation-initiative__numbers-number {
  font-family: "EB Garamond", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
  color: #546b75;
  margin-bottom: 4px;
}
@media (max-width: 425px) {
  .foundation-initiative__numbers-number {
    font-size: 28px;
  }
}
.foundation-initiative__featured-image-wrapper {
  max-height: 617px;
  overflow: hidden;
}
.foundation-initiative__featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foundation-initiative__featured-image-caption p {
  color: #546b75;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
  max-width: 1170px;
}
.foundation-initiative__content {
  background-color: #fcfbf8;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .foundation-initiative__content {
    padding-top: 46px;
    padding-bottom: 28px;
  }
}
.foundation-initiative__content-wrapper {
  max-width: 845px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.foundation-initiative__content .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  max-width: 846px;
}
.foundation-initiative .blockquote {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .foundation-initiative .blockquote {
    margin-bottom: 20px;
  }
}
.foundation-initiative .blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .foundation-initiative .blockquote:last-child {
    margin-bottom: 0;
  }
}
.foundation-initiative .blockquote__footer {
  margin-top: 37px;
}
@media (max-width: 768px) {
  .foundation-initiative .blockquote__footer {
    margin-top: 28px;
    margin-left: 27px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative .blockquote__content {
    margin-left: 28px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative .blockquote__quote-mark--start {
    left: -25px;
    top: -6px;
  }
}
@media (max-width: 425px) {
  .foundation-initiative .blockquote__quote-mark--start {
    left: -29px;
    top: -4px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative .blockquote__quote-mark--end {
    top: -5px;
    left: -5px;
  }
}
.foundation-initiative .blockquote-block {
  margin-bottom: 0;
}

.foundation-initiative-archive__header {
  display: flex;
  width: 100%;
  margin-top: 157px;
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .foundation-initiative-archive__header {
    flex-direction: column;
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative-archive__header {
    margin-bottom: 15px;
  }
}
.foundation-initiative-archive__title {
  width: 50%;
  color: #a81400;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .foundation-initiative-archive__title {
    width: 100%;
    margin-bottom: 43px;
  }
}
.foundation-initiative-archive__image {
  width: 100%;
}
.foundation-initiative-archive__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.foundation-initiative-archive__image-caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #546b75;
}
.foundation-initiative-archive__description {
  width: 50%;
  padding-left: 12px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .foundation-initiative-archive__description {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.foundation-initiative-archive__description-text {
  max-width: 520px;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .foundation-initiative-archive__description-text {
    width: 100%;
    line-height: 1.5;
  }
}
.foundation-initiative-archive__description-text p {
  margin-bottom: 1.3em;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 768px) {
  .foundation-initiative-archive__description-text p {
    margin-bottom: 1.5em;
  }
}
.foundation-initiative-archive__description-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .foundation-initiative-archive__description-text p:last-child {
    margin-bottom: 0;
  }
}
.foundation-initiative-archive__numbers-wrapper {
  display: flex;
  gap: 65px;
}
@media (max-width: 425px) {
  .foundation-initiative-archive__numbers-wrapper {
    width: 100%;
    gap: 52px;
  }
}
@media (max-width: 375px) {
  .foundation-initiative-archive__numbers-wrapper {
    gap: 40px;
  }
}
@media (max-width: 320px) {
  .foundation-initiative-archive__numbers-wrapper {
    gap: 30px;
  }
}
.foundation-initiative-archive__numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foundation-initiative-archive__numbers-title {
  font-family: "EB Garamond", sans-serif;
  font-size: 18px;
  line-height: 1.13;
  color: #000;
  margin-bottom: 4px;
}
.foundation-initiative-archive__numbers-number {
  font-family: "EB Garamond", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
  color: #546b75;
  margin-bottom: 4px;
}
@media (max-width: 425px) {
  .foundation-initiative-archive__numbers-number {
    font-size: 28px;
  }
}
.foundation-initiative-archive__scroll-content {
  background-color: #fcfbf8;
  position: relative;
  z-index: 2;
}
.foundation-initiative-archive__content {
  background-color: #fcfbf8;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .foundation-initiative-archive__content {
    padding-top: 46px;
    padding-bottom: 28px;
  }
}
.foundation-initiative-archive__content-wrapper {
  max-width: 845px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.foundation-initiative-archive .blockquote {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .foundation-initiative-archive .blockquote {
    margin-bottom: 20px;
  }
}
.foundation-initiative-archive .blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .foundation-initiative-archive .blockquote:last-child {
    margin-bottom: 0;
  }
}
.foundation-initiative-archive .blockquote__footer {
  margin-top: 37px;
}
@media (max-width: 768px) {
  .foundation-initiative-archive .blockquote__footer {
    margin-top: 28px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative-archive .blockquote__content {
    margin-left: 5px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative-archive .blockquote__quote-mark--start {
    left: -25px;
    top: -6px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative-archive .blockquote__quote-mark--end {
    top: -5px;
    left: 4px;
  }
}
.foundation-initiative-archive__full-description {
  margin-top: 40px;
  margin-bottom: 60px;
}
.foundation-initiative-archive__posts-title {
  font-size: 40px;
  line-height: 1.1;
  color: #a81400;
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .foundation-initiative-archive__posts-title {
    font-size: 32px;
    margin-bottom: 23px;
  }
}
.foundation-initiative-archive__posts .posts-grid {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .foundation-initiative-archive__posts .posts-grid {
    margin-bottom: 50px;
  }
}
.foundation-initiative-archive__posts .posts-grid__item-image {
  height: 273px;
}
@media (max-width: 1024px) {
  .foundation-initiative-archive__posts .posts-grid__item-image {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .foundation-initiative-archive__posts .posts-grid__item-image {
    height: 400px;
  }
}
@media (max-width: 425px) {
  .foundation-initiative-archive__posts .posts-grid__item-image {
    height: 233px;
  }
}
.foundation-initiative-archive__posts .posts-grid__item-title {
  font-size: 32px;
  font-style: italic;
}
@media (max-width: 768px) {
  .foundation-initiative-archive__posts .posts-grid__item-title {
    font-size: 26px;
  }
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \**********************************************************************************/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/video-block/src/video-block.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.video-block {
  margin-top: 73px;
  margin-bottom: 63px;
  position: relative;
}
@media (max-width: 768px) {
  .video-block {
    margin-top: 49px;
    margin-bottom: 50px;
  }
}
.video-block__container {
  position: relative;
  width: 100%;
}
.video-block__container::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.video-block__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 425px) {
  .video-block__image {
    height: 478px;
  }
}
.video-block__content {
  position: absolute;
  max-width: 424px;
  bottom: 80px;
  left: 110px;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .video-block__content {
    left: 40px;
    bottom: 40px;
  }
}
@media (max-width: 425px) {
  .video-block__content {
    bottom: 32px;
    left: 24px;
    padding-right: 30px;
    max-width: 300px;
  }
}
.video-block__title {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .video-block__title {
    font-size: 26px;
    margin-bottom: 3px;
  }
}
.video-block__text {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 34px;
  font-family: "EB Garamond", sans-serif;
}
@media (max-width: 768px) {
  .video-block__text {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.video-block__button {
  padding: 13px 27px 13px 23px;
  background: rgba(252, 251, 248, 0.9);
  color: #a81400;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.video-block__button:hover {
  background-color: #a81400;
  color: #fff;
}
.video-block__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 211, 199, 0.8);
  backdrop-filter: blur(10px);
  z-index: 100000;
  justify-content: center;
  align-items: center;
}
.video-block__popup-content {
  width: 90%;
  max-width: 1100px;
  position: relative;
}
.video-block__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(219, 211, 199, 0.8);
  backdrop-filter: blur(10px);
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-block__play:hover {
  background-color: #a81400;
}
.video-block__play:hover svg {
  fill: #fff;
}
.video-block__play svg {
  fill: #a81400;
  transition: fill 0.3s ease;
}
.video-block__video {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.video-block__close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a81400;
  cursor: pointer;
  appearance: none;
  z-index: 1001;
}
@media (max-width: 425px) {
  .video-block__close {
    right: 10px;
    top: 10px;
  }
}
.video-block__close-text {
  font-size: 16px;
  text-transform: uppercase;
}
.video-block__close-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
}
.video-block__close-icon svg {
  width: 15px;
  height: 15px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/universal-content/src/universal-content.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.universal-content {
  margin-top: 30px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .universal-content {
    margin-top: 43px;
    margin-bottom: 43px;
  }
}
.universal-content__wrapper {
  display: flex;
  gap: 77px;
}
@media (max-width: 1024px) {
  .universal-content__wrapper {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .universal-content__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.universal-content__title {
  width: 28%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .universal-content__title {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .universal-content__title {
    width: 100%;
  }
}
.universal-content__title h1,
.universal-content__title h2,
.universal-content__title h3,
.universal-content__title h4 {
  color: #a81400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
.universal-content__title h2 {
  font-size: 40px;
}
@media (max-width: 425px) {
  .universal-content__title h2 {
    font-size: 26px;
  }
}
.universal-content__title h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (max-width: 425px) {
  .universal-content__title h3 {
    font-size: 26px;
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .universal-content__title br {
    display: none;
  }
}
.universal-content__content {
  flex-grow: 1;
  max-width: 746px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .universal-content__content {
    padding-top: 0;
  }
}
.universal-content__content p {
  margin-bottom: 1.3em;
}
.universal-content__content p:last-child {
  margin-bottom: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/two-images/src/two-images.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.two-images {
  margin-top: 70px;
  margin-bottom: 43px;
  width: calc(100% + 100vw - 1325px);
}
@media (max-width: 1325px) {
  .two-images {
    width: calc(100vw - 80px);
  }
}
@media (max-width: 768px) {
  .two-images {
    margin-top: 48px;
    margin-bottom: 46px;
  }
}
@media (max-width: 425px) {
  .two-images {
    width: 100%;
  }
}
.two-images__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media (max-width: 600px) {
  .two-images__wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.two-images__item {
  position: relative;
}
@media (max-width: 600px) {
  .two-images__item {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.two-images__item--1 {
  width: 61.5%;
  flex-shrink: 0;
}
@media (max-width: 425px) {
  .two-images__item--1 {
    width: 100%;
  }
}
.two-images__item--2 {
  flex-grow: 1;
}
@media (max-width: 425px) {
  .two-images__item--2 {
    width: 100%;
  }
}
.two-images__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-images__caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  width: 100%;
  color: #546b75;
  position: relative;
  top: -3px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/title-with-text/src/title-with-text.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.title-with-text {
  margin-top: 160px;
  margin-bottom: 70px;
}
:where(.editor-styles-wrapper) .title-with-text {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .title-with-text {
    margin-top: 94px;
    margin-bottom: 33px;
  }
}
.title-with-text__wrapper {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .title-with-text__wrapper {
    flex-direction: column;
    gap: 44px;
  }
}
.title-with-text__title {
  width: 50%;
  color: #a81400;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .title-with-text__title {
    width: 100%;
  }
}
.title-with-text__title--only-title {
  width: 100%;
}
.title-with-text__content {
  width: 50%;
  padding-left: 12px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .title-with-text__content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .title-with-text__content--scroll-link {
    display: none;
  }
}
.title-with-text__text {
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .title-with-text__text {
    line-height: 1.5;
  }
}
.title-with-text__text-wrapper {
  max-width: 520px;
}
@media (max-width: 1024px) {
  .title-with-text__text-wrapper {
    width: 100%;
  }
}
.title-with-text__text p {
  margin-bottom: 1.3em;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 768px) {
  .title-with-text__text p {
    margin-bottom: 1.5em;
  }
}
.title-with-text__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .title-with-text__text p:last-child {
    margin-bottom: 0;
  }
}
.title-with-text__scroll {
  align-self: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 50px;
  margin-right: -2px;
}
@media (max-width: 1024px) {
  .title-with-text__scroll {
    display: none;
  }
}
.title-with-text__scroll svg {
  flex-shrink: 0;
}
.title-with-text__numbers-wrapper {
  display: flex;
  gap: 65px;
}
@media (max-width: 425px) {
  .title-with-text__numbers-wrapper {
    width: 100%;
    gap: 52px;
  }
}
@media (max-width: 375px) {
  .title-with-text__numbers-wrapper {
    gap: 40px;
  }
}
@media (max-width: 320px) {
  .title-with-text__numbers-wrapper {
    gap: 30px;
  }
}
.title-with-text__numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-with-text__numbers-title {
  font-family: "EB Garamond", sans-serif;
  font-size: 18px;
  line-height: 1.13;
  color: #000;
  margin-bottom: 4px;
}
.title-with-text__numbers-number {
  font-family: "EB Garamond", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
  color: #546b75;
  margin-bottom: 4px;
}
@media (max-width: 425px) {
  .title-with-text__numbers-number {
    font-size: 28px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/three-images/src/three-images.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/theme-button/src/theme-button.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.theme-button__widget {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.theme-button__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.theme-button__wrapper--center {
  align-items: center;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/stuff-list/src/staff-list.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.staff-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .staff-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.staff-list__title {
  color: #a81400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 65px;
}
@media (max-width: 425px) {
  .staff-list__title {
    font-size: 32px;
    margin-bottom: 43px;
  }
}
.staff-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 88px 16px;
  padding-bottom: 48px;
  max-width: 1032px;
  border-bottom: 1px solid #dbd3c7;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .staff-list__list {
    gap: 88px 40px;
  }
}
@media (max-width: 425px) {
  .staff-list__list {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 66px;
    gap: 44px;
  }
}
.staff-list__list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.staff-list__item {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media (max-width: 768px) {
  .staff-list__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 425px) {
  .staff-list__item {
    width: 100%;
  }
}
.staff-list__item-link {
  color: #000;
}
.staff-list__item-title {
  font-family: "Inter", serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 2px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #a81400;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.3s linear;
}
.staff-list__item-title:hover {
  color: #a81400;
}
.staff-list__item-position {
  font-style: italic;
  color: #000;
}
@media (max-width: 425px) {
  .staff-list__item-position {
    font-size: 18px;
    max-width: 285px;
  }
}
.staff-list__item-position:hover {
  color: #000;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/simple-links-grid/src/simple-links-grid.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/program-areas/src/program-areas.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.program-areas__wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .program-areas__wrapper {
    overflow: unset;
  }
}
.program-areas__sidebar {
  background-color: #2e1019;
  padding-top: 121px;
  padding-bottom: 123px;
  padding-left: calc((100vw - 1280px) / 2);
}
@media (max-width: 1280px) {
  .program-areas__sidebar {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .program-areas__sidebar {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 26px;
    padding-right: 40px;
    background-color: transparent;
    z-index: 2;
  }
}
@media (max-width: 425px) {
  .program-areas__sidebar {
    padding-left: 4px;
    padding-top: 17px;
    padding-bottom: 4px;
  }
}
.program-areas ul.program-areas__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
}
@media (max-width: 1024px) {
  .program-areas ul.program-areas__links {
    display: none;
  }
}
.program-areas ul.program-areas__links li {
  display: inline-block;
  padding: 0;
  margin-bottom: 22px;
  cursor: pointer;
  position: relative;
}
.program-areas ul.program-areas__links li:last-child {
  margin-bottom: 0;
}
.program-areas ul.program-areas__links li a {
  font-family: "EB Garamond", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  text-decoration: none !important;
}
.program-areas ul.program-areas__links li::before, .program-areas ul.program-areas__links li::after {
  content: "";
  display: block;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  height: 1.5px;
  transform: none;
  transition: width 0.5s linear;
}
.program-areas ul.program-areas__links li::before {
  width: 100%;
  background-color: #c35f28;
}
.program-areas ul.program-areas__links li::after {
  width: 0;
  background-color: #fff;
}
.program-areas ul.program-areas__links li.active::after {
  width: 100%;
}
.program-areas ul.program-areas__links li:hover + .program-areas__image .program-areas__image-item.active img {
  transform: scale(1.1);
}
.program-areas select.program-areas__links {
  display: none;
}
@media (max-width: 1024px) {
  .program-areas select.program-areas__links {
    display: block;
  }
}
.program-areas .custom-select {
  display: none;
}
@media (max-width: 1024px) {
  .program-areas .custom-select {
    display: block;
  }
}
.program-areas .custom-select__option {
  width: auto;
}
.program-areas .custom-select__dropdown {
  min-width: 185px;
}
.program-areas__image {
  flex-grow: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 64.5%;
  height: 100%;
}
@media (max-width: 1280px) {
  .program-areas__image {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .program-areas__image {
    position: relative;
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .program-areas__image {
    height: 420px;
  }
}
@media (max-width: 425px) {
  .program-areas__image {
    height: 260px;
  }
}
.program-areas__image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
  overflow: hidden;
}
.program-areas__image-item.active {
  opacity: 1;
  visibility: visible;
}
.program-areas__image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s linear;
}
.program-areas__image-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.program-areas__image-item a:hover img {
  transform: scale(1.1);
}
.program-areas__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.program-areas__content-wrapper {
  width: 100%;
  max-width: calc(100vw - (33.5% + 100vw - 100%));
  position: relative;
}
@media (max-width: 1280px) {
  .program-areas__content-wrapper {
    max-width: calc(100vw - (40% + 100vw - 100%));
  }
}
@media (max-width: 1024px) {
  .program-areas__content-wrapper {
    max-width: 100%;
  }
}
.program-areas__content-item {
  padding-top: 37px;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
@media (max-width: 1024px) {
  .program-areas__content-item {
    padding-top: 16px;
  }
}
.program-areas__content-item.active {
  opacity: 1;
  visibility: visible;
}
.program-areas__content-title {
  display: none;
}
@media (max-width: 1024px) {
  .program-areas__content-title {
    display: block;
    margin-bottom: 45px;
  }
}
.program-areas__content-title-text {
  display: inline-block;
  width: auto;
  font-size: 32px;
  line-height: 1.1;
  color: #a81400;
  position: relative;
}
.program-areas__content-title-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a81400;
  z-index: -1;
}
.program-areas__content-text {
  max-width: 627px;
  margin-bottom: 13px;
}
@media (max-width: 425px) {
  .program-areas__content-text {
    margin-bottom: 22px;
  }
}
.program-areas__content-numbers {
  margin-bottom: 21px;
}
@media (max-width: 425px) {
  .program-areas__content-numbers {
    margin-bottom: 17px;
  }
}
.program-areas__content-numbers-wrapper {
  display: flex;
  gap: 65px;
}
@media (max-width: 425px) {
  .program-areas__content-numbers-wrapper {
    width: 100%;
    gap: 52px;
  }
}
@media (max-width: 375px) {
  .program-areas__content-numbers-wrapper {
    gap: 40px;
  }
}
@media (max-width: 320px) {
  .program-areas__content-numbers-wrapper {
    gap: 30px;
  }
}
.program-areas__content-numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program-areas__content-numbers-title {
  font-family: "EB Garamond", sans-serif;
  font-size: 18px;
  line-height: 1.13;
  color: #000;
  margin-bottom: 4px;
}
.program-areas__content-numbers-number {
  font-family: "EB Garamond", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
  color: #546b75;
  margin-bottom: 4px;
}
@media (max-width: 425px) {
  .program-areas__content-numbers-number {
    font-size: 28px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/paragraph-extended/src/paragraph-extended.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.paragraph-extended {
  margin-top: 30px;
  margin-bottom: 73px;
}
@media (max-width: 768px) {
  .paragraph-extended {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.paragraph-extended p {
  margin-bottom: 1.3em;
  font-size: inherit;
}
@media (max-width: 768px) {
  .paragraph-extended p {
    margin-bottom: 1.5em;
  }
}
.paragraph-extended--small {
  font-size: 16px;
}
.paragraph-extended--medium {
  font-size: 18px;
}
@media (max-width: 768px) {
  .paragraph-extended--medium {
    font-size: 16px;
  }
}
.paragraph-extended--large {
  font-size: 32px;
}
@media (max-width: 768px) {
  .paragraph-extended--large {
    font-size: 26px;
  }
}
.paragraph-extended--inter {
  font-family: "Inter", serif;
}
.paragraph-extended--garamond {
  font-family: "EB Garamond", sans-serif;
  line-height: 1.2;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/links-list/src/links-list.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/links-grid/src/links-grid.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.links-grid-block {
  background-color: #fff;
  border-top: 1px solid #dbd3c7;
  padding-top: 54px;
  padding-bottom: 47px;
}
@media (max-width: 768px) {
  .links-grid-block {
    padding-top: 47px;
    padding-bottom: 49px;
  }
}
.links-grid-block__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 41px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .links-grid-block__title {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 27px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/image-with-caption/src/image-with-caption.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.image-with-caption {
  margin-top: 30px;
  margin-bottom: 54px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-with-caption {
    margin-top: 33px;
    margin-bottom: 40px;
  }
}
.image-with-caption__container {
  padding-left: 0;
  padding-right: 0;
}
.alignfull .image-with-caption__container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 425px) {
  .alignfull .image-with-caption__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image-with-caption__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 425px) {
  .image-with-caption__image {
    min-height: 260px;
    object-fit: cover;
  }
}
.image-with-caption__caption {
  color: #546b75;
  font-size: 14px;
  max-width: 1170px;
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/effect-fade.css ***!
  \***********************************************************************************************/
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.css ***!
  \**********************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/hero-slider/src/hero-slider.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
body.animation-started {
  height: 100vh;
  overflow: hidden;
}
body.animation-started + html {
  margin-top: 0 !important;
}
body.animation-started .site-header {
  transform: translateY(-100%);
  opacity: 0;
}

.hero-slider {
  width: 100vw;
  height: 840px;
  margin-top: -100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}
:where(.editor-styles-wrapper) .hero-slider {
  margin-top: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 425px) {
  .hero-slider {
    margin-top: -65px;
    margin-bottom: 40px;
    height: 695px;
    padding-bottom: 30px;
  }
}
.hero-slider__animation {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw !important;
  width: 100vw;
  height: 100vh;
  background-color: #2e1019;
  z-index: 1;
}
:where(.editor-styles-wrapper) .hero-slider__animation {
  display: none;
}
.hero-slider__animation-left, .hero-slider__animation-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #c35f28;
  transition: all 0.5s linear;
  z-index: 1;
}
.hero-slider__animation-left {
  left: 0;
}
.hero-slider__animation-right {
  right: 0;
}
.hero-slider__animation-logo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 425px) {
  .hero-slider__animation-logo-text {
    width: 90%;
  }
}
.hero-slider__animation-logo-text img {
  width: 100%;
  height: auto;
}
.hero-slider__animation-logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 425px) {
  .hero-slider__animation-logo-image {
    width: 120px;
  }
}
.hero-slider__animation-logo-image img {
  width: 100%;
  height: auto;
}
.hero-slider__wrapper {
  position: relative;
  z-index: 1;
}
.hero-slider__slide {
  height: 100%;
  position: relative;
  background-color: #2e1019;
}
.hero-slider__slide-container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.hero-slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero-slider__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hero-slider__slide-image img.swiper-slide-active {
  transform: scale(1.2);
}
.hero-slider__slide-big-title {
  position: absolute;
  top: 158px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 425px) {
  .hero-slider__slide-big-title {
    left: 20px;
    top: 114px;
    gap: 6px;
  }
}
.hero-slider__slide-big-title-line {
  font-family: "EB Garamond", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 425px) {
  .hero-slider__slide-big-title-line {
    font-size: 48px;
  }
}
.hero-slider__slide-big-title-line--2 {
  padding-left: 132px;
}
@media (max-width: 1024px) {
  .hero-slider__slide-big-title-line--2 {
    padding-left: 0;
  }
}
.hero-slider__slide-big-title-line--3 {
  padding-left: 266px;
}
@media (max-width: 1024px) {
  .hero-slider__slide-big-title-line--3 {
    padding-left: 0;
  }
}
.hero-slider__slide-content {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 425px) {
  .hero-slider__slide-content {
    bottom: 26px;
    left: 20px;
  }
}
.hero-slider__slide-title {
  font-family: "EB Garamond", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 425px) {
  .hero-slider__slide-title {
    font-size: 26px;
  }
}
.hero-slider__slide-text {
  font-family: "EB Garamond", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 425px) {
  .hero-slider__slide-text {
    font-size: 20px;
  }
}
.hero-slider.is-animating {
  transform: translateY(100%);
  opacity: 0;
}
.hero-slider__slide-big-title.is-animating {
  transform: translateX(-100%);
  opacity: 0.5;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/grantees-grid/src/grantees-grid.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.grantees-grid {
  background-color: #2e1019;
  padding-top: 80px;
  padding-bottom: 72px;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 425px) {
  .grantees-grid {
    padding-top: 57px;
    padding-bottom: 51px;
    margin-bottom: 47px;
  }
}
.grantees-grid__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 57px 24px;
}
@media (max-width: 425px) {
  .grantees-grid__wrapper {
    gap: 49px;
  }
}
.grantees-grid__item {
  width: calc(33.3333333333% - 16px);
  text-align: center;
}
@media (max-width: 768px) {
  .grantees-grid__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 425px) {
  .grantees-grid__item {
    width: 100%;
  }
}
.grantees-grid__item-image {
  width: 100%;
  height: 273px;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .grantees-grid__item-image {
    height: 233px;
  }
}
.grantees-grid__item-image-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.grantees-grid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s linear;
}
.grantees-grid__item-image:hover img {
  transform: scale(1.1);
}
.grantees-grid__item-title {
  display: inline-block;
  font-family: "EB Garamond", sans-serif;
  font-style: italic;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  position: relative;
}
@media (max-width: 425px) {
  .grantees-grid__item-title {
    font-size: 26px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/gallery-slider/src/gallery-slider.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.gallery-slider {
  margin-top: 73px;
  margin-bottom: 73px;
  width: 100vw;
  margin-right: calc(-1 * (100vw - 1280px) / 2);
  margin-left: calc(-435.2px - (100vw - 1280px) / 2);
  background-color: #f7f3ed;
  border-top: 1px solid #dbd3c7;
  border-bottom: 1px solid #dbd3c7;
  padding-top: 40px;
  padding-bottom: 82px;
}
.gallery-slider:first-child {
  margin-top: 0;
}
.gallery-slider:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .gallery-slider {
    margin-left: -390px;
    margin-right: -40px;
  }
}
@media (max-width: 1024px) {
  .gallery-slider {
    margin-left: -40px;
  }
}
@media (max-width: 768px) {
  .gallery-slider {
    margin-top: 49px;
    margin-bottom: 20px;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .gallery-slider:first-child {
    margin-top: 0;
  }
  .gallery-slider:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .gallery-slider {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 48px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/foundation-initiatives/src/foundation-initiatives.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/featured-news/src/featured-news.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.featured-news {
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 425px) {
  .featured-news {
    margin-top: 30px;
    margin-bottom: 83px;
  }
}
.featured-news__title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #a81400;
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .featured-news__title {
    font-size: 32px;
  }
}
.featured-news__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 57px 24px;
}
@media (max-width: 425px) {
  .featured-news__wrapper {
    gap: 27px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/faq/src/faq.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.faq-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.faq-block:first-child {
  margin-top: 0;
}
.faq-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .faq-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .faq-block:first-child {
    margin-top: 0;
  }
  .faq-block:last-child {
    margin-bottom: 0;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[3]!./blocks/blockquote/src/blockquote.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.blockquote-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blockquote-block:first-child {
  margin-top: 0;
}
.blockquote-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blockquote-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blockquote-block:first-child {
    margin-top: 0;
  }
  .blockquote-block:last-child {
    margin-bottom: 0;
  }
}
