/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!./assets/styles/main.scss ***!
  \******************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Remove padding on lists */
ul,
ol {
  padding: 0;
}

/* Media elements defaults */
img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

/* Reset font styling */
input,
button,
textarea,
select,
table {
  font: inherit;
}

/* Reset default styling for buttons */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  text-align: inherit;
}

/* Prevent sub and sup elements from affecting the line height */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Normalize outline to ensure A11y */
:focus-visible {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 2px;
}

/* Disable animations and transitions for users that prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  /* Disable smooth scrolling for html element when focused within */
  html:focus-within {
    scroll-behavior: auto;
  }
  /* Disable animations and transitions for all elements, including pseudo-elements */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  font-family: "Outfit", sans-serif;
  line-height: 1.6;
  font-size: clamp(1rem, 0.9567rem + 0.1923vw, 1.125rem);
  color: #131313;
}

h1,
.h1 {
  font-size: clamp(2rem, 1.3942rem + 2.6923vw, 3.75rem);
  margin-bottom: 1.8rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: clamp(1.875rem, 1.6154rem + 1.1538vw, 2.625rem);
  margin-bottom: 1.4rem;
  font-weight: 400;
}

h3,
.h3 {
  font-size: clamp(1.625rem, 1.4952rem + 0.5769vw, 2rem);
  margin-bottom: 1.2rem;
  font-weight: 400;
}

h4,
.h4 {
  font-size: clamp(1.25rem, 1.0769rem + 0.7692vw, 1.75rem);
  margin-bottom: 1rem;
  font-weight: 400;
}

.section .section-title {
  text-transform: uppercase;
  font-size: clamp(1.375rem, 1.2885rem + 0.3846vw, 1.625rem);
}

.wysiwyg {
  font-weight: 300;
}
.wysiwyg p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.wysiwyg a {
  text-underline-offset: 8px;
}
.wysiwyg a:not(.btn) {
  color: inherit;
}
.wysiwyg strong {
  color: inherit;
  font-weight: 800;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.2rem;
}
@media (min-width: 992px) {
  .wysiwyg ul,
  .wysiwyg ol {
    padding-left: 1.8rem;
  }
}

body {
  background-color: #fafafa;
  min-height: 100vh;
  position: relative;
}
body.single-news {
  display: flex;
  flex-direction: column;
}

