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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

figure {
  display: block;
}

figure img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

button {
  padding: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  font: inherit;
}
button:focus {
  outline: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: currentColor;
}

strong {
  font-weight: 600;
}

details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::-webkit-details-marker {
  display: none;
}

:root {
  --black: #000;
  --white: #fff;
  --white20: #FFFFFF20;
  --dark: #252526;
  --gray1: #575656;
  --gray2: #979797;
  --gray3: #F4F3F0;
  --gray4: #FCFCFB;
  --light: #FDFDFD;
  --sand: #F3ECDA;
  --sand50: #F9F5ED;
  --sand20: #F7F2EA;
  --primaryViv: #FFC350;
  --primary: #FFD481;
  --primary50: #FFEBC1;
  --primaryGradient: linear-gradient(90deg, var(--primaryViv) 1.13%, #FFD683 89.43%);
  --explore: #83CDBA;
  --explore50: #C1E6DD;
  --learn: #FF9450;
  --learn50: #FFC9A7;
  --accelerate: #7499FF;
  --accelerate50: #B9CCFF;
  --fontTitle: "Sora", sans-serif;
  --font: "Poppins", sans-serif;
  --fontColor: var(--dark);
  --book: 400;
  --medium: 500;
  --semibold: 600;
  --bold: bold;
  --bolder: 900;
  --cardShadow: 4px 4px 4px 0px #C0C0C01A;
  --cardStroke: rgba(255, 255, 255, 0.01);
  --cardBG: rgba(255, 235, 193, 0.20);
  --containerWidth: 1280;
}

/*------------------------------------*\
  #GRID
\*------------------------------------*/
[class*=container--]:not([class*=wp-container], .container--full) {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  box-sizing: border-box;
}
@media (max-width: 62.4275em) {
  [class*=container--]:not([class*=wp-container], .container--full) {
    padding: 0;
  }
}
[class*=container--]:not([class*=wp-container], .container--full):not(.container--full) {
  max-width: 88.8888888889vw;
}
@media (min-width: 89.9375em) {
  [class*=container--]:not([class*=wp-container], .container--full):not(.container--full) {
    max-width: 1280px;
  }
}
@media (max-width: 62.4275em) {
  [class*=container--]:not([class*=wp-container], .container--full):not(.container--full) {
    max-width: calc(100vw - 40px);
  }
}

.container--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .container--grid {
    grid-column-gap: 20px;
  }
}

.container--full {
  display: grid;
  grid-template-columns: [start] 4.1666666667vw [container-start] repeat(12, 1fr) [container-end] 4.1666666667vw [end];
  max-width: 100vw;
  grid-gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .container--full {
    grid-template-columns: [start] 60px [container-start] repeat(12, 1fr) [container-end] 60px [end];
    max-width: 1440px;
    grid-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 62.4275em) {
  .container--full {
    grid-template-columns: [start] 0 [container-start] repeat(12, 1fr) [container-end] 0 [end];
    max-width: 100vw;
    width: 100vw;
    grid-gap: 20px;
  }
}

@font-face {
  font-family: "Sora";
  src: url(/wp-content/themes/2050now-theme/dist/fonts/Sora-Regular.woff2?ver=34bd27ba) format("woff2"), url(/wp-content/themes/2050now-theme/dist/fonts/Sora-Regular.woff?ver=1d8a6b18) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/wp-content/themes/2050now-theme/dist/fonts/Poppins-Regular.woff2?ver=27f90713) format("woff2"), url(/wp-content/themes/2050now-theme/dist/fonts/Poppins-Regular.woff?ver=5bcf8310) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/wp-content/themes/2050now-theme/dist/fonts/Poppins-Medium.woff2?ver=3c47a80a) format("woff2"), url(/wp-content/themes/2050now-theme/dist/fonts/Poppins-Medium.woff?ver=4e02accf) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/wp-content/themes/2050now-theme/dist/fonts/Poppins-SemiBold.woff2?ver=05af4e7d) format("woff2"), url(/wp-content/themes/2050now-theme/dist/fonts/Poppins-SemiBold.woff?ver=84f294a5) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
  font-family: var(--fontTitle);
}
@media (min-width: 80.0625em) {
  h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
    font-size: 48px;
  }
}
@media (max-width: 80.0525em) {
  h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
    font-size: 46px;
  }
}
@media (max-width: 62.4275em) {
  h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
    font-size: 24px;
  }
}
@media (min-width: 89.9375em) {
  h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
    line-height: 62px;
  }
}
@media (max-width: 89.9275em) {
  h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
    line-height: 60px;
  }
}
@media (max-width: 80.0525em) {
  h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
    line-height: 58px;
  }
}
@media (max-width: 62.4275em) {
  h1, .h1, .wp-block-quote:before, .wp-block-pullquote:before {
    line-height: 32px;
  }
}

h2, .h2 {
  font-family: var(--fontTitle);
}
@media (min-width: 80.0625em) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 80.0525em) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media (max-width: 62.4275em) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media (min-width: 89.9375em) {
  h2, .h2 {
    line-height: 46px;
  }
}
@media (max-width: 89.9275em) {
  h2, .h2 {
    line-height: 44px;
  }
}
@media (max-width: 80.0525em) {
  h2, .h2 {
    line-height: 42px;
  }
}
@media (max-width: 62.4275em) {
  h2, .h2 {
    line-height: 26px;
  }
}

h3, .h3 {
  font-family: var(--fontTitle);
}
@media (min-width: 80.0625em) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 80.0525em) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 62.4275em) {
  h3, .h3 {
    font-size: 18px;
  }
}
@media (min-width: 89.9375em) {
  h3, .h3 {
    line-height: 28px;
  }
}
@media (max-width: 89.9275em) {
  h3, .h3 {
    line-height: 26px;
  }
}
@media (max-width: 80.0525em) {
  h3, .h3 {
    line-height: 24px;
  }
}
@media (max-width: 62.4275em) {
  h3, .h3 {
    line-height: 22px;
  }
}

h4, .h4, .article-body > h3 {
  font-family: var(--fontTitle);
}
@media (min-width: 80.0625em) {
  h4, .h4, .article-body > h3 {
    font-size: 18px;
  }
}
@media (max-width: 80.0525em) {
  h4, .h4, .article-body > h3 {
    font-size: 16px;
  }
}
@media (max-width: 62.4275em) {
  h4, .h4, .article-body > h3 {
    font-size: 16px;
  }
}
@media (min-width: 89.9375em) {
  h4, .h4, .article-body > h3 {
    line-height: 20px;
  }
}
@media (max-width: 89.9275em) {
  h4, .h4, .article-body > h3 {
    line-height: 18px;
  }
}
@media (max-width: 80.0525em) {
  h4, .h4, .article-body > h3 {
    line-height: 16px;
  }
}
@media (max-width: 62.4275em) {
  h4, .h4, .article-body > h3 {
    line-height: 20px;
  }
}

.page--description {
  font-family: var(--font);
  font-weight: var(--regular);
  line-height: 1.63;
}
@media (min-width: 80.0625em) {
  .page--description {
    font-size: 18px;
  }
}
@media (max-width: 80.0525em) {
  .page--description {
    font-size: 16px;
  }
}
@media (max-width: 62.4275em) {
  .page--description {
    font-size: 18px;
  }
}
@media (max-width: 62.4275em) {
  .page--description {
    line-height: 25px;
  }
}

.section--title {
  text-transform: uppercase;
  font-weight: var(--semibold);
  background: var(--primaryGradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 80.0625em) {
  .section--title {
    font-size: 16px;
  }
}
@media (max-width: 80.0525em) {
  .section--title {
    font-size: 14px;
  }
}
@media (max-width: 62.4275em) {
  .section--title {
    font-size: 16px;
  }
}
@media (min-width: 89.9375em) {
  .section--title {
    line-height: 19px;
  }
}
@media (max-width: 89.9275em) {
  .section--title {
    line-height: 17px;
  }
}
@media (max-width: 80.0525em) {
  .section--title {
    line-height: 15px;
  }
}
@media (max-width: 62.4275em) {
  .section--title {
    line-height: 19px;
  }
}

.text--large, .wp-block-pullquote > blockquote > p {
  font-size: 1.5277777778vw;
}
@media (max-width: 62.4275em) {
  .text--large, .wp-block-pullquote > blockquote > p {
    font-size: 22px;
  }
}

.text--larger {
  font-size: 1.6666666667vw;
}
@media (max-width: 62.4275em) {
  .text--larger {
    font-size: 18px;
  }
  .text--larger br {
    display: none;
  }
}

.text--big {
  font-size: 1.8055555556vw;
}
@media (max-width: 62.4275em) {
  .text--big {
    font-size: 18px;
  }
}

@media (min-width: 80.0625em) {
  small, .text--small, .languages--navigation, .tags--listing li {
    font-size: 14px;
  }
}
@media (max-width: 80.0525em) {
  small, .text--small, .languages--navigation, .tags--listing li {
    font-size: 12px;
  }
}
@media (max-width: 62.4275em) {
  small, .text--small, .languages--navigation, .tags--listing li {
    font-size: 13px;
  }
}
@media (min-width: 89.9375em) {
  small, .text--small, .languages--navigation, .tags--listing li {
    line-height: 17px;
  }
}
@media (max-width: 89.9275em) {
  small, .text--small, .languages--navigation, .tags--listing li {
    line-height: 15px;
  }
}
@media (max-width: 80.0525em) {
  small, .text--small, .languages--navigation, .tags--listing li {
    line-height: 13px;
  }
}
@media (max-width: 62.4275em) {
  small, .text--small, .languages--navigation, .tags--listing li {
    line-height: 17px;
  }
}

.text--smaller, .form--filter .select--wrapper select {
  line-height: 1.3;
}
@media (min-width: 80.0625em) {
  .text--smaller, .form--filter .select--wrapper select {
    font-size: 12px;
  }
}
@media (max-width: 80.0525em) {
  .text--smaller, .form--filter .select--wrapper select {
    font-size: 10px;
  }
}
@media (max-width: 62.4275em) {
  .text--smaller, .form--filter .select--wrapper select {
    font-size: 12px;
  }
}
@media (max-width: 62.4275em) {
  .text--smaller, .form--filter .select--wrapper select {
    font-size: 12px;
  }
}

strong, b, .text--bold {
  font-weight: var(--semibold);
}

.text--medium {
  font-weight: var(--medium);
}

.text--semibold {
  font-weight: var(--semibold);
}

em {
  font-style: italic;
}

a.underline:hover, .main-breadcrumbs a:hover {
  text-decoration: underline;
}

.text--gray {
  color: var(--gray1);
}

.text--color {
  color: var(--primaryViv);
}

.text--white {
  color: var(--light);
}

.text--center {
  text-align: center;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--underline, .newsletter--wrapper form a {
  text-decoration: underline;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") 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 */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  font-weight: var(--book);
  color: var(--fontColor);
  line-height: normal;
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--sand20);
  overflow: overlay;
}
@media (min-width: 80.0625em) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 80.0525em) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 62.4275em) {
  body {
    font-size: 16px;
  }
}

main {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 62.4275em) {
  main {
    width: 100vw;
    overflow: hidden;
  }
}

section {
  position: relative;
}
section:first-of-type {
  padding-top: 5.5555555556vw;
}
@media (max-width: 62.4275em) {
  section:first-of-type {
    padding-top: 50px;
  }
}

button {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

figure {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  flex: 1;
}
figure picture {
  width: 100%;
}
figure img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
@media (max-width: 62.4275em) {
  figure img {
    width: 100%;
  }
}

svg {
  overflow: visible;
  height: auto;
}

.icon {
  display: flex;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 62.4275em) {
  .hide--mobile {
    display: none !important;
  }
}

@media (min-width: 62.4375em) {
  .hide--desktop {
    display: none !important;
  }
}

[data-scrollto] {
  cursor: pointer;
}

.absolute--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
}

