/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/acf-blocks.scss ***!
  \*************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "GlacialIndifference-Regular";
  src: url(../fonts/GlacialIndifference-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GlacialIndifference-Bold";
  src: url(../fonts/GlacialIndifference-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 16px/1.5 "GlacialIndifference-Regular", sans-serif;
  color: #003049;
  text-decoration: none;
  background: #ffffff;
  padding: 0 5px 2px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--small {
  max-width: 1000px;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
.eyebrow {
  font: 700 20px/1.3 "GlacialIndifference-Bold", sans-serif;
  text-transform: uppercase;
}

.h1 {
  font: 400 26px/1 "GlacialIndifference-Regular", sans-serif;
}

.h2 {
  font: 400 26px/1 "GlacialIndifference-Regular", sans-serif;
}

.h3 {
  font: 400 20px/1 "GlacialIndifference-Regular", sans-serif;
}

@media only screen and (min-width: 768px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 26px;
  }
}
.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.wpcf7-form label {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}
.wpcf7-form .wpcf7-response-output {
  font: 400 16px/1.5 "GlacialIndifference-Regular", sans-serif;
}
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  color: #B5AE2C;
  border: 0;
  padding: 5px 0 0;
  margin: 0;
  transform: translateY(100%);
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-file {
  width: 100%;
  font: 400 18px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #003049;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px;
  transition: all 300ms ease-in-out;
  resize: none;
}
.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:hover, .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:hover, .wpcf7-file:active, .wpcf7-file:focus, .wpcf7-file:hover {
  outline: 0;
  color: #4F2683;
  border-color: #4F2683;
}
.wpcf7-text.wpcf7-file, .wpcf7-textarea.wpcf7-file, .wpcf7-file.wpcf7-file {
  padding: 6px;
}
.wpcf7-text.wpcf7-file::file-selector-button, .wpcf7-textarea.wpcf7-file::file-selector-button, .wpcf7-file.wpcf7-file::file-selector-button {
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 22px;
  border-radius: 10px;
  border: 0;
  color: #4F2683;
}
.wpcf7-text.wpcf7-file:active, .wpcf7-text.wpcf7-file:focus, .wpcf7-text.wpcf7-file:hover, .wpcf7-textarea.wpcf7-file:active, .wpcf7-textarea.wpcf7-file:focus, .wpcf7-textarea.wpcf7-file:hover, .wpcf7-file.wpcf7-file:active, .wpcf7-file.wpcf7-file:focus, .wpcf7-file.wpcf7-file:hover {
  outline: 0;
  border-color: #4F2683;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-acceptance a {
  text-decoration: none;
  color: #4F2683;
}
.wpcf7-submit {
  background: #B5AE2C;
  font: 700 16px/1.3 "GlacialIndifference-Bold", sans-serif;
  color: #003049;
  border: 0;
  outline: 0;
  padding: 0 20px;
  cursor: pointer;
}
.wpcf7-custom-submit-btn {
  cursor: pointer;
}
.wpcf7-custom-submit-btn:disabled {
  opacity: 0.2;
}
.wpcf7-not-valid {
  border-color: #4F2683;
  color: #4F2683;
}
.wpcf7-not-valid-tip {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #B5AE2C !important;
  transform: translateY(100%);
  padding-top: 5px;
}
.wpcf7-spinner {
  display: none !important;
  background: #4F2683;
}
.wpcf7-spinner::before {
  background: #4F2683;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 200px;
}
.header__right {
  margin-left: auto;
}
.header__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #0E39D1;
  padding: 120px 20px 20px;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
  z-index: 998;
}
.header .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.header .menu-item a {
  font: 400 24px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
.header .menu-item.current_page_item a {
  font-weight: 700;
}
.header__hamburger {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background: #ffffff;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  margin: 5px 0;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__hamburger-line--1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.active .header__hamburger-line--2 {
  transform: translateX(100%);
  opacity: 0;
}
.header.active .header__hamburger-line--3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media only screen and (min-width: 768px) {
  .header__logo-img {
    width: 300px;
  }
  .header__menu {
    padding: 200px 40px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__container {
    padding: 0;
  }
  .header__logo-img {
    width: 380px;
  }
  .header__menu {
    position: initial;
    width: -moz-fit-content;
    width: fit-content;
    transform: none;
    padding: 0;
    background: transparent;
  }
  .header .menu {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
  }
  .header .menu-item a {
    font-size: 20px;
  }
  .header__hamburger {
    display: none;
  }
}
.footer {
  background: #4F2683;
  color: #ffffff;
  margin-top: 80px;
}
.footer__top {
  padding: 30px 0;
}
.footer__left {
  margin-bottom: 20px;
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 30px;
}
.footer__text {
  max-width: 380px;
}
.footer__paragraphs {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.footer__links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.footer__cta {
  font: 400 12px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__socials-label {
  font: 400 12px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__social {
  transition: opacity 300ms ease-in-out;
}
.footer__social-icon {
  width: 24px;
  height: auto;
}
.footer__social:hover {
  opacity: 0.6;
}
.footer__newsletter {
  width: 100%;
  max-width: 350px;
  margin: 20px 0;
}
.footer__newsletter-title {
  font: 400 16px/1 "GlacialIndifference-Regular", sans-serif;
  margin-bottom: 10px;
}
.footer__sponsor {
  display: block;
  margin-top: 30px;
}
.footer__sponsor-img {
  width: 100%;
  max-width: 250px;
}
.footer__form {
  background: #F4F1EF;
  padding: 30px 0;
}
.footer__form #mc-embedded-subscribe-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.footer__form .mc-field-group {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 6px;
}
.footer__form label {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.footer__form input[type=email] {
  font: 400 16px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #003049;
  background: #ffffff;
  border: 0;
  outline: 0;
  padding: 5px 10px;
  width: 100%;
}
.footer__form .mce_inline_error:not(input) {
  position: absolute;
  bottom: 0;
  right: 0;
  font: 400 14px/1.3 "GlacialIndifference-Regular", sans-serif;
  color: #6B0505 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(100%);
  z-index: 2;
}
.footer__form input[type=submit] {
  font: 400 16px/1.2 "GlacialIndifference-Regular", sans-serif;
  color: #ffffff;
  background: #4F2683;
  border: 0;
  padding: 5px 15px;
  transition: opacity 300ms ease-in-out;
}
.footer__form input[type=submit]:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  .footer__form #mc-embedded-subscribe-form {
    gap: 6px;
  }
  .footer__form label {
    flex-shrink: 0;
  }
  .footer__form .mc-field-group {
    flex-flow: row nowrap;
  }
  .footer__form input[type=email] {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    margin-top: 100px;
  }
  .footer__top {
    padding: 80px 0;
  }
  .footer__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .footer__left {
    flex-shrink: 0;
  }
  .footer__sponsor {
    flex-shrink: 0;
    margin: 0;
  }
  .footer__logo {
    order: 1;
  }
  .footer__paragraphs {
    order: 2;
  }
  .footer__newsletter {
    order: 3;
    position: relative;
    margin: 0;
  }
  .footer__right {
    flex-shrink: 0;
  }
}
.editor-styles-wrapper {
  background: #01485e;
  color: #ffffff;
}

html {
  background: #0E39D1;
  color: #ffffff;
}

.background {
  position: absolute;
  width: 100%;
  height: 2500px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.background__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2560px;
  transform: translateX(-50%);
}

.page-template-page-no-logo .header__logo-img {
  display: none;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/members/members.scss ***!
  \****************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.members {
  margin: 60px 0;
}
.members__title {
  color: #B5AE2C;
  margin-bottom: 30px;
}
.members__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 0 auto;
}
.members__item-img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  border: 15px solid #ffffff;
}
.members__item-name {
  color: #B5AE2C;
  margin-bottom: 20px;
}
.members__item-description {
  font: 400 14px/1.5 "GlacialIndifference-Regular", sans-serif;
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  .members {
    margin: 100px 0;
  }
  .members__content {
    padding: 0 20px;
  }
  .members__list {
    gap: 80px;
  }
  .members__item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: flex-start;
    gap: 20px;
  }
  .members__item-img {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .members {
    margin: 100px 0;
  }
  .members__container {
    display: flex;
    align-items: flex-start;
  }
  .members__content {
    padding: 0 50px;
  }
  .members__title {
    position: sticky;
    top: 20%;
    width: 1px;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateX(-30px);
    margin-bottom: 0;
    white-space: nowrap;
    padding-top: 60px;
  }
  .members__item {
    gap: 40px;
  }
  .members__item-img {
    max-width: 100%;
    border-width: 20px;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/animation/animation.scss ***!
  \********************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.animation {
  margin: 60px 0;
}
.animation .container--small {
  max-width: 700px;
}
.animation__content {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.animation__logo-title, .animation__logo-subtitle {
  opacity: 0;
}
.animation__logo-birds {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.animation__logo-birds path {
  opacity: 0;
}
.animation__logo-birds-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.animation__logo-birds-front path {
  opacity: 0;
}
.animation__logo-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.animation__logo-subtitle {
  width: 100%;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .animation {
    margin: 100px 0;
  }
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/announcements/announcements.scss ***!
  \****************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.announcements {
  margin: 60px 0;
}
.announcements__container {
  position: relative;
}
.announcements__title {
  color: #B5AE2C;
  margin-bottom: 30px;
}
.announcements .announcement {
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 100%;
  color: #003049;
  text-decoration: none;
  padding: 15px 15px 60px;
  background: #ffffff;
}
.announcements .announcement__img {
  width: 100%;
  aspect-ratio: 7/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.announcements .announcement__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  color: #0E39D1;
  padding: 20px;
  z-index: 2;
}
.announcements__control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
.announcements .swiper-slide {
  height: auto;
}
.announcements .swiper-button-prev, .announcements .swiper-button-next {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 300ms ease-in-out;
  z-index: 3;
}
.announcements .swiper-button-prev svg, .announcements .swiper-button-next svg {
  display: block;
  width: 30px;
  height: auto;
}
.announcements .swiper-button-prev:hover, .announcements .swiper-button-next:hover {
  opacity: 1;
}
.announcements .swiper-button-disabled {
  opacity: 0.5;
}
.announcements .swiper-pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.announcements .swiper-pagination-bullet {
  display: block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.announcements .swiper-pagination-bullet-active {
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .announcements {
    margin: 100px 0;
  }
  .announcements__content {
    padding: 0 20px;
  }
  .announcements .announcement {
    padding: 20px 20px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .announcements__container {
    display: flex;
    align-items: flex-start;
  }
  .announcements__content {
    min-width: 0;
    padding: 0 50px;
  }
  .announcements__title {
    position: sticky;
    top: 20%;
    width: 1px;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateX(-30px);
    margin-bottom: 0;
    white-space: nowrap;
    padding-top: 60px;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/articles/articles.scss ***!
  \******************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.articles {
  margin: 60px 0;
}
.articles__title {
  color: #B5AE2C;
  margin-bottom: 30px;
}
.articles__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.articles__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.articles .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font: 700 21px/1.3 "GlacialIndifference-Bold", sans-serif;
  text-decoration: none;
}
.articles .page-numbers.prev {
  margin-left: -20px;
}
.articles .page-numbers.next {
  margin-right: -20px;
}

@media only screen and (min-width: 768px) {
  .articles {
    margin: 100px 0;
  }
  .articles__content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .articles__container {
    display: flex;
    align-items: flex-start;
  }
  .articles__title {
    position: sticky;
    top: 20%;
    width: 1px;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateX(-30px);
    margin-bottom: 0;
    white-space: nowrap;
    padding-top: 60px;
  }
  .articles__content {
    padding: 0 50px;
  }
}
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/card-project/card-project.scss ***!
  \******************************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.card-project {
  text-decoration: none;
}
.card-project__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border: 15px solid #ffffff;
  margin-bottom: 15px;
}
.card-project__title {
  text-decoration: none;
}
.card-project__title-text {
  font-weight: inherit;
}
.card-project__excerpt {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .card-project {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
  }
  .card-project__img {
    margin: 0;
  }
  .card-project__text {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .card-project {
    gap: 40px;
  }
  .card-project__img {
    border-width: 20px;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/works/works.scss ***!
  \************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.works {
  margin: 60px 0;
}
.works__title {
  color: #B5AE2C;
  margin-bottom: 30px;
}
.works__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.works__list-item-title {
  max-width: 550px;
  color: #B5AE2C;
  margin-bottom: 20px;
}
.works__list-item-subtitle {
  font: 700 16px/1.5 "GlacialIndifference-Bold", sans-serif;
  color: #B5AE2C;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.works__list-item-text {
  font: 400 14px/1.5 "GlacialIndifference-Regular", sans-serif;
  text-align: justify;
}
.works__list-item-text a {
  color: inherit;
}
.works__list-item-cta {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .works {
    margin: 100px 0;
  }
  .works__list {
    padding: 0 20px;
  }
  .works__list-item-subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .works .container {
    display: flex;
    align-items: flex-start;
  }
  .works__title {
    position: sticky;
    top: 20%;
    width: 1px;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateX(-30px);
    margin-bottom: 0;
    white-space: nowrap;
    padding-top: 60px;
  }
  .works__list {
    padding: 0 50px;
  }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/directors/directors.scss ***!
  \********************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.directors {
  margin: 60px 0;
}
.directors__title {
  color: #B5AE2C;
  margin-bottom: 30px;
}
.directors__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.directors__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 15px solid #ffffff;
}
.directors__item-name {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 16px;
}
.directors__item a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .directors {
    margin: 100px 0;
  }
  .directors__content {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 0;
  }
  .directors__item {
    width: 25%;
  }
  .directors__item-img {
    border: 20px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
  }
  .directors__item-name {
    word-spacing: 100vw;
  }
  .directors__item:last-of-type .directors__item-img {
    border-right: 20px solid #ffffff;
  }
  .directors__item:nth-of-type(1) .directors__item-img {
    border-left: 20px solid #ffffff;
  }
  .directors__item:nth-of-type(4) .directors__item-img {
    border-right: 20px solid #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .directors__container {
    display: flex;
    align-items: flex-start;
  }
  .directors__title {
    position: sticky;
    top: 20%;
    width: 1px;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateX(-30px);
    margin-bottom: 0;
    white-space: nowrap;
    padding-top: 60px;
  }
  .directors__content {
    padding: 0 50px;
  }
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/text/text.scss ***!
  \**********************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.wp-blocks-inner {
  color: #ffffff;
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner h1 {
  font: 400 26px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner h2 {
  font: 400 21px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner h3 {
  font: 700 21px/1.3 "GlacialIndifference-Bold", sans-serif;
}
.wp-blocks-inner p {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner a {
  font: 700 16px/1.3 "GlacialIndifference-Bold", sans-serif;
  color: inherit;
  text-decoration: underline;
}
.wp-blocks-inner strong,
.wp-blocks-inner b {
  font-weight: 700;
}
.wp-blocks-inner h1,
.wp-blocks-inner h2 {
  margin: 40px 0;
}
.wp-blocks-inner p {
  margin: 20px 0;
}
.wp-blocks-inner figure {
  margin: 0;
}
.wp-blocks-inner .wp-block-image {
  margin: 80px 0;
}
.wp-blocks-inner .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-blocks-inner .wp-block-image.alignright {
  margin-left: auto;
}
.wp-blocks-inner img {
  border-radius: 20px;
}
.wp-blocks-inner .wp-block-video,
.wp-blocks-inner .wp-block-embed-youtube {
  margin: 80px 0;
}
.wp-blocks-inner .wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wp-blocks-inner .wp-element-button {
  display: inline-block;
  font: 700 14px/1.3 "GlacialIndifference-Bold", sans-serif;
  color: #003049;
  background: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: box-shadow 300ms ease-in-out;
}
.wp-blocks-inner .wp-element-button:hover {
  text-decoration: underline;
}
.wp-blocks-inner ul {
  display: grid;
  gap: 6px;
  padding-left: 17px;
  margin: 20px 0;
}
.wp-blocks-inner ul li {
  font: 400 16px/1.4 "GlacialIndifference-Regular", sans-serif;
}
.wp-blocks-inner .wp-block-quote {
  margin: 80px 0;
}
.wp-blocks-inner .wp-block-quote p {
  font: 400 26px/1 "GlacialIndifference-Regular", sans-serif;
}

@media only screen and (min-width: 1280px) {
  .wp-blocks-inner h1 {
    font-size: 36px;
  }
  .wp-blocks-inner h2 {
    font-size: 36px;
  }
  .wp-blocks-inner p {
    font-size: 18px;
  }
  .wp-blocks-inner ul li {
    font-size: 18px;
  }
  .wp-blocks-inner .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .wp-blocks-inner .wp-block-quote {
    position: relative;
    width: 99vw;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wp-blocks-inner .wp-block-quote p {
    font-size: 50px;
  }
  .wp-blocks-inner .wp-block-embed-youtube {
    position: relative;
    width: 99vw;
    max-width: 1350px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.text {
  margin: 60px 0;
}

@media only screen and (min-width: 768px) {
  .text {
    margin: 100px 0;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/about/about.scss ***!
  \************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.about {
  margin: 60px 0;
}
.about__eyebrow {
  color: #B5AE2C;
  margin-bottom: 20px;
}
.about__title {
  color: #B5AE2C;
  margin-bottom: 20px;
}
.about__subtitle {
  font: 400 20px/1 "GlacialIndifference-Regular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about__text {
  font: 400 16px/1.3 "GlacialIndifference-Regular", sans-serif;
}
.about__text p {
  margin-bottom: 20px;
}
.about__text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .about {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about__container {
    display: flex;
    align-items: flex-start;
  }
  .about__eyebrow {
    position: sticky;
    top: 20%;
    width: 1px;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateX(-30px);
    margin-bottom: 0;
    white-space: nowrap;
    padding-top: 60px;
  }
  .about__content {
    padding: 0 50px;
  }
}