.body-visualization::after {
  content: "";
  position: fixed;
  top: 0;
  right: -50%;
  bottom: 0;
  left: 0;
  z-index: -10;
  background-image: url(cbcb66779bc9dc79546d.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  transform: scale(2);
}

body.home .body-visualization {
  display: none;
}

.layout-container {
  display: grid;
  grid-template-columns: minmax(max(1rem, min(5vw, 4rem)), 1fr) minmax(0, 1400px) minmax(max(1rem, min(5vw, 4rem)), 1fr);
  width: 100%;
  height: 100%;
}
.layout-container > * {
  grid-column: 2;
}

.layout-archive {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .layout-archive {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

.header {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 50;
  background-color: #fafafa;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 992px) {
  .header {
    height: 140px;
  }
}
.header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 50;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .header__inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header__navigation {
  flex: 1;
  justify-content: flex-end;
}
.header .header-logo img {
  width: 100%;
}
.header .header-logo--mobile {
  display: block;
}
@media (min-width: 992px) {
  .header .header-logo--mobile {
    display: none;
  }
}
.header .header-logo--full {
  display: none;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 992px) {
  .header .header-logo--full {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .header .header-logo--full {
    max-width: 420px;
  }
}
@media (min-width: 1400px) {
  .header .header-logo--full {
    max-width: 460px;
  }
}
.header .header-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 20;
}
.header .header-toggle:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .header-toggle {
    display: none;
  }
}
.header .header-toggle .header-toggle-line {
  width: 100%;
  height: 2px;
  background-color: black;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
body.main-menu-open .header .header-toggle .header-toggle-line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
body.main-menu-open .header .header-toggle .header-toggle-line:nth-child(2) {
  opacity: 0;
}
body.main-menu-open .header .header-toggle .header-toggle-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.main {
  padding-top: 80px;
  flex: 1;
}
@media (min-width: 992px) {
  .main {
    padding-top: 140px;
  }
}

body.main-menu-open {
  overflow: hidden;
  height: 100vh;
}
body.main-menu-open .header .main-navigation {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

body.scrolled .header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #394152;
  color: #fafafa;
}
.footer strong,
.footer a {
  color: inherit;
}
.footer a:hover {
  color: #E6007E;
}
.footer .footer-layout {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  grid-gap: 2.4rem;
  gap: 2.4rem;
}
@media (min-width: 992px) {
  .footer .footer-layout {
    grid-template-columns: repeat(14, 1fr);
    gap: 3.2rem;
  }
}
.footer .footer-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer .footer-col__title {
  flex-basis: 60px;
  margin: 0;
}
.footer .footer-title {
  font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.5rem);
}
.footer .footer-about {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .footer .footer-about {
    grid-column: 1/span 6;
  }
}
.footer .footer-social {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.footer .footer-social .footer-social-link {
  display: flex;
}
.footer .footer-social .footer-social-link svg {
  width: 32px;
  height: 100%;
}
.footer .footer-address {
  font-style: normal;
}
.footer .footer-contact {
  grid-column: 1/-1;
}
.footer .footer-contact a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer .footer-contact {
    grid-column: span 4;
  }
}
.footer .footer-newsletter {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .footer .footer-newsletter {
    grid-column: span 4;
  }
}
.footer .footer-navigation {
  margin-top: 1.2rem;
}
.footer .footer-navigation__inner {
  gap: 0.4rem;
}
.footer .footer-navigation .menu-item a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
  scroll-margin-top: 120px;
}
@media (min-width: 992px) {
  .section {
    margin-top: 60px;
    margin-bottom: 60px;
    scroll-margin-top: 220px;
  }
}
@media (min-width: 992px) {
  .section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.newsletter-popup-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-items: center;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}
@supports not (backdrop-filter: blur(8px)) {
  .newsletter-popup-container {
    background: rgba(0, 0, 0, 0.65);
  }
}
.newsletter-popup-container.show {
  display: grid;
}

.newsletter-popup {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: max(2rem, min(5vw, 4rem));
  color: #222;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2), 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  animation: newsletter-popup-in 180ms ease-out;
}
.newsletter-popup__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #333;
  font-size: 1.75rem;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease;
}
.newsletter-popup__close:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.08);
}
.newsletter-popup__close:focus-visible {
  outline: 3px solid #e6007e;
  outline-offset: 3px;
}
.newsletter-popup__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.newsletter-popup__icon svg {
  width: 4.6rem;
  height: 4.6rem;
  padding: 0.75rem;
}
.newsletter-popup__content {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.newsletter-popup__title {
  margin: 0;
  color: #222;
  font-size: max(1.35rem, min(3vw, 2rem));
  line-height: 1.2;
  text-wrap: balance;
}
.newsletter-popup__content p {
  margin: 1rem 0 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}
.newsletter-popup__form {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  max-width: 30rem;
  margin: 2rem auto 0;
}

@keyframes newsletter-popup-in {
  from {
    opacity: 0;
    transform: translateY(0.75rem) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 480px) {
  .newsletter-popup {
    padding: 2.5rem 1.25rem 1.5rem;
    border-radius: 0.75rem;
  }
  .newsletter-popup__title {
    font-size: 1.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .newsletter-popup {
    animation: none;
  }
}
.hero--front {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 148, 191, 0.1), rgba(0, 148, 191, 0.1)), url(bd5f381d58116158979d.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, cover;
  min-height: 32rem;
}
@media (min-width: 992px) {
  .hero--front {
    height: 60vh;
  }
}
.hero--page {
  background-color: #e2f3f8;
  min-height: 18rem;
}
.hero--page .hero__content {
  max-width: 1080px;
}
.hero__content {
  max-width: 520px;
}
.hero .hero-title {
  font-size: clamp(1.5rem, 1.2837rem + 0.9615vw, 2.125rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
.hero .hero-intro {
  font-weight: 300;
  line-height: 1.5;
}
.hero .hero-buttons {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 576px) {
  .hero .hero-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .hero .hero-buttons {
    margin-top: 2.4rem;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 3rem;
}
@media (min-width: 992px) {
  .hero__inner {
    display: grid;
    grid-template-columns: 1fr 380px;
    align-items: center;
    grid-gap: 5vw;
    gap: 5vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    grid-template-columns: 1fr 420px;
    gap: 8vw;
  }
}
.hero__content {
  min-width: 0;
}
.hero__event-card {
  width: 100%;
  max-width: 450px;
}
@media (min-width: 992px) {
  .hero__event-card {
    max-width: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.8317rem + 0.1923vw, 1rem);
  font-weight: 400;
  padding: 0.575rem 1.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn {
  /* === Button variations === */
  /* Primary */
}
.btn--primary {
  background-color: #0094BF;
  border: 1px solid #0094BF;
  color: #fafafa;
}
.btn--primary:hover {
  background-color: rgb(0%, 45.6413099271%, 58.9019607843%);
}
.btn {
  /* Accent  */
}
.btn--accent {
  background-color: #E6007E;
  border: 1px solid #E6007E;
  color: #fafafa;
}
.btn--accent:hover {
  background-color: rgb(74.1960784314%, 0%, 40.6465473146%);
}
.btn {
  /* Outline */
}
.btn--outline {
  background-color: #fafafa;
  border: 1px solid #E6007E;
  color: #E6007E;
}
.btn--outline:hover {
  border: 1px solid rgb(74.1960784314%, 0%, 40.6465473146%);
}

.form-container form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-container form .hidden-fields-container {
  display: none;
}
.form-container form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .form-container form .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.form-container form .form-row--full {
  grid-template-columns: 1fr;
}
.form-container form .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-container form .form-row-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  font: inherit;
  line-height: 1.4;
  background-color: #fafafa;
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 0.4rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.form-container form .form-row-input::-moz-placeholder {
  opacity: 1;
}
.form-container form .form-row-input::placeholder {
  opacity: 1;
}
.form-container form .form-row-input:hover {
  border-color: rgba(0, 148, 191, 0.5);
}
.form-container form .form-row-input:focus {
  outline: none;
  border-color: #0094BF;
  background-color: #fafafa;
}
.form-container form .form-row-input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.form-container form .form-row-input.wpcf7-not-valid {
  border-color: #c0392b;
}
.form-container form select.form-row-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-right: 2.75rem;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 1.1rem) 50%, calc(100% - 0.75rem) 50%;
  background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
  background-repeat: no-repeat;
}
.form-container form .form-row-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.form-container form .form-row-submit .wpcf7-submit {
  display: inline-flex;
  margin-top: 1.2rem;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.8317rem + 0.1923vw, 1rem);
  font-weight: 400;
  padding: 0.575rem 1.75rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  background-color: #0094BF;
  border: 1px solid #0094BF;
  color: #fafafa;
}
.form-container form .form-row-submit .wpcf7-submit:hover {
  background-color: rgb(0%, 45.6413099271%, 58.9019607843%);
  transform: translateY(-2px);
}
.form-container form .form-row-submit .wpcf7-submit:active {
  transform: translateY(0);
}
.form-container form .form-row-submit .wpcf7-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 0, 126, 0.25);
}
.form-container form .form-row-submit .wpcf7-submit:active {
  transform: translateY(1px);
}
.form-container form .form-row-submit .wpcf7-submit:disabled {
  cursor: wait;
  opacity: 0.6;
}
.form-container form .wpcf7-spinner {
  margin: 0;
}
.form-container form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.35rem;
  color: #c0392b;
  font-size: 0.875rem;
}
.form-container form .wpcf7-response-output {
  width: 100%;
  box-sizing: border-box;
  margin: 0.5rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.4rem;
  font-size: 0.95rem;
}