.pt-0 {
  padding-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.bg--dark {
  background-color: var(--dark);
}

.bg--primary {
  background-color: var(--primary);
}

.bg--ghost, .swiper-button-prev, .swiper-button-next {
  background: rgba(253, 253, 253, 0.2);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15) inset;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.not-found--wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.not-found--wrapper h1 {
  margin-bottom: 15px;
  text-transform: none;
}
.not-found--wrapper .icon {
  margin-top: 20px;
  margin-bottom: 80px;
}

.round, .article-body > .wp-block-image img, .article-body > .wp-block-gallery .wp-block-image img, .article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
}
.round:not(.media-image), .article-body > .wp-block-image img:not(.media-image), .article-body > .wp-block-gallery .wp-block-image img:not(.media-image), .article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper:not(.media-image) {
  border-radius: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .round:not(.media-image), .article-body > .wp-block-image img:not(.media-image), .article-body > .wp-block-gallery .wp-block-image img:not(.media-image), .article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper:not(.media-image) {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) {
  .round:not(.media-image), .article-body > .wp-block-image img:not(.media-image), .article-body > .wp-block-gallery .wp-block-image img:not(.media-image), .article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper:not(.media-image) {
    border-radius: 25px;
  }
}
.round.media-image img, .article-body > .wp-block-image img.media-image img, .article-body > .wp-block-gallery .wp-block-image img.media-image img, .article-body > .wp-block-embed.is-type-video .media-image.wp-block-embed__wrapper img {
  border-radius: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .round.media-image img, .article-body > .wp-block-image img.media-image img, .article-body > .wp-block-gallery .wp-block-image img.media-image img, .article-body > .wp-block-embed.is-type-video .media-image.wp-block-embed__wrapper img {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) {
  .round.media-image img, .article-body > .wp-block-image img.media-image img, .article-body > .wp-block-gallery .wp-block-image img.media-image img, .article-body > .wp-block-embed.is-type-video .media-image.wp-block-embed__wrapper img {
    border-radius: 25px;
  }
}

.round-15, .article--file:has(.button--action:hover), .card--media {
  overflow: hidden;
}
.round-15:not(.media-image), .article--file:not(.media-image):has(.button--action:hover), .card--media:not(.media-image) {
  border-radius: 1.0416666667vw;
}
@media (min-width: 89.9375em) {
  .round-15:not(.media-image), .article--file:not(.media-image):has(.button--action:hover), .card--media:not(.media-image) {
    border-radius: 15px;
  }
}
@media (max-width: 62.4275em) {
  .round-15:not(.media-image), .article--file:not(.media-image):has(.button--action:hover), .card--media:not(.media-image) {
    border-radius: 15px;
  }
}
.round-15.media-image img, .media-image.article--file:has(.button--action:hover) img, .media-image.card--media img {
  border-radius: 1.0416666667vw;
}
@media (min-width: 89.9375em) {
  .round-15.media-image img, .media-image.article--file:has(.button--action:hover) img, .media-image.card--media img {
    border-radius: 15px;
  }
}
@media (max-width: 62.4275em) {
  .round-15.media-image img, .media-image.article--file:has(.button--action:hover) img, .media-image.card--media img {
    border-radius: 15px;
  }
}

.round-20 {
  overflow: hidden;
}
.round-20:not(.media-image) {
  border-radius: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .round-20:not(.media-image) {
    border-radius: 20px;
  }
}
@media (max-width: 62.4275em) {
  .round-20:not(.media-image) {
    border-radius: 20px;
  }
}
.round-20.media-image img {
  border-radius: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .round-20.media-image img {
    border-radius: 20px;
  }
}
@media (max-width: 62.4275em) {
  .round-20.media-image img {
    border-radius: 20px;
  }
}

.shadow, .card, .custom-select--pane {
  box-shadow: var(--cardShadow);
}

.tags--listing {
  display: flex;
  flex-wrap: wrap;
}
.tags--listing li {
  font-weight: var(--bold);
  text-transform: uppercase;
}
@media (max-width: 62.4275em) {
  .tags--listing li {
    font-size: 9px;
  }
}
.tags--listing:not(:has(.tag)) > li {
  display: flex;
  align-items: center;
}
.tags--listing:not(:has(.tag)) > li:has(svg) {
  gap: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .tags--listing:not(:has(.tag)) > li:has(svg) {
    gap: 10px;
  }
}
@media (max-width: 62.4275em) {
  .tags--listing:not(:has(.tag)) > li:has(svg) {
    gap: 10px;
  }
}
.tags--listing:not(:has(.tag)) > li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.8333333333vw;
  width: 0.2777777778vw;
  height: 0.2777777778vw;
  border-radius: 100%;
  background-color: var(--dark);
}
@media (min-width: 89.9375em) {
  .tags--listing:not(:has(.tag)) > li:not(:last-child):after {
    width: 4px;
    height: 4px;
    margin: 0 12px;
  }
}
@media (max-width: 62.4275em) {
  .tags--listing:not(:has(.tag)) > li:not(:last-child):after {
    width: 2px;
    height: 2px;
    margin: 0 6px;
  }
}
.tags--listing :has(.tag) {
  gap: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .tags--listing :has(.tag) {
    gap: 10px;
  }
}
@media (max-width: 62.4275em) {
  .tags--listing :has(.tag) {
    gap: 10px;
  }
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3472222222vw;
  padding: 0.5555555556vw 1.0416666667vw;
  background-color: var(--primary);
  border-radius: 0.4166666667vw;
}
@media (min-width: 89.9375em) {
  .tag {
    gap: 5px;
    padding: 8px 15px;
    border-radius: 6px;
  }
}
@media (max-width: 62.4275em) {
  .tag {
    gap: 5px;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 9px;
  }
}
.tag svg {
  flex: none;
}
@media (max-width: 62.4275em) {
  .tag svg {
    width: 10px;
  }
}

[data-toggle-element][data-popin], [data-pane-element][data-popin] {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}

[data-toggle-element]:not([data-toggle-mobile]) {
  display: none !important;
}
@media (max-width: 62.4275em) {
  [data-toggle-element][data-toggle-mobile] {
    display: none !important;
  }
}
[data-toggle-element].toggled {
  display: block !important;
}
[data-toggle-element].toggled.flex {
  display: flex !important;
}

[data-swiper] {
  position: relative;
}
[data-swiper]:has(.swiper-pagination-progressbar) {
  padding-top: 3.4722222222vw;
}
@media (min-width: 89.9375em) {
  [data-swiper]:has(.swiper-pagination-progressbar) {
    padding-top: 50px;
  }
}
@media (max-width: 62.4275em) {
  [data-swiper]:has(.swiper-pagination-progressbar) {
    margin-top: 100px;
  }
}

.slider-pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  position: absolute;
  width: 100%;
  bottom: calc(100% + 1.7361111111vw);
}
@media (min-width: 89.9375em) {
  .slider-pagination-wrapper {
    gap: 20px;
    bottom: calc(100% + 25px);
  }
}
@media (max-width: 62.4275em) {
  .slider-pagination-wrapper {
    position: relative;
    bottom: initial;
    margin-bottom: 24px;
  }
}

.swiper-pagination-progressbar {
  position: relative;
  background: rgba(255, 235, 193, 0.4);
}

[class*=swiper-pagination-progressbar] {
  display: block;
  width: 100%;
  border-radius: 999px;
  height: 0.2083333333vw;
}
@media (min-width: 89.9375em) {
  [class*=swiper-pagination-progressbar] {
    height: 3px;
  }
}
@media (max-width: 62.4275em) {
  [class*=swiper-pagination-progressbar] {
    height: 3px;
  }
}

.swiper-pagination-progressbar-fill {
  transform-origin: left center;
  background-color: var(--primary);
}

.slider--navigation {
  position: absolute;
  bottom: 0;
  right: calc(100% + 3.4722222222vw);
  display: flex;
  align-items: center;
  gap: 0.9722222222vw;
  z-index: 2;
}
@media (min-width: 89.9375em) {
  .slider--navigation {
    right: calc(100% + 50px);
    gap: 14px;
  }
}
@media (max-width: 62.4275em) {
  .slider--navigation {
    position: relative;
    right: initial;
    margin-top: 15px;
    gap: 15px;
  }
}

.swiper-button-prev, .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media (min-width: 89.9375em) {
  .swiper-button-prev, .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 62.4275em) {
  .swiper-button-prev, .swiper-button-next {
    width: 42px;
    height: 42px;
  }
}
.swiper-button-prev[disabled], .swiper-button-next[disabled] {
  opacity: 0.5;
  cursor: default;
}
.swiper-button-prev:not(.swiper-button-disabled):hover, .swiper-button-next:not(.swiper-button-disabled):hover {
  background-color: var(--primary);
}
.swiper-button-prev:not(.swiper-button-disabled):hover svg *, .swiper-button-next:not(.swiper-button-disabled):hover svg * {
  stroke: var(--dark);
}

.button--link, .button--action, .button--bordered {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.6944444444vw;
  overflow: hidden;
  border-radius: 999px;
}
@media (min-width: 89.9375em) {
  .button--link, .button--action, .button--bordered {
    gap: 10px;
  }
}
@media (max-width: 62.4275em) {
  .button--link, .button--action, .button--bordered {
    gap: 10px;
  }
}
.button--link span, .button--action span, .button--bordered span {
  display: block;
  position: relative;
  translate: 0 0;
  transition: all 0.2s;
}
.button--link span:before, .button--action span:before, .button--bordered span:before {
  content: attr(data-label);
  display: block;
  position: absolute;
  translate: 0 200%;
  transition: all 0.2s;
}
.button--link:hover span, .button--action:hover span, .button--bordered:hover span {
  translate: 0 -200%;
}

.button--link {
  padding: 0.9027777778vw 1.875vw;
  background: var(--primaryGradient);
}
@media (min-width: 89.9375em) {
  .button--link {
    padding: 13px 27px;
  }
}
@media (max-width: 62.4275em) {
  .button--link {
    padding: 11px 25px;
  }
}
.button--link span {
  color: var(--fontColor);
  font-weight: var(--medium);
}

.button--bordered {
  padding: 0.9027777778vw 1.875vw;
  background-color: transparent;
  outline: 1px solid var(--dark);
}
@media (min-width: 89.9375em) {
  .button--bordered {
    padding: 13px 27px;
  }
}
@media (max-width: 62.4275em) {
  .button--bordered {
    padding: 11px 25px;
  }
}
.button--bordered span {
  color: var(--fontColor);
  font-weight: var(--medium);
}
.button--bordered.light {
  outline-color: var(--light);
}
.button--bordered.light span {
  color: var(--light);
}

.button--action {
  padding: 1.1805555556vw 3.2638888889vw;
  background: var(--dark);
  border-radius: 999px;
}
@media (min-width: 89.9375em) {
  .button--action {
    padding: 17px 47px;
  }
}
@media (max-width: 62.4275em) {
  .button--action {
    padding: 17px 47px;
  }
}
.button--action span {
  font-weight: var(--medium);
  color: var(--light);
}
.button--action svg * {
  stroke: var(--light);
}
.button--action.small {
  padding: 0.9027777778vw 1.875vw;
}
@media (min-width: 89.9375em) {
  .button--action.small {
    padding: 13px 27px;
  }
}
@media (max-width: 62.4275em) {
  .button--action.small {
    padding: 13px 27px;
  }
}
.button--action.gold {
  background: var(--primaryGradient);
}
.button--action.gold span {
  color: var(--dark);
}
.button--action.light {
  background: var(--light);
}
.button--action.light span {
  color: var(--fontColor);
}
.button--action.light svg * {
  stroke: var(--fontColor);
}

.button--burger {
  position: relative;
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  z-index: 4;
}
.button--burger span, .button--burger:after, .button--burger:before {
  display: block;
  width: 26px;
  height: 1px;
  background-color: var(--black);
  transition: all 0.3s;
  border-radius: 999px;
}
.button--burger:after, .button--burger:before {
  content: "";
  position: absolute;
  right: 0;
}
.button--burger:after {
  translate: 0 -6px;
}
.button--burger:before {
  translate: 0 6px;
}
.button--burger.active span {
  display: none;
}
.button--burger.active:after, .button--burger.active:before {
  width: 18px;
  translate: 0;
}
.button--burger.active:after {
  rotate: -45deg;
}
.button--burger.active:before {
  rotate: 45deg;
}

.button--plus {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}
.button--plus:after, .button--plus:before {
  content: "";
  position: absolute;
  width: 1.3888888889vw;
  height: 1px;
  background-color: var(--dark);
}
@media (min-width: 89.9375em) {
  .button--plus:after, .button--plus:before {
    width: 20px;
    height: 1px;
  }
}
@media (max-width: 62.4275em) {
  .button--plus:after, .button--plus:before {
    width: 20px;
    height: 1px;
  }
}
.button--plus:before {
  rotate: 90deg;
}

.button--rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 9999px;
}

