* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: inherit;
}
button,
fieldset {
  border: 0;
}
address {
  font-style: normal;
}
::placeholder {
  color: #F2F2F2;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #F2F2F2;
}
::-ms-input-placeholder {
  color: #F2F2F2;
}
html.navigation-active {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
}
body {
  font-family: 'Galano Grotesque', sans-serif;
  font-weight: 400;
  padding-top: 80px;
  overflow-y: overlay;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 22px;
    line-height: 35px;
    padding-top: 114px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  body {
    padding-top: 91px;
  }
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}
body.navigation-active {
  overflow: hidden;
}
body.navigation-active .mobile-nav-trigger i {
  opacity: 0;
}
body.navigation-active .mobile-nav-trigger:before {
  transform: rotate(45deg);
  top: 24px;
}
body.navigation-active .mobile-nav-trigger:after {
  bottom: 24px;
  transform: rotate(-45deg);
}
body.navigation-active .mobile-main-nav {
  opacity: 1;
  visibility: visible;
}
body.navigation-active .mobile-main-nav .nav-link span {
  transform: translateX(0);
  opacity: 1;
}
a {
  color: inherit;
}
@media screen and (min-width: 1230px) {
  a:hover {
    color: #F52929;
  }
}
.heading-2 {
  font-family: 'Mirador', sans-serif;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (min-width: 1600px) {
  .heading-2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 750px) {
  .heading-2 {
    font-size: 30px;
  }
}
.heading-3 {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
}
@media screen and (min-width: 1600px) {
  .heading-3 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 750px) {
  .heading-3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.main-nav {
  width: 100vw;
  height: 80px;
  padding: 0 41px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 5;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.05));
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1600px) {
  .main-nav {
    height: 114px;
    padding: 0 83px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-nav {
    height: 91px;
    padding: 0 25px 0 37px;
  }
}
.main-nav .nav-link {
  text-decoration: none;
  font-size: 16px;
}
@media screen and (min-width: 1600px) {
  .main-nav .nav-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-nav .nav-link {
    display: none;
  }
}
.main-nav .nav-link:hover {
  color: #F52929;
}
.main-nav .logo {
  margin-right: auto;
}
.main-nav .logo img {
  display: block;
}
@media screen and (min-width: 1600px) {
  .main-nav .logo img {
    height: 45px;
  }
}
.mobile-main-nav {
  display: none;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mobile-main-nav {
    height: calc(100vh -  91px );
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    z-index: 3;
    top: 91px;
    left: 0;
    width: 100vw;
    background-color: #FFF;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .mobile-main-nav .nav-link {
    height: 86px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: 'Mirador', sans-serif;
    text-decoration: none;
    border-top: 1px solid #000;
    padding-left: 37px;
  }
  .mobile-main-nav .nav-link span {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .mobile-main-nav .nav-link + .nav-link span {
    transition-delay: 0.2s;
  }
  .mobile-main-nav .nav-link + .nav-link + .nav-link span {
    transition-delay: 0.4s;
  }
  .mobile-main-nav .nav-link + .nav-link + .nav-link + .nav-link span {
    transition-delay: 0.6s;
  }
  .mobile-main-nav .nav-link + .nav-link + .nav-link + .nav-link + .nav-link span {
    transition-delay: 0.8s;
  }
  .mobile-main-nav .nav-link + .nav-link + .nav-link + .nav-link + .nav-link + .nav-link span {
    transition-delay: 1s;
  }
  .mobile-main-nav .nav-link + .nav-link + .nav-link + .nav-link + .nav-link + .nav-link + .nav-link span {
    transition-delay: 1.2s;
  }
  .mobile-main-nav .contact-section {
    padding: 50px 37px;
    background-color: #F52929;
  }
}
.mobile-nav-trigger {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  top: 0;
  right: 0;
  z-index: 21;
  cursor: pointer;
}
@media screen and (min-width: 1230px), screen and (min-width: 751px) and (max-width: 1229px) {
  .mobile-nav-trigger {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .mobile-nav-trigger {
    display: block;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .mobile-nav-trigger {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .mobile-nav-trigger {
    top: 0;
  }
}
.mobile-nav-trigger i {
  width: 26px;
  height: 1px;
  position: absolute;
  left: 12px;
  top: 24px;
  background-color: #000;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.mobile-nav-trigger:before,
.mobile-nav-trigger:after {
  content: '';
  width: 26px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 12px;
  transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out, transform 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, width 0.2s ease-in-out;
}
.mobile-nav-trigger:before {
  top: 17px;
}
.mobile-nav-trigger:after {
  bottom: 18px;
}
.hero-header {
  height: calc(100vh -  80px );
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url('/assets/header-img.jpg') center center;
  background-size: cover;
}
@media screen and (min-width: 1600px) {
  .hero-header {
    height: calc(100vh -  114px );
  }
}
@media screen and (max-width: 750px) {
  .hero-header {
    height: calc(100vh - 70px -  91px );
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .hero-header {
    height: calc(100vh - 35px -  80px );
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .hero-header {
    height: calc(100vh - 35px -  91px );
  }
}
.hero-header .heading-1 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .hero-header .heading-1 img {
    width: 148px;
    height: 138px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .hero-header .heading-1 img {
    width: 124px;
  }
}
.hero-header .claim {
  position: absolute;
  bottom: 25px;
  font-size: 24px;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .hero-header .claim {
    font-size: 35px;
    bottom: 50px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 1229px) {
  .hero-header .claim {
    font-size: 18px;
    line-height: 38px;
    bottom: 22px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .hero-header .claim {
    bottom: 8px;
  }
}
.hero-header .decor {
  position: absolute;
  top: 21px;
  right: 41px;
  bottom: 32px;
  left: 41px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .hero-header .decor {
    right: 32px;
    left: 32px;
    bottom: 71px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .hero-header .decor {
    bottom: 22px;
  }
}
.hero-header .decor img {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .hero-header .decor img {
    display: none;
  }
}
.hero-header .decor img.center-mobile {
  display: none;
}
@media screen and (max-width: 750px) {
  .hero-header .decor img.center-mobile {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-header .decor img:first-of-type {
  position: absolute;
  left: 0;
  display: none;
}
@media screen and (max-width: 750px) {
  .hero-header .decor img:first-of-type {
    display: block;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .hero-header .decor img:first-of-type {
    display: block;
    position: relative;
  }
}
.hero-header .decor img:last-of-type {
  position: absolute;
  right: 0;
  display: none;
}
@media screen and (max-width: 750px) {
  .hero-header .decor img:last-of-type {
    display: block;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .hero-header .decor img:last-of-type {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .hero-header .decor img:nth-child(2),
  .hero-header .decor img:nth-child(7) {
    display: none;
  }
}
.hero-header .decor img.center.left,
.hero-header .decor img.center.right {
  display: block;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 1229px) {
  .hero-header .decor img.center.left,
  .hero-header .decor img.center.right {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .hero-header .decor img.center.left,
  .hero-header .decor img.center.right {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .hero-header .decor {
    top: 46px;
    right: 83px;
    bottom: 49px;
    left: 83px;
  }
}
.hero-header .figure-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.hero-header .figure-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-section {
  min-height: 300px;
  position: relative;
  padding-left: 160px;
  padding-right: 41px;
}
@media screen and (min-width: 1600px) {
  .page-section {
    padding-left: 224px;
    padding-right: 83px;
  }
}
@media screen and (max-width: 750px) {
  .page-section {
    width: 100vw;
    padding: 0 37px;
  }
}
.page-section .heading-2 {
  position: absolute;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0% 0%;
  top: 55px;
  left: 70px;
}
@media screen and (min-width: 751px) and (max-width: 900px) {
}
@media screen and (min-width: 1600px) {
  .page-section .heading-2 {
    top: 112px;
    left: 97px;
  }
}
@media screen and (max-width: 750px) {
  .page-section .heading-2 {
    transform: none;
    position: relative;
    top: auto !important;
    left: auto;
  }
}
.page-section.solid-bg,
.page-section.pattern-bg {
  background-color: #F2F2F2;
  border-top: 0 !important;
}
.page-section.solid-bg + .page-section,
.page-section.pattern-bg + .page-section {
  border-top: 0px;
}
.page-section.pattern-bg {
  background-image: url('/assets/gray-pattern-bg.svg');
}
@media screen and (min-width: 1230px) {
  .page-section.pattern-bg {
    border: 5px solid #F2F2F2 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media screen and (min-width: 1600px), screen and (max-width: 750px) {
  .page-section.pattern-bg {
    border: 23px solid #F2F2F2 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
.page-section + .page-section {
  border-top: 1px solid #000;
}
.about-us {
  display: flex;
  flex-direction: column;
  padding-top: 240px;
  padding-bottom: 60px;
  position: relative;
  background-image: url('/assets/gray-pattern-bg.svg');
}
@media screen and (min-width: 1600px) {
  .about-us {
    padding-top: 332px;
    padding-bottom: 83px;
  }
}
@media screen and (max-width: 750px) {
  .about-us {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .about-us {
    padding-bottom: 0;
  }
}
.about-us:before {
  content: '';
  width: 63px;
  height: 50px;
  position: absolute;
  top: 80px;
  left: 160px;
  pointer-events: none;
  background: url('/assets/decor-1.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1600px) {
  .about-us:before {
    width: 87px;
    height: 69px;
    top: 110px;
    left: 224px;
  }
}
@media screen and (max-width: 750px) {
  .about-us:before {
    width: 36px;
    height: 29px;
    top: 103px;
    left: 37px;
  }
}
.about-us:after {
  content: '';
  width: 37px;
  height: 325px;
  position: absolute;
  top: 196px;
  right: 136px;
  background: url('/assets/decor-2.svg') no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .about-us:after {
    width: 18px;
    height: 165px;
    top: auto;
    right: auto;
    right: 37px;
    bottom: 37vw;
  }
}
.about-us .heading-2 {
  top: 80px;
}
@media screen and (min-width: 1600px) {
  .about-us .heading-2 {
    top: 110px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .about-us .heading-2 {
    margin-bottom: 79px;
  }
}
.about-us article {
  max-width: 450px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1600px) {
  .about-us article {
    max-width: 816px;
    margin-bottom: 177px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .about-us article {
    margin-bottom: 110px;
  }
}
.about-us .section-figure {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .about-us .section-figure {
    width: 100vw;
    left: -37px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .about-us .section-figure {
    width: calc(100vw -  82px );
    width: 100vw;
    left: -119px;
    left: -160px;
  }
}
.about-us .section-figure:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateX(-100%);
  background: url('/assets/decor-3.svg') no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.about-us .section-figure img {
  width: 100%;
  display: block;
}
.mission {
  padding-top: 60px;
  padding-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mission {
    padding-top: 44px;
    padding-bottom: 93px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .mission {
    padding-top: 188px !important;
  }
}
.mission:before {
  content: '';
  width: 65px;
  height: 65px;
  position: absolute;
  top: 58px;
  left: 160px;
  pointer-events: none;
  background: url('/assets/decor-4.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1600px) {
  .mission:before {
    width: 90px;
    height: 90px;
    top: 83px;
    left: 224px;
  }
}
@media screen and (max-width: 750px) {
  .mission:before {
    width: 36px;
    height: 36px;
    top: 97px;
    left: 37px;
  }
}
@media screen and (max-width: 750px) {
  .mission .heading-2 {
    margin-bottom: 88px;
  }
}
.mission .text-image-module {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module {
    flex-direction: column;
  }
}
.mission .text-image-module:first-of-type .description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module:first-of-type .description {
    margin-bottom: 44px;
  }
}
.mission .text-image-module:first-of-type .module-image {
  position: relative;
}
.mission .text-image-module:first-of-type .module-image:before {
  content: '';
  width: 37px;
  height: 162px;
  position: absolute;
  bottom: 0;
  left: 120px;
  pointer-events: none;
  transform: translateY(50%);
  background: url('/assets/decor-5.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module:first-of-type .module-image:before {
    width: 19px;
    height: 82px;
    left: 49px;
  }
}
.mission .text-image-module:nth-of-type(2) {
  margin-top: 81px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module:nth-of-type(2) {
    flex-direction: column;
    margin-top: 85px;
  }
}
.mission .text-image-module:nth-of-type(2) .description {
  width: 562px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  .mission .text-image-module:nth-of-type(2) .description {
    width: 781px;
    padding-left: 120px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module:nth-of-type(2) .description {
    width: auto;
    padding-left: 0;
    margin-bottom: 66px;
  }
}
.mission .text-image-module:nth-of-type(2) .description p:first-of-type {
  position: relative;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module:nth-of-type(2) .description p:first-of-type {
    position: static;
  }
}
.mission .text-image-module:nth-of-type(2) .description p:first-of-type:after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('/assets/decor-3.svg') no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module:nth-of-type(2) .description p:first-of-type:after {
    width: 20px;
    height: 20px;
    top: auto;
    right: auto;
    bottom: 39px;
    left: 37px;
  }
}
.mission .text-image-module:nth-of-type(2) .module-image {
  position: relative;
}
.mission .text-image-module:nth-of-type(2) .module-image:before {
  content: '';
  width: 37px;
  height: 81px;
  position: absolute;
  top: 50%;
  left: -58px;
  pointer-events: none;
  transform: translateY(-50%) translateX(-100%);
  background: url('/assets/decor-7.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module:nth-of-type(2) .module-image:before {
    width: 18px;
    height: 41px;
    top: 0;
    right: 49px;
    left: auto;
    transform: translateY(-50%);
  }
}
.mission .text-image-module .description p {
  white-space: pre-line;
}
.mission .text-image-module .module-image {
  width: 562px;
}
@media screen and (min-width: 1600px) {
  .mission .text-image-module .module-image {
    width: 781px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .mission .text-image-module .module-image {
    width: 480px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .mission .text-image-module .module-image {
    width: auto;
  }
}
.mission .text-image-module .module-image img {
  width: 100%;
  display: block;
}
.membership {
  display: flex;
  justify-content: space-between;
  padding-top: 163px;
  padding-bottom: 122px;
}
@media screen and (max-width: 750px) {
  .membership:before {
    content: '';
    width: 38px;
    height: 40px;
    background: url('/assets/decor-8.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 107px;
    left: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .membership {
    padding-top: 114px;
    padding-bottom: 144px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .membership {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .membership .heading-2 {
    margin-bottom: 100px;
  }
}
.membership .description {
  width: 562px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1600px) {
  .membership .description {
    width: 781px;
  }
}
@media screen and (max-width: 750px) {
  .membership .description {
    width: auto;
    margin-bottom: 54px;
  }
}
.membership .description p + p {
  margin-top: 28px;
}
.membership .module-image {
  width: 562px;
}
@media screen and (min-width: 1600px) {
  .membership .module-image {
    width: 781px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .membership .module-image {
    width: 480px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .membership .module-image {
    width: auto;
    margin-top: 32px;
  }
}
@media screen and (max-width: 750px) {
  .membership .module-image {
    margin-top: 0px;
  }
}
.membership .module-image img {
  width: 100%;
  display: block;
}
.membership .decor {
  width: 562px;
  padding-left: 40px;
}
@media screen and (min-width: 1600px) {
  .membership .decor {
    width: 781px;
    display: flex;
    justify-content: flex-start;
    padding-left: 120px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .membership .decor {
    width: auto;
    padding-left: 0;
  }
}
.membership .decor img {
  width: 381px;
  height: 401px;
}
@media screen and (min-width: 1600px) {
  .membership .decor img {
    width: 497px;
    height: 522px;
  }
}
@media screen and (max-width: 750px) {
  .membership .decor img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .membership .decor img {
    width: 250px;
  }
}
.events {
  min-height: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .events {
    padding-top: 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .events {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .events {
    flex-direction: column;
  }
}
.events:before {
  content: '';
  width: 57px;
  height: 135px;
  position: absolute;
  top: -25px;
  left: 160px;
  pointer-events: none;
  transform: translateY(-50%);
  background: url('/assets/decor-6.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1600px) {
  .events:before {
    width: 79px;
    height: 187px;
    top: -23px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .events:before {
    width: 35px;
    height: 84px;
  }
}
@media screen and (max-width: 750px) {
  .events:before {
    width: 35px;
    height: 84px;
    top: 82px;
    left: 37px;
    transform: none;
  }
}
.events:after {
  content: '';
  width: 37px;
  height: 81px;
  position: absolute;
  bottom: -5px;
  right: 41px;
  pointer-events: none;
  transform: translateY(50%);
  background: url('/assets/decor-7.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1600px) {
  .events:after {
    bottom: -23px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .events:after {
    width: 19px;
    height: 41px;
    bottom: -23px;
    right: 86px;
    transform: translateY(50%);
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .events:after {
    bottom: 0;
  }
}
.events .heading-2 {
  top: 55px;
}
@media screen and (max-width: 750px) {
  .events .heading-2 {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .events .heading-2 {
    top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .events .soon {
    margin-bottom: 81px;
  }
}
.events .description {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding-right: 120px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .events .description {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .events .description {
    width: 600px;
  }
}
.events .description p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1600px) {
  .events .description p {
    font-size: 18px;
    line-height: 28px;
  }
}
.events .description p:first-of-type {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 1600px) {
  .events .description p:first-of-type {
    font-size: 22px;
    line-height: 35px;
  }
}
.events .description p + p {
  margin-top: 20px;
}
.events .module-image {
  width: 562px !important;
  flex-grow: 0;
  flex-shrink: 1;
}
@media screen and (max-width: 750px) {
  .events .module-image {
    width: 100% !important;
    margin-top: 32px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1229px) {
  .events .module-image {
    width: 480px !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .events .module-image {
    width: 100% !important;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .events .module-image {
    width: 781px !important;
  }
}
.events .module-image img {
  width: 100%;
}
.music {
  min-height: 500px;
  padding-top: 82px;
  padding-bottom: 78px;
}
@media screen and (max-width: 750px) {
  .music {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1230px) {
  .music .heading-2 {
    top: 82px;
  }
}
@media screen and (max-width: 750px) {
  .music .heading-2 {
    margin-bottom: 41px;
  }
}
.music .audio-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  grid-auto-rows: 70px;
  gap: 46px 42px;
}
@media screen and (max-width: 750px) {
  .music .audio-list {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .music .audio-list {
    grid-template-columns: 1fr 1fr;
  }
}
.video {
  padding: 0;
  height: auto;
  min-height: 1px;
}
.video > iframe {
  width: 100vw;
  height: 56.4vw;
  display: block;
}
.statut {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 107px;
  padding-bottom: 110px;
}
@media screen and (min-width: 1600px) {
  .statut {
    justify-content: flex-start;
    padding-top: 83px;
    padding-bottom: 83px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .statut {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 750px) {
  .statut .heading-2 {
    margin-bottom: 29px;
  }
}
.statut .description {
  width: 562px;
}
@media screen and (min-width: 1600px) {
  .statut .description {
    width: 781px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .statut .description {
    width: auto;
    margin-bottom: 43px;
  }
}
.statut .description p {
  white-space: pre-line;
}
.statut .description p + p {
  margin-top: 28px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .statut .description p + p {
    margin-top: 22px;
    white-space: normal;
  }
}
.statut .decor {
  width: 562px;
}
@media screen and (min-width: 1600px) {
  .statut .decor {
    width: 781px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .statut .decor {
    width: auto;
  }
}
.statut .decor img {
  width: 465px;
  height: 290px;
}
@media screen and (min-width: 1600px) {
  .statut .decor img {
    width: 712px;
    height: 445px;
  }
}
@media screen and (max-width: 750px) {
  .statut .decor img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .statut .decor img {
    width: 365px;
  }
}
.support {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 120px;
}
@media screen and (min-width: 1600px) {
  .support {
    padding-top: 165px;
    padding-bottom: 124px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1230px) {
  .support .heading-2 {
    top: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .support .heading-2 {
    top: 165px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support .heading-2 {
    order: 1;
    margin-bottom: 70px;
  }
}
.support .description {
  width: 562px;
  padding-left: 80px;
}
@media screen and (min-width: 1600px) {
  .support .description {
    width: auto;
    padding-left: 162px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support .description {
    width: auto;
    padding-left: 0;
  }
}
.support .description .heading-3 {
  margin-bottom: 26px;
}
@media screen and (min-width: 1600px) {
  .support .description .heading-3 {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support .description .heading-3 {
    margin-bottom: 21px;
  }
}
.support .description p {
  white-space: pre-line;
}
.support .description p + p {
  margin-top: 28px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support .description p + p {
    margin-top: 22px;
  }
}
.support .module-image {
  width: 602px;
  position: relative;
  aspect-ratio: 602/565;
}
@media screen and (min-width: 1600px) {
  .support .module-image {
    width: 838px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support .module-image {
    width: 100%;
    margin-bottom: 49px;
  }
}
.support .module-image:before {
  content: '';
  width: 37px;
  height: 162px;
  position: absolute;
  top: 0;
  left: 48px;
  pointer-events: none;
  transform: translateY(-50%);
  background: url('/assets/decor-5.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support .module-image:before {
    width: 19px;
    height: 82px;
    left: 49px;
  }
}
.support .module-image:after {
  content: '';
  width: 37px;
  height: 81px;
  position: absolute;
  bottom: 0;
  right: 125px;
  pointer-events: none;
  transform: translateY(50%);
  background: url('/assets/decor-7.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .support .module-image:after {
    width: 19px;
    height: 41px;
    right: 49px;
  }
}
.support .module-image img {
  width: 100%;
  display: block;
}
.support .module-image video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.main-footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 74px;
  padding-bottom: 73px;
  font-size: 20px;
  line-height: 35px;
}
@media screen and (min-width: 1600px) {
  .main-footer {
    padding-top: 104px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .main-footer {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-footer a {
  text-decoration: none;
}
.main-footer .footer-logo {
  width: 100%;
  margin-bottom: 22px;
}
@media screen and (min-width: 1600px) {
  .main-footer .footer-logo {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer .footer-logo {
    width: 146px;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.main-footer .footer-logo img {
  display: block;
}
@media screen and (max-width: 750px) {
  .main-footer .footer-logo img {
    width: 100%;
  }
}
.main-footer p + p {
  margin-top: 32px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer p + p {
    margin-top: 22px;
  }
}
.main-footer .postal-data {
  width: 346px;
  margin-right: 55px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1600px) {
  .main-footer .postal-data {
    margin-bottom: 85px;
    margin-right: 190px;
  }
}
@media screen and (max-width: 750px) {
  .main-footer .postal-data {
    width: 230px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer .postal-data {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer .company-data {
    margin-top: 22px;
  }
}
.main-footer .bottom-footer {
  width: 80%;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  gap: 35px;
}
@media screen and (min-width: 1600px) {
  .main-footer .bottom-footer {
    font-size: 16px;
    line-height: 22px;
    gap: 62px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer .bottom-footer {
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    flex-wrap: wrap;
    gap: 50px 39px;
    margin-top: 50px;
    order: 1;
  }
}
.main-footer .bottom-footer .copy {
  margin-right: 49px;
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer .bottom-footer .copy {
    width: 100%;
    order: 1;
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .main-footer .bottom-footer .copy {
    margin-right: 51px;
  }
}
.main-footer .socials {
  display: flex;
  margin-left: auto;
  gap: 16px;
}
@media screen and (min-width: 1600px) {
  .main-footer .socials {
    gap: 25px;
  }
}
@media screen and (max-width: 750px), screen and (min-width: 751px) and (max-width: 900px) {
  .main-footer .socials {
    margin-left: 0;
    margin-top: 50px;
  }
}
.audio-player {
  height: 70px;
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 3px;
  padding-left: 18px;
  min-width: 0;
}
.audio-player .audio-name,
.audio-player .audio-subname {
  max-width: calc(100% - 73px);
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.audio-player .audio-subname {
  font-weight: 400;
}
.audio-player .audio-button {
  width: 33px;
  height: 33px;
  position: absolute;
  right: 25px;
  border-radius: 100%;
  background-color: #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
}
.audio-player .audio-button:after {
  content: '';
  width: 4px;
  height: 14px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -5px;
  flex: 0;
  transform: scale(0.5);
  transform-origin: center center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.audio-player .audio-button img {
  transform-origin: center center;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media screen and (min-width: 1230px) {
  .audio-player .audio-button:hover img {
    opacity: 0.5;
  }
}
.audio-player .track {
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #868686;
}
.audio-player .track .progress {
  width: 0;
  height: 100%;
  display: block;
  background-color: #F52929;
}
.audio-player audio {
  position: absolute;
  top: 100px;
  opacity: 0;
  visibility: hidden;
}
.audio-player.playing .audio-button:after {
  transform: scale(1);
  opacity: 1;
}
.audio-player.playing .audio-button img {
  transform: scale(0.5);
  opacity: 0;
}
