.image {
  max-height: 100%;
}

.container {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  opacity: 1;
}

.container-2 {
  min-width: 88%;
}

.image-2 {
  max-width: none;
  min-height: 100%;
  margin-top: 4px;
}

.brand {
  min-height: 100%;
}

.navbar {
  position: static;
  top: 0px;
  z-index: auto;
  border-bottom: 1px solid #3c3c3c;
  background-color: #faf8ff;
  background-image: none;
  background-size: auto;
}

.navlink {
  font-family: 'Futura bt', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink.w--current {
  color: #7170e9;
}

.nav-link {
  font-family: 'Futura bt', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  z-index: 1;
  border: 1px none #000;
}

.div-block-2 {
  position: relative;
  top: -60px;
  z-index: 0;
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-3 {
  width: 100%;
  height: auto;
}

.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.body {
  background-color: #F8F8FF;
  font-family: 'Futura bt', sans-serif;
  font-weight: 500;
}

.heading {
  font-family: 'Futura bt', sans-serif;
  color: #faf8ff;
  font-size: 48px;
  font-weight: 400;
  text-shadow: 2px 2px 1px #3c3c3c;
}

.paragraph {
  color: #faf8ff;
}

.button {
  margin-top: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #faf8ff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.32);
  font-size: 18px;
  line-height: 20px;
}

.div-block-3 {
  position: relative;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-4 {
  position: relative;
  height: auto;
  min-height: 100vh;
  background-color: #F8F8FF;
}

.div-block-5 {
  position: -webkit-sticky;
  position: sticky;
}

.heading-2 {
  max-width: 88%;
  min-width: 88%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Futura bt', sans-serif;
  color: #3c3c3c;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}

.eventcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 280px;
  max-height: 280px;
  max-width: 280px;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 16px;
  background-color: #faf8ff;
  box-shadow: 3px 3px 2px 0 rgba(60, 60, 60, 0.32);
  text-decoration: none;
}

.text-block.monthyear {
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.text-block.day {
  margin-top: 0px;
  padding-top: 10px;
  font-size: 114px;
  line-height: 114px;
  text-align: center;
}

.text-block.eventtitle {
  height: 72px;
  max-height: 72px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Futura bt', sans-serif;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

.text-block.eventplace {
  height: 48px;
  max-height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Futura font', sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
}

.div-block-7.dateblock {
  padding-left: 0px;
  font-family: 'Futura bt', sans-serif;
  color: #7170e9;
  font-weight: 500;
}

.div-block-8 {
  position: static;
  display: none;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 88%;
  margin: 20px auto;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10 {
  position: relative;
  min-height: 100vh;
  background-color: #F8F8FF;
}

.body-2 {
  font-family: 'Futura bt', sans-serif;
  font-weight: 500;
}

.pathblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-top: 40px;
  background-color: #faf8ff;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  min-height: 100%;
  min-width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c21313;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  min-width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-14.posterbloc {
  max-width: 50%;
  min-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-14.infoblock {
  display: block;
  max-width: 50%;
  min-height: auto;
  min-width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-4 {
  max-height: none;
  max-width: 50vh;
  min-height: auto;
  min-width: auto;
  margin-right: 60px;
}

.heading-3 {
  color: #3c3c3c;
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
}

.heading-4 {
  margin-top: 0px;
  color: #3c3c3c;
}

.heading-5 {
  margin-top: 0px;
}

.button-2 {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 8px;
  background-color: #7170e9;
  color: #faf8ff;
}

.button-2.btn {
  min-width: 260px;
  margin: 10px 20px 10px 0px;
  padding: 10px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #7170e9;
  font-size: 16px;
  text-align: center;
}

.button-2.btn:hover {
  background-color: #4e4dbe;
}

.button-2.btn.accent {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #7170e9;
  background-color: transparent;
  color: #7170e9;
}

.button-2.btn.accent:hover {
  background-color: rgba(113, 112, 233, 0.16);
}

.btnbloccours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Futura bt', sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-2 {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Futura bt', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.text-block-2.separator {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-2.currentpage {
  font-family: 'Futura font', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.div-block-16 {
  background-color: transparent;
}

.div-block-16.coursescatwrapper {
  margin-bottom: 60px;
}

.div-block-17 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.div-block-18 {
  position: relative;
  background-color: #F8F8FF;
}

.div-block-19 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.div-block-20 {
  overflow: hidden;
  width: 280px;
  height: 280px;
  margin: 10px;
  border-radius: 16px;
  background-color: #faf8ff;
  box-shadow: 3px 3px 2px 0 rgba(60, 60, 60, 0.32);
  text-decoration: none;
  cursor: pointer;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px;
  max-width: none;
  min-height: 50%;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-21.cattext {
  max-height: 40px;
  min-height: 40%;
  background-color: #faf8ff;
  background-image: none;
  padding-top: 20px;
}

.div-block-21.catimage {
  max-height: 60px;
  min-height: 60%;
  background-image: url('../images/Orch_3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-6 {
  margin-top: 10px;
  font-family: 'Futura bt', sans-serif;
  color: #3c3c3c;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.div-block-22 {
  display: none;
}

.div-block-23 {
  position: relative;
  background-color: #faf8ff;
}

.div-block-24 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.body-3 {
  background-color: #F8F8FF;
  font-family: 'Futura bt', sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 500;
}

.div-block-25 {
  position: relative;
  min-height: 100vh;
  padding-bottom: 0px;
  background-color: #F8F8FF;
}

.div-block-26 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  font-family: Bitter, serif;
}

.div-block-27 {
  min-height: 50vh;
  margin-bottom: 60px;
  background-color: #faf8ff;
}

.div-block-28 {
  max-width: 88%;
  min-height: 50vh;
  min-width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-29 {
  max-height: 45vh;
  min-height: 45vh;
  background-image: url('../images/IMG_8107.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-7 {
  font-family: 'Futura bt', sans-serif;
  color: #3c3c3c;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}

.heading-8 {
  font-family: 'Futura bt', sans-serif;
  color: #3c3c3c;
  font-weight: 500;
}

.rich-text-block {
  padding-right: 260px;
  font-family: 'Futura bt', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.slide {
  background-image: url('../images/Alexandre-Adler-Professeur-de-saxophone.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.image-5 {
  display: block;
  overflow: hidden;
  max-height: none;
  min-height: auto;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lightboxblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.btnblocevent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 88%;
  min-height: 75px;
  min-width: 88%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-30.searchwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.success-message {
  overflow: hidden;
}

.error-message {
  overflow: hidden;
}

.form-block {
  max-width: 45%;
  min-width: 45%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.text-field {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 42px;
  border-style: solid;
  border-width: 2px;
  border-color: #7170e9;
  border-radius: 16px;
}

.image-6 {
  position: absolute;
  left: 14px;
  top: 7px;
  right: auto;
  bottom: auto;
  background-color: transparent;
  opacity: 0.45;
}

.form {
  position: relative;
}

.text-block-3 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Futura font', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.lightbox-link-2 {
  width: 200px;
  height: 200px;
  margin: 10px;
}

.lightbox-link-3 {
  width: 200px;
  height: 200px;
  margin: 10px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #faf8ff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.list-item.partners {
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-7 {
  display: inline-block;
  max-height: 50px;
}

.partnerimage {
  max-height: 50px;
}

.text-block-4 {
  color: #3c3c3c;
}

.link-2 {
  color: #3c3c3c;
}

.cards-section {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #F8F8FF;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 320px;
  grid-template-rows: 320px;
  text-align: left;
}

.cards-grid-container.landingpagegridcontainer {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
  background-image: url('../images/20200308-Jazz.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards-image-mask.landingpage {
  background-image: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-14-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  min-width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-14-copy.posterbloc {
  display: none;
  max-width: 50%;
  min-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-14-copy.infoblock {
  display: block;
  max-width: 50%;
  min-height: auto;
  min-width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bodywrapper {
  position: relative;
}

.navwrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.contentwrapper {

  background-color: #faf8ff;
  margin-bottom: 60px;
}

.contentblock {
  max-width: 88%;
  min-width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.rich-text-block-2 {
  font-family: 'Futura bt', sans-serif;
  font-weight: 500;
  text-align: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.container-4 {
  min-height: 100vh;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.link-block {
  background-color: #faf8ff;
  box-shadow: 1px 1px 4px 0 rgba(60, 60, 60, 0.32);
  color: #3c3c3c;
  text-decoration: none;
}

.heading-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-2 {
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .image-2 {
    margin-top: 4px;
  }

  .navbar {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #3c3c3c;
  }

  .navlink {
    min-width: 100%;
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
  }

  .nav-menu {
    background-color: #faf8ff;
  }

  .menu-button.w--open {
    background-color: #faf8ff;
  }

  .icon-2 {
    color: #3c3c3c;
  }

  .div-block {
    border: 1px none #000;
  }

  .div-block-2 {
    top: -68px;
    min-height: 100vh;
  }

  .heading-2 {
    margin-bottom: 20px;
    margin-left: auto;
  }

  .div-block-9 {
    min-width: 88%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .div-block-10 {
    background-color: #F8F8FF;
  }

  .pathblock {
    height: 75px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-12 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-14.posterbloc {
    display: none;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .div-block-14.infoblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    max-width: 60%;
    min-width: 60%;
    margin-right: 0px;
  }

  .heading-3 {
    max-width: 60%;
    min-width: 60%;
  }

  .heading-4 {
    max-width: 60%;
    min-width: 60%;
  }

  .heading-5 {
    max-width: 60%;
    min-width: 60%;
  }

  .button-2.btn {
    min-width: 45%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .button-2.btn.eventbtn {
    min-width: 100%;
    margin-right: 0px;
  }

  .btnbloccours {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-17 {
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-22 {
    display: none;
  }

  .div-block-24 {
    z-index: 1;
  }

  .div-block-27 {
    margin-bottom: 0px;
  }

  .div-block-29 {
    max-height: 40vh;
    min-height: 40vh;
  }

  .rich-text-block {
    padding-right: 100px;
  }

  .lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    overflow: visible;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
  }

  .lightboxblock {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btnblocevent {
    max-width: 60%;
    min-width: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block {
    max-width: 60%;
    min-width: 60%;
    margin-bottom: 0px;
  }

  .form {
    z-index: 0;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-logo-link {
    display: none;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block-31 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    max-width: 88%;
  }

  .div-block-14-copy.posterbloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .div-block-14-copy.infoblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    border-bottom: 1px solid #3c3c3c;
  }

  .navbar {
    border-style: none;
  }

  .div-block {
    border: 1px none #000;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .heading {
    line-height: 48px;
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: none;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2 {
    max-width: none;
    min-width: auto;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .eventcard {
    width: 95%;
    height: 102px;
    max-height: 102px;
    max-width: 95%;
    min-height: 102px;
    min-width: 95%;
    margin: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 8px;
  }

  .text-block.monthyear {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block.day {
    margin-top: 0px;
    font-size: 62px;
    line-height: 62px;
  }

  .text-block.eventtitle {
    height: 60px;
    max-height: 60px;
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 16px;
  }

  .text-block.eventplace {
    height: 42px;
    max-height: 42px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-7.dateblock {
    max-width: 28%;
    min-width: 28%;
  }

  .div-block-7.infoblock {
    max-width: 62%;
    min-width: 62%;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 10%;
    min-width: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-9.coursescat {
    max-height: none;
    min-height: auto;
  }

  .pathblock {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    max-width: 75%;
    min-width: 75%;
  }

  .heading-3 {
    max-width: 75%;
    min-width: 75%;
  }

  .heading-4 {
    max-width: 75%;
    min-width: 75%;
  }

  .heading-5 {
    max-width: 75%;
    min-width: 75%;
  }

  .button-2.btn {
    min-width: 100%;
    margin-right: 0px;
  }

  .btnbloccours {
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 135px;
    max-height: 135px;
    max-width: 95%;
    min-height: 135px;
    min-width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
  }

  .div-block-21.cattext {
    max-height: none;
    max-width: 65px;
    min-height: auto;
    min-width: 65%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding-top: 0px;
  }

  .div-block-21.catimage {
    display: block;
    max-height: none;
    max-width: 25%;
    min-height: auto;
    min-width: 25%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-6 {
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 10%;
    min-width: 10%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-29 {
    max-height: 30vh;
    min-height: 30vh;
  }

  .rich-text-block {
    padding-right: 0px;
  }

  .lightbox-link {
    width: 128px;
    height: 128px;
    max-width: none;
    min-width: auto;
  }

  .image-5 {
    max-height: none;
    min-height: auto;
  }

  .lightboxblock {
    max-width: 100%;
    min-width: 100%;
  }

  .btnblocevent {
    max-width: 75%;
    min-width: 75%;
  }

  .div-block-30.searchwrapper {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form-block {
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }

  .text-block-3 {
    margin-top: 12px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-logo-link {
    display: none;
    overflow: visible;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-8 {
    overflow: hidden;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

 

  .contentblock {
    max-width: 100%;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    width: 24px;
    height: 24px;
  }

  .container-2 {
    border-bottom: 1px solid #3c3c3c;
  }

  .image-2 {
    margin-top: 4px;
  }

  .brand {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navbar {
    border-style: none;
    background-color: #faf8ff;
  }

  .navlink {
    border-top: 1px none #000;
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
  }

  .nav-menu {
    background-color: #faf8ff;
  }

  .menu-button {
    background-color: #faf8ff;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #3c3c3c;
  }

  .icon-2 {
    display: block;
    width: 24px;
    height: 24px;
  }

  .div-block {
    border-bottom-style: none;
  }

  .div-block-2 {
    background-position: 50% 50%;
  }

  .image-3 {
    width: auto;
    height: 100vh;
    max-width: none;
  }

  .centered-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }

  .button {
    margin-top: 20px;
    font-size: 16px;
  }

  .div-block-4 {
    height: auto;
  }

  .div-block-5 {
    top: 0px;
  }

  .heading-2 {
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-family: 'Futura bt', sans-serif;
    font-weight: 500;
    text-align: center;
  }

  .eventcard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: 120px;
    max-width: 90%;
    min-height: 100px;
    min-width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
    background-color: #faf8ff;
    box-shadow: 3px 3px 2px 0 rgba(60, 60, 60, 0.25);
  }

  .text-block {
    font-family: 'Futura bt', sans-serif;
    color: #7170e9;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
  }

  .text-block.monthyear {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .text-block.day {
    font-size: 62px;
    line-height: 62px;
  }

  .text-block.eventtitle {
    overflow: hidden;
    height: 60px;
    max-height: 60px;
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    white-space: normal;
  }

  .text-block.eventplace {
    height: 42px;
    max-height: 42px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Futura font', sans-serif;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    font-weight: 300;
    text-align: left;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-7.dateblock {
    max-width: 28%;
    min-width: 28%;
    margin-left: 0px;
  }

  .div-block-7.infoblock {
    max-width: 62%;
    min-width: 62%;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    max-width: 10%;
    min-width: 10%;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pathblock {
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-4 {
    max-width: 80%;
    min-width: 80%;
  }

  .heading-3 {
    max-width: 95%;
    min-width: 95%;
    margin-top: 10px;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }

  .heading-4 {
    max-width: 95%;
    min-width: 95%;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .heading-5 {
    max-width: 95%;
    min-width: 95%;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }

  .button-2.btn {
    max-width: 100px;
    min-width: 100%;
    margin-right: 0px;
    line-height: 16px;
  }

  .btnbloccours {
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-20 {
    height: 115px;
    max-height: 115px;
    max-width: 90%;
    min-height: 115px;
    min-width: 90%;
  }

  .div-block-21.cattext {
    max-width: 60px;
    min-width: 60%;
  }

  .div-block-21.catimage {
    max-width: 30%;
    min-width: 30%;
    background-position: 50% 50%;
  }

  .heading-6 {
    overflow: hidden;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }

  .div-block-23 {
    min-height: 50vh;
    background-color: #F8F8FF;
  }

  .div-block-24 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .body-3 {
    font-family: 'Futura bt', sans-serif;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-27 {
    margin-bottom: 0px;
  }

  .heading-8 {
    margin-top: 10px;
    text-align: center;
  }

  .rich-text-block {
    margin-top: 10px;
    padding-top: 0px;
  }

  .lightbox-link {
    width: 230px;
    height: 230px;
    max-width: none;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .lightboxblock {
    max-width: 100%;
    min-width: 100%;
  }

  .btnblocevent {
    max-width: 95%;
    min-width: 95%;
  }

  .div-block-30.searchwrapper {
    max-width: 100%;
  }

  .form-block {
    margin-top: 10px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .list-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-4 {
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  #w-node-9062cc1be0ee-41d6aa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-9062cc1be0f0-41d6aa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-9062cc1be0f5-41d6aa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-9062cc1be0f7-41d6aa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-3b721e49ce6b-41d6aa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-3b721e49ce6d-41d6aa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9062cc1be0eb-41d6aa88 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-9062cc1be0f2-41d6aa88 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-3b721e49ce68-41d6aa88 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-aeae28a5ec68-84dfbbea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-496ba8c57377-84dfbbea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d3439c37c230-84dfbbea {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futur';
  src: url('../fonts/futur.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}