/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/theme.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
}
html {
  font-size: 100%;
}
.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
@media (min-width: 1200px) {
  .alignwide {
    margin-left: calc(-39rem + 50%);
    margin-right: calc(-39rem + 50%);
    width: 78rem;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
}
html.modal-is-opened,
body.modal-is-opened {
  position: relative;
  z-index: 998;
  width: 100vw;
}
html.modal-is-opened::after,
body.modal-is-opened::after {
  content: "";
  position: fixed; /* cover viewport and avoid stacking context issues */
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; /* raise above other elements */
  display: block;
  pointer-events: auto; /* allow the overlay to block clicks if intended */
}
main {
  padding: 10.625rem 0 0 0;
}
@media (min-width: 1200px) {
  main {
    padding: 14.6875rem 0 0 0;
  }
}
.container {
  padding: 0 1.875rem;
}
@media (min-width: 780px) {
  .container {
    padding: 0 5rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 11.25rem;
    max-width: 75rem;
    margin: 0 auto;
  }
}
.wp-block-button__link,
.button {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: #ec1c24;
  border: 1px solid #ec1c24;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  padding: 0 1.875rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border-radius: 0.625rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.wp-block-button__link:hover,
.button:hover {
  background: #ec1c24;
  border-color: #ec1c24;
  color: #fff;
}
.show-for-small {
  display: block !important;
}
@media (min-width: 1200px) {
  .show-for-small {
    display: none !important;
  }
}
.hide-for-small {
  display: none !important;
}
@media (min-width: 1200px) {
  .hide-for-small {
    display: block !important;
  }
}
.show-for-small-flex {
  display: flex !important;
}
@media (min-width: 1200px) {
  .show-for-small-flex {
    display: none !important;
  }
}
.hide-for-small-flex {
  display: none !important;
}
@media (min-width: 1200px) {
  .hide-for-small-flex {
    display: flex !important;
  }
}
.show-for-sr {
  position: absolute; /* Outside the DOM flow */
  height: 1px;
  width: 1px; /* Nearly collapsed */
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}
strong {
  font-weight: 600;
}
#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
main ul,
main ul.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 1.875rem 0 1.875rem 0 !important;
}
main ul li,
main ul.wp-block-list li {
  padding: 0 0 1.25rem 1.875rem;
  position: relative;
}
main ul li:has(ul),
main ul.wp-block-list li:has(ul) {
  padding: 0 0 0 1.5625rem;
}
main ul li:before,
main ul.wp-block-list li:before {
  content: "·";
  color: #332700;
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: -3px;
}
main ul li ul,
main ul.wp-block-list li ul {
  margin: 0.9375rem 0 0 0;
}
main ul li ul li,
main ul.wp-block-list li ul li {
  padding: 0 0 0.9375rem 1.5625rem;
}
main ul li ul li:before,
main ul.wp-block-list li ul li:before {
  content: "·";
  color: var(--main-border-color);
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: -3px;
}
main ol.wp-block-list {
  padding: 0;
  margin: 0 0 1.875rem 2.5rem !important;
}
main ol.wp-block-list li {
  padding: 0 0 1.25rem 1.25rem;
  position: relative;
}
main ol.wp-block-list li::marker {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
}
main ol.wp-block-list li:has(ol) {
  padding: 0;
}
main ol.wp-block-list li ol {
  margin: 0.9375rem 0 0 1.5625rem;
}
main ol.wp-block-list li ol li {
  padding: 0 0 0.9375rem 0;
}
:root :where(.is-layout-constrained) > :first-child,
:root :where(.is-layout-constrained) > * {
  margin-block-end: 1.875rem;
}
.wp-block-columns {
  display: block !important;
}
@media (min-width: 1200px) {
  .wp-block-columns {
    display: flex !important;
  }
}
.home-slider__slides .slick-slide .anim-title,
.home-slider__slides .slick-slide .anim-paragraph {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}
.home-slider__slides .slick-slide .anim-title {
  transform: translateY(-20px);
}
.home-slider__slides .slick-slide .anim-paragraph {
  transform: translateY(20px);
}
.home-slider__slides .slick-slide.is-animating .anim-title,
.home-slider__slides .slick-slide.is-animating .anim-paragraph {
  opacity: 1;
  transform: translateY(0);
}
.cta-section {
  padding: 5.625rem 0;
}
.cta-section .is-style-outline a {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: #ec1c24;
  border: 1px solid #ec1c24;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  padding: 0 1.875rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border-radius: 0.625rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
.cta-section .is-style-outline a:hover {
  background: #ec1c24;
  border-color: #ec1c24;
  color: #fff;
}
.cta-section .is-style-fill a {
  background: #ec1c24;
  border-color: #ec1c24;
  color: #fff;
}
.padding-y-40-80 {
  padding: 2.5rem 0;
}
@media (min-width: 1200px) {
  .padding-y-40-80 {
    padding: 5rem 0;
  }
}
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.cf7952fa.eot);
  src: url(../fonts/icomoon.cf7952fa.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.292410b6.woff2) format("woff2"), url(../fonts/icomoon.297baded.ttf) format("truetype"), url(../fonts/icomoon.e892d51a.woff) format("woff"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iYXJyb3ciIGhvcml6LWFkdi14PSIxMzQ4IiBkPSJNNTEyLTY0bC01MTIgNTEyIDUxMiA1MTIgMzQuNjI4LTM0LjYyOC00NzcuMzcyLTQ3Ny4zNzIgNDc3LjM3Mi00NzcuMzcyLTM0LjYyOC0zNC42Mjh6TTM0LjYyOCA0NzIuNzM0aDEzMTMuMzkxdi00OS40NjloLTEzMTMuMzkxdjQ5LjQ2OXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAxOyIgZ2x5cGgtbmFtZT0iZmFjZWJvb2siIGQ9Ik01MTIgOTYwYy0yODIuNzA4IDAtNTEyLTIyOS4yOTItNTEyLTUxMnMyMjkuMjkyLTUxMiA1MTItNTEyIDUxMiAyMjkuMjkyIDUxMiA1MTItMjI5LjE4IDUxMi01MTIgNTEyek02ODQuMjc4IDY2OS41MzNoLTYwLjI3NWMtMzMuMjg2IDAtNjguMjU5LTIwLjY5MS02OC4yNTktNTcuMTI2di05OC4zOTdoMTIzLjgxMWwtMjAuNjkxLTEzMC4xMDhoLTEwMy4xMnYtMzIyLjE3OWgtMTM5LjY2N3YzMjIuMTc5aC0xMTcuNTE0djEzMC4xMDhoMTE3LjUxNHY5Ni44MjJjMCA5Ni44MjIgNTcuMTI2IDE3Ny43ODkgMTYwLjM1OCAxNzEuMzc5bDEwNy45NTUtNC43MjN2LTEwNy45NTV6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMjsiIGdseXBoLW5hbWU9InlvdXR1YmUiIGQ9Ik01MTIgOTYwYy0yODIuNzA4IDAtNTEyLTIyOS4yOTItNTEyLTUxMnMyMjkuMjkyLTUxMiA1MTItNTEyIDUxMiAyMjkuMjkyIDUxMiA1MTItMjI5LjE4IDUxMi01MTIgNTEyek04MjAuNTcyIDMyMy43MzljLTkuNzgzLTczLjU0NC00Ni41NTYtODQuNTY1LTExOC45NzYtOTAuNzUtNjIuNTI0LTYuMTg1LTEzMy43MDctNy4zMDktMTg4LjgwOS03LjMwOXMtMTI3LjUyMiAxLjIzNy0xODguODA5IDcuMzA5Yy03Mi4zMDcgNi4xODUtMTEwLjMxNyAxNy4yMDUtMTIwLjIxMyA5MC43NS0zLjcxMSAzMS44MjQtNi4xODUgNzguNDkyLTYuMTg1IDEyNS4wNDhzMi40NzQgOTEuOTg3IDYuMTg1IDEyNS4wNDhjOS43ODMgNzIuMzA3IDQ3Ljc5MyA4NC41NjUgMTIwLjIxMyA5MC43NSA2MS4yODcgNC45NDggMTMzLjcwNyA3LjMwOSAxODguODA5IDcuMzA5czEyNi4yODUtMi40NzQgMTg4LjgwOS03LjMwOWM3Mi4zMDctNi4xODUgMTA5LjA4MC0xOC40NDIgMTE4Ljk3Ni05MC43NSA0Ljk0OC0zMy4wNjEgNy4zMDktNzguNDkyIDcuMzA5LTEyNS4wNDhzLTIuNDc0LTkzLjIyNC03LjMwOS0xMjUuMDQ4ek00NDkuMDI2IDU0My4yNDhsMTY0LjI5NC05NC40NjEtMTY0LjI5NC05NS41ODV2MTkwLjA0NnoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAzOyIgZ2x5cGgtbmFtZT0ibGlua2VkaW4iIGQ9Ik01MTIgOTYwYy0yODIuNzA4IDAtNTEyLTIyOS4yOTItNTEyLTUxMnMyMjkuMjkyLTUxMiA1MTItNTEyIDUxMiAyMjkuMjkyIDUxMiA1MTItMjI5LjE4IDUxMi01MTIgNTEyek0zNDIuNTMzIDE2My42MDZoLTExNS4yNjV2Mzg3LjE3N2gxMTUuMjY1di0zODcuMTc3ek0yODQuMTcgNjA3LjY4NGMtMzguNDU5IDAtNjguMzcyIDMxLjM3NC02OC4zNzIgNjkuNzIxczI5LjkxMyA2OS43MjEgNjguMzcyIDY5LjcyMSA2OS43MjEtMzEuMjYyIDY5LjcyMS02OS43MjEtMzEuMjYyLTY5LjcyMS02OS43MjEtNjkuNzIxek03OTYuNjE5IDM2NS42ODR2LTIwMi4xOTFoLTExMy45MTV2MjA5LjI3NmMtMS40NjIgNDQuMDgyLTMxLjI2MiA3OC4yNjgtNzUuNDU2IDc4LjI2OHMtODEuMTkxLTM0LjE4Ni04Mi41NDEtNzguMjY4di0yMDkuMjc2aC0xMTMuOTE1djM4Ny4xNzdoMTEzLjkxNXYtNTQuMDkwYzI0LjE3NyAzNS41MzUgNjQuMDk4IDU4LjM2MyAxMDkuNjQyIDU4LjM2M2gzMS4yNjJjNzIuNjQ1IDAgMTMxLjAwOC01OS44MjUgMTMxLjAwOC0xMzEuMDA4di01OC4zNjN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNDsiIGdseXBoLW5hbWU9ImNsb3NlIiBkPSJNMTYwIDY0Yy02LjQgMC0xOS4yIDAtMjUuNiA2LjQtMTIuOCAxMi44LTEyLjggMzIgMCA0NC44bDcwNCA3MTAuNGMxMi44IDEyLjggMzIgMTIuOCA0NC44IDBzMTIuOC0zMiAwLTQ0LjhsLTY5Ny42LTcxMC40YzAgMC0xMi44LTYuNC0yNS42LTYuNHpNODY0IDY0Yy02LjQgMC0xOS4yIDAtMjUuNiA2LjRsLTcwNCA3MDRjLTEyLjggMTIuOC0xMi44IDMyIDAgNDQuOHMzMiAxMi44IDQ0LjggMGw3MDQtNzA0YzEyLjgtMTIuOCAxMi44LTMyIDAtNDQuOHMtMTIuOC02LjQtMjUuNi02LjR6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNTsiIGdseXBoLW5hbWU9Imluc3RhZ3JhbSIgZD0iTTMyNi40NjQgODkyLjg2NGMtNDcuNjgtMi4yNC04MC4yMjQtOS44NTYtMTA4LjY3Mi0yMS4wMjQtMjkuNDQtMTEuNDg4LTU0LjQtMjYuODgtNzkuMjY0LTUxLjgwOC0yNC44MzItMjQuOTI4LTQwLjEyOC00OS45Mi01MS41Mi03OS4zOTItMTEuMDQwLTI4LjUxMi0xOC40OTYtNjEuMDg4LTIwLjYwOC0xMDguOC0yLjExMi00Ny42OC0yLjU2LTYzLjA0MC0yLjMzNi0xODQuNjcyczAuNzY4LTEzNi44OTYgMy4wNzItMTg0LjcwNGMyLjI3Mi00Ny42NDggOS44NTYtODAuMTkyIDIxLjAyNC0xMDguNjcyIDExLjQ4OC0yOS40NCAyNi44OC01NC40IDUxLjgwOC03OS4yNjQgMjQuOTI4LTI0LjgzMiA0OS44ODgtNDAuMDk2IDc5LjQ1Ni01MS41MiAyOC40OC0xMS4wMDggNjEuMDg4LTE4LjUyOCAxMDguNzY4LTIwLjYwOHM2My4wNDAtMi41NiAxODQuNjcyLTIuMzM2YzEyMS42MzIgMC4yMjQgMTM2LjkyOCAwLjc2OCAxODQuNzM2IDMuMDQwczgwLjE2IDkuODg4IDEwOC42NCAyMS4wMjRjMjkuNDQgMTEuNTIgNTQuNDMyIDI2Ljg4IDc5LjI2NCA1MS44NHM0MC4xMjggNDkuOTUyIDUxLjQ4OCA3OS40NTZjMTEuMDQwIDI4LjQ4IDE4LjUyOCA2MS4wODggMjAuNjA4IDEwOC43MzYgMi4wODAgNDcuODA4IDIuNTkyIDYzLjA3MiAyLjMzNiAxODQuNzM2cy0wLjc2OCAxMzYuODk2LTMuMDQwIDE4NC42NzItOS44NTYgODAuMjI0LTIxLjAyNCAxMDguNzA0Yy0xMS41MiAyOS40NC0yNi44OCA1NC40LTUxLjgwOCA3OS4yNjRzLTQ5Ljk1MiA0MC4xMjgtNzkuNDU2IDUxLjQ4OGMtMjguNTEyIDExLjA0MC02MS4wODggMTguNTYtMTA4Ljc2OCAyMC42MDhzLTYzLjA0MCAyLjU5Mi0xODQuNzA0IDIuMzY4LTEzNi44OTYtMC43NjgtMTg0LjY3Mi0zLjA3MnpNMzMxLjcxMiA4My4wNDBjLTQzLjY4IDEuODg4LTY3LjM5MiA5LjE1Mi04My4yIDE1LjIzMi0yMC45MjggOC4wNjQtMzUuODQgMTcuODI0LTUxLjU4NCAzMy40MDhzLTI1LjQ0IDMwLjU2LTMzLjYgNTEuNDU2Yy02LjE0NCAxNS44MDgtMTMuNTM2IDM5LjQ4OC0xNS41ODQgODMuMTY4LTIuMjA4IDQ3LjItMi42ODggNjEuMzc2LTIuOTQ0IDE4MC45OTJzMC4xOTIgMTMzLjc2IDIuMjcyIDE4MC45OTJjMS44NTYgNDMuNjQ4IDkuMTUyIDY3LjM5MiAxNS4yMzIgODMuMiA4LjA2NCAyMC45NiAxNy43OTIgMzUuODQgMzMuNDA4IDUxLjU4NHMzMC41NiAyNS40NCA1MS40NTYgMzMuNmMxNS43NzYgNi4xNzYgMzkuNDg4IDEzLjUwNCA4My4xMzYgMTUuNTg0IDQ3LjIzMiAyLjI0IDYxLjQwOCAyLjY4OCAxODAuOTkyIDIuOTQ0czEzMy43OTItMC4xOTIgMTgxLjA1Ni0yLjI3MmM0My42NDgtMS44ODggNjcuMzkyLTkuMTIgODMuMTY4LTE1LjIzMiAyMC45MjgtOC4wNjQgMzUuODQtMTcuNzYgNTEuNTg0LTMzLjQwOHMyNS40NC0zMC41MjggMzMuNjMyLTUxLjQ4OGM2LjE3Ni0xNS43NDQgMTMuNTA0LTM5LjQyNCAxNS41NTItODMuMTA0IDIuMjQtNDcuMjMyIDIuNzUyLTYxLjQwOCAyLjk3Ni0xODAuOTkycy0wLjE5Mi0xMzMuNzkyLTIuMjcyLTE4MC45OTJjLTEuOTItNDMuNjgtOS4xNTItNjcuMzkyLTE1LjIzMi04My4yMzItOC4wNjQtMjAuOTI4LTE3Ljc5Mi0zNS44NC0zMy40NC01MS41ODRzLTMwLjU2LTI1LjQ0LTUxLjQ1Ni0zMy42Yy0xNS43NzYtNi4xNDQtMzkuNDg4LTEzLjUwNC04My4xMDQtMTUuNTg0LTQ3LjIzMi0yLjIwOC02MS40MDgtMi42ODgtMTgxLjAyNC0yLjk0NHMtMTMzLjc2IDAuMjI0LTE4MC45OTIgMi4yNzJ6TTY5Ni45MjggNjg3LjQ1NmMwLjA2NC0yOS42OTYgMjQuMTYtNTMuNzI4IDUzLjg1Ni01My42NjRzNTMuNzI4IDI0LjE2IDUzLjY2NCA1My44NTZjLTAuMDY0IDI5LjY5Ni0yNC4xNiA1My43MjgtNTMuODU2IDUzLjY2NCAwIDAgMCAwIDAgMC0yOS42OTYtMC4wNjQtNTMuNjk2LTI0LjE2LTUzLjY2NC01My44NTZ6TTI4MS45ODQgNDQ3LjU4NGMwLjI1Ni0xMjcuMDQwIDEwMy40MjQtMjI5LjgyNCAyMzAuNDY0LTIyOS41NjhzMjI5Ljg1NiAxMDMuNDI0IDIyOS42MzIgMjMwLjQ2NGMtMC4yNTYgMTI3LjA0MC0xMDMuNDU2IDIyOS44NTYtMjMwLjQ5NiAyMjkuNnMtMjI5LjgyNC0xMDMuNDU2LTIyOS41NjgtMjMwLjQ5NnpNMzYyLjcyIDQ0Ny43NDRjLTAuMTYgODIuNDY0IDY2LjU2IDE0OS40NzIgMTQ5LjA1NiAxNDkuNjMyIDgyLjQ2NCAwLjE2IDE0OS40NzItNjYuNTYgMTQ5LjYzMi0xNDkuMDU2IDAuMTYtODIuNDY0LTY2LjU2LTE0OS40NzItMTQ5LjA1Ni0xNDkuNjMyLTgyLjQ2NC0wLjE2LTE0OS40NzIgNjYuNTI4LTE0OS42MzIgMTQ4Ljk5MnYweiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDY7IiBnbHlwaC1uYW1lPSJwbGF5IiBkPSJNNTEyIDk2MGMtMjgyLjM2MSAwLTUxMi0yMjkuNjM5LTUxMi01MTJzMjI5LjYzOS01MTIgNTEyLTUxMiA1MTIgMjI5LjYzOSA1MTIgNTEyLTIyOS43NDQgNTEyLTUxMiA1MTJ6TTgwNi4xMzQgNDIzLjkzMmwtNDI2LjY2Ny0yNDYuMzFjLTQuMjcyLTIuNTAxLTkuMTY5LTMuNzUxLTEzLjk2Mi0zLjc1MXMtOS41ODYgMS4yNS0xMy45NjIgMy43NTFjLTguNjQ4IDUuMDAxLTEzLjk2MiAxNC4xNy0xMy45NjIgMjQuMTczdjQ5Mi42MmMwIDEwLjAwMiA1LjMxNCAxOS4xNzEgMTMuOTYyIDI0LjE3MyA0LjI3MiAyLjUwMSA5LjE2OSAzLjc1MSAxMy45NjIgMy43NTFzOS41ODYtMS4yNSAxMy45NjItMy43NTFsNDI2LjY2Ny0yNDYuMzFjOC42NDgtNS4wMDEgMTMuOTYyLTE0LjE3IDEzLjk2Mi0yNC4xNzNzLTUuMzE0LTE5LjE3MS0xMy45NjItMjQuMTczeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDc7IiBnbHlwaC1uYW1lPSJkb3dubG9hZCIgaG9yaXotYWR2LXg9IjE1MzkiIGQ9Ik00NzEuMDIyIDU5OS44ODVjLTkuNTc2IDAtMTkuMTUzLTMuNTYzLTI2LjUwMi0xMC45MTMtNy4xMjctNy4xMjctMTAuOTEzLTE2LjQ4LTEwLjkxMy0yNi41MDJzMy43ODYtMTkuMzc1IDEwLjkxMy0yNi41MDJsMjk1LjMwOC0yOTUuOTc2YzExLjgwMy0xNi45MjYgMzcuNDE1LTIwLjcxMiA1My42NzItOC4wMTcgMS43ODIgMS4zMzYgMy4xMTggMi40NSA0LjIzMSAzLjU2M2wyOTcuMDg5IDI5Ny4wODljNy4xMjcgNy4xMjcgMTAuOTEzIDE2LjQ4IDEwLjkxMyAyNi41MDJzLTMuNzg2IDE5LjM3NS0xMC45MTMgMjYuNTAyYy0xNC4wMzAgMTQuMDMwLTM4Ljc1MSAxNC4wMzAtNTIuNzgxIDBsLTIzNC4wNjQtMjM0LjA2NHY1NzEuMDE3YzAgMjAuNDg5LTE2LjcwMyAzNy40MTUtMzcuNDE1IDM3LjQxNXMtMzcuNDE1LTE2LjcwMy0zNy40MTUtMzcuNDE1di01NjkuNDU4bC0yMzUuNjIyIDIzNS42MjJjLTcuMzQ5IDcuMzQ5LTE2LjkyNiAxMC45MTMtMjYuNTAyIDEwLjkxM3pNMzcuNDE1IDI5OC43ODdjLTIwLjQ4OSAwLTM3LjQxNS0xNi43MDMtMzcuNDE1LTM3LjQxNXYtMjAyLjIxN2MwLTY3LjkyNSA1NS4yMzEtMTIzLjM3OSAxMjMuMzc5LTEyMy4zNzloMTI5Mi4zNmM2Ny45MjUgMCAxMjMuMzc5IDU1LjIzMSAxMjMuMzc5IDEyMy4zNzl2MjAyLjIxN2MwIDIwLjQ4OS0xNi43MDMgMzcuNDE1LTM3LjQxNSAzNy40MTVzLTM3LjQxNS0xNi43MDMtMzcuNDE1LTM3LjQxNXYtMjAyLjIxN2MwLTI2LjcyNS0yMS44MjUtNDguNTUtNDguNTUtNDguNTVoLTEyOTIuMzZjLTI2LjcyNSAwLTQ4LjU1IDIxLjgyNS00OC41NSA0OC41NXYyMDIuMjE3YzAgMjAuNDg5LTE2LjcwMyAzNy40MTUtMzcuNDE1IDM3LjQxNXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTA4OyIgZ2x5cGgtbmFtZT0iZmlsZSIgaG9yaXotYWR2LXg9Ijc0NCIgZD0iTTcyMS45NTctNjRoLTY5OS44NTZjLTEyLjI3OCAwLTIyLjEwMSA5LjgyMy0yMi4xMDEgMTkuNjQ1djk4NC43MWMwIDkuODIzIDkuODIzIDE5LjY0NSAyMi4xMDEgMTkuNjQ1aDM5Ny44MTNjNC45MTEgMCA5LjgyMyAwIDE0LjczNC00LjkxMWwzMDQuNDk5LTMwNC40OTljNC45MTEtNC45MTEgNC45MTEtOS44MjMgNC45MTEtMTQuNzM0di02NzcuNzU1YzAtMTIuMjc4LTkuODIzLTE5LjY0NS0xOS42NDUtMTkuNjQ1ek00MS43NDYtMjIuMjU0aDY2MC41NjZ2NjQ4LjI4OGwtMjkyLjIyMSAyOTIuMjIxaC0zNjguMzQ1di05NDAuNTA4ek02MzguNDY1IDEwNS40MzloLTUzMi44NzNjLTEyLjI3OCAwLTIyLjEwMSA5LjgyMy0yMi4xMDEgMTkuNjQ1czkuODIzIDE5LjY0NSAyMi4xMDEgMTkuNjQ1aDUzMi44NzNjMTIuMjc4IDAgMTkuNjQ1LTkuODIzIDE5LjY0NS0xOS42NDVzLTkuODIzLTE5LjY0NS0xOS42NDUtMTkuNjQ1ek02MzguNDY1IDI3NC44NzhoLTUzMi44NzNjLTEyLjI3OCAwLTIyLjEwMSA5LjgyMy0yMi4xMDEgMTkuNjQ1czkuODIzIDE5LjY0NSAyMi4xMDEgMTkuNjQ1aDUzMi44NzNjMTIuMjc4IDAgMTkuNjQ1LTkuODIzIDE5LjY0NS0xOS42NDVzLTkuODIzLTE5LjY0NS0xOS42NDUtMTkuNjQ1ek02MzguNDY1IDQ0NC4zMTdoLTUzMi44NzNjLTEyLjI3OCAwLTIyLjEwMSA5LjgyMy0yMi4xMDEgMjIuMTAxczkuODIzIDIyLjEwMSAyMi4xMDEgMjIuMTAxaDUzMi44NzNjMTIuMjc4IDAgMTkuNjQ1LTkuODIzIDE5LjY0NS0yMi4xMDFzLTkuODIzLTIyLjEwMS0xOS42NDUtMjIuMTAxek0zMzMuOTY2IDYxMy43NTVoLTIyOC4zNzRjLTEyLjI3OCAwLTIyLjEwMSA5LjgyMy0yMi4xMDEgMjIuMTAxczkuODIzIDIyLjEwMSAyMi4xMDEgMjIuMTAxaDIyOC4zNzRjMTIuMjc4IDAgMjIuMTAxLTkuODIzIDIyLjEwMS0yMi4xMDFzLTkuODIzLTIyLjEwMS0yMi4xMDEtMjIuMTAxek03MjEuOTU3IDYxMy43NTVoLTMwNC40OTljLTEyLjI3OCAwLTE5LjY0NSA5LjgyMy0xOS42NDUgMjIuMTAxdjMwNC40OTljMCA5LjgyMyA3LjM2NyAxOS42NDUgMTkuNjQ1IDE5LjY0NXMxOS42NDUtOS44MjMgMTkuNjQ1LTIyLjEwMXYtMjg0Ljg1NGgyODQuODU0YzEyLjI3OCAwIDE5LjY0NS05LjgyMyAxOS42NDUtMjIuMTAxcy05LjgyMy0yMi4xMDEtMTkuNjQ1LTIyLjEwMXoiIC8+CjwvZm9udD48L2RlZnM+PC9zdmc+#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-youtube:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e906";
}
.icon-download:before {
  content: "\e907";
}
.icon-file:before {
  content: "\e908";
}
h1 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3.125rem;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.8125rem;
    line-height: 4.375rem;
    letter-spacing: -0.03125rem;
  }
}
h2 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: -0.00625rem;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.75rem;
    line-height: 4.375rem;
    letter-spacing: 0;
  }
}
h3 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9375rem;
  line-height: 2.1875rem;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 3.125rem;
    line-height: 4.375rem;
  }
}
h4 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.875rem;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
h5 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4375rem;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
p,
ul,
ol {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1200px) {
  p,
  ul,
  ol {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
p.has-small-font-size,
ul.has-small-font-size,
ol.has-small-font-size {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1200px) {
  p.has-small-font-size,
  ul.has-small-font-size,
  ol.has-small-font-size {
    font-size: 1.125rem !important;
    line-height: 1.375rem;
  }
}
p.has-large-font-size,
ul.has-large-font-size,
ol.has-large-font-size {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 2.0625rem;
}
@media (min-width: 1200px) {
  p.has-large-font-size,
  ul.has-large-font-size,
  ol.has-large-font-size {
    font-size: 1.3125rem;
  }
}
p {
  margin: 0 0 1.25rem 0;
  color: #332700;
}
ul li, ol li {
  color: #332700;
}
a {
  color: #ec1c24;
  text-decoration: underline;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.a4e97f5a.eot);
  src: url(../fonts/slick.a4e97f5a.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.29518378.woff) format("woff"), url(../fonts/slick.c94f7671.ttf) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  height: 10.625rem;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .header {
    height: 14.6875rem;
  }
}
.header.fixedToTop {
  transform: translateY(0);
}
.header.notFixedToTop {
  transform: translateY(-100%);
}
.header .mobile__inquiry-button {
  display: flex;
  justify-content: center;
  height: 3.75rem;
  align-items: center;
}
.header .mobile__inquiry-button .button {
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  border: 1px solid #ec1c24;
  background: #ec1c24;
}
@media (min-width: 1200px) {
  .header .mobile__inquiry-button {
    display: none;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1.5625rem 1.875rem 0 1.875rem;
}
@media (min-width: 780px) {
  .header .header__inner {
    padding: 0 5rem;
  }
}
@media (min-width: 1200px) {
  .header .header__inner {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    max-width: 75rem;
    margin: 0 auto;
  }
}
.header .header__logo {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header .header__logo img {
  height: 4.375rem;
  display: none;
}
@media (min-width: 1200px) {
  .header .header__logo img {
    display: block;
    height: 11.125rem;
  }
}
.header .header__logo img.mobile-logo {
  display: block;
}
@media (min-width: 1200px) {
  .header .header__logo img.mobile-logo {
    display: none;
  }
}
.header .header__right {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  z-index: 100;
  padding: 2.5rem 4.0625rem;
}
@media (min-width: 1200px) {
  .header .header__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    transform: none;
    position: static;
    padding: 0;
    width: auto;
  }
}
.header .header__right .header-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  margin: 0 0 1.875rem 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .header .header__right .header-menu__nav {
    align-items: center;
    flex-direction: row;
    margin: 0;
  }
}
.header .header__right .header-menu__nav li a {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: #231f20;
  border: 1px solid transparent;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  border-radius: 0.625rem;
  padding: 0.1875rem 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  display: block;
  text-align: left;
}
@media (min-width: 1200px) {
  .header .header__right .header-menu__nav li a {
    padding: 0 0.1875rem;
    font-size: 0.875rem;
    text-align: center;
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .header .header__right .header-menu__nav li a:after {
    content: "|";
    margin: 0 0 0 0.9375rem;
  }
}
.header .header__right .header-menu__nav li a:hover {
  color: #ec1c24;
}
.header .header__right .header-menu__nav li a:hover:after {
  color: #231f20;
}
.header .header__right .header-menu__nav li:last-child a:after {
  content: none;
}
.header .header__right .header-menu__nav li.current_page_item a {
  color: #ec1c24;
}
.header .header__right .header-menu__nav li.current_page_item a:after {
  color: #231f20;
}
.header .header__right .main-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  margin: 0 0 1.875rem 0;
  padding: 0 0 1.875rem 0;
  list-style: none;
  border-bottom: 2px solid #ec1c24;
}
@media (min-width: 1200px) {
  .header .header__right .main-menu__list {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.5625rem;
    margin: 1.5625rem 0 0 0;
    border-bottom: none;
    border-top: 1px solid #ec1c24;
  }
}
.header .header__right .main-menu__list li {
  padding: 0;
}
.header .header__right .main-menu__list li a {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: #231f20;
  border: 1px solid transparent;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  border-radius: 0.625rem;
  width: 14.0625rem;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  display: block;
  text-align: left;
}
@media (min-width: 1200px) {
  .header .header__right .main-menu__list li a {
    font-size: 1rem;
    text-align: center;
    display: inline-block;
    width: auto;
    text-wrap: nowrap;
  }
}
.header .header__right .main-menu__list li a:hover {
  color: #ec1c24;
}
.header .header__right .main-menu__list li.btn-outlined a {
  padding: 0 1.875rem;
  border-color: #ec1c24;
}
.header .header__right .main-menu__list li.btn-outlined a:hover {
  background: #ec1c24;
  color: #fff;
}
.header .header__right .main-menu__list li.style-filled {
  display: none;
}
@media (min-width: 1200px) {
  .header .header__right .main-menu__list li.style-filled {
    display: inline-block;
  }
}
.header .header__right .main-menu__list li.style-filled a {
  padding: 0.9375rem 0.625rem;
}
@media (min-width: 1200px) {
  .header .header__right .main-menu__list li.style-filled a {
    background: #ec1c24;
    color: #fff;
    border: 1px solid #ec1c24;
  }
}
.header .header__right .main-menu__list li.current_page_item a {
  color: #ec1c24;
}
.header .header__right .main-menu__list li.current_page_item.style-filled a {
  color: #fff;
}
.header .header__right .header__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  width: 14.0625rem;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .header .header__right .header__buttons {
    flex-direction: row;
    width: auto;
    margin: 0;
  }
}
.header .header__right .header__buttons .button {
  height: 2rem;
  line-height: 2rem;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .header .header__right .header__buttons .button {
    height: 3.375rem;
    line-height: 3.375rem;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .header .header__right .header__buttons .filled {
    background: #ec1c24;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .header .header__right .header__buttons .watch-story__button {
    color: #ec1c24;
    text-decoration: none;
    font-family: var(--wp--preset--font-family--primary-font);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
    padding: 0 0.625rem;
    border: none;
  }
  .header .header__right .header__buttons .watch-story__button:hover {
    color: #ec1c24;
    background: none;
  }
}
.header .menu__toggle {
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 200;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header .menu__toggle {
    display: none;
  }
}
.header .menu__toggle span {
  position: absolute;
  width: 3.125rem;
  height: 0.125rem;
  background: #ec1c24;
  right: 0;
  transition: all 0.3s ease;
}
.header .menu__toggle span:nth-child(1) {
  top: 1.125rem;
}
.header .menu__toggle span:nth-child(2) {
  width: 2.5rem;
  top: 1.875rem;
}
.header .youtube-code {
  display: none;
}
.header .header__apply-button {
  display: inline-flex;
}
@media (min-width: 1200px) {
  .header .header__apply-button {
    display: none;
  }
}
.header .apply-button {
  color: #fff;
  border: 1px solid #ec1c24;
  background: #ec1c24;
  text-align: center;
}
.menu-expanded .menu__toggle span:nth-child(1) {
  width: 2.5rem;
  transform: rotate(45deg);
  top: 1.625rem;
}
.menu-expanded .menu__toggle span:nth-child(2) {
  transform: rotate(-45deg);
  top: 1.625rem;
}
.menu-expanded .header__right {
  display: inline-flex;
  flex-direction: column-reverse;
}
.menu-expanded .mobile__inquiry-button .button {
  display: none;
}
.footer {
  background: #e6e7e8;
  padding: 2.5rem 1.25rem 1.875rem 1.25rem;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .footer {
    padding: 4.375rem 0;
  }
}
.footer .footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .footer .footer__inner {
    align-items: flex-start;
    flex-direction: row;
  }
}
.footer .footer__logo {
  margin: 0 0 1.875rem 0;
}
@media (min-width: 1200px) {
  .footer .footer__logo {
    margin: 0 1.875rem 0 0;
  }
}
.footer .footer__logo img {
  height: 11.125rem;
}
.footer .footer__address,
.footer .footer__contact,
.footer .footer__links {
  margin-top: 1.875rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer .footer__address,
  .footer .footer__contact,
  .footer .footer__links {
    text-align: left;
  }
}
.footer .footer__address p,
.footer .footer__contact p,
.footer .footer__links p {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #231f20;
}
@media (min-width: 1200px) {
  .footer .footer__address p,
  .footer .footer__contact p,
  .footer .footer__links p {
    font-size: 1.125rem;
  }
}
.footer .footer__address p a,
.footer .footer__contact p a,
.footer .footer__links p a {
  color: #231f20;
  text-decoration: none;
}
.footer .footer__address p a:hover,
.footer .footer__contact p a:hover,
.footer .footer__links p a:hover {
  color: #ec1c24;
}
@media (min-width: 1200px) {
  .footer .footer__links {
    margin-left: 1.875rem;
  }
}
.footer .footer__links .footer-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer__links .footer-menu__list li a {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #231f20;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer .footer__links .footer-menu__list li a {
    font-size: 1.125rem;
  }
}
.footer .footer__links .footer-menu__list li a:hover {
  color: #ec1c24;
}
@media (min-width: 1200px) {
  .footer .footer__contact {
    margin-left: auto;
  }
}
.footer h5 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.footer .footer__bottom {
  display: none;
}
@media (min-width: 1200px) {
  .footer .footer__bottom {
    display: block;
    padding: 2.5rem 0 0 0;
    margin-top: 1.875rem;
    border-top: 1px solid #ec1c24;
  }
}
.footer .footer__bottom .copyrights-text {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #231f20;
}
@media (min-width: 1200px) {
  .footer .footer__bottom .copyrights-text {
    padding-left: 13.125rem;
  }
}
.home-banner, :root :where(.editor-styles-wrapper) :where(.is-layout-flow) > .home-banner {
  margin-top: -4.6875rem;
  position: relative;
}
@media (min-width: 1200px) {
  .home-banner, :root :where(.editor-styles-wrapper) :where(.is-layout-flow) > .home-banner {
    margin-bottom: 23.75rem;
    margin-top: -6.875rem;
  }
}
.home-banner .wp-block-cover {
  padding: 0 0 1.875rem 0;
  margin: 0;
  height: auto;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: #000;
}
@media (min-width: 1200px) {
  .home-banner .wp-block-cover {
    padding: 0;
    min-height: 95rem;
  }
}
.home-banner .wp-block-cover__image-background {
  width: 100vw;
  height: 29.0625rem;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}