.buttons--wrapper {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .buttons--wrapper {
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .buttons--wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

input, textarea {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

label {
  cursor: pointer;
}

.switch--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  border-radius: 999px;
  background: var(--sand);
}
.switch--wrapper:before {
  content: "";
  position: absolute;
  width: calc(50% + 0.3472222222vw);
  height: 100%;
  z-index: 0;
  left: 0;
  border-radius: 99px;
  background: var(--primaryGradient);
  transition: all 0.5s;
}
@media (min-width: 89.9375em) {
  .switch--wrapper:before {
    width: calc(50% + 5px);
  }
}
@media (max-width: 62.4275em) {
  .switch--wrapper:before {
    width: calc(50% + 5px);
  }
}
.switch--wrapper:has([type=radio]:first-of-type:not(:checked)):before {
  left: calc(50% - 0.3472222222vw);
}
@media (min-width: 89.9375em) {
  .switch--wrapper:has([type=radio]:first-of-type:not(:checked)):before {
    left: calc(50% - 5px);
  }
}
@media (max-width: 62.4275em) {
  .switch--wrapper:has([type=radio]:first-of-type:not(:checked)):before {
    left: calc(50% - 5px);
  }
}
.switch--wrapper [type=radio]:checked + label {
  pointer-events: none;
  font-weight: var(--bold);
  opacity: 1;
}
.switch--wrapper label {
  display: flex;
  justify-content: center;
  padding: 0.6944444444vw 1.3888888889vw;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}
@media (min-width: 89.9375em) {
  .switch--wrapper label {
    padding: 10px 20px;
  }
}
@media (max-width: 62.4275em) {
  .switch--wrapper label {
    padding: 10px 20px;
  }
}

.select--wrapper, .input--wrapper input {
  padding: 1.1805555556vw 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .select--wrapper, .input--wrapper input {
    padding: 17px 25px;
  }
}
@media (max-width: 62.4275em) {
  .select--wrapper, .input--wrapper input {
    padding: 12px;
  }
}

.input--wrapper, .select--wrapper {
  position: relative;
  border: 1px solid var(--gray3);
  border-radius: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .input--wrapper, .select--wrapper {
    border-radius: 10px;
  }
}
@media (max-width: 62.4275em) {
  .input--wrapper, .select--wrapper {
    border-radius: 5px;
  }
}
.input--wrapper input, .input--wrapper select, .select--wrapper input, .select--wrapper select {
  outline: none;
  width: 100%;
}
.input--wrapper.active, .input--wrapper:has(select:focus, input:focus), .select--wrapper.active, .select--wrapper:has(select:focus, input:focus) {
  border-color: var(--gray2);
}
.input--wrapper:has(.input--error), .select--wrapper:has(.input--error) {
  border-color: tomato;
}

.input--error {
  scroll-margin-top: 200px;
}

.checkbox--wrapper label {
  display: flex;
  align-items: flex-start;
  gap: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .checkbox--wrapper label {
    gap: 10px;
  }
}
@media (max-width: 62.4275em) {
  .checkbox--wrapper label {
    gap: 10px;
  }
}

.checkbox:has([type=checkbox]:checked) {
  background-color: var(--primary50);
  border-color: var(--primary);
}
.checkbox:has([type=checkbox]:checked):after {
  content: "";
}

.checkbox {
  position: relative;
  top: -0.1388888889vw;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray2);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  cursor: pointer;
  background-color: var(--light);
  border-radius: 0.2777777778vw;
}
@media (min-width: 89.9375em) {
  .checkbox {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    top: -2px;
  }
}
@media (max-width: 62.4275em) {
  .checkbox {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    top: -2px;
  }
}
.checkbox:after {
  content: none;
  position: absolute;
  display: block;
  width: 0.7638888889vw;
  height: 0.7638888889vw;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 14 11" fill="none"> <path d="M13.374 0.883044C13.2354 0.887173 13.1039 0.945082 13.0073 1.0445L4.85105 9.20075L1.4948 5.8445C1.44566 5.79332 1.3868 5.75245 1.32166 5.7243C1.25653 5.69615 1.18643 5.68127 1.11547 5.68055C1.04452 5.67983 0.974133 5.69327 0.908438 5.7201C0.842743 5.74692 0.783061 5.78658 0.732886 5.83675C0.68271 5.88693 0.643051 5.94661 0.61623 6.0123C0.589409 6.078 0.575966 6.14838 0.576688 6.21934C0.57741 6.29029 0.592282 6.36039 0.620434 6.42553C0.648586 6.49066 0.689452 6.54952 0.740637 6.59867L4.47397 10.332C4.57399 10.432 4.70963 10.4881 4.85105 10.4881C4.99248 10.4881 5.12811 10.432 5.22814 10.332L13.7615 1.79867C13.8385 1.72376 13.8912 1.62731 13.9125 1.52196C13.9338 1.41662 13.9228 1.3073 13.8809 1.20832C13.839 1.10934 13.7682 1.02532 13.6777 0.967279C13.5873 0.909237 13.4814 0.879876 13.374 0.883044Z" fill="%23FFC350"/> </svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  rotate: 0deg;
  transform-origin: center center;
  transition: rotate 0.3s;
  pointer-events: none;
}
@media (min-width: 89.9375em) {
  .checkbox:after {
    height: 11px;
    width: 11px;
  }
}
@media (max-width: 62.4275em) {
  .checkbox:after {
    height: 9px;
    width: 9px;
  }
}

.form fieldset:not(:last-child) {
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .form fieldset:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 62.4275em) {
  .form fieldset:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form fieldset.flex {
  display: flex;
  flex-direction: row;
  gap: 0.8333333333vw;
}
@media (min-width: 89.9375em) {
  .form fieldset.flex {
    gap: 12px;
  }
}
@media (max-width: 62.4275em) {
  .form fieldset.flex {
    flex-direction: column;
    gap: 20px;
  }
}
.form fieldset.flex .input--wrapper {
  flex: 1;
}
.form fieldset.flex .select--wrapper {
  max-width: 50%;
}
.form [type=submit] {
  width: 100%;
}

.form--subscribe {
  margin-top: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .form--subscribe {
    margin-top: 25px;
  }
}
@media (max-width: 62.4275em) {
  .form--subscribe {
    margin-top: 24px;
  }
}
.form--subscribe .input--wrapper {
  border: 1px solid var(--dark);
  border-radius: 999px;
  flex: none;
  width: 100%;
}
@media (min-width: 89.9375em) {
  .form--subscribe input[type=email] {
    padding: 17px 22px;
  }
}
@media (max-width: 62.4275em) {
  .form--subscribe input[type=email] {
    padding: 17px 22px;
  }
}
.form--subscribe input[type=email]::-moz-placeholder {
  color: var(--gray1);
}
.form--subscribe input[type=email]::placeholder {
  color: var(--gray1);
}
.form--subscribe fieldset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8333333333vw;
}
@media (min-width: 89.9375em) {
  .form--subscribe fieldset {
    gap: 12px;
  }
}
@media (max-width: 62.4275em) {
  .form--subscribe fieldset {
    gap: 12px;
  }
}

.form--filter {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible;
}
@media (max-width: 62.4275em) {
  .form--filter {
    margin-bottom: 12px;
  }
}
.form--filter .filter--inner {
  padding: 0.9722222222vw 0.7638888889vw;
  margin-top: 2.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--light);
  overflow: visible;
}
@media (min-width: 89.9375em) {
  .form--filter .filter--inner {
    padding: 14px 11px;
    margin-top: 40px;
  }
}
@media (max-width: 62.4275em) {
  .form--filter .filter--inner {
    padding: 18px;
  }
}
.form--filter .filter--inner > span {
  padding-left: 1.1111111111vw;
  display: flex;
  align-items: center;
  gap: 0.3472222222vw;
}
@media (min-width: 89.9375em) {
  .form--filter .filter--inner > span {
    padding-left: 16px;
    gap: 5px;
  }
}
@media (max-width: 62.4275em) {
  .form--filter .filter--inner > span {
    width: 100%;
    justify-content: space-between;
    padding-left: 16px;
  }
  .form--filter .filter--inner > span svg {
    display: none;
  }
}
.form--filter .select--wrapper {
  padding-top: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
  min-width: 15.2777777778vw;
}
@media (min-width: 89.9375em) {
  .form--filter .select--wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 220px;
  }
}
.form--filter fieldset {
  display: flex;
  align-items: stretch;
  gap: 0.4166666667vw;
}
@media (min-width: 89.9375em) {
  .form--filter fieldset {
    gap: 6px;
  }
}
@media (max-width: 62.4275em) {
  .form--filter fieldset {
    position: fixed;
    top: 100%;
    gap: 6px;
  }
}

.search--wrapper {
  display: flex;
  align-items: stretch;
}
.search--wrapper .input--wrapper {
  display: flex;
  align-items: center;
  width: 19.7916666667vw;
  border-radius: 0.5555555556vw 0 0 0.5555555556vw;
}
@media (min-width: 89.9375em) {
  .search--wrapper .input--wrapper {
    width: 285px;
    border-radius: 8px 0 0 8px;
  }
}
.search--wrapper [type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primaryViv);
  border-radius: 0 0.5555555556vw 0.5555555556vw 0;
  aspect-ratio: 1/1;
  height: 100%;
  flex: 1;
}
@media (min-width: 89.9375em) {
  .search--wrapper [type=submit] {
    border-radius: 0px 8px 8px 0px;
  }
}

form.form--sending [data-spinner] {
  display: block;
}
form.form--sending button[type=submit] span:first-child {
  display: none;
}

[data-spinner] {
  display: none;
}
[data-spinner] svg {
  width: 70px;
  height: auto;
}

[data-custom-select] {
  width: 100%;
}
[data-custom-select] select, [data-custom-select] label {
  pointer-events: none;
}
[data-custom-select] select {
  color: var(--fontColor);
  font-size: initial;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: var(--font);
}
@media (max-width: 62.4275em) {
  [data-custom-select] select {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 60px;
  }
}
[data-custom-select]:has(.custom-select--label) select {
  position: absolute;
  top: -100vw;
}
[data-custom-select]:not([data-custom-select-placeholder]) label {
  position: absolute;
  top: -100vw;
}

.select--wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 1.1805555556vw 3.125vw 1.1805555556vw 1.7361111111vw;
  cursor: pointer;
}
@media (min-width: 89.9375em) {
  .select--wrapper {
    padding: 17px 45px 17px 25px;
  }
}
@media (max-width: 62.4275em) {
  .select--wrapper {
    padding: 12px;
  }
}
.select--wrapper:after {
  content: "";
  position: absolute;
  right: 1.0416666667vw;
  display: block;
  width: 17px;
  height: 17px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"> <path d="M4.25003 6.18555C4.25003 6.18555 7.19597 10.1855 8.25003 10.1855C9.3041 10.1856 12.25 6.18555 12.25 6.18555" stroke="%23252526" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  rotate: 0deg;
  transform-origin: center center;
  transition: rotate 0.3s;
  pointer-events: none;
}
@media (min-width: 89.9375em) {
  .select--wrapper:after {
    right: 15px;
  }
}

.custom-select--wrapper {
  width: 100%;
  cursor: pointer;
}
.custom-select--wrapper.active {
  border-bottom: none;
}
.custom-select--wrapper.active:after {
  rotate: 180deg;
}

