@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-Black.ttf') format("truetype"), url('../fonts/PowerGrotesk-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-HeavyItalic.ttf') format("truetype"), url('../fonts/PowerGrotesk-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-UltraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-Regular.ttf') format("truetype"), url('../fonts/PowerGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-UltraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Powergrotesk;
  src: url('../fonts/PowerGrotesk-UltraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Monoska;
  src: url('../fonts/Monoska.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #08152e;
  --white: white;
  --white-30: #ffffff4d;
  --white-70: #ffffffb3;
  --orange: #ff5900;
  --white-15: #ffffff26;
  --transparent: #3330;
  --blue: #005faa;
}

body {
  background-color: var(--dark-blue);
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Powergrotesk, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Powergrotesk, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: Powergrotesk, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

h5 {
  color: var(--white-30);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Powergrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Powergrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

p {
  color: var(--white-70);
  margin-bottom: 10px;
}

.home-atf {
  position: relative;
}

.spacing {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 136px 64px;
}

.spacing.atf-spacing {
  padding-top: 0;
}

.spacing.last {
  padding-bottom: 32px;
}

.conference-outlined {
  width: 100%;
  margin-bottom: 8px;
}

.atf-text-holder {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 64px;
  display: flex;
}

.holder {
  width: 100%;
}

.orange {
  color: var(--orange);
}

.atf-outlined-holder {
  margin-bottom: 48px;
  position: relative;
}

.divider.spacing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.divider.spacing.inner-divider {
  padding-top: 112px;
  padding-left: 0;
  padding-right: 0;
}

.divider-ends {
  background-color: var(--white);
  width: 2%;
  height: 2px;
}

.divider-center {
  background-color: var(--white-15);
  width: 96%;
  height: 2px;
}

.call-to-action-holder {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.button {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 12px;
  margin-top: 24px;
  margin-right: 24px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.button:hover {
  transform: scale(1.1);
}

.button.secondary {
  border: 1px solid var(--orange);
  background-color: var(--transparent);
  color: var(--orange);
}

.button.secondary:hover {
  background-color: var(--orange);
  color: var(--white);
}

.button.secondary.no-margins.calender {
  border-color: var(--white);
  color: var(--white);
  background-image: url('../images/calendar.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 8px 16px 8px 44px;
  font-size: 14px;
}

.button.secondary.no-margins.calender:hover {
  border-color: var(--orange);
}

.button.no-margins {
  margin-top: 16px;
  margin-right: 0;
}

.button.tertiary {
  color: var(--dark-blue);
  padding: 8px 16px;
  font-size: 14px;
}

.button.last {
  margin-right: 0;
}

.about-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-holder.reversed {
  grid-template-columns: 1.25fr 1fr;
}

.monoska {
  letter-spacing: -16px;
  margin-bottom: 64px;
  font-family: Monoska, Arial, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 83%;
}

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

.p-large {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Powergrotesk, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

.arrow {
  background-image: url('../images/arrow-orange.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 44px;
  margin-right: 16px;
  display: inline-block;
}

.about-image {
  vertical-align: bottom;
  width: 100%;
  position: sticky;
  top: 24px;
}

.gallery {
  display: none;
}

.gallery-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.gallery-image._1 {
  background-image: url('../images/32407604607_fc42004aae_o-1.jpg');
}

.gallery-image._2 {
  background-image: url('../images/53910139165_1443de26a9_o.jpg');
}

.gallery-image._3 {
  background-image: url('../images/28795269268_92beba1ff7_k.jpg');
}

.gallery-image._4 {
  background-image: url('../images/53910039014_a74960f574_k.jpg');
}

.gallery-image._5 {
  background-image: url('../images/43974238155_48925bbe05_k.jpg');
}

.gallery-image._6 {
  background-image: url('../images/51861367558_bfb2deff27_k.jpg');
}

.gallery-image._7 {
  background-image: url('../images/52503995325_c40d91213c_k.jpg');
}

.gallery-image._8 {
  background-image: url('../images/51861295376_29b1d70d4c_k.jpg');
}

.holder-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.gallery-holder {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.main-timer-holder {
  text-align: center;
  margin-top: 112px;
}

.white-30 {
  color: var(--white-30);
}

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

.holder-timer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.holder-left {
  width: 65%;
}

.holder-right {
  width: 35%;
}

.logo-holder {
  z-index: 100;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 12px 12px 12px 24px;
  display: flex;
}

.navigation-item-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-item {
  color: var(--dark-blue);
  padding: 8px;
  font-weight: 700;
}

.nav-item.w--current {
  color: var(--orange);
}

.nav-item.button.nav-button {
  color: var(--white);
  margin-top: 0;
  margin-left: 24px;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
}

.nav-logo {
  width: 100px;
}

.holder-egi-logo {
  background-color: var(--white);
  padding: 12px 16px 10px;
}

.image {
  width: 50px;
}

.holder-conference-logo.w--current {
  margin-right: 24px;
}

.grid-programme-committee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.holder-committee {
  background-color: var(--dark-blue);
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 20px 3px #00000096;
}

.committee-name {
  font-family: Monoska, Arial, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.committee-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  max-height: 300px;
  margin-bottom: 12px;
}

.committee-pic._1 {
  background-image: url('../images/6994432f39404f194d97766d_jeff.jpg');
}

.committee-pic._2 {
  background-image: url('../images/699439ac7cc10349c0a21186_greg.jpg');
}

.committee-pic._3 {
  background-image: url('../images/ph.jpg');
}

.committee-pic._4 {
  background-image: url('../images/69932cb5a2c8e25789938e74_gergely.jpg');
}

.committee-pic._5 {
  background-image: url('../images/69932cbb5a51adecd6beb316_gwen.webp');
}

.committee-pic._6 {
  background-image: url('../images/69932cc0cdc7bae1d852a4a5_elisa.webp');
}

.committee-pic._7 {
  background-image: url('../images/ph.jpg');
}

.committee-pic._8 {
  background-image: url('../images/69943b6176e70ec79b56911c_Niels_2.png');
}

.committee-pic._9 {
  background-image: url('../images/69932cc6e16b0fbbdbec3c1f_dale.webp');
}

.committee-pic._10 {
  background-image: url('../images/ph.jpg');
}

.committee-pic._11 {
  background-image: url('../images/69932ccdd88aed7c8217c537_xavier.webp');
}

.committee-pic._12 {
  background-image: url('../images/69943960e99a5a19f6ad6b0b_sy.png');
}

.committee-pic._13 {
  background-image: url('../images/69943ccdbe7e15a53d6ab841_matthias.jpg');
}

.committee-pic._14 {
  background-image: url('../images/download.webp');
}

.committee-pic._15 {
  background-image: url('../images/6994393033de6662fd8346d1_AT_UM16_square.png');
}

.text-link {
  color: var(--orange);
  text-decoration: none;
}

.text-link.display-none {
  display: none;
}

.credits {
  text-align: center;
  width: 70%;
  margin-top: 128px;
  margin-left: auto;
  margin-right: auto;
}

.holder-header-info {
  width: 50%;
  overflow: hidden;
}

.collection-item {
  display: flex;
}

.footer-logo-egi2026 {
  width: 200px;
}

.footer-text {
  font-family: Powergrotesk, Arial, sans-serif;
  font-size: 24px;
}

.footer-logo-egi {
  width: 100px;
}

.holder-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.footer-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-logo-egi {
  width: 100px;
}

.egi-logo-intext {
  background-image: url('../images/egi-logo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 50px;
  margin-right: 16px;
  display: inline-block;
}

.heading {
  margin-bottom: 16px;
}

.holder-committee-top {
  width: 100%;
  margin-bottom: 32px;
}

.logo-conference-as-title {
  width: 600px;
  margin-bottom: 32px;
}

.blue {
  color: var(--blue);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }

  p {
    color: var(--white-70);
  }

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

  .atf-text-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .atf-outlined-holder {
    margin-bottom: 32px;
  }

  .call-to-action-holder, .about-holder {
    flex-flow: column;
  }

  .monoska {
    letter-spacing: -10px;
    font-size: 120px;
  }

  .p-large {
    font-size: 48px;
  }

  .arrow {
    width: 50px;
    height: 30px;
  }

  .gallery-image {
    height: 250px;
  }

  .holder-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .holder-timer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .holder-left, .holder-right {
    width: 100%;
  }

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

  .navigation-item-holder {
    z-index: 1000;
    background-color: var(--white);
    border-radius: 12px;
    width: 400px;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: 8px;
  }

  .grid-programme-committee {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-hamburger {
    color: var(--dark-blue);
  }

  .holder-hamburger {
    border-radius: 12px;
    margin-left: 4px;
    padding: 6px 8px;
  }

  .holder-hamburger.w--open {
    margin-left: 4px;
  }

  .holder-header-info {
    width: 100%;
  }

  .egi-logo-intext {
    width: 57px;
    height: 43px;
  }
}

@media screen and (max-width: 767px) {
  .atf-text-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    margin-top: 32px;
  }

  .atf-outlined-holder {
    margin-bottom: 24px;
  }

  .divider-ends {
    width: 5%;
  }

  .divider-center {
    width: 90%;
  }

  .button {
    margin-right: 16px;
    padding: 12px 24px;
    font-size: 14px;
  }

  .button.secondary.no-margins.calender {
    background-position: 11px;
    padding: 7px 11px 7px 35px;
  }

  .button.middle, .button.first {
    margin-right: 0;
  }

  .about-holder {
    grid-template-columns: 1fr;
  }

  .about-holder.reversed {
    grid-template-columns: 1.25fr;
  }

  .monoska {
    letter-spacing: -7px;
    font-size: 90px;
  }

  .gallery-image {
    height: 200px;
  }

  .holder-gallery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-timer-holder {
    margin-top: 64px;
  }

  .navigation-item-holder {
    width: 350px;
  }

  .holder-conference-logo.w--current {
    margin-right: 8px;
  }

  .grid-programme-committee {
    grid-template-columns: 1fr 1fr;
  }

  .holder-footer {
    flex-flow: column;
    margin-top: 88px;
  }

  .footer-buttons {
    flex-flow: column;
  }

  .egi-logo-intext {
    width: 54px;
    height: 40px;
  }

  .logo-conference-as-title {
    width: 350px;
  }

  .atf-headers {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .spacing {
    padding: 64px 16px;
  }

  .spacing.atf-spacing {
    padding-bottom: 64px;
  }

  .atf-text-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 32px;
  }

  .atf-outlined-holder {
    margin-bottom: 16px;
  }

  .divider.spacing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .monoska {
    letter-spacing: -4px;
    margin-bottom: 32px;
    font-size: 56px;
  }

  .p-large {
    font-size: 32px;
  }

  .arrow {
    width: 39px;
    height: 23px;
  }

  .holder-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-container {
    padding: 8px 8px 8px 10px;
  }

  .navigation-item-holder {
    width: 250px;
    margin-left: 16px;
  }

  .nav-item.button.nav-button {
    margin-left: 4px;
    padding: 7px 11px;
    font-size: 13px;
  }

  .holder-egi-logo {
    margin-left: 4px;
    padding: 12px 12px 10px;
  }

  .image {
    width: 40px;
  }

  .grid-programme-committee {
    grid-template-columns: 1fr 1fr;
  }

  .committee-name {
    word-break: break-all;
    font-size: 20px;
  }

  .holder-hamburger {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .credits {
    width: 100%;
  }

  .egi-logo-intext {
    width: 42px;
    height: 32px;
    margin-right: 8px;
  }

  .logo-conference-as-title {
    width: 225px;
  }

  .atf-headers {
    font-size: 26px;
  }

  #w-node-c1295cc7-f088-3963-a00f-404e2a66783a-57a02527, #w-node-c1295cc7-f088-3963-a00f-404e2a66783c-57a02527, #w-node-c64a47a0-4f1a-17ca-7ab1-1de8672f9b88-57a02527, #w-node-c64a47a0-4f1a-17ca-7ab1-1de8672f9b86-57a02527, #w-node-_18b462ca-9691-2628-25bf-df1bdbbaf487-57a02527, #w-node-f4b204fa-7a6b-48bf-6fba-eba2f81ae081-57a02527 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-Black.ttf') format('truetype'), url('../fonts/PowerGrotesk-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-HeavyItalic.ttf') format('truetype'), url('../fonts/PowerGrotesk-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-Regular.ttf') format('truetype'), url('../fonts/PowerGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-UltraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Powergrotesk';
  src: url('../fonts/PowerGrotesk-UltraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monoska';
  src: url('../fonts/Monoska.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}