.password-protection {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .password-protection {
    padding: 4rem 1.25rem;
  }
}
.password-protection .form-password-protection {
  width: 100%;
  max-width: 26rem;
  padding: 1.5rem;
  background: #fafafa;
  border: 1px solid #e2f3f8;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.08);
}
@media (min-width: 992px) {
  .password-protection .form-password-protection {
    padding: 2rem;
  }
}
.password-protection .form-password-protection label {
  display: block;
  margin-bottom: 0.5rem;
  color: #394152;
  font-size: 0.9rem;
  font-weight: 600;
}
.password-protection .form-password-protection input[type=password] {
  display: block;
  width: 100%;
  min-height: 2.9rem;
  padding: 0.7rem 0.85rem;
  color: #131313;
  background: #fafafa;
  border: 1px solid #e2f3f8;
  border-radius: 0.45rem;
  font: inherit;
  box-sizing: border-box;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.password-protection .form-password-protection input[type=password]:hover {
  border-color: #0094BF;
}
.password-protection .form-password-protection input[type=password]:focus {
  outline: none;
  border-color: #0094BF;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
}
.password-protection .form-password-protection button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.9rem;
  margin-top: 1.25rem;
  padding: 0.7rem 1rem;
  color: #fafafa;
  background: #0094BF;
  border: 0;
  border-radius: 0.45rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}