.custom-select--label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: var(--book);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-select--pane {
  position: absolute;
  top: calc(100% + 0.6944444444vw);
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
  background-color: var(--white);
  z-index: 4;
  border-radius: 0.5555555556vw;
  border: 1px solid var(--gray3);
}
@media (min-width: 89.9375em) {
  .custom-select--pane {
    top: calc(100% + 10px);
    border-radius: 8px;
  }
}
@media (max-width: 62.4275em) {
  .custom-select--pane {
    top: calc(100% + 10px);
    border-radius: 5px;
  }
}
.custom-select--pane ul {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  padding: 0.5555555556vw 0.2777777778vw;
}
@media (min-width: 89.9375em) {
  .custom-select--pane ul {
    gap: 8px;
    padding: 8px 4px;
  }
}
@media (max-width: 62.4275em) {
  .custom-select--pane ul {
    gap: 8px;
    padding: 8px 4px;
  }
}
.custom-select--pane ul li {
  padding: 0.6944444444vw 1.1111111111vw;
  border-radius: 0.5555555556vw;
}
@media (min-width: 89.9375em) {
  .custom-select--pane ul li {
    padding: 10px 16px;
    border-radius: 8px;
  }
}
@media (max-width: 62.4275em) {
  .custom-select--pane ul li {
    padding: 10px 16px;
    border-radius: 8px;
  }
}
.custom-select--pane ul li[data-parent] {
  font-weight: var(--bolder);
}
.custom-select--pane ul li:hover, .custom-select--pane ul li.selected {
  background-color: var(--primary50);
}
.custom-select--pane ul li.selected {
  position: relative;
  display: flex;
  align-items: center;
  text-shadow: 0.5px 0 0 var(--fontColor);
  outline: 1px solid var(--primaryViv);
}
.custom-select--pane ul li.selected:after {
  content: "";
  position: absolute;
  right: 1.0416666667vw;
  display: block;
  width: 1.1805555556vw;
  height: 1.1805555556vw;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"> <path d="M13.374 0.883044C13.2354 0.887173 13.1039 0.945082 13.0073 1.0445L4.85105 9.20075L1.4948 5.8445C1.44566 5.79332 1.3868 5.75245 1.32166 5.7243C1.25653 5.69615 1.18643 5.68127 1.11547 5.68055C1.04452 5.67983 0.974133 5.69327 0.908438 5.7201C0.842743 5.74692 0.783061 5.78658 0.732886 5.83675C0.68271 5.88693 0.643051 5.94661 0.61623 6.0123C0.589409 6.078 0.575966 6.14838 0.576688 6.21934C0.57741 6.29029 0.592282 6.36039 0.620434 6.42553C0.648586 6.49066 0.689452 6.54952 0.740637 6.59867L4.47397 10.332C4.57399 10.432 4.70963 10.4881 4.85105 10.4881C4.99248 10.4881 5.12811 10.432 5.22814 10.332L13.7615 1.79867C13.8385 1.72376 13.8912 1.62731 13.9125 1.52196C13.9338 1.41662 13.9228 1.3073 13.8809 1.20832C13.839 1.10934 13.7682 1.02532 13.6777 0.967279C13.5873 0.909237 13.4814 0.879876 13.374 0.883044Z" fill="%23FFC350"/> </svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  rotate: 0deg;
  transform-origin: center center;
  transition: rotate 0.3s;
  pointer-events: none;
}
@media (min-width: 89.9375em) {
  .custom-select--pane ul li.selected:after {
    right: 15px;
    height: 17px;
    width: 17px;
  }
}
@media (max-width: 62.4275em) {
  .custom-select--pane ul li.selected:after {
    right: 15px;
    height: 17px;
    width: 17px;
  }
}

