a {
  text-decoration: underline;
}

.menu_div {
  z-index: 200;
  background-color: #0000005c;
  border-bottom: 1px solid #ffffff4d;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 10px 20px 10px 40px;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-item {
  margin-right: 20px;
}

.menu-item_text {
  opacity: .5;
  color: #fff;
  margin-right: 0;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.menu-item_text:hover, .menu-item_text.w--current {
  opacity: 100;
}

.home {
  background-color: #000;
}

.home.bhome {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DTS_Misc_1_Nich_Fancher_Nick_Fancher_Photos_ID5466.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.home.bdrop {
  background-image: linear-gradient(#00000080, #00000080), url('../images/drops-2035.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.home.bclimatic {
  background-image: linear-gradient(#00000080, #00000080), url('../images/climatic-endurance.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.logo_div {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  margin-top: 60px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_texte {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-family: Graphik, Arial, sans-serif;
  font-size: 250px;
  line-height: 250px;
  position: relative;
}

.drop_button_div {
  background-image: linear-gradient(#0000004d, #0000004d);
  border: 1px solid #0000;
  border-radius: 30px;
  align-items: center;
  height: 40px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: border-color .3s, opacity .3s, background-color .3s;
  display: flex;
}

.drop_button_div:hover {
  background-image: linear-gradient(#000, #000);
  border: 1px solid #fff;
}

.drop_button_image_div {
  background-image: url('../images/climatic-endurance.jpg');
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.drop_button_text {
  color: #fff;
  margin-right: 10px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
}

.drop_button_title {
  color: #fff;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
}

.background {
  background-image: url('../images/climatic-endurance.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.drop {
  background-image: url('../images/666223abef0ad860564914.jpg');
  display: none;
  position: absolute;
  overflow: visible;
}

.drop_div {
  border-top: 1px solid #fff;
  align-items: center;
  height: 150px;
  padding-left: 20px;
  text-decoration: none;
  transition: background-color .25s, all .25s;
  display: flex;
  position: relative;
}

.drop_div:hover {
  background-image: url('../images/climatic-endurance.jpg');
  background-position: 0 0;
  background-size: auto;
}

.drop_div.coming {
  display: none;
}

.drop_date_dive {
  display: none;
  overflow: visible;
}

.drop_order_div {
  margin-right: 20px;
}

.drop_number_text {
  color: #fff;
  width: 150px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 100px;
}

.drop_date_text {
  color: #fff;
  font-family: Graphik, Arial, sans-serif;
}

.drop_title_text {
  color: #fff;
  text-transform: uppercase;
  font-family: Graphik, Arial, sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 100px;
}

.drop_discover_div {
  border-left: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.drop_disover_image {
  width: 25px;
}

.drops_div {
  z-index: 10;
  position: relative;
  inset: auto 0%;
}

.main-text_div {
  z-index: 10;
  flex: none;
  width: 800px;
  padding: 50px;
  position: relative;
}

.main-text_div.christina {
  background-image: url('../images/christina-agapakis.jpeg');
  background-position: 50%;
  background-size: auto;
}

.main-text_text {
  color: #fff;
  width: auto;
  margin-bottom: 20px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  position: relative;
}

.content_div {
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.content_right_div {
  border-left: 1px solid #ffffff4d;
  width: 100%;
  height: auto;
  padding: 50px;
}

.content_right_div.nolne {
  border-left-style: none;
}

.main-text_title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.content_right_drop_title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Graphik, Arial, sans-serif;
  display: none;
  position: relative;
}

.content_right_component_text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Graphik, Arial, sans-serif;
  display: none;
  position: relative;
}

.drops_title_div {
  border-top: 1px solid #fff;
  padding: 20px;
  position: relative;
}

.drops_title_text {
  color: #fff;
  text-transform: uppercase;
  font-family: Graphik, Arial, sans-serif;
  font-size: 14px;
  position: relative;
}

.big-text_div {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-text_big-text {
  color: #fff;
  width: auto;
  margin-bottom: 20px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.link, .link-2, .link-3 {
  color: #fff;
}

.main-text_bigtext_div {
  z-index: 10;
  flex: none;
  width: 1000px;
  padding: 50px;
  position: relative;
}

.popup_div {
  background-color: #0000;
  width: 400px;
  padding: 0;
  position: relative;
}

.popup_title_div {
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
}

.popup_content_div {
  background-color: #fff;
  border-bottom: 1px dotted #000;
  padding: 10px 20px;
  display: flex;
}

.popup_title_text {
  text-transform: uppercase;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
}

.popup_content_text {
  font-family: Graphik, Arial, sans-serif;
}

.drop_cta_div {
  background-image: linear-gradient(#00000080, #00000080), url('../images/climatic-endurance.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 30px;
  align-items: center;
  height: 40px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.drop_cta_image_div {
  background-image: url('../images/climatic-endurance.jpg');
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.drop_cta_image_div.eshop {
  background-image: url('../images/ClimaticPufferJacket_02.jpg');
  background-position: 50%;
}

.drop_cta_text {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  display: flex;
}

.drop_cta_title {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  display: flex;
}

.popup_cta_div {
  background-color: #000;
  border-bottom: 1px dotted #000;
  flex-flow: row;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.popup_cta_arrow {
  position: absolute;
  right: 40px;
}

.popup_cta_title_div {
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
}

.popup_cta_text {
  color: #fff;
  font-family: Graphik, Arial, sans-serif;
  font-size: 13px;
}

.content_alone_div {
  align-items: stretch;
  height: 70vh;
  display: flex;
  position: relative;
}

.content_alone_div.christina {
  background-image: url('../images/christina-agapakis.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.content_alone_div.essentials {
  background-image: url('../images/TastyGrillz_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.content_alone_div.lily {
  background-image: url('../images/lily-consuelo-saporta-projects.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
}

.content_alone_div.karoline {
  background-image: url('../images/karoline-healy.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.content_alone_div.earthscape {
  background-image: url('../images/earthscape-studios.webp');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.content_alone_div.sabrina {
  background-image: url('../images/sabrina-ratté_projet.webp');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.popup_subtitle_div {
  background-color: #fff;
  border-bottom: 1px dotted #000;
  padding: 10px 20px;
}

.popup_subcontent_div {
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  display: flex;
}

.popup_name_text {
  text-transform: uppercase;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.event_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.event_div.be1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/geo-engineering.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.event_div.be2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/singapore.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.event_div.be3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/carbon-quota.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.event_div.be4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/drinking-water.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.event_div.be5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ewaste.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.event_div.be6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/blackout.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.event_div.be7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/syntheticfood.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.event_div.be8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/athens.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.event_div.be9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/HQ.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.event_div.be10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/passport.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.event_div.be0 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wheat.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event_date_div {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.event_description_div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.event_context_div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 150px;
}

.event_text_div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.event_date_text {
  color: #fff;
  font-family: Graphik, Arial, sans-serif;
}

.event_description_text {
  color: #fff;
  text-align: center;
  font-family: Graphik, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.event_text_text {
  color: #fff;
  text-align: center;
  width: 500px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.event_content_text {
  color: #fff;
  text-align: center;
  width: 500px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 13px;
}

.event_menu_div {
  border-top: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.event_menu_date {
  opacity: .5;
  color: #fff;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: opacity .2s;
}

.event_menu_date.w--current {
  opacity: 100;
}

.drop_buttonok_div {
  border: 1px solid #fff;
  border-radius: 30px;
  align-items: center;
  height: 40px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.menu-item_text-copy {
  opacity: .5;
  color: #fff;
  margin-right: 0;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.menu-item_text-copy.w--current {
  opacity: 100;
}

.menu-itemoff_text {
  opacity: 1;
  color: #fff;
  margin-right: 0;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.menu-itemoff_text.w--current {
  opacity: 100;
}

.landing_div {
  z-index: 200;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .25s, opacity .25s;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0, 300px);
}

.landing_text {
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Graphik, Arial, sans-serif;
  font-size: 140px;
  line-height: 130px;
  transition: all .25s, transform .25s, opacity .25s;
  transform: translate(0, 50px);
}

.bmobile, .event_scroll_div {
  display: none;
}

.main-textalone_div {
  z-index: 10;
  flex: none;
  width: 800px;
  padding: 50px;
  position: relative;
}

.main-textalone_div.christina {
  background-image: url('../images/christina-agapakis.jpeg');
  background-position: 50%;
  background-size: auto;
}

.menumobile_div, .menumobile_open {
  display: none;
}

.footer_div {
  background-color: #000;
  border-top: 1px solid #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 100px;
  display: flex;
}

.footer_content_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.footer_company_name_text {
  color: #e4e4e4;
  -webkit-text-stroke-color: #fff;
  font-family: Graphik, Arial, sans-serif;
  font-weight: 400;
}

.footer_company_adress_text {
  color: #e4e4e4;
  margin-bottom: 40px;
  font-family: Graphik, Arial, sans-serif;
  font-weight: 400;
}

.footer_company_email {
  color: #e4e4e4;
  font-family: Graphik, Arial, sans-serif;
  font-weight: 400;
}

.footer_content_title_div {
  font-family: Graphik, Arial, sans-serif;
}

.footer_content_title_text {
  opacity: 1;
  color: #e4e4e4;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Graphik, Arial, sans-serif;
  font-size: 10px;
}

.footer_content_social_link {
  color: #e4e4e4;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Graphik, Arial, sans-serif;
  text-decoration: none;
  transition: color .3s;
}

.footer_content_social_link:hover {
  color: #fff;
}

.footer_content_intro_text {
  color: #e4e4e4;
  width: 200px;
  margin-bottom: 25px;
  font-family: Graphik, Arial, sans-serif;
  font-weight: 400;
}

.footer_content_social_button {
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  align-items: center;
  padding: 7px 20px;
  transition: background-color .3s;
  display: flex;
}

.footer_content_social_button:hover {
  border-color: #fff;
}

.footer_content_social_button_image {
  margin-right: 20px;
}

.footer_content_social_name {
  color: #fff;
  text-transform: uppercase;
  font-family: Graphik, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu_div {
    display: none;
  }

  .drop_title_text {
    font-size: 60px;
    line-height: 60px;
  }

  .drop_discover_div {
    display: none;
  }

  .main-text_div {
    width: auto;
  }

  .content_div {
    display: block;
  }

  .content_right_div {
    border-left-style: none;
  }

  .popup_div {
    width: auto;
  }

  .content_alone_div {
    height: auto;
    display: block;
  }

  .content_alone_div.christina, .content_alone_div.essentials, .content_alone_div.lily, .content_alone_div.karoline, .content_alone_div.earthscape, .content_alone_div.sabrina {
    height: auto;
  }

  .landing_div {
    display: none;
  }

  .main-textalone_div {
    width: auto;
    height: 500px;
  }

  .menumobile_div {
    z-index: 200;
    background-color: #00000080;
    border: 1px #000;
    border-bottom: 1px solid #fff;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding: 10px 0 10px 50px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menumobile_bouton_div {
    margin-right: 20px;
  }

  .menumobile_page {
    color: #fff;
    font-family: Graphik, Arial, sans-serif;
    font-size: 12px;
  }

  .menumobile_open {
    z-index: 300;
    opacity: 0;
    background-color: #fff;
    transition: opacity .5s;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menumobile_ouvert_close_div {
    border-bottom: 1px solid #000;
    align-items: center;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .menumobile_item_div {
    border-bottom: 1px solid #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .menumobile_item_text {
    color: #333;
    text-transform: uppercase;
    font-family: Graphik, Arial, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .menumobile_arrow {
    position: absolute;
    right: 20px;
  }

  .menumobile_fermer {
    margin-right: 30px;
  }

  .memnumobile_fermer_text {
    text-transform: uppercase;
    font-family: Graphik, Arial, sans-serif;
    font-size: 11px;
  }

  .footer_div {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content_alone_div.christina {
    background-position: 50% 0;
  }

  .event_div.be1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event_context_div {
    display: none;
  }

  .event_text_text {
    width: 500px;
  }

  .event_menu_div, .landing_div {
    display: none;
  }

  .event_scroll_div {
    z-index: 200;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .scroll_image {
    transform: rotate(90deg);
  }

  .scroll_text {
    color: #fff;
    text-transform: uppercase;
    margin: 20px;
    font-family: Graphik, Arial, sans-serif;
    font-size: 12px;
  }

  .menumobile_div {
    padding-left: 20px;
  }

  .menumobile_open {
    opacity: 0;
    display: none;
  }

  .footer_div {
    z-index: 250;
    flex-flow: column;
    position: relative;
  }

  .footer_content_div {
    margin-bottom: 50px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .menu_div {
    display: none;
  }

  .home.bhome, .home.bdrop, .home.bclimatic {
    background-image: none;
  }

  .logo_div {
    height: 90px;
    display: flex;
  }

  .logo_texte {
    font-size: 90px;
    line-height: 90px;
  }

  .drop_order_div {
    display: none;
  }

  .drop_title_text {
    font-size: 40px;
    line-height: 40px;
  }

  .drop_discover_div {
    display: none;
  }

  .main-text_div {
    width: auto;
    padding: 20px;
  }

  .content_div {
    display: block;
  }

  .content_right_div {
    z-index: 100;
    width: auto;
    padding: 20px;
    position: relative;
  }

  .popup_div {
    width: auto;
  }

  .drop_cta_image_div, .drop_cta_title {
    display: none;
  }

  .content_alone_div {
    display: block;
  }

  .content_alone_div.christina {
    background-position: 50% 0;
  }

  .content_alone_div.essentials {
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .event_div, .event_div.be1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event_date_div {
    font-size: 12px;
  }

  .event_context_div {
    display: none;
    position: relative;
    bottom: auto;
  }

  .event_text_text {
    width: auto;
  }

  .event_menu_div, .landing_div {
    display: none;
  }

  .bmobile {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DTS_Misc_1_Nich_Fancher_Nick_Fancher_Photos_ID5466.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .bmobile._2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/drops-2035.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bmobile._3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/the-climatic-drop-1920x1080.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .event_scroll_div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .scroll_image {
    transform: rotate(90deg);
  }

  .scroll_text {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Graphik, Arial, sans-serif;
    font-size: 12px;
  }

  .main-textalone_div {
    width: auto;
    height: 500px;
    padding: 20px;
  }

  .menumobile_open {
    opacity: 0;
    display: none;
  }

  .menumobile_item_text {
    font-size: 25px;
  }

  .footer_div {
    padding-bottom: 0;
    position: relative;
  }

  .footer_content_div {
    margin-bottom: 80px;
  }

  .footer_content_intro_text {
    width: auto;
  }
}


@font-face {
  font-family: 'Graphiksuper';
  src: url('../fonts/GraphikSuper.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegularItalic.otf') format('opentype'), url('../fonts/GraphikSuperItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}