.password-protection .form-password-protection button:hover {
  background: #E6007E;
}
.password-protection .form-password-protection button:active {
  transform: translateY(1px);
}
.password-protection .form-password-protection button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.3);
  outline-offset: 2px;
}
.password-protection .password-protection__error {
  margin-top: 0.75rem !important;
  padding: 0.7rem 0.85rem;
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.45rem;
  font-size: 0.9rem;
}

.screen-reader-text {
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.section-news .section-heading {
  font-size: max(1.75rem, min(3vw, 2.5rem));
  font-weight: 700;
  margin-bottom: max(1.5rem, min(3vw, 3rem));
  text-align: left;
}
.section-news .events-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-news .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-news .events-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-members-slider {
  background-color: #e2f3f8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-members-slider {
    padding-top: 6rem;
  }
}
.section-members-slider .swiper-wrapper {
  align-items: center;
}
.section-members-slider .swiper-members {
  padding-bottom: 4rem;
}
.section-members-slider .swiper-members .swiper-slide {
  display: flex;
  align-items: center;
  height: 200px;
}
.section-members-slider .swiper-members .swiper-slide__media {
  position: relative;
  height: 100%;
  width: 100%;
}
.section-members-slider .swiper-members .swiper-slide__image {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.section-members-slider .swiper-members .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #394152;
  opacity: 0.5;
}
.section-members-slider .swiper-members .swiper-pagination-bullet-active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.section-members-slider .swiper-members .swiper-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  position: relative;
}
.section-members-slider .swiper-members .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.section-members-slider .swiper-members .swiper-members-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.section-members-slider .swiper-members .swiper-button-next,
.section-members-slider .swiper-members .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 42px;
  height: 42px;
  margin: 0;
  background-color: rgba(19, 19, 19, 0.2);
  border-radius: 50%;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
}
.section-members-slider .swiper-members .swiper-button-next svg,
.section-members-slider .swiper-members .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  fill: #131313;
  color: #131313;
  padding-left: 2px;
}
.section-members-slider .swiper-members .swiper-button-next:hover,
.section-members-slider .swiper-members .swiper-button-prev:hover {
  background-color: rgba(19, 19, 19, 0.6);
}
.section-members-slider .swiper-members .swiper-button-next:hover svg,
.section-members-slider .swiper-members .swiper-button-prev:hover svg {
  color: #fafafa;
  fill: #fafafa;
}
.section-members-slider .swiper-members .swiper-button-next::after,
.section-members-slider .swiper-members .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
  color: #131313;
}

.section-events .events-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 992px) {
  .section-events .events-list {
    gap: 2.4rem;
  }
}
.section-events .events-list .btn-discover-more {
  align-self: center;
}
.section-events .content-wrapper {
  color: #fafafa;
  padding: 2.4rem 1.2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.section-events .content-wrapper::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E6007E;
}
.section-events .content-wrapper::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 55%;
  width: 100%;
  background-image: url(1137ef1afbb6a883f4a2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .section-events .content-wrapper {
    padding: 6.4rem 6%;
    border-radius: 20px 0 0 20px;
  }
}
.section-events .section-layout-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .section-events .section-layout-wrapper {
    flex-direction: row;
    gap: min(4vw, 4rem);
  }
}
.section-events .section-layout-wrapper--full {
  grid-column: 2/-1;
}
.section-events .section-layout-wrapper .events-list {
  flex: 2;
}
.section-events .section-layout-wrapper .content-wrapper {
  flex: 1;
}