@media (min-width: 1200px) {
  .home-banner .wp-block-cover__image-background {
    height: 83.3125rem;
  }
}
@media (min-width: 1200px) {
  .home-banner .section-cards {
    position: absolute;
    top: auto;
    bottom: -17.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .home-banner .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
    height: 88.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .home-banner .container {
    max-width: 100rem;
  }
}
.home-banner .banner-text {
  margin: 20rem 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .home-banner .banner-text {
    max-width: 62.5rem;
    margin: 25rem 0 12.5rem 0;
  }
}
.home-banner .banner-text h2 {
  font-family: "Playfair Display", serif !important;
  font-size: 6.0625rem !important;
  line-height: 5.625rem !important;
  letter-spacing: -0.008125rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .home-banner .banner-text h2 {
    font-size: 10.4375rem !important;
    line-height: 10rem !important;
  }
}
.home-banner .banner-text h3 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.8125rem;
  margin: 0 1.25rem !important;
}
@media (min-width: 1200px) {
  .home-banner .banner-text h3 {
    font-family: var(--wp--preset--font-family--primary-font);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 2.4375rem;
    margin: 0 auto !important;
  }
}
.home-banner .wide-banner-text {
  text-align: center;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 1.875rem;
  padding: 2.1875rem 3.125rem;
  margin: 0 0;
}
@media (min-width: 1200px) {
  .home-banner .wide-banner-text {
    width: 100%;
    padding: 3.125rem 0;
  }
}
.home-banner .wide-banner-text h2 {
  max-width: 55rem;
  margin: 0 0 2.5rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9375rem;
  line-height: 2.1875rem;
}
@media (min-width: 1200px) {
  .home-banner .wide-banner-text h2 {
    font-size: 2.875rem;
    line-height: 3.1875rem;
  }
}
.home-banner .wide-banner-text p {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  max-width: 55rem;
}
.home-banner .wp-block-columns {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .home-banner .wp-block-columns {
    margin-top: 1.5625rem;
  }
}
.home-banner .wp-block-columns .wp-block-column:last-child {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .home-banner .wp-block-columns .wp-block-column:last-child {
    margin-top: 1.5625rem;
  }
}
.home-banner article {
  padding: 2.1875rem 1.5625rem 2.8125rem 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-banner article {
    padding: 4.375rem;
  }
}
.home-banner article h2 {
  margin: 0 0 1.875rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.625rem;
}
@media (min-width: 1200px) {
  .home-banner article h2 {
    font-size: 2.875rem;
    line-height: 3.1875rem;
  }
}
.home-banner article p {
  margin: 0 0 2.5rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home-banner .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
.home-banner .wp-block-button__link:hover {
  border-color: #000;
}
.cta-banner {
  margin: 2.5rem 0;
  position: relative;
  z-index: 90;
}
@media (min-width: 1200px) {
  .cta-banner {
    margin: 6.25rem 0;
  }
}
.cta-banner .wp-block-cover {
  border-radius: 1.875rem;
  height: 36.875rem;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.5rem 1.5rem;
  background: #000;
  margin: 0;
  min-height: auto;
}
@media (min-width: 780px) {
  .cta-banner .wp-block-cover {
    padding: 2.5rem 4.6875rem 4.6875rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover {
    align-items: center;
    height: 29.8125rem;
    padding: 0 0 0 6.5rem;
  }
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover:before {
    content: "";
    width: 69.25rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 29.8125rem;
    background: #000000;
    border-radius: 1.875rem;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.cta-banner .wp-block-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 22.8125rem;
  border-radius: 1.875rem;
  -o-object-position: top right;
     object-position: top right;
}
@media (min-width: 780px) {
  .cta-banner .wp-block-cover img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover img {
    height: 29.8125rem;
  }
}
.cta-banner .wp-block-cover__inner-container {
  max-width: 35.0625rem;
  position: relative;
  z-index: 3;
}
.cta-banner .wp-block-cover__inner-container h2 {
  color: #fff;
  margin: 0 0 1.25rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.625rem;
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover__inner-container h2 {
    margin: 0 0 2.5rem 0;
    font-size: 2.875rem;
    line-height: 3.1875rem;
  }
}
.cta-banner .wp-block-cover__inner-container p {
  margin: 0 0 2.5rem 0;
}
.cta-banner .wp-block-cover__inner-container .wp-block-button__link {
  color: #fff;
}
.cta-banner .wp-block-cover__inner-container .wp-block-button__link:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.page-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 1200px) {
  .page-banner {
    height: 33.75rem;
  }
}
.page-banner .wp-block-columns {
  flex-direction: column-reverse;
  display: flex !important;
}
@media (min-width: 1200px) {
  .page-banner .wp-block-columns {
    height: 33.75rem;
    flex-direction: row;
  }
}
.page-banner .wp-block-columns .wp-block-column:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .page-banner .page-banner__image {
    flex-shrink: 0;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    height: 33.75rem;
    right: 0;
  }
}
.page-banner .page-banner__image img,
.page-banner .page-banner__image video,
.page-banner .page-banner__image iframe {
  width: 100%;
  height: 20.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 780px) {
  .page-banner .page-banner__image img,
  .page-banner .page-banner__image video,
  .page-banner .page-banner__image iframe {
    height: 33.75rem;
  }
}
.page-banner .page-banner__image .inline-video {
  margin: 0;
}
.page-banner .page-banner__text {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .page-banner .page-banner__text {
    width: 50%;
    padding: 0 3.75rem 0 0;
  }
}
.text-banner {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .text-banner {
    margin-top: 8.125rem;
    margin-bottom: 4.375rem;
  }
}
.text-banner h3 {
  margin: 0 0 1.875rem 0;
}
.text-banner .wp-block-acf-video-item {
  margin: 1.875rem 0;
}
@media (min-width: 1200px) {
  .text-banner .wp-block-acf-video-item {
    margin: 0;
  }
}
.text-banner .wp-block-acf-video-item .inline-video {
  margin: 0;
}
.text-banner .wp-block-image {
  margin: 1.875rem 0 0 0;
}
@media (min-width: 1200px) {
  .text-banner .wp-block-image {
    margin: 0;
  }
}
.collapsed-content {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
  padding: 0 1.25rem;
}
@media (min-width: 780px) {
  .collapsed-content {
    padding: 0 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .collapsed-content {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    padding: 0 4.6875rem;
  }
}
.collapsed-content .wp-block-columns {
  justify-content: space-between;
  position: relative;
}
.collapsed-content .collapsed-container {
  max-height: 31.0625rem;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  transition: max-height 0.5s ease-out;
}
.collapsed-content .collapsed-container p {
  margin: 0 0 1.875rem 0;
}
.collapsed-content .collapsed-container p.has-large-font-size {
  margin: 0 0 0.625rem 0;
}
.collapsed-content.expanded .collapsed-container {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.collapsed-content.has-primary-background-color {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 780px) {
  .collapsed-content.has-primary-background-color {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .collapsed-content.has-primary-background-color {
    padding: 6.25rem 4.6875rem;
  }
}
.collapsed-content.has-primary-background-color ul li:before {
  color: #fff;
}
.collapsed-content.overflowed {
  margin-top: 0;
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 780px) {
  .collapsed-content.overflowed {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .collapsed-content.overflowed {
    margin-top: -8.125rem;
    padding: 9.375rem 4.6875rem 6.25rem 4.6875rem;
  }
}
.load-more {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 780px) {
  .load-more {
    bottom: -2.5rem;
  }
}
@media (min-width: 1200px) {
  .load-more {
    bottom: 0;
  }
}
.load-more .wp-block-button__link {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 100%;
  background: #9000D0;
  color: #fff;
  border: 0.125rem solid #9000D0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 1.25rem;
}
.load-more .wp-block-button__link:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.load-more .wp-block-button__link i {
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}
@media (min-width: 1200px) {
  .expanded .load-more {
    bottom: 3.125rem;
  }
}
.expanded .load-more .wp-block-button__link i {
  transform: rotate(-90deg);
}
.highlights {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .highlights {
    padding: 5rem 0;
  }
}
.highlights h2 {
  margin-bottom: 1.875rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .highlights h2 {
    text-align: center;
    margin-bottom: 5rem !important;
  }
}
.highlights .posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .highlights .posts-wrapper {
    flex-direction: row;
  }
}
.posts-wrapper__post {
  flex-shrink: 0;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .posts-wrapper__post {
    width: calc(50% - 15px);
  }
}
.posts-wrapper__post .post__image img {
  width: 100%;
  height: 23.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-wrapper__post .post__content {
  padding: 2.5rem 1.25rem;
}
.posts-wrapper__post .post__content .post__title {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  margin-bottom: 1.25rem;
  color: #ec1c24;
}
@media (min-width: 1200px) {
  .posts-wrapper__post .post__content .post__title {
    font-size: 1.875rem;
  }
}
.read-more-button {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1200px) {
  .read-more-button {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.form-section {
  padding: 2.8125rem 1.25rem;
  position: relative;
  z-index: 90;
}
@media (min-width: 780px) {
  .form-section {
    padding: 6.25rem 4.6875rem;
  }
}
.form-section h2 {
  margin: 0 0 1.875rem 0;
}
.form-section .wp-block-columns {
  justify-content: space-between;
  gap: 2.1875rem;
}
.form-section iframe {
  margin: 0;
}
.image-title {
  border-radius: 0.625rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .image-title {
    height: 15.375rem;
    overflow: hidden;
  }
}
.image-title img {
  width: 100%;
  height: 15.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-title .wp-block-column:last-child {
  margin: 0;
}
.image-title h3 {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .image-title h3 {
    padding: 0 0 0 6.875rem;
  }
}
.cards-section {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 780px) {
  .cards-section {
    padding: 3.75rem 4.6875rem 1.875rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .cards-section {
    padding: 8.75rem 4.6875rem;
  }
}
.cards-section article {
  padding: 2.1875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .cards-section article {
    padding: 4.375rem;
  }
}
.cards-section article h2 {
  margin: 0 0 1.875rem 0;
}
.cards-section article p {
  margin: 0 0 2.5rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.narrow-text {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .narrow-text {
    text-align: center;
    max-width: 48.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.narrow-text.has-primary-background-color {
  padding: 2.8125rem 1.25rem;
  margin: 0;
}
@media (min-width: 780px) {
  .narrow-text.has-primary-background-color {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .narrow-text.has-primary-background-color {
    padding: 5.3125rem 4.6875rem;
  }
}
.narrow-text p {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 1200px) {
  .narrow-text p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.accordion-section {
  margin: 6.25rem 0;
}
.accordion-section h2 {
  margin: 0 0 1.25rem 0;
}
.accordion {
  border-bottom: 1px solid #D0D0D0;
}
.accordion .accordion-header {
  background: none;
  border: none;
  position: relative;
  border-radius: 0;
  color: #000;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.875rem 5rem 1.875rem 0;
  margin: 0;
  border-top: 1px solid #D0D0D0;
}
.accordion .accordion-header:before {
  display: none;
}
.accordion .accordion-header:after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 1.5rem;
  color: #9000D0;
  font-weight: normal;
  font-size: 1rem;
  width: 2.3125rem;
  height: 2.3125rem;
  border: 2px solid #9000D0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
.accordion .accordion-header.is-active {
  position: relative;
}
.accordion .accordion-header.is-active:after {
  transform: rotate(-90deg);
  color: #fff;
  background: #9000D0;
  border-color: #9000D0;
}
.accordion .accordion-header:hover:after {
  color: #fff;
  background: #9000D0;
  border-color: #9000D0;
}
.accordion .accordion-header:first-child {
  border-top: none;
  margin-top: 0;
}
.accordion .accordion-content.is-active {
  border: none;
  background: none;
  padding: 0;
}
.accordion .accordion-content ul {
  padding: 0 0 0 1.25rem;
}
.facts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 780px) {
  .facts {
    gap: 30px;
    flex-direction: row;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.facts .fact {
  background: #f1f2f2;
  border-radius: 0.625rem;
  padding: 1.875rem;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 780px) {
  .facts .fact {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .facts .fact {
    width: calc(25% - 22.5px);
  }
}
.facts .fact .fact__title p, .facts .fact .fact__title strong {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.125rem;
  color: #ec1c24;
}
.facts .fact .fact__title p {
  margin-bottom: 0.9375rem;
}
.facts .fact .fact__description {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  color: #ec1c24;
}
.fast-facts {
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 780px) {
  .fast-facts {
    margin-top: 4.375rem;
    margin-bottom: 5rem;
  }
}
.social-section {
  padding: 5rem 0;
}
#sb_instagram {
  max-width: 29.375rem;
}
.instagram-feeds {
  border-bottom: 1px solid #ec1c24;
  margin-bottom: 3.125rem;
  padding: 0 1.875rem;
}
@media (min-width: 1200px) {
  .instagram-feeds {
    margin-bottom: 6.25rem;
    padding: 0;
  }
}
.social-section__intro {
  text-align: left;
}
@media (min-width: 1200px) {
  .social-section__intro {
    text-align: center;
  }
}
.sbi_header_text .sbi_header_img,
.sbi_header_text .sbi_bio_info {
  display: none !important;
}
.sbi_header_text h3 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem !important;
  line-height: 1.6875rem;
  color: #ec1c24 !important;
}
@media (min-width: 1200px) {
  .sbi_header_text h3 {
    font-size: 1.375rem !important;
    line-height: 1.6875rem;
  }
}
.sbi_header_text h3:before {
  content: "\e905";
  font-family: "icomoon";
  font-weight: 400;
}
.sbi_bio {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem !important;
  line-height: 1.375rem;
  color: #332700;
}
@media (min-width: 1200px) {
  .sbi_bio {
    min-height: 40px;
    font-size: 1rem !important;
    line-height: 1.25rem;
  }
}
.sbi_caption_wrap {
  text-align: left;
  padding: 12px 0 !important;
}
.sbi_caption_wrap .sbi_caption {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem !important;
  line-height: 1.25rem;
  color: #332700 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .sbi_caption_wrap .sbi_caption {
    font-size: 1.125rem !important;
    line-height: 1.5rem;
  }
}
.sbi_caption_wrap .sbi_caption:after {
  content: "...";
}
.sbi_expand {
  display: none !important;
}
.sbi_meta {
  margin: 1.875rem 0 0 0;
}
@media (min-width: 1200px) {
  .sbi_meta {
    margin: 3.125rem 0;
  }
}
.sbi_meta svg {
  font-size: 1.5rem !important;
}
@media (min-width: 1200px) {
  .sbi_meta svg {
    font-size: 1.5rem !important;
  }
}
.sbi_meta svg path {
  fill: #ec1c24 !important;
}
.sbi_meta {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
  justify-content: center;
}
.sbi_likes,
.sbi_comments {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-direction: row;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem !important;
  line-height: 1.5rem;
  color: #ec1c24;
}
.sbi_photo_wrap {
  border-radius: 0.625rem !important;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 4.375rem 0 0 0;
  flex-direction: column;
}
@media (min-width: 780px) {
  .social-links {
    flex-direction: row;
    justify-content: center;
    gap: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .social-links {
    gap: 6.25rem;
  }
}
.social-links a {
  font-size: 3.75rem;
  color: #ec1c24;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .social-links a {
    font-size: 5.625rem;
  }
}
.social-links a:hover {
  color: #332700;
}
.text-image {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 780px) {
  .text-image {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
    padding: 0;
  }
}
.text-image .wp-block-columns {
  display: flex;
  gap: 1.25rem;
  flex-direction: column-reverse;
}
@media (min-width: 780px) {
  .text-image .wp-block-columns {
    justify-content: space-between;
    gap: 5rem;
    flex-direction: row;
  }
}
.text-image a {
  text-decoration: none;
}
.text-image a:hover {
  text-decoration: underline;
}
.text-image img {
  height: auto;
  width: 100%;
  border-radius: 0.9375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 780px) {
  .text-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 29.375rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.text-image.has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.5rem 1.875rem;
}
@media (min-width: 780px) {
  .text-image.has-background {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.text-image.has-background .wp-block-columns {
  flex-direction: column;
}
@media (min-width: 780px) {
  .text-image.has-background .wp-block-columns {
    flex-direction: row;
  }
}
.president-welcome {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .president-welcome {
    padding: 6.25rem 0;
  }
}
.vision-mission {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .vision-mission {
    padding: 5.3125rem 0;
  }
}
.vision-mission h3 {
  text-align: center;
  margin-bottom: 5rem !important;
}
.vision-mission .wp-block-columns {
  justify-content: space-between;
}
.vision-mission .wp-block-columns .wp-block-column {
  max-width: 23.125rem;
}
.more-information {
  padding: 3.125rem 1.875rem;
}
@media (min-width: 1200px) {
  .more-information {
    padding: 5.3125rem 0 6.25rem 0;
  }
}
.more-information h3 {
  text-align: center;
  margin-bottom: 2.5rem !important;
}
@media (min-width: 1200px) {
  .more-information h3 {
    margin-bottom: 6.25rem !important;
  }
}
.more-information .links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}
@media (min-width: 1200px) {
  .more-information .links-grid {
    width: 54.375rem;
  }
}
.more-information .links-grid a {
  height: 6.5rem;
  width: 15.6875rem;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  text-align: center;
  box-sizing: border-box;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  line-height: 1.5625rem;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .more-information .links-grid a {
    width: calc(33% - 18px);
  }
}
.more-information .links-grid a:hover {
  background: #fff;
  color: #231f20;
}
@media (min-width: 1200px) {
  .more-information .links-grid.grid-two {
    width: 35.625rem;
  }
}
@media (min-width: 1200px) {
  .more-information .links-grid.grid-two a {
    width: calc(50% - 18px);
  }
}
.eight-core {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .eight-core {
    padding: 5.625rem 0;
  }
}
.eight-core.has-background .core-items .single-item {
  background: #fff;
}
.core-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1200px) {
  .core-items {
    margin: 0 -1.25rem;
    justify-content: space-between;
  }
}
.core-items .single-item {
  width: 100%;
  background: #f1f1f1;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .core-items .single-item {
    width: calc(50% - 15px);
  }
}
.core-items .item-header {
  background: #ec1c24;
  padding: 1.25rem;
}
.core-items .item-header .item-number,
.core-items .item-header .item-title {
  color: #fff;
}
.core-items .item-header .item-number {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
.core-items .item-header .item-title {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
.core-items .item-content {
  padding: 1.25rem;
}
.pathway-guidance {
  padding: 5rem 0;
}
@media (min-width: 1200px) {
  .pathway-guidance h3 {
    line-height: 3.75rem;
  }
}
.pathway-guidance .wp-block-columns {
  margin-bottom: 3.125rem;
}
.pathway-guidance .wp-block-columns img {
  height: auto;
  width: 100%;
  border-radius: 0.625rem;
}
@media (min-width: 1200px) {
  .pathway-guidance .wp-block-columns img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 29.375rem;
  }
}
.pathway-guidance .wp-block-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 3.125rem 0 !important;
}
@media (min-width: 1200px) {
  .pathway-guidance .wp-block-list {
    margin: 3.125rem auto 5rem auto !important;
    -moz-column-count: 3;
         column-count: 3;
  }
}
.pathway-guidance .wp-block-list li {
  padding: 0;
  color: #332700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0 0 0.1875rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.pathway-guidance .wp-block-list li.has-text-color {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: 1.25rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .pathway-guidance .wp-block-list li.has-text-color {
    cursor: default;
  }
}
.pathway-guidance .wp-block-list li.has-text-color:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.875rem;
}
@media (min-width: 1200px) {
  .pathway-guidance .wp-block-list li.has-text-color:after {
    display: none;
  }
}
.pathway-guidance .wp-block-list li.has-text-color.active:after {
  content: "−";
}
.pathway-guidance .wp-block-list li.has-text-color.active .wp-block-list {
  display: block;
  margin-top: 0.625rem;
}
.pathway-guidance .wp-block-list li:before {
  display: none;
}
.pathway-guidance .wp-block-list li:first-child {
  margin-top: 0;
}
.pathway-guidance .wp-block-list .wp-block-list {
  -moz-columns: 1;
       columns: 1;
  margin: 0 !important;
  display: none;
}
@media (min-width: 1200px) {
  .pathway-guidance .wp-block-list .wp-block-list {
    display: block;
  }
}
.pathway-guidance img {
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .pathway-guidance img {
    max-width: 60.625rem;
  }
}
.pathway-section .download-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.875rem;
}
.pathway-section .download-link a {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  color: #ec1c24;
  text-decoration: none;
}
.pathway-section .download-link a span {
  text-transform: uppercase;
}
.pathway-section .download-link a i {
  font-size: 2.5rem;
  margin-left: 0.625rem;
}
.pathway-section .download-link a:hover i {
  color: #332700;
}
.tuition-fees {
  padding: 2.5rem 0;
}
@media (min-width: 1200px) {
  .tuition-fees {
    padding: 5rem 0;
  }
}
@media (min-width: 1200px) {
  .tuition-fees .wp-block-columns {
    gap: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .tuition-fees .files-list {
    max-width: 23.125rem;
  }
}
@media (min-width: 1200px) {
  .tuition-fees h4 {
    margin: 0 0 3.75rem 0;
  }
}
@media (min-width: 1200px) {
  .scholarships .wp-block-columns {
    padding: 5rem 0;
    max-width: 64.375rem;
  }
}
.text-column {
  padding: 0;
  border-radius: 0.9375rem;
  height: 100%;
}
@media (min-width: 1200px) {
  .text-column {
    padding: 2.1875rem 1.875rem;
  }
}
.text-column .wp-block-buttons {
  margin-top: auto;
}
.text-column .wp-block-buttons a {
  font-size: 0.75rem;
  padding: 0 0.625rem;
}
@media (min-width: 1200px) {
  .text-column .wp-block-buttons a {
    font-size: 1rem;
    padding: 0 1.875rem;
  }
}
.text-column.has-background {
  padding: 2.1875rem 1.875rem;
}
@media (min-width: 1200px) {
  .text-column.has-background {
    padding: 2.1875rem 1.875rem;
  }
}
.athletics-intro {
  margin: 5rem 0;
}
.talk-to-admission {
  padding: 1.25rem 0 3.75rem 0;
}
@media (min-width: 780px) {
  .talk-to-admission {
    padding: 5rem 0;
  }
}
.talk-to-admission .main-columns {
  max-width: 51.875rem;
  background: #f1f1f1;
  border-radius: 0.9375rem;
  padding: 2.5rem;
}
.talk-to-admission .main-columns img {
  max-height: 5.3125rem;
  max-width: 3.5625rem;
}
.talk-to-admission .main-columns a {
  color: #332700;
  text-decoration: none;
}
.talk-to-admission .main-columns .wp-block-columns {
  display: flex !important;
  flex-direction: row !important;
  margin: 1.25rem 0;
}
@media (min-width: 780px) {
  .talk-to-admission .main-columns .wp-block-columns {
    margin: 0;
  }
}
.talk-to-admission .main-columns .wp-block-columns .wp-block-column:last-child {
  margin: 0 !important;
}
.visit-options {
  padding: 3.75rem 0;
}
@media (min-width: 1200px) {
  .visit-options {
    padding: 6.25rem 0;
  }
}
.visit-options h3 {
  padding-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .visit-options h3 {
    padding-bottom: 5rem;
  }
}
.visit-options .wp-block-group.has-light-grey-background-color {
  text-align: center;
  padding: 3.125rem 3.75rem;
  height: 100%;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
}
.visit-options .wp-block-group.has-light-grey-background-color img {
  max-height: 4.5rem;
}
.visit-options .wp-block-buttons {
  margin: 3.125rem 0 0 0;
}
@media (min-width: 1200px) {
  .visit-options .wp-block-buttons {
    margin: 6.25rem 0 0 0;
  }
}
.contact-location {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .contact-location {
    padding: 5rem 0;
  }
}
.contact-location p.has-text-align-center br {
  display: none;
}
@media (min-width: 1200px) {
  .contact-location p.has-text-align-center br {
    display: block;
  }
}
.contact-location .wp-block-group {
  padding: 1.25rem;
  border-radius: 0.625rem;
  height: 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .contact-location .wp-block-group {
    padding: 1.875rem;
    margin-bottom: 0;
  }
}
.contact-location .wp-block-group h4 {
  padding-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .contact-location .wp-block-group h4 {
    padding-bottom: 3.125rem;
  }
}
.contact-location .wp-block-group .wp-block-columns {
  margin-bottom: 1.875rem;
  display: flex !important;
  flex-direction: row !important;
}
@media (min-width: 1200px) {
  .contact-location .wp-block-group .wp-block-columns {
    margin-bottom: 3.125rem;
  }
}
.contact-location .wp-block-group .wp-block-columns img {
  max-height: 3.3125rem;
  max-width: 2.25rem;
}
@media (min-width: 1200px) {
  .contact-location .wp-block-group .wp-block-columns img {
    max-height: 5.3125rem;
    max-width: 3.5625rem;
  }
}
.contact-location .wp-block-group a {
  color: #332700;
  text-decoration: none;
}
.contact-location .wp-block-group a:hover {
  color: #ec1c24;
}
.global-modal {
  position: fixed;
  left: 0.625rem;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  height: auto;
  display: none;
}
@media (min-width: 1200px) {
  .global-modal {
    width: 66.25rem;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
.global-modal .close-modal {
  width: 2rem;
  height: 2rem;
  background: #ec1c24;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
  line-height: normal;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin: -4.6875rem 0 0 0;
}
@media (min-width: 1200px) {
  .global-modal .close-modal {
    font-size: 1.25rem;
    width: 3.25rem;
    height: 3.25rem;
    margin: -5.3125rem -5.3125rem 0 0;
  }
}
.global-modal .close-modal:hover {
  background: #000;
}
@media (min-width: 1200px) {
  .global-modal .global-modal-content {
    margin: 0 1.25rem;
  }
}
.global-modal .global-modal-content iframe {
  width: 100%;
  min-height: 18.75rem;
}
@media (min-width: 1200px) {
  .global-modal .global-modal-content iframe {
    min-height: 37.5rem;
  }
}
.global-modal.open {
  display: block;
}
.wp-block-table {
  padding: 2.5rem 0;
  overflow-x: scroll;
  width: 100% !important;
}
@media (min-width: 1200px) {
  .wp-block-table {
    overflow-x: hidden;
    padding: 2.1875rem 0;
  }
}
.wp-block-table table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .wp-block-table table {
    display: table;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.wp-block-table thead {
  border-bottom: none;
}
.wp-block-table td,
.wp-block-table th {
  border-left: none;
  border-right: none;
  color: #332700;
  min-width: 10rem;
}
.wp-block-table th {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .wp-block-table th {
    font-size: 1.375rem;
  }
}
.wp-block-table td {
  font-size: 1.375rem;
}
@media (min-width: 1200px) {
  .wp-block-table td {
    font-size: 1.875rem;
  }
}
.wp-block-table td:not(:first-child) {
  text-align: center;
}
.wp-block-table.red-table td,
.wp-block-table.red-table th {
  border-color: #ec1c24;
}
.table-wrapper {
  padding: 0 1.875rem;
}
@media (min-width: 1200px) {
  .table-wrapper {
    padding: 0;
  }
}
.home-slider .home-slider__slides {
  background: #ec1c24;
}
@media (min-width: 1200px) {
  .home-slider .home-slider__slides {
    height: 46.25rem;
  }
}
.home-slider .home-slider__slide {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .home-slider .home-slider__slide {
    flex-direction: row;
    align-items: center;
    height: 46.25rem;
  }
}
.home-slider .home-slider__slide-text {
  padding: 0 1.875rem;
}
@media (min-width: 780px) {
  .home-slider .home-slider__slide-text {
    padding: 0 5rem;
  }
}
@media (min-width: 1200px) {
  .home-slider .home-slider__slide-text {
    padding: 0 11.25rem;
  }
}
@media (min-width: 1200px) {
  .home-slider .home-slider__slide-text-inner {
    width: 50%;
  }
}
.home-slider .slide__text {
  padding: 2.5rem 0 5rem 0;
}
@media (min-width: 1200px) {
  .home-slider .slide__text {
    padding: 0 7.5rem 0 0;
  }
}
.home-slider .slide__text p, .home-slider .slide__text h2, .home-slider .slide__text h4 {
  color: #fff;
}
.home-slider .slide__text h2 {
  margin: 0 0 0.625rem 0;
}
@media (min-width: 1200px) {
  .home-slider .slide__text h2 {
    margin: 0 0 1.25rem 0;
  }
}
.home-slider .button {
  background: none;
  border-color: #fff;
  color: #fff;
  position: relative;
  z-index: 100 !important;
}
.home-slider .button:hover {
  background: #fff;
  color: #ec1c24;
  border-color: #fff;
}
@media (min-width: 1200px) {
  .home-slider .home-slider__slide-image {
    flex-shrink: 0;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    height: 46.25rem;
    right: 0;
  }
}
.home-slider .home-slider__slide-image img {
  width: 100%;
  height: 20.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 780px) {
  .home-slider .home-slider__slide-image img {
    height: 34.375rem;
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
@media (min-width: 1200px) {
  .home-slider .home-slider__slide-image img {
    height: 46.25rem;
    -o-object-position: center;
       object-position: center;
  }
}
.home-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 4.0625rem;
  height: 4.0625rem;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 14;
}
.home-slider .slick-arrow:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 2.5rem;
  color: #fff;
  opacity: 1;
  transform: rotate(-180deg);
}
.home-slider .slick-arrow.slick-next {
  right: 1.875rem;
}
.home-slider .slick-arrow.slick-prev {
  left: 1.875rem;
}
.home-slider .slick-arrow.slick-prev:before {
  transform: rotate(0deg);
}
.home-slider .slick-arrow.slick-disabled {
  border-color: #D0D0D0;
}
.home-slider .slick-arrow.slick-disabled:before {
  color: #D0D0D0;
}
.home-slider .slick-arrow:hover {
  background: none;
}
.home-slider .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0.625rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .home-slider .slick-dots {
    width: 50vw;
    display: block;
    justify-content: flex-end;
    margin: 0;
    left: auto;
    right: 0;
    transform: none;
    bottom: 1.875rem;
  }
}
.home-slider .slick-dots li {
  width: 0.9375rem;
  padding: 0.625rem 0.625rem 0.625rem 0;
  height: 0.9375rem;
  margin: 0;
}
.home-slider .slick-dots li:before {
  display: none;
}
.home-slider .slick-dots li button {
  width: 0.9375rem;
  height: 0.9375rem;
  background: none;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #fff;
}
.home-slider .slick-dots li button:before {
  display: none;
}
.home-slider .slick-dots li.slick-active button {
  background: #fff;
}
.resources-archive {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2.8125rem 0;
}
@media (min-width: 780px) {
  .resources-archive {
    margin: 0 -15px 40px -15px;
  }
}
@media (min-width: 1200px) {
  .resources-archive {
    margin: 0 -15px 80px -15px;
  }
}
.resources-archive .resources-archive__item {
  margin: 0 0 30px 0;
  width: 100%;
}
@media (min-width: 780px) {
  .resources-archive .resources-archive__item {
    margin: 0 15px 30px 15px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .resources-archive .resources-archive__item {
    margin: 0 15px 60px 15px;
    width: calc(33.33% - 30px);
  }
}
.resources-archive img {
  width: 100%;
  height: 14.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .resources-archive img {
    height: 27.1875rem;
  }
}
.resources-archive .resource-title {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  margin: 0 0 1.25rem 0;
}
.resources-archive .resource-excerpt,
.resources-archive .resource-excerpt p,
.resources-archive .resource-excerpt li {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0 0 1.25rem 0;
}
.resources-archive .resource-download {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.resources-archive .resource-download i {
  font-size: 1.5rem;
}
.resources-archive ul.buttons {
  margin: 0;
}
.resources-archive ul.buttons li {
  padding-left: 0;
  display: inline-block;
}
.resources-archive ul.buttons li:before {
  display: none;
}
@media (max-width: 480px) {
  .resources-archive .button {
    font-size: 1rem;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media (min-width: 780px) and (max-width: 960px) {
  .resources-archive .button {
    font-size: 1rem;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1530px) {
  .resources-archive .button {
    font-size: 1rem;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
.key-points {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.key-points .key-point {
  width: 100%;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 2.5rem 1.875rem;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .key-points .key-point {
    width: calc(33% - 20px);
  }
}
.key-points .key-point h4 {
  color: #ec1c24;
  margin: 0 0 1.25rem 0;
}
.key-points-pattern {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 1200px) {
  .key-points-pattern {
    padding: 5rem 0;
  }
}
.key-points-pattern > h4 {
  text-align: center;
  margin-bottom: 2.5rem !important;
}
@media (min-width: 1200px) {
  .key-points-pattern > h4 {
    margin-bottom: 5rem !important;
  }
}
.files-list a {
  display: flex;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid #ec1c24;
  border-radius: 0.625rem;
  background: #fff;
  margin: 0 0 1.25rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03125rem;
  color: #231f20;
}
.files-list a .file-icon {
  width: 5rem;
  flex-shrink: 0;
}
.files-list a .file-icon i {
  color: #000;
  font-size: 2.5rem;
}
.files-list a .download-icon {
  margin-left: auto;
  width: 3.75rem;
  text-align: right;
  flex-shrink: 0;
}
.files-list a .download-icon i {
  color: #ec1c24;
  font-size: 1.875rem;
}
.files-list a:hover {
  background: #ec1c24;
  color: #fff;
}
.files-list a:hover .file-icon i,
.files-list a:hover .download-icon i {
  color: #fff;
}
.wp-block-acf-video-item {
  position: relative;
  margin: 1.875rem 0;
}
.wp-block-acf-video-item a {
  position: relative;
  display: block;
  height: 16.875rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  z-index: 1;
  border: none;
}
@media (min-width: 780px) {
  .wp-block-acf-video-item a {
    height: 29.375rem;
  }
}
.wp-block-acf-video-item a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.wp-block-acf-video-item a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.wp-block-acf-video-item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #FFF;
  z-index: 4;
}
.wp-block-acf-video-item .inline-video {
  position: relative;
  overflow: hidden; /* Prevents content from spilling out */
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  height: 0;
  margin: 0;
}
.wp-block-acf-video-item .inline-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sports-formation {
  padding: 2.5rem 0;
}
@media (min-width: 1200px) {
  .sports-formation {
    padding: 5rem 0;
  }
}
.sports {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 2.5rem 0;
}
@media (min-width: 1200px) {
  .sports {
    gap: 30px;
  }
}
.sports .sport {
  width: calc(50% - 8px);
  background: #f1f1f1;
  border-radius: 0.9375rem;
  padding: 1.5625rem 0;
}
@media (min-width: 1200px) {
  .sports .sport {
    width: calc(25% - 25px);
    padding: 2.8125rem 0;
  }
}
.sports .sport a {
  -webkit-text-decoration: 0;
          text-decoration: 0;
  display: block;
}
.sports .sport .sport__image {
  text-align: center;
  margin-bottom: 1.25rem;
}
.sports .sport .sport__image img {
  max-width: 2.8125rem;
  max-height: 2.8125rem;
}
@media (min-width: 1200px) {
  .sports .sport .sport__image img {
    max-width: 4.8125rem;
    max-height: 4.8125rem;
  }
}
.sports .sport .sport__title {
  text-align: center;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  color: #ec1c24;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
@media (min-width: 1200px) {
  .sports .sport .sport__title {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=theme.css.map*/