.card {
  position: relative;
  padding: 1.0416666667vw;
  margin-top: 1.6666666667vw;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  overflow: hidden;
  transition: all 0.3s;
}
.card:not(.media-image) {
  border-radius: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .card:not(.media-image) {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) {
  .card:not(.media-image) {
    border-radius: 25px;
  }
}
.card.media-image img {
  border-radius: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .card.media-image img {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) {
  .card.media-image img {
    border-radius: 25px;
  }
}
@media (min-width: 89.9375em) {
  .card {
    padding: 15px;
    margin-top: 24px;
  }
}
@media (max-width: 62.4275em) {
  .card {
    margin-top: 24px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.card:hover {
  overflow: hidden;
}
.card:hover:not(.media-image) {
  border-radius: 1.0416666667vw;
}
@media (min-width: 89.9375em) {
  .card:hover:not(.media-image) {
    border-radius: 15px;
  }
}
@media (max-width: 62.4275em) {
  .card:hover:not(.media-image) {
    border-radius: 15px;
  }
}
.card:hover.media-image img {
  border-radius: 1.0416666667vw;
}
@media (min-width: 89.9375em) {
  .card:hover.media-image img {
    border-radius: 15px;
  }
}
@media (max-width: 62.4275em) {
  .card:hover.media-image img {
    border-radius: 15px;
  }
}
.card.card--row {
  grid-column: span 12;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 62.4375em) {
  .card.card--row .card--media {
    width: 21.1805555556vw;
  }
}
@media (min-width: 62.4375em) and (min-width: 89.9375em) {
  .card.card--row .card--media {
    width: 305px;
  }
}
@media (min-width: 62.4375em) {
  .card.card--row .card--content {
    padding-left: 7.2916666667vw;
    padding-right: 17.3611111111vw;
  }
}
@media (min-width: 62.4375em) and (min-width: 89.9375em) {
  .card.card--row .card--content {
    padding-right: 250px;
    padding-left: 105px;
  }
}
.card.card--row .tags--listing:first-child {
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 89.9375em) {
  .card.card--row .tags--listing:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 62.4275em) {
  .card.card--row .tags--listing:first-child {
    margin-bottom: 12px;
  }
}
.card:not(.card--row) .card--content {
  flex: 1;
}

.card--disabled .events-item--meta, .card--disabled .tag {
  background-color: var(--gray3);
}

.card--media {
  flex: none;
  text-align: center;
}
@media (max-width: 62.4275em) {
  .card--media {
    width: 110px;
    height: 100%;
  }
  .card--media picture, .card--media img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.card--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4.1666666667vw;
  padding: 2.0833333333vw 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .card--content {
    padding: 30px 25px;
    gap: 60px;
  }
}
@media (max-width: 62.4275em) {
  .card--content {
    padding: 15px 8px 15px 18px;
    gap: 12px;
  }
}
.card--content h2 {
  margin-top: 1.8055555556vw;
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 89.9375em) {
  .card--content h2 {
    margin-top: 26px;
    margin-bottom: 14px;
  }
}
@media (max-width: 62.4275em) {
  .card--content h2 {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.card--content .read-more {
  display: none;
}

.card--description {
  margin-top: 0.5555555556vw;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 89.9375em) {
  .card--description {
    margin-top: 8px;
  }
}
@media (max-width: 62.4275em) {
  .card--description {
    margin-top: 12px;
  }
}

.card-ghost {
  -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0.0039215686) 0%, rgba(255, 255, 255, 0.5019607843) 50%, rgba(255, 255, 255, 0.0039215686) 100%) 1;
     border-image: linear-gradient(to right, rgba(255, 255, 255, 0.0039215686) 0%, rgba(255, 255, 255, 0.5019607843) 50%, rgba(255, 255, 255, 0.0039215686) 100%) 1;
  border-style: solid;
  border-width: 2px;
  border-left: none;
  border-right: none;
  background-color: var(--cardBG);
  overflow: hidden;
}
.card-ghost:not(.media-image) {
  border-radius: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .card-ghost:not(.media-image) {
    border-radius: 20px;
  }
}
@media (max-width: 62.4275em) {
  .card-ghost:not(.media-image) {
    border-radius: 20px;
  }
}
.card-ghost.media-image img {
  border-radius: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .card-ghost.media-image img {
    border-radius: 20px;
  }
}
@media (max-width: 62.4275em) {
  .card-ghost.media-image img {
    border-radius: 20px;
  }
}
@media (min-width: 89.9375em) {
  .card-ghost {
    padding: 2px;
  }
}
@media (max-width: 62.4275em) {
  .card-ghost {
    border-width: 1px;
    padding: 2px;
  }
}

.card--mini {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  border-left: 0.1388888889vw;
  background-color: var(--cardBG);
}
@media (min-width: 89.9375em) {
  .card--mini {
    gap: 20px;
    border-left: 2px;
  }
}
@media (max-width: 62.4275em) {
  .card--mini {
    gap: 10px;
    border-left: 2px;
  }
  .card--mini .text--small {
    font-size: 0.9rem;
  }
}
.card--mini > figure, .card--mini > time {
  width: 10.4166666667vw;
  aspect-ratio: 1/1;
  flex: none;
}
@media (min-width: 89.9375em) {
  .card--mini > figure, .card--mini > time {
    width: 150px;
  }
}
@media (max-width: 62.4275em) {
  .card--mini > figure, .card--mini > time {
    width: 80px;
  }
}
.card--mini > figure img, .card--mini > time img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card--mini time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--fontColor);
}
@media (max-width: 62.4275em) {
  .card--mini time {
    text-align: center;
    flex-direction: column-reverse;
  }
}
.card--mini time .h1 {
  margin-top: 1.1805555556vw;
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .card--mini time .h1 {
    margin-top: 17px;
    margin-bottom: 10px;
  }
}
.card--mini > div {
  padding-right: 6.9444444444vw;
}
@media (min-width: 89.9375em) {
  .card--mini > div {
    padding-right: 100px;
  }
}
@media (max-width: 62.4275em) {
  .card--mini > div {
    padding-right: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.card--mini .item--type {
  position: absolute;
  top: 0.9027777778vw;
  right: 0.9027777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  border-radius: 999px;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  flex: none;
}
@media (min-width: 89.9375em) {
  .card--mini .item--type {
    top: 13px;
    right: 13px;
    width: 38px;
    height: 38px;
  }
}
.card--mini .item--type svg {
  width: 1.25vw;
  height: auto;
}
@media (min-width: 89.9375em) {
  .card--mini .item--type svg {
    width: 18px;
  }
}
.card--mini .item--type svg * {
  stroke: var(--light);
}

.main--header.stuck .navigation {
  position: fixed;
  top: 3.4722222222vw;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  translate: -50% -200%;
  background-color: var(--white20);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding: 0.5555555556vw 0.8333333333vw;
}
@media (min-width: 89.9375em) {
  .main--header.stuck .navigation {
    top: 50px;
    padding: 8px 12px;
  }
}
.main--header.stuck .navigation .languages--navigation {
  display: none;
}
.main--header.stuck .navigation > ul {
  background-color: transparent;
  padding: 0 0 0 1.0416666667vw;
}
.main--header.show .navigation {
  translate: -50% 0;
}

.main--header-wrapper {
  padding: 2.6388888889vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 89.9375em) {
  .main--header-wrapper {
    padding: 38px;
  }
}
@media (max-width: 62.4275em) {
  .main--header-wrapper {
    padding: 20px 20px 0;
  }
}

.custom-logo {
  width: 4.0277777778vw;
  height: auto;
}
@media (min-width: 89.9375em) {
  .custom-logo {
    width: 58px;
  }
}
@media (max-width: 62.4275em) {
  .custom-logo {
    position: relative;
    z-index: 4;
    width: 45px;
  }
}

.navigation {
  display: flex;
  align-items: center;
  gap: 1.6666666667vw;
  z-index: 3;
}
@media (min-width: 62.4375em) {
  .navigation {
    border-radius: 999px;
  }
}
@media (min-width: 89.9375em) {
  .navigation {
    gap: 24px;
  }
}
@media (max-width: 62.4275em) {
  .navigation {
    padding: 200px 20px 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--light);
  }
  .navigation .button--action span {
    font-size: 20px;
    line-height: 22px;
  }
}
.navigation > ul {
  display: flex;
  align-items: center;
  gap: 2.2222222222vw;
  padding: 0 1.875vw;
  background-color: var(--white20);
  border-radius: 999px;
}
@media (min-width: 89.9375em) {
  .navigation > ul {
    gap: 32px;
    padding: 0 27px;
  }
}
@media (max-width: 62.4275em) {
  .navigation > ul {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
.navigation > ul > li {
  padding: 0.9027777778vw 0;
  position: relative;
}
@media (min-width: 89.9375em) {
  .navigation > ul > li {
    padding: 13px 0;
  }
}
@media (max-width: 62.4275em) {
  .navigation > ul > li {
    padding: 13px 0;
    width: 100%;
  }
}
.navigation > ul > li > .menu-item--inner > a, .navigation > ul > li > .menu-item--inner > span {
  cursor: pointer;
}
@media (max-width: 62.4275em) {
  .navigation > ul > li > .menu-item--inner > a, .navigation > ul > li > .menu-item--inner > span {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.navigation > ul > li > .menu-item--inner > a {
  display: flex;
  align-items: center;
  gap: 0.3472222222vw;
}
@media (min-width: 89.9375em) {
  .navigation > ul > li > .menu-item--inner > a {
    gap: 5px;
  }
}
.navigation > ul > li:has(.navigation--children):before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0.1388888889vw;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.4166666667vw 0.4166666667vw 0.4166666667vw;
  border-color: transparent transparent var(--white) transparent;
  opacity: 0;
  translate: 0 -10px;
  pointer-events: none;
  transition: all 0.5s;
}
@media (min-width: 89.9375em) {
  .navigation > ul > li:has(.navigation--children):before {
    right: 2px;
    border-width: 0 6px 6px 6px;
  }
}
@media (min-width: 62.4375em) {
  .navigation > ul > li:hover:before {
    opacity: 1;
    translate: 0;
  }
  .navigation > ul > li:hover .navigation--children {
    opacity: 1;
    translate: -50% 0;
    pointer-events: initial;
  }
}

.menu-item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3472222222vw;
}
@media (min-width: 89.9375em) {
  .menu-item--inner {
    gap: 5px;
  }
}
.menu-item--inner > a {
  flex: 1;
}
.menu-item--inner .active svg {
  rotate: 180deg;
}

.menu-item--arrow {
  display: flex;
  align-items: center;
}
@media (max-width: 62.4275em) {
  .menu-item--arrow {
    flex: 0;
  }
}
@media (max-width: 62.4275em) {
  .menu-item--arrow svg {
    width: 20px;
    height: auto;
  }
}

.navigation--children {
  display: block;
  padding-top: 0.4166666667vw;
  transition: all 0.5s;
}
@media (min-width: 62.4375em) {
  .navigation--children {
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% -10px;
    pointer-events: none;
    opacity: 0;
    min-width: 22.2222222222vw;
  }
}
@media (min-width: 89.9375em) {
  .navigation--children {
    padding-top: 6px;
  }
}
@media (max-width: 62.4275em) {
  .navigation--children.active {
    display: block;
  }
}
.navigation--children .children--inner {
  position: relative;
  color: var(--fontColor);
  background-color: var(--white);
}
@media (min-width: 62.4375em) {
  .navigation--children .children--inner {
    padding: 1.3888888889vw;
  }
}
@media (min-width: 89.9375em) {
  .navigation--children .children--inner {
    padding: 20px;
  }
}
@media (max-width: 62.4275em) {
  .navigation--children .children--inner {
    margin-top: 10px;
    border-radius: 0;
  }
}
.navigation--children .children--inner ul > li {
  overflow: hidden;
}
.navigation--children .children--inner ul > li:not(.media-image) {
  border-radius: 1.0416666667vw;
}
@media (min-width: 89.9375em) {
  .navigation--children .children--inner ul > li:not(.media-image) {
    border-radius: 15px;
  }
}
@media (max-width: 62.4275em) {
  .navigation--children .children--inner ul > li:not(.media-image) {
    border-radius: 15px;
  }
}
.navigation--children .children--inner ul > li.media-image img {
  border-radius: 1.0416666667vw;
}
@media (min-width: 89.9375em) {
  .navigation--children .children--inner ul > li.media-image img {
    border-radius: 15px;
  }
}
@media (max-width: 62.4275em) {
  .navigation--children .children--inner ul > li.media-image img {
    border-radius: 15px;
  }
}
.navigation--children .children--inner ul > li .menu-item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9722222222vw;
}
@media (min-width: 62.4375em) {
  .navigation--children .children--inner ul > li .menu-item--inner {
    font-weight: var(--bold);
    padding: 0.8333333333vw 1.5277777778vw;
  }
}
@media (min-width: 89.9375em) {
  .navigation--children .children--inner ul > li .menu-item--inner {
    padding: 12px 22px;
    gap: 14px;
  }
}
.navigation--children .children--inner ul > li .menu-item--inner svg {
  opacity: 0;
  translate: -10px 0;
  transition: all 0.4s;
}
.navigation--children .children--inner ul > li:hover {
  background-color: var(--primary50);
}
.navigation--children .children--inner ul > li:hover svg {
  opacity: 1;
  translate: 0;
}

.languages--navigation {
  position: relative;
  cursor: pointer;
}
@media (max-width: 62.4275em) {
  .languages--navigation {
    position: absolute;
    bottom: 40px;
    font-size: 20px;
  }
}
.languages--navigation:hover ul {
  display: flex;
}
.languages--navigation > span {
  font-weight: var(--bold);
}
@media (min-width: 62.4375em) {
  .languages--navigation > span:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3472222222vw;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"> <path d="M4.25003 6.18555C4.25003 6.18555 7.19597 10.1855 8.25003 10.1855C9.3041 10.1856 12.25 6.18555 12.25 6.18555" stroke="%23252526" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    rotate: 0deg;
    transform-origin: center center;
    transition: rotate 0.3s;
    pointer-events: none;
  }
}
@media (min-width: 62.4375em) and (min-width: 89.9375em) {
  .languages--navigation > span:after {
    margin-left: 5px;
  }
}
.languages--navigation ul {
  display: none;
  width: calc(100% + 1.3888888889vw);
  padding: 0.3472222222vw 0.6944444444vw;
  margin-left: -0.6944444444vw;
  background-color: var(--light);
  position: absolute;
  top: 100%;
  border-radius: 0.5555555556vw;
}
@media (min-width: 89.9375em) {
  .languages--navigation ul {
    border-radius: 8px;
    margin-left: -10px;
    padding: 5px 10px;
  }
}
@media (max-width: 62.4275em) {
  .languages--navigation ul {
    display: flex;
  }
}
.languages--navigation li {
  color: var(--fontColor);
}
@media (min-width: 62.4375em) {
  .languages--navigation li.current-lang {
    display: none;
  }
}
@media (max-width: 62.4275em) {
  .languages--navigation li:not(:last-child) {
    display: flex;
    align-items: center;
  }
  .languages--navigation li:not(:last-child):after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    background-color: var(--dark);
    margin-left: 12px;
    margin-right: 12px;
  }
}

.header--light:not(:has(.navigation.toggled)) .custom-logo {
  filter: invert(1);
}
.header--light:not(:has(.navigation.toggled)) .button--burger span, .header--light:not(:has(.navigation.toggled)) .button--burger:after, .header--light:not(:has(.navigation.toggled)) .button--burger:before {
  background-color: var(--light);
}
@media (min-width: 62.4375em) {
  .header--light .navigation {
    color: var(--light);
  }
}
@media (min-width: 62.4375em) {
  .header--light .navigation > ul > li .menu-item--arrow > svg *, .header--light .languages--navigation > ul > li .menu-item--arrow > svg * {
    stroke: var(--light);
  }
  .header--light .navigation > ul > li:after, .header--light .languages--navigation > ul > li:after {
    filter: invert(1);
  }
  .header--light .navigation span:after, .header--light .languages--navigation span:after {
    filter: invert(1);
  }
}

.main--footer {
  padding: 9.7222222222vw 1.9444444444vw 3.125vw;
}
@media (min-width: 89.9375em) {
  .main--footer {
    padding: 140px 28px 45px;
  }
}
@media (max-width: 62.4275em) {
  .main--footer {
    padding: 0;
  }
}
.main--footer .custom-logo-link {
  grid-column: 1/5;
}
@media (max-width: 62.4275em) {
  .main--footer .custom-logo-link {
    grid-column: span 12;
  }
}
.main--footer .custom-logo {
  width: 9.2361111111vw;
}
@media (min-width: 89.9375em) {
  .main--footer .custom-logo {
    width: 133px;
  }
}
@media (max-width: 62.4275em) {
  .main--footer .custom-logo {
    width: 45px;
  }
}

.footer--wrapper {
  padding-top: 6.9444444444vw;
  padding-bottom: 2.7777777778vw;
  background: var(--primaryGradient);
}
@media (min-width: 89.9375em) {
  .footer--wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 62.4275em) {
  .footer--wrapper {
    border-radius: 0 !important;
    padding: 40px 0;
  }
  .footer--wrapper address {
    margin-top: 16px;
    margin-bottom: 50px;
    grid-column: span 12;
  }
}

.footer--navigation {
  grid-column: 6/13;
}
@media (min-width: 89.9375em) {
  .footer--navigation {
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .footer--navigation {
    grid-column: span 12;
    grid-template-columns: 1fr;
  }
}
.footer--navigation > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3888888889vw;
}
@media (max-width: 62.4275em) {
  .footer--navigation > ul {
    flex-direction: column;
  }
}
.footer--navigation > ul > li {
  flex: 1 1 0;
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .footer--navigation > ul > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 62.4275em) {
  .footer--navigation > ul > li {
    margin-bottom: 10px;
  }
}
.footer--navigation > ul ul {
  margin-top: 0.6944444444vw;
  margin-bottom: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .footer--navigation > ul ul {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

.footer--subscribe {
  grid-column: 10/13;
}

.footer--legal {
  margin-top: 5.8333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 89.9375em) {
  .footer--legal {
    margin-top: 84px;
  }
}
.footer--legal nav ul {
  display: flex;
  gap: 1.6666666667vw;
}
@media (min-width: 89.9375em) {
  .footer--legal nav ul {
    gap: 24px;
  }
}
@media (max-width: 62.4275em) {
  .footer--legal nav ul {
    flex-direction: column-reverse;
  }
  .footer--legal nav ul li:first-child {
    margin-top: 40px;
  }
}

.post-type-archive-events .section--masthead, .post-type-archive-resource .section--masthead {
  padding-bottom: 1.25vw;
}
@media (min-width: 89.9375em) {
  .post-type-archive-events .section--masthead, .post-type-archive-resource .section--masthead {
    padding-bottom: 18px;
  }
}
@media (max-width: 62.4275em) {
  .post-type-archive-events .section--masthead, .post-type-archive-resource .section--masthead {
    padding-bottom: 18px;
  }
}

.main-breadcrumbs {
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 89.9375em) {
  .main-breadcrumbs {
    margin-bottom: 14px;
  }
}
@media (max-width: 62.4275em) {
  .main-breadcrumbs {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.main-breadcrumbs > span > span:first-child {
  margin-right: 0.5555555556vw;
}
@media (min-width: 89.9375em) {
  .main-breadcrumbs > span > span:first-child {
    margin-right: 8px;
  }
}
@media (max-width: 62.4275em) {
  .main-breadcrumbs > span > span:first-child {
    margin-right: 8px;
  }
}
.main-breadcrumbs > span > span:not(:first-child) {
  margin: 0 0.5555555556vw;
}
@media (min-width: 89.9375em) {
  .main-breadcrumbs > span > span:not(:first-child) {
    margin: 0 8px;
  }
}
@media (max-width: 62.4275em) {
  .main-breadcrumbs > span > span:not(:first-child) {
    margin: 0 8px;
  }
}
.breadcrumbs--wrapper, .breadcrumbs--wrapper + h1 {
  grid-column: span 12;
}

.section--masthead {
  padding-bottom: 5.5555555556vw;
}
@media (min-width: 89.9375em) {
  .section--masthead {
    padding-bottom: 80px;
  }
}
@media (max-width: 62.4275em) {
  .section--masthead {
    padding-bottom: 42px;
  }
}

.masthead--description {
  margin-top: 1.25vw;
  grid-column: 1/9;
}
@media (min-width: 89.9375em) {
  .masthead--description {
    margin-top: 18px;
  }
}
@media (max-width: 62.4275em) {
  .masthead--description {
    grid-column: span 12;
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

.newsletter--wrapper {
  padding: 4.4444444444vw 0;
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .newsletter--wrapper {
    padding: 64px 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 62.4275em) {
  .newsletter--wrapper {
    padding: 0;
    background-color: transparent;
    margin-bottom: -120px;
  }
  .newsletter--wrapper > div {
    padding: 55px 30px !important;
    background-color: var(--dark);
    overflow: hidden;
  }
  .newsletter--wrapper > div:not(.media-image) {
    border-radius: 1.7361111111vw;
  }
}
@media (max-width: 62.4275em) and (min-width: 89.9375em) {
  .newsletter--wrapper > div:not(.media-image) {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) and (max-width: 62.4275em) {
  .newsletter--wrapper > div:not(.media-image) {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) {
  .newsletter--wrapper > div.media-image img {
    border-radius: 1.7361111111vw;
  }
}
@media (max-width: 62.4275em) and (min-width: 89.9375em) {
  .newsletter--wrapper > div.media-image img {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) and (max-width: 62.4275em) {
  .newsletter--wrapper > div.media-image img {
    border-radius: 25px;
  }
}
.newsletter--wrapper .newsletter--header {
  grid-column: span 12;
}
.newsletter--wrapper h3 {
  margin-top: 2.6388888889vw;
  grid-column: span 9;
}
@media (min-width: 89.9375em) {
  .newsletter--wrapper h3 {
    margin-top: 38px;
  }
}
@media (max-width: 62.4275em) {
  .newsletter--wrapper h3 {
    margin-top: 0;
    grid-column: span 12;
  }
}
.newsletter--wrapper form {
  grid-column: span 5;
}
@media (max-width: 62.4275em) {
  .newsletter--wrapper form {
    grid-column: span 12;
  }
}
.newsletter--wrapper form .input--wrapper {
  border-color: var(--light);
}
@media (min-width: 62.4375em) {
  .newsletter--wrapper form .input--wrapper {
    width: initial;
    flex: 1;
  }
}
.newsletter--wrapper form .input--wrapper input::-moz-placeholder {
  color: var(--light);
}
.newsletter--wrapper form .input--wrapper input::placeholder {
  color: var(--light);
}
.newsletter--wrapper form fieldset {
  display: flex;
  align-items: center;
}
@media (min-width: 62.4375em) {
  .newsletter--wrapper form fieldset {
    flex-direction: row;
  }
}
@media (max-width: 62.4275em) {
  .newsletter--wrapper form fieldset {
    align-items: stretch;
  }
}
.newsletter--wrapper form fieldset:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}
@media (min-width: 89.9375em) {
  .newsletter--wrapper form fieldset:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 62.4275em) {
  .newsletter--wrapper form fieldset:not(:last-child) {
    margin-bottom: 12px;
  }
}
.pagination-block {
  margin-top: 5.5555555556vw;
  grid-column: span 12;
}
@media (min-width: 89.9375em) {
  .pagination-block {
    margin-top: 80px;
  }
}
@media (max-width: 62.4275em) {
  .pagination-block {
    margin-top: 40px;
  }
}
.pagination-block button, .pagination-block a {
  display: block;
  line-height: 1;
}
.pagination-block .first, .pagination-block .last {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .pagination {
    gap: 10px;
  }
}
@media (max-width: 62.4275em) {
  .pagination {
    gap: 10px;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 0.4166666667vw;
  color: var(--gray1);
}
@media (min-width: 89.9375em) {
  .pagination li {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}
@media (max-width: 62.4275em) {
  .pagination li {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}
.pagination li.current {
  background-color: var(--primary);
  font-weight: var(--bold);
  color: var(--fontColor);
}
.pagination li:not(.current):hover {
  background-color: var(--primary50);
}

.section .section--title, .section .section--description {
  grid-column: 2/12;
  text-align: center;
}
@media (max-width: 62.4275em) {
  .section .section--title, .section .section--description {
    grid-column: span 12;
  }
}
.section .section--description {
  margin-top: 1.6666666667vw;
  margin-bottom: 6.9444444444vw;
}
@media (min-width: 89.9375em) {
  .section .section--description {
    margin-top: 24px;
    margin-bottom: 100px;
  }
}
@media (max-width: 62.4275em) {
  .section .section--description {
    margin-top: 24px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 22px;
  }
  .section .section--description br {
    display: none;
  }
}

.section-home--content {
  grid-column: span 12;
}

.section-home-masthead {
  padding-bottom: 13.8888888889vw;
  overflow: hidden;
}
@media (min-width: 89.9375em) {
  .section-home-masthead {
    padding-bottom: 200px;
  }
}
@media (max-width: 62.4275em) {
  .section-home-masthead {
    padding-bottom: 170px;
  }
}
.section-home-masthead h1, .section-home-masthead .buttons--wrapper {
  grid-column: span 10;
}
@media (max-width: 62.4275em) {
  .section-home-masthead h1, .section-home-masthead .buttons--wrapper {
    grid-column: span 12;
  }
}
.section-home-masthead h1 {
  margin-bottom: 2.4305555556vw;
}
@media (min-width: 89.9375em) {
  .section-home-masthead h1 {
    margin-bottom: 35px;
  }
}
@media (max-width: 62.4275em) {
  .section-home-masthead h1 {
    margin-bottom: 20px;
  }
}

.home-masthead--slider {
  margin-top: 4.1666666667vw;
  position: relative;
  grid-column: 9/container-end;
}
@media (min-width: 89.9375em) {
  .home-masthead--slider {
    margin-top: 60px;
  }
}
@media (max-width: 62.4275em) {
  .home-masthead--slider {
    display: flex;
    flex-direction: column;
    grid-column: container-start/container-end;
  }
}
.home-masthead--slider .swiper-slide {
  max-width: 100%;
  opacity: 1;
  transition: all 0.4s;
}
@media (min-width: 89.9375em) {
  .home-masthead--slider .swiper-slide {
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .home-masthead--slider .swiper-slide {
    gap: 20px;
    font-size: 13px;
    max-width: 95%;
  }
}
.home-masthead--slider .swiper-slide:not(:last-child) {
  margin-right: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .home-masthead--slider .swiper-slide:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 62.4275em) {
  .home-masthead--slider .swiper-slide:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 62.4375em) {
  .home-masthead--slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
    opacity: 0;
    pointer-events: none;
  }
}

.section-home-services {
  padding-top: 7.9861111111vw;
  padding-bottom: 8.3333333333vw;
}
@media (min-width: 89.9375em) {
  .section-home-services {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
@media (max-width: 62.4275em) {
  .section-home-services {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.section-home-services .section-home--content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .section-home-services .section-home--content {
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .section-home-services .section-home--content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.section-home-services article {
  position: relative;
}
.section-home-services article .home-services--description {
  padding: 4.1666666667vw 3.4722222222vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 89.9375em) {
  .section-home-services article .home-services--description {
    padding: 60px 50px;
  }
}
@media (max-width: 62.4275em) {
  .section-home-services article .home-services--description {
    position: relative;
    padding: 32px;
    gap: 30px;
  }
}
.section-home-services article .home-services--description > div {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .section-home-services article .home-services--description > div {
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .section-home-services article .home-services--description > div {
    gap: 20px;
  }
}
.section-home-services article .home-services--description .h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 62.4275em) {
  .section-home-services article .media-image {
    position: absolute;
  }
}
.section-home-services article .button--action {
  opacity: 0;
}
.section-home-services article .button--action.toggled {
  opacity: 1;
}
.section-home-services article:hover .button--action {
  opacity: 1;
}

.section-home-approach {
  padding-top: 14.9305555556vw;
  padding-bottom: 10.4166666667vw;
}
@media (min-width: 89.9375em) {
  .section-home-approach {
    padding-top: 215px;
    padding-bottom: 150px;
  }
}
.section-home-approach .approach--wrapper {
  overflow: hidden;
}
.section-home-approach .container--full {
  padding-top: 6.5972222222vw;
}
@media (min-width: 89.9375em) {
  .section-home-approach .container--full {
    padding-top: 95px;
  }
}
.section-home-approach > .media-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(59.5px);
  z-index: -1;
}
.section-home-approach > .media-image img {
  z-index: 0;
}
.section-home-approach > .media-image:after, .section-home-approach > .media-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.section-home-approach > .media-image:before {
  top: 0;
  height: 20.8333333333vw;
  background: linear-gradient(180deg, #252526 0%, rgba(37, 37, 38, 0) 100%);
}
@media (min-width: 89.9375em) {
  .section-home-approach > .media-image:before {
    height: 300px;
  }
}
.section-home-approach > .media-image:after {
  bottom: 0;
  height: 11.8055555556vw;
  background: linear-gradient(180deg, #252526 0%, rgba(37, 37, 38, 0) 100%);
}
@media (min-width: 89.9375em) {
  .section-home-approach > .media-image:after {
    height: 170px;
  }
}

.home-approach--slider {
  position: relative;
  grid-column: 4/12;
}
@media (max-width: 62.4275em) {
  .home-approach--slider {
    grid-column: container-start/container-end;
  }
  .home-approach--slider .swiper-wrapper {
    flex-direction: column;
    height: auto;
    gap: 32px;
  }
}
.home-approach--slider .swiper-slide {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  padding-right: 1.7361111111vw;
  display: flex;
  align-items: center;
  top: 0;
  transition: top 0.5s, background-color 0.5s;
}
@media (min-width: 89.9375em) {
  .home-approach--slider .swiper-slide {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 25px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--slider .swiper-slide {
    padding: 36px 33px;
    grid-column: span 12;
    flex-direction: column;
    align-items: flex-start;
  }
}
.home-approach--slider .swiper-slide.swiper-slide-active {
  top: -6.5972222222vw;
  background-color: var(--primary);
}
@media (min-width: 89.9375em) {
  .home-approach--slider .swiper-slide.swiper-slide-active {
    top: -95px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--slider .swiper-slide.swiper-slide-active {
    top: 0;
  }
}
.home-approach--slider .swiper-slide.swiper-slide-active .home-approach--number {
  opacity: 0.5;
}
.home-approach--slider .swiper-slide.swiper-slide-active .home-approach--content {
  color: var(--fontColor);
}
.home-approach--slider .swiper-slide.swiper-slide-prev {
  right: 3.125vw;
}
@media (min-width: 89.9375em) {
  .home-approach--slider .swiper-slide.swiper-slide-prev {
    right: 45px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--slider .swiper-slide.swiper-slide-prev {
    right: 0;
  }
}
.home-approach--slider .swiper-slide.swiper-slide-next {
  left: 3.125vw;
}
@media (min-width: 89.9375em) {
  .home-approach--slider .swiper-slide.swiper-slide-next {
    left: 45px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--slider .swiper-slide.swiper-slide-next {
    left: 0;
  }
}

.approach-pagination {
  position: absolute;
  bottom: 2.7777777778vw;
  left: 50%;
  translate: -50% 0;
  width: 14.5833333333vw;
}
@media (min-width: 89.9375em) {
  .approach-pagination {
    bottom: 40px;
    width: 210px;
  }
}

.home-approach--number {
  position: relative;
  left: -3.3333333333vw;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 80.0625em) {
  .home-approach--number {
    font-size: 200px;
  }
}
@media (max-width: 80.0525em) {
  .home-approach--number {
    font-size: 198px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--number {
    font-size: 100px;
  }
}
@media (min-width: 89.9375em) {
  .home-approach--number {
    line-height: 260px;
  }
}
@media (max-width: 89.9275em) {
  .home-approach--number {
    line-height: 258px;
  }
}
@media (max-width: 80.0525em) {
  .home-approach--number {
    line-height: 256px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--number {
    line-height: 130px;
  }
}
@media (min-width: 89.9375em) {
  .home-approach--number {
    left: -48px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--number {
    left: 0;
  }
}

.home-approach--content h3 {
  padding-right: 6.9444444444vw;
  margin-bottom: 0.8333333333vw;
}
@media (min-width: 89.9375em) {
  .home-approach--content h3 {
    padding-right: 100px;
    margin-bottom: 12px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--content h3 {
    padding-right: 50px;
    margin-bottom: 16px;
  }
}
.home-approach--content > div {
  padding-left: 10.0694444444vw;
}
@media (min-width: 89.9375em) {
  .home-approach--content > div {
    padding-left: 145px;
  }
}
@media (max-width: 62.4275em) {
  .home-approach--content > div {
    padding-left: 0;
  }
}

.section-home-members {
  padding-top: 12.5vw;
  padding-bottom: 14.9305555556vw;
  overflow: hidden;
}
@media (min-width: 89.9375em) {
  .section-home-members {
    padding-top: 180px;
    padding-bottom: 215px;
  }
}

.home-members--slider {
  grid-column: container-start/end;
  display: flex;
  align-items: flex-end;
  gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .home-members--slider {
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .home-members--slider {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.home-members--slider .slider--navigation {
  position: relative;
  right: initial;
  bottom: initial;
}
.home-members--slider [data-swiper] {
  max-width: 100vw;
}
.home-members--slider .swiper-slide {
  width: 25.6944444444vw;
  height: 29.1666666667vw;
  background-color: var(--dark);
  margin-right: 1.3888888889vw;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 89.9375em) {
  .home-members--slider .swiper-slide {
    width: 370px;
    height: 420px;
    margin-right: 20px;
  }
}
@media (max-width: 62.4275em) {
  .home-members--slider .swiper-slide {
    width: 285px;
    height: 345px;
    margin-right: 12px;
  }
}
.home-members--slider .swiper-slide .home-members--content {
  padding: 1.875vw;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}
.home-members--slider .swiper-slide .home-members--content:not(.media-image) {
  border-radius: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .home-members--slider .swiper-slide .home-members--content:not(.media-image) {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) {
  .home-members--slider .swiper-slide .home-members--content:not(.media-image) {
    border-radius: 25px;
  }
}
.home-members--slider .swiper-slide .home-members--content.media-image img {
  border-radius: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .home-members--slider .swiper-slide .home-members--content.media-image img {
    border-radius: 25px;
  }
}
@media (max-width: 62.4275em) {
  .home-members--slider .swiper-slide .home-members--content.media-image img {
    border-radius: 25px;
  }
}
@media (min-width: 89.9375em) {
  .home-members--slider .swiper-slide .home-members--content {
    padding: 27px;
  }
}
@media (max-width: 62.4275em) {
  .home-members--slider .swiper-slide .home-members--content {
    padding: 25px;
  }
}
.home-members--slider .swiper-slide .media-image, .home-members--slider .swiper-slide .home-members--content {
  opacity: 1;
  transition: opacity 0.5s;
}
.home-members--slider .swiper-slide:not(.swiper-slide-active) .media-image, .home-members--slider .swiper-slide:not(.swiper-slide-active) .home-members--content {
  opacity: 0.6;
}
.home-members--slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}

.section-home-partners {
  padding-top: 7.2916666667vw;
  padding-bottom: 11.1111111111vw;
}
@media (min-width: 89.9375em) {
  .section-home-partners {
    padding-top: 105px;
    padding-bottom: 160px;
  }
}
@media (max-width: 62.4275em) {
  .section-home-partners {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

.home-partners--wrapper {
  grid-column: span 12;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-partners--type {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 62.4275em) {
  .home-partners--type {
    grid-column: span 2;
    margin-bottom: 60px;
  }
}
.home-partners--type:first-child {
  grid-column: span 2;
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 89.9375em) {
  .home-partners--type:first-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 62.4275em) {
  .home-partners--type:first-child {
    margin-bottom: 60px;
  }
}
.home-partners--type ul {
  margin-top: 1.9444444444vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.5555555556vw;
}
@media (min-width: 89.9375em) {
  .home-partners--type ul {
    margin-top: 28px;
    gap: 80px;
  }
}
@media (max-width: 62.4275em) {
  .home-partners--type ul {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 28px;
    gap: 40px;
  }
}
.home-partners--type .media-image img, .home-partners--type .media-image picture {
  display: block;
  max-height: 4.1666666667vw;
  max-width: 10.4166666667vw;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: luminosity;
}
@media (min-width: 89.9375em) {
  .home-partners--type .media-image img, .home-partners--type .media-image picture {
    max-height: 60px;
    max-width: 150px;
  }
}
@media (max-width: 62.4275em) {
  .home-partners--type .media-image img, .home-partners--type .media-image picture {
    max-height: 50px;
    max-width: 100px;
  }
}

.page:has(.page--background) {
  background-color: var(--dark);
}
.page:has(.page--background) main {
  position: static;
  color: var(--light);
}

.page--background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 62.4275em) {
  .page--background {
    height: 100vh;
  }
}
.page--background img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 62.4275em) {
  .page--background img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--background:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(0deg, #252526 0%, rgba(37, 37, 38, 0.52) 50.11%, rgba(37, 37, 38, 0) 82.48%);
  z-index: 1;
}
@media (max-width: 62.4275em) {
  .page--background:after {
    background: linear-gradient(0deg, #252526 0%, rgba(37, 37, 38, 0.52) 60.11%, rgba(37, 37, 38, 0) 82.48%);
  }
}

body {
  --wp--preset--font-size--medium: 18px;
}

.single .section--masthead {
  padding-bottom: 4.1666666667vw;
}
@media (min-width: 89.9375em) {
  .single .section--masthead {
    padding-bottom: 60px;
  }
}
@media (max-width: 62.4275em) {
  .single .section--masthead {
    padding-bottom: 20px;
  }
}

.section--single .media-image, .section--single .single--partner {
  grid-column: span 12;
}
.section--single .single--partner {
  margin-top: 1.5277777778vw;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .section--single .single--partner {
    margin-top: 22px;
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .section--single .single--partner {
    margin-top: 20px;
    font-size: 1rem;
    gap: 8px;
  }
}
.section--single .single--partner img {
  mix-blend-mode: difference;
}

.article-body {
  grid-column: 3/11;
  overflow: hidden;
  margin-top: 6.9444444444vw;
  font-size: inherit;
}
@media (min-width: 89.9375em) {
  .article-body {
    margin-top: 100px;
  }
}
@media (max-width: 62.4275em) {
  .article-body {
    grid-column: span 12;
    margin-top: 35px;
  }
}
.article-body > p:not(:first-child) {
  margin-top: 1.6666666667vw;
}
@media (min-width: 89.9375em) {
  .article-body > p:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > p:not(:first-child) {
    margin-top: 16px;
  }
}
.article-body > h2:not(:first-child) {
  margin-top: 2.7777777778vw;
}
@media (min-width: 89.9375em) {
  .article-body > h2:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > h2:not(:first-child) {
    margin-top: 34px;
  }
}
.article-body > h2:not(:last-child) {
  margin-bottom: 2.2222222222vw;
}
@media (min-width: 89.9375em) {
  .article-body > h2:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > h2:not(:last-child) {
    margin-bottom: 28px;
  }
}
.article-body > h3:not(:first-child) {
  margin-top: 2.7777777778vw;
}
@media (min-width: 89.9375em) {
  .article-body > h3:not(:first-child) {
    margin-top: 40px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > h3:not(:first-child) {
    margin-top: 40px;
  }
}
.article-body > h3:not(:last-child) {
  margin-bottom: 2.2222222222vw;
}
@media (min-width: 89.9375em) {
  .article-body > h3:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > h3:not(:last-child) {
    margin-bottom: 32px;
  }
}
.article-body ol, .article-body ul {
  padding-left: 4.1666666667vw;
}
@media (min-width: 89.9375em) {
  .article-body ol, .article-body ul {
    padding-left: 60px;
  }
}
@media (max-width: 62.4275em) {
  .article-body ol, .article-body ul {
    padding-left: 40px;
  }
}
.article-body ol:not(:first-child), .article-body ul:not(:first-child) {
  margin-top: 2.3611111111vw;
}
@media (min-width: 89.9375em) {
  .article-body ol:not(:first-child), .article-body ul:not(:first-child) {
    margin-top: 34px;
  }
}
@media (max-width: 62.4275em) {
  .article-body ol:not(:first-child), .article-body ul:not(:first-child) {
    margin-top: 30px;
  }
}
.article-body ol:not(:last-child), .article-body ul:not(:last-child) {
  margin-bottom: 2.3611111111vw;
}
@media (min-width: 89.9375em) {
  .article-body ol:not(:last-child), .article-body ul:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media (max-width: 62.4275em) {
  .article-body ol:not(:last-child), .article-body ul:not(:last-child) {
    margin-bottom: 30px;
  }
}
.article-body ol li:not(:last-child), .article-body ul li:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}
@media (min-width: 89.9375em) {
  .article-body ol li:not(:last-child), .article-body ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 62.4275em) {
  .article-body ol li:not(:last-child), .article-body ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.article-body ol li::marker, .article-body ul li::marker {
  color: var(--primaryViv);
}
.article-body ol ul:not(:has(ul)) li:before, .article-body ul ul:not(:has(ul)) li:before {
  content: none;
}
.article-body ol {
  list-style: auto;
}
.article-body ul:has(ul) {
  list-style: initial;
}
.article-body ul:has(ul) > li {
  font-weight: var(--semibold);
}
.article-body ul:has(ul) ul {
  padding-left: 2.7777777778vw;
  margin-top: 1.6666666667vw;
  list-style: circle;
}
@media (min-width: 89.9375em) {
  .article-body ul:has(ul) ul {
    padding-left: 40px;
    margin-top: 24px;
  }
}
@media (max-width: 62.4275em) {
  .article-body ul:has(ul) ul {
    padding-left: 20px;
    margin-top: 12px;
  }
}
.article-body ul:has(ul) ul li {
  font-weight: normal;
}
.article-body ul:not(:has(ul)) {
  list-style: none;
}
.article-body ul:not(:has(ul)) li {
  position: relative;
}
.article-body ul:not(:has(ul)) li:before {
  content: "";
  position: absolute;
  right: calc(100% + 0.8333333333vw);
  top: 0.8333333333vw;
  display: block;
  width: 1.6666666667vw;
  height: 0.1388888889vw;
  background-color: var(--primaryViv);
}
@media (min-width: 89.9375em) {
  .article-body ul:not(:has(ul)) li:before {
    right: calc(100% + 12px);
    top: 12px;
    width: 24px;
    height: 2px;
  }
}
@media (max-width: 62.4275em) {
  .article-body ul:not(:has(ul)) li:before {
    right: calc(100% + 12px);
    top: 12px;
    width: 24px;
    height: 2px;
  }
}
.article-body > .block-custom-contact:not(:first-child), .article-body > .wp-block-image:not(:first-child), .article-body > .wp-block-gallery:not(:first-child), .article-body > .wp-block-pullquote:not(:first-child), .article-body > .wp-block-quote:not(:first-child), .article-body > .block-custom-figures:not(:first-child) {
  margin-top: 4.4444444444vw;
}
@media (min-width: 89.9375em) {
  .article-body > .block-custom-contact:not(:first-child), .article-body > .wp-block-image:not(:first-child), .article-body > .wp-block-gallery:not(:first-child), .article-body > .wp-block-pullquote:not(:first-child), .article-body > .wp-block-quote:not(:first-child), .article-body > .block-custom-figures:not(:first-child) {
    margin-top: 64px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .block-custom-contact:not(:first-child), .article-body > .wp-block-image:not(:first-child), .article-body > .wp-block-gallery:not(:first-child), .article-body > .wp-block-pullquote:not(:first-child), .article-body > .wp-block-quote:not(:first-child), .article-body > .block-custom-figures:not(:first-child) {
    margin-top: 30px;
  }
}
.article-body > .block-custom-contact:not(:last-child), .article-body > .wp-block-image:not(:last-child), .article-body > .wp-block-gallery:not(:last-child), .article-body > .wp-block-pullquote:not(:last-child), .article-body > .wp-block-quote:not(:last-child), .article-body > .block-custom-figures:not(:last-child) {
  margin-bottom: 4.4444444444vw;
}
@media (min-width: 89.9375em) {
  .article-body > .block-custom-contact:not(:last-child), .article-body > .wp-block-image:not(:last-child), .article-body > .wp-block-gallery:not(:last-child), .article-body > .wp-block-pullquote:not(:last-child), .article-body > .wp-block-quote:not(:last-child), .article-body > .block-custom-figures:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .block-custom-contact:not(:last-child), .article-body > .wp-block-image:not(:last-child), .article-body > .wp-block-gallery:not(:last-child), .article-body > .wp-block-pullquote:not(:last-child), .article-body > .wp-block-quote:not(:last-child), .article-body > .block-custom-figures:not(:last-child) {
    margin-bottom: 30px;
  }
}
.article-body > .block-custom-publication:not(:last-child), .article-body > .block-custom-news:not(:last-child) {
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 89.9375em) {
  .article-body > .block-custom-publication:not(:last-child), .article-body > .block-custom-news:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .block-custom-publication:not(:last-child), .article-body > .block-custom-news:not(:last-child) {
    margin-bottom: 30px;
  }
}
.article-body > .wp-block-image .wp-element-caption, .article-body > .wp-block-gallery .wp-block-image .wp-element-caption {
  position: relative;
  margin-top: 0.8333333333vw;
  padding: 0;
  color: inherit;
  font-size: inherit;
  text-align: left;
  background: transparent;
}
@media (min-width: 89.9375em) {
  .article-body > .wp-block-image .wp-element-caption, .article-body > .wp-block-gallery .wp-block-image .wp-element-caption {
    margin-top: 12px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .wp-block-image .wp-element-caption, .article-body > .wp-block-gallery .wp-block-image .wp-element-caption {
    margin-top: 12px;
  }
}
.article-body > .wp-block-image {
  display: flex;
  flex-direction: column;
}
.article-body > .wp-block-gallery.wp-block-gallery-1 {
  gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .article-body > .wp-block-gallery.wp-block-gallery-1 {
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .wp-block-gallery.wp-block-gallery-1 {
    gap: 20px;
  }
}
.article-body > .wp-block-embed.is-type-video:not(:first-child) {
  margin-top: 5.5555555556vw;
}
@media (min-width: 89.9375em) {
  .article-body > .wp-block-embed.is-type-video:not(:first-child) {
    margin-top: 80px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .wp-block-embed.is-type-video:not(:first-child) {
    margin-top: 30px;
  }
}
.article-body > .wp-block-embed.is-type-video:not(:last-child) {
  margin-bottom: 4.8611111111vw;
}
@media (min-width: 89.9375em) {
  .article-body > .wp-block-embed.is-type-video:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .wp-block-embed.is-type-video:not(:last-child) {
    margin-bottom: 30px;
  }
}
.article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper:after {
  display: block;
  width: 2.7777777778vw;
  height: 2.9861111111vw;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="43" viewBox="0 0 40 43" fill="none"> <path d="M38.879 19.6112C40.2675 20.3695 40.2675 22.3634 38.879 23.1217L3.66203 42.3552C2.32925 43.0831 0.703394 42.1185 0.703394 40.6L0.703396 2.13295C0.703396 0.614369 2.32925 -0.350212 3.66203 0.377672L38.879 19.6112Z" fill="%23FFD481"/> </svg>');
  background-size: contain;
}
@media (min-width: 89.9375em) {
  .article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper:after {
    width: 40px;
    height: 43px;
  }
}
@media (max-width: 62.4275em) {
  .article-body > .wp-block-embed.is-type-video .wp-block-embed__wrapper:after {
    width: 40px;
    height: 43px;
  }
}
.article-body > .wp-block-embed.is-type-video iframe {
  width: 100%;
  height: 100%;
}
.article-body > p {
  color: var(--gray1);
}
.article-body > p:not(:last-child) {
  margin-bottom: 0;
}
.article-body > p a {
  font-weight: var(--semibold);
}
.article-body > p a:hover {
  text-decoration: underline;
}
@media (min-width: 80.0625em) {
  .article-body .has-medium-font-size {
    font-size: 18px;
  }
}
@media (max-width: 80.0525em) {
  .article-body .has-medium-font-size {
    font-size: 16px;
  }
}
@media (max-width: 62.4275em) {
  .article-body .has-medium-font-size {
    font-size: 18px;
  }
}
@media (min-width: 89.9375em) {
  .article-body .has-medium-font-size {
    line-height: 28px;
  }
}
@media (max-width: 89.9275em) {
  .article-body .has-medium-font-size {
    line-height: 26px;
  }
}
@media (max-width: 80.0525em) {
  .article-body .has-medium-font-size {
    line-height: 24px;
  }
}
@media (max-width: 62.4275em) {
  .article-body .has-medium-font-size {
    line-height: 28px;
  }
}
.article-body .has-medium-font-size:first-child {
  margin-bottom: 6.9444444444vw;
}
@media (min-width: 89.9375em) {
  .article-body .has-medium-font-size:first-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 62.4275em) {
  .article-body .has-medium-font-size:first-child {
    margin-bottom: 40px;
  }
}

blockquote {
  display: flex;
  flex-direction: column;
}

.wp-block-quote, .wp-block-pullquote {
  margin-left: 2.7777777778vw;
  padding-left: 1.6666666667vw;
  padding-right: 6.25vw;
  border-left: 2px solid var(--primaryViv);
}
@media (min-width: 89.9375em) {
  .wp-block-quote, .wp-block-pullquote {
    margin-left: 40px;
    padding-left: 24px;
    padding-right: 90px;
  }
}
@media (max-width: 62.4275em) {
  .wp-block-quote, .wp-block-pullquote {
    margin-left: 20px;
    padding-left: 12px;
    padding-right: 0;
  }
}
.wp-block-quote:before, .wp-block-pullquote:before {
  content: "\201C";
  line-height: 1;
  color: var(--primaryViv);
  display: block;
  height: 3.0555555556vw;
  position: relative;
}
@media (min-width: 89.9375em) {
  .wp-block-quote:before, .wp-block-pullquote:before {
    height: 44px;
  }
}
@media (max-width: 62.4275em) {
  .wp-block-quote:before, .wp-block-pullquote:before {
    width: 55px;
    height: 35px;
  }
}
.wp-block-quote cite, .wp-block-pullquote cite {
  padding-top: 0.8333333333vw;
  text-align: left;
}
@media (min-width: 89.9375em) {
  .wp-block-quote cite, .wp-block-pullquote cite {
    padding-top: 12px;
  }
}
@media (max-width: 62.4275em) {
  .wp-block-quote cite, .wp-block-pullquote cite {
    padding-top: 12px;
    font-size: 1.4rem;
  }
}

.wp-block-pullquote {
  padding: 3.4722222222vw;
  background-color: var(--primary);
}
@media (min-width: 89.9375em) {
  .wp-block-pullquote {
    padding: 50px;
  }
}
@media (max-width: 62.4275em) {
  .wp-block-pullquote {
    padding: 50px;
  }
}
.wp-block-pullquote > blockquote > p {
  margin-top: 3.4722222222vw;
  margin-bottom: 3.4722222222vw;
  font-family: var(--font2);
  font-style: italic;
  text-align: left;
}
@media (min-width: 89.9375em) {
  .wp-block-pullquote > blockquote > p {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 62.4275em) {
  .wp-block-pullquote > blockquote > p {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.wp-block-quote > p {
  font-size: var(--wp--preset--font-size--medium);
}

.authors--listing {
  margin-top: 3.4722222222vw;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .authors--listing {
    margin-top: 50px;
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .authors--listing {
    align-items: flex-start;
    margin-top: 24px;
    gap: 10px;
  }
}

.authors--avatar {
  display: flex;
  flex: none;
}
.authors--avatar .media-image:not(:first-child) {
  margin-left: -0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .authors--avatar .media-image:not(:first-child) {
    margin-left: -10px;
  }
}
@media (max-width: 62.4275em) {
  .authors--avatar .media-image:not(:first-child) {
    margin-left: -10px;
  }
}
.authors--avatar img {
  width: 2.7777777778vw;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid var(--sand20);
}
@media (min-width: 89.9375em) {
  .authors--avatar img {
    width: 40px;
  }
}
@media (max-width: 62.4275em) {
  .authors--avatar img {
    width: 20px;
  }
}

@media (max-width: 62.4275em) {
  .authors--name {
    font-size: 1.3rem;
  }
}

.article--related {
  margin-top: 12.0833333333vw;
}
@media (min-width: 89.9375em) {
  .article--related {
    margin-top: 174px;
  }
}
@media (max-width: 62.4275em) {
  .article--related {
    margin-top: 65px;
  }
}
.article--related h2 {
  grid-column: span 12;
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 89.9375em) {
  .article--related h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 62.4275em) {
  .article--related h2 {
    margin-bottom: 20px;
  }
}
.article--related .card {
  grid-column: span 4;
}

.article--file {
  margin-top: 2.7777777778vw;
  padding: 3.4722222222vw 4.1666666667vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3888888889vw;
  background-color: var(--primary50);
  transition: all 0.3s;
}
@media (min-width: 89.9375em) {
  .article--file {
    margin-top: 40px;
    padding: 50px 60px;
    gap: 20px;
  }
}
@media (max-width: 62.4275em) {
  .article--file {
    margin-top: 30px;
    padding: 25px;
    gap: 12px;
  }
}
.resource-item {
  grid-column: span 4;
}
@media (max-width: 62.4275em) {
  .resource-item {
    margin-top: 15px;
    grid-column: span 12;
  }
}

.events-item .button--rounded {
  position: absolute;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
  rotate: 0deg;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
@media (min-width: 89.9375em) {
  .events-item .button--rounded {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 62.4375em) {
  .events-item:hover .button--rounded {
    opacity: 1;
    rotate: -45deg;
  }
}

.events-item--meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  padding: 4.1666666667vw;
  background-color: var(--primary);
  gap: 2.4305555556vw;
}
@media (min-width: 89.9375em) {
  .events-item--meta {
    padding: 60px;
    gap: 35px;
  }
}
@media (max-width: 62.4275em) {
  .events-item--meta {
    flex: none;
    padding: 10px 0;
    grid-column: span 4;
    gap: 3px;
  }
}
.events-item--meta time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4305555556vw;
}
@media (min-width: 89.9375em) {
  .events-item--meta time {
    gap: 35px;
  }
}
@media (max-width: 62.4275em) {
  .events-item--meta time {
    line-height: 1;
    gap: 6px;
    font-size: 1.1rem;
  }
}

.contact--infos {
  padding-top: 4.4444444444vw;
  grid-column: 1/5;
}
@media (min-width: 89.9375em) {
  .contact--infos {
    padding-top: 64px;
  }
}
@media (max-width: 62.4275em) {
  .contact--infos {
    grid-column: span 12;
    padding-top: 60px;
  }
}
.contact--infos ul {
  margin-top: 3.4722222222vw;
}
@media (min-width: 89.9375em) {
  .contact--infos ul {
    margin-top: 50px;
  }
}
.contact--infos li {
  display: flex;
  align-items: baseline;
  gap: 0.7638888889vw;
}
@media (min-width: 89.9375em) {
  .contact--infos li {
    gap: 11px;
  }
}
@media (max-width: 62.4275em) {
  .contact--infos li {
    align-items: flex-start;
    gap: 8px;
  }
}
.contact--infos li:not(:last-child) {
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 89.9375em) {
  .contact--infos li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.contact--infos li > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 62.4275em) {
  .contact--infos li > div {
    margin-top: 5px;
  }
}
.contact--infos li .h3 {
  margin-bottom: 0.5555555556vw;
}
@media (min-width: 89.9375em) {
  .contact--infos li .h3 {
    margin-bottom: 8px;
  }
}
.contact--infos li svg {
  position: relative;
  top: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .contact--infos li svg {
    top: 10px;
  }
}
@media (max-width: 62.4275em) {
  .contact--infos li svg {
    width: 30px;
  }
}

.form-contact {
  grid-column: 6/13;
  color: var(--fontColor);
}
@media (max-width: 62.4275em) {
  .form-contact {
    grid-column: span 12;
    grid-row: -1;
  }
}
.form-contact .inner--form {
  padding: 4.4444444444vw 4.1666666667vw;
  background-color: var(--white);
}
@media (min-width: 89.9375em) {
  .form-contact .inner--form {
    padding: 64px 60px;
  }
}
@media (max-width: 62.4275em) {
  .form-contact .inner--form {
    padding: 35px 30px;
  }
}
.form-contact.form--sent > div:not([data-form-message]) {
  display: none;
}
.form-contact.form--sent [data-form-message] {
  display: block;
}
.form-contact .input--wrapper[data-code]:has([name=telephone]) {
  display: flex;
  align-items: center;
  padding-left: 1.7361111111vw;
}
@media (min-width: 89.9375em) {
  .form-contact .input--wrapper[data-code]:has([name=telephone]) {
    padding-left: 25px;
  }
}
@media (max-width: 62.4275em) {
  .form-contact .input--wrapper[data-code]:has([name=telephone]) {
    padding-left: 25px;
  }
}
.form-contact .input--wrapper[data-code]:has([name=telephone]) input {
  padding-left: 0.6944444444vw;
}
@media (min-width: 89.9375em) {
  .form-contact .input--wrapper[data-code]:has([name=telephone]) input {
    padding-left: 10px;
  }
}
@media (max-width: 62.4275em) {
  .form-contact .input--wrapper[data-code]:has([name=telephone]) input {
    padding-left: 10px;
  }
}
.form-contact .input--wrapper[data-code]:has([name=telephone]):before {
  content: attr(data-code);
}

.form-contact--text {
  margin-top: 1.0416666667vw;
  margin-bottom: 2.9166666667vw;
  color: var(--gray1);
}
@media (min-width: 89.9375em) {
  .form-contact--text {
    margin-top: 15px;
    margin-bottom: 42px;
  }
}
@media (max-width: 62.4275em) {
  .form-contact--text {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.form-contact--cgu {
  margin-top: 2.0833333333vw;
  color: var(--gray3);
}
@media (min-width: 89.9375em) {
  .form-contact--cgu {
    margin-top: 30px;
  }
}
@media (max-width: 62.4275em) {
  .form-contact--cgu {
    margin-top: 30px;
  }
}

[data-form-message] {
  display: none;
}
[data-form-message] .button--action {
  display: flex;
  margin-top: 2.9166666667vw;
}
@media (min-width: 89.9375em) {
  [data-form-message] .button--action {
    margin-top: 42px;
  }
}

.section--404 h1 {
  grid-column: 3/10;
}

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