.section-project-competition .project-competition-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-project-competition .project-competition-info {
    flex-direction: row;
    gap: min(5vw, 4rem);
  }
}
.section-project-competition .project-competition-info .project-competition-content,
.section-project-competition .project-competition-info .project-competition-accordion {
  flex: 1;
}
.section-project-competition .project-competition-info-tiles {
  display: flex;
  margin-top: 2.4rem;
  flex-direction: column;
  gap: 1.2rem;
}
.section-project-competition {
  /* Accordion */
}
.section-project-competition .project-competition-accordion {
  border-top: 1px solid #394152;
}
.section-project-competition .project-competition-details {
  border-bottom: 1px solid #394152;
  transition: background 0.3s ease;
}
.section-project-competition .project-accordion-summary {
  color: inherit;
  list-style: none;
  padding: 1.5rem 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}
.section-project-competition .project-accordion-summary:hover {
  color: #0094BF;
}
.section-project-competition .project-accordion-summary::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.section-project-competition .project-competition-details[open] .project-accordion-summary::after {
  transform: rotate(45deg);
}
.section-project-competition .project-accordion-summary::-webkit-details-marker {
  display: none;
}
.section-project-competition .project-competition-details > *:not(summary) {
  padding: 0 1rem 1.5rem 1rem;
  line-height: 1.6;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-cta .cta {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  padding: 1.2rem 2rem;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .section-cta .cta {
    padding: 1.4rem 2.8rem;
    flex-direction: row;
    gap: min(4vw, 4rem);
    align-items: center;
  }
}
.section-cta .cta--blue {
  background-color: #e2f3f8;
}
.section-cta .cta--blue strong {
  color: #0094BF;
}
.section-cta .cta--accent {
  background-color: #fce2f0;
  color: #131313;
}
.section-cta .cta__content {
  flex: 1;
}
.section-cta .cta__buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .section-cta .cta__buttons {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section-info-tiles .info-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-top: 2rem;
}

.section-highlight-tiles .highlight-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .section-projects .project {
    display: grid;
    grid-template-columns: 1fr 420px;
    grid-gap: 8vw;
    gap: 8vw;
  }
}
.section-projects .project:not(:last-child) {
  margin-bottom: 2.6rem;
}
@media (min-width: 992px) {
  .section-projects .project:not(:last-child) {
    margin-bottom: 4.2rem;
  }
}
.section-projects .project__title {
  text-transform: uppercase;
  font-size: clamp(1.375rem, 1.2885rem + 0.3846vw, 1.625rem);
}
.section-projects .project__links {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}
.section-projects .project .project-link-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.section-projects .project .project-link-wrapper:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: #E6007E;
  margin-left: 2.8rem;
}
.section-projects .project .project-link {
  color: #E6007E;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}
.section-projects .project .project-link::after {
  content: "→";
  margin-left: 0.5rem;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
}
.section-projects .project .project-link:hover {
  color: rgb(70.1960784314%, 0%, 38.4552429668%);
}
.section-projects .project .project-link:hover::after {
  transform: translateX(5px);
}

.section-image .section-content {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .section-image .section-content {
    margin-bottom: 3.6rem;
  }
}
.section-image .section-image-container--full-width {
  grid-column: 1/-1;
  position: relative;
  height: 26rem;
}
.section-image .section-image-container--full-width .section-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-team .teams-container .team-table {
  margin-top: 4.2rem;
}
.section-team .team-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.section-team .team-cards .team-card {
  flex: 1;
}
.section-team {
  /* Team Table */
}
.section-team .team-columns {
  display: grid;
  grid-gap: 1.2rem;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .section-team .team-columns {
    grid-template-columns: 1fr 1fr;
    gap: min(4rem, 4vw);
  }
}
.section-team .team-column__title {
  font-size: clamp(1rem, 0.9567rem + 0.1923vw, 1.125rem);
  font-weight: 600;
  color: #0094BF;
  border-bottom: 1px solid #394152;
  padding-bottom: 1rem;
}
.section-team .team-row {
  font-weight: 300;
}
.section-team .team-row__name {
  font-weight: 400;
  font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.5rem);
}
.section-team .team-row__role {
  font-size: clamp(0.875rem, 0.8317rem + 0.1923vw, 1rem);
}

.section-documents .documents-list {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  list-style: none;
  margin-top: 1.2rem;
}
@media (min-width: 768px) {
  .section-documents .documents-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2.6rem;
    gap: 1.2rem;
  }
}
.section-documents .documents-list .documents-item {
  min-width: 0;
}
.section-documents .documents-list .documents-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
  padding: 1rem 1.125rem;
  color: #222;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.section-documents .documents-list .documents-link:hover {
  border-color: #E6007E;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.section-documents .documents-list .documents-link:hover .documents-arrow {
  color: #E6007E;
  transform: translateX(0.2rem);
}
.section-documents .documents-list .documents-link:focus-visible {
  outline: 3px solid rgba(230, 0, 126, 0.35);
  outline-offset: 3px;
}
.section-documents .documents-list .documents-icon {
  display: grid;
  flex: 0 0 auto;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #E6007E;
  background-color: rgba(230, 0, 126, 0.1);
  border-radius: 0.5rem;
}
.section-documents .documents-list .documents-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
}
.section-documents .documents-list .documents-details {
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  min-width: 0;
}
.section-documents .documents-list .documents-filename {
  overflow: hidden;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-documents .documents-list .documents-meta {
  overflow: hidden;
  color: #707070;
  font-size: 0.8rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-documents .documents-list .documents-arrow {
  flex: 0 0 auto;
  margin-left: auto;
  color: #777;
  font-size: 1.3rem;
  transition: color 180ms ease, transform 180ms ease;
}

/* === General navigation styling === */
.nav-container .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px max(1rem, min(5vw, 4rem)) 40px max(1rem, min(5vw, 4rem));
  background-color: #fafafa;
  z-index: 10;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .header .main-navigation {
    position: static;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    height: 100%;
  }
}
.header .main-navigation__inner {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header .main-navigation__inner {
    flex-direction: row;
    align-items: center;
  }
}
.header .main-navigation .menu-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .header .main-navigation .menu-item {
    flex-direction: row;
  }
}
.header .main-navigation .menu-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: max(100%, 13rem);
  height: 0.75rem;
}
.header .main-navigation .menu-item .sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .header .main-navigation .menu-item .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    top: calc(100% - 1.25rem);
    right: -80%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 220px;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    padding: 0.75rem;
    list-style: none;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.875rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08), 0 1.5rem 3rem rgba(0, 0, 0, 0.12);
  }
}
.header .main-navigation .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .header .main-navigation .menu-item .sub-menu .menu-item {
    text-align: left;
  }
}
.header .main-navigation .menu-item .sub-menu .menu-item a {
  display: block;
  padding: 0.7rem 0.9rem;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 150ms ease, color 150ms ease;
}
.header .main-navigation .menu-item .sub-menu .menu-item a:hover, .header .main-navigation .menu-item .sub-menu .menu-item a:focus-visible {
  background-color: rgba(0, 148, 191, 0.05);
  outline: none;
}
.header .main-navigation .menu-item a {
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .header .main-navigation .menu-item a {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .header .main-navigation .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 992px) {
  .header .main-navigation .menu-item:not(:first-child) {
    padding-top: 0.5rem;
  }
}
@media (max-width: 992px) {
  .header .main-navigation .menu-item-has-children > .sub-menu {
    align-self: stretch;
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.35rem 0 0.35rem 1rem;
    border-left: 2px solid rgba(0, 148, 191, 0.45);
  }
  .header .main-navigation .menu-item-has-children > .sub-menu > .menu-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    text-align: left;
  }
  .header .main-navigation .menu-item-has-children > .sub-menu > .menu-item > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
    font-size: 1.05rem;
    text-align: left;
    color: inherit;
    border-radius: 0.35rem;
  }
  .header .main-navigation .menu-item-has-children > .sub-menu > .menu-item > a:hover, .header .main-navigation .menu-item-has-children > .sub-menu > .menu-item > a:focus-visible {
    background-color: rgba(0, 148, 191, 0.08);
    outline: none;
  }
  .header .main-navigation .menu-item-has-children > .sub-menu > .menu-item.current_page_item > a {
    font-weight: 400;
    color: #E6007E;
  }
}
@media (max-width: 992px) {
  .header .main-navigation {
    box-sizing: border-box;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
  }
}
@media (min-width: 992px) {
  .header .main-navigation {
    overflow: visible;
  }
}
.header .main-navigation .menu-item-has-children:hover > .sub-menu,
.header .main-navigation .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .main-navigation .menu > .menu-item.current-menu-item > a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #0094BF;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.news-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.news-card__media {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-card__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.news-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-card__date {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #131313;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.news-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.75rem 0;
}
.news-card__title a {
  color: #333333;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.news-card__title a:hover {
  color: #131313;
}
.news-card__excerpt {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.6;
}
.news-card__excerpt p {
  margin: 0;
}
.news-card__button {
  margin-top: auto;
}
.news-card__button .btn {
  margin-top: 1.4rem;
}

.events-none {
  color: #666666;
  font-style: italic;
}

.event-card {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .event-card {
    flex-direction: row;
  }
}
.event-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.event-card__media {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .event-card__media {
    height: auto;
    max-width: 240px;
    aspect-ratio: 1/1;
  }
}
.event-card__media a {
  display: block;
  height: 100%;
}
.event-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.event-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.4rem;
}
@media (min-width: 1400px) {
  .event-card__content {
    padding: 1.8rem 2.2rem;
  }
}
.event-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
}
.event-card__title a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s ease;
}
.event-card__excerpt {
  line-height: 1.5;
  overflow: hidden;
}
.event-card__info {
  display: flex;
  font-weight: 600;
  gap: 1rem;
}
.event-card__location {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.event-card__location, .event-card__date, .event-card__time, .event-card__excerpt {
  font-size: clamp(0.875rem, 0.8317rem + 0.1923vw, 1rem);
}
.event-card__link {
  margin-top: auto;
}

.hero-event-card {
  background-color: #fafafa;
  padding: 1.5rem 1.2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .hero-event-card {
    padding: 2.5rem 2.2rem;
  }
}
.hero-event-card__sub-heading {
  display: block;
  color: #E6007E;
  text-transform: uppercase;
  font-weight: 300;
}
.hero-event-card__heading {
  display: block;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.6rem);
  font-weight: 400;
  color: inherit;
  margin-bottom: 0.6rem;
}
.hero-event-card__body {
  flex-grow: 1;
}
.hero-event-card__description {
  font-weight: 300;
}
.hero-event-card__button {
  margin-top: 1.4rem;
}

.tile {
  padding: 2.5rem;
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.tile__heading {
  font-size: clamp(1.25rem, 1.0769rem + 0.7692vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  color: #0094BF;
  margin-top: 0;
  margin-bottom: 1rem;
}
.tile-highlight {
  padding: 2.5rem;
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.tile-highlight--blue .tile-highlight__heading {
  color: #0094BF;
}
.tile-highlight--accent .tile-highlight__heading {
  color: #E6007E;
}
@media (min-width: 768px) {
  .tile-highlight {
    padding: 6.2rem 4.2rem;
  }
}
.tile-highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.tile-highlight__heading {
  font-size: clamp(1.25rem, 1.0769rem + 0.7692vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}
.team-card {
  display: flex;
}
.team-card__content, .team-card__contact {
  flex: 1;
}
.team-card__content {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.team-card__image {
  flex-shrink: 0;
  flex-basis: 220px;
  height: 220px;
}
.team-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.team-card__name {
  font-weight: 600;
}
.team-card__role {
  font-weight: 300;
}
.team-card__contact {
  display: flex;
  align-items: center;
}
.team-card__contact-list {
  list-style: none;
  font-weight: 300;
}

.contact-list-item__inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact-list-item__inner svg {
  fill: #0094BF;
}

body.single-event .body-visibility {
  display: block;
}

.single-event-layout {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-event-layout {
    padding-top: 4%;
    padding-bottom: 8%;
  }
}
.single-event-layout h1.event-title {
  font-weight: 300;
  font-size: clamp(1.625rem, 1.2788rem + 1.5385vw, 2.625rem);
  margin: 0;
}
.single-event-layout .hidden-event-info {
  display: none;
}
.single-event-layout h2.event-section-title {
  font-weight: 300;
  font-size: clamp(1.375rem, 1.1154rem + 1.1538vw, 2.125rem);
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
.single-event-layout .event-info {
  list-style: none;
  display: flex;
  color: #0094BF;
  font-weight: 300;
  gap: 0.6rem;
  margin-bottom: 1.8rem;
}
.single-event-layout .event-info .event-info-item .event-location {
  position: relative;
  padding-left: 0.6rem;
}
.single-event-layout .event-info .event-info-item .event-location::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #0094BF;
}
.single-event-layout .single-event-content-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single-event-layout .single-event-content-layout .single-event-content,
.single-event-layout .single-event-content-layout .single-event-form {
  flex: 1;
}
@media (min-width: 768px) {
  .single-event-layout .single-event-content-layout {
    flex-direction: row;
    gap: 2.4vw;
  }
}
.single-event-layout .single-event-content-layout .single-event-media {
  margin-bottom: 1.8rem;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .single-event-layout .single-event-content-layout .single-event-media {
    aspect-ratio: 16/9;
  }
}
.single-event-layout .single-event-content-layout .single-event-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-event-layout .single-event-content-layout .single-event-description,
.single-event-layout .single-event-content-layout .single-event-program {
  margin-bottom: 1.4rem;
}
.single-event-layout .single-event-content-layout .single-event-form {
  position: relative;
}
.single-event-layout .single-event-content-layout .single-event-form .event-form {
  background-color: #fafafa;
  box-shadow: 0 0.25rem 0.75rem rgba(23, 23, 23, 0.08), 0 0.75rem 2rem rgba(23, 23, 23, 0.06);
  border-radius: 10px;
  min-height: 16rem;
  padding: 1.2rem 2rem;
}
@media (min-width: 768px) {
  .single-event-layout .single-event-content-layout .single-event-form .event-form {
    position: sticky;
    top: calc(140px + 6%);
  }
}
.single-event-layout .single-event-content-layout .single-event-form .event-form__title {
  font-size: clamp(1.375rem, 1.2885rem + 0.3846vw, 1.625rem);
  color: #0094BF;
}

.archive-projects-layout .projects {
  display: grid;
  grid-gap: 1.6rem;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .archive-projects-layout .projects {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2vw, 3rem);
  }
}

.layout-archive-events .events:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .layout-archive-events .events:not(:last-child) {
    margin-bottom: 4.2rem;
  }
}
.layout-archive-events .events--cards {
  display: grid;
  grid-gap: 1.2rem;
  gap: 1.2rem;
}
@media (min-width: 992px) {
  .layout-archive-events .events--cards {
    grid-template-columns: repeat(2, 1fr);
    gap: min(5vw, 3rem);
  }
}
.layout-archive-events .events--list .events-list {
  list-style: none;
}
.layout-archive-events .events--list .events-list .events-list-item {
  display: flex;
  gap: 4vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #394152;
}
.layout-archive-events .events--list .events-list .events-list-item__date {
  flex-shrink: 0;
  flex-basis: 20%;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************/
/**
 * Swiper 14.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 28, 2026
 */

: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: ease;
  transition-timing-function: initial;
  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-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:last-child {
      margin-right: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:last-child {
      margin-bottom: var(--swiper-slides-offset-after);
    }
.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-left: 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-top: 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 #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: 44px;

  width: var(--swiper-navigation-size);
  height: 44px;
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-disabled.swiper-button-prev,.swiper-button-disabled.swiper-button-next {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
.swiper-button-hidden.swiper-button-prev,.swiper-button-hidden.swiper-button-next {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }
.swiper-button-prev ::slotted(svg) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
.swiper-button-next ::slotted(svg) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
.swiper-button-prev svg,.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (44px / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: 4px;
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }
.swiper-button-next {
  right: 4px;
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal  ~ .swiper-button-prev,.swiper-horizontal  ~ .swiper-button-next {
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (44px / 2));
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: 4px;
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
.swiper-horizontal .swiper-button-next,.swiper-horizontal ~ .swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: 4px;
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
.swiper-horizontal .swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }
.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }
.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }
.swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }
.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(180deg);
    }
.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(0deg);
    }
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(0deg);
    }
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(0deg);
    }
.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-prev,.swiper-vertical  ~ .swiper-button-next {
    left: 50%;
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (44px / 2));
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-prev {
    top: 4px;
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
  }
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(-90deg);
    }
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(-90deg);
    }
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-next {
    bottom: 4px;
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(90deg);
    }
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(90deg);
    }
.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform, 200ms top;
    }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      transition:
        200ms transform, 200ms left;
    }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-horizontal > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
.swiper-vertical > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
.swiper-pagination-lock {
  display: none;
}


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