h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Nhaasgroteskdspro 55rg', sans-serif;
  color: #565656;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 1px;
}

.header {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  height: 70px;
  background-color: transparent;
  opacity: 1;
}

.header-logo {
  width: 150px;
  height: 70px;
  float: left;
  background-color: #1d1d1d;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 70px;
  float: right;
  -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;
  background-color: #171717;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #e9e9e9;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.button:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #1f1f1f;
}

.section.program {
  height: auto;
  padding: 50px;
}

.section.hero {
  position: relative;
  display: block;
  padding: 50px;
  border-bottom-style: none;
}

.section.description {
  height: auto;
}

.body {
  height: 100%;
  background-color: #000;
  background-image: url('../images/head-pwes.jpg');
  background-position: 50% -128px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Nhaasgroteskdspro 65md', sans-serif;
}

.heading {
  color: #fff;
  font-size: 93px;
  line-height: 97px;
  text-transform: uppercase;
}

.heading.hero {
  font-size: 168px;
  line-height: 156px;
}

.paragraph {
  font-size: 20px;
  line-height: 26px;
}

.section-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
  background-color: #000;
  color: #232323;
}

.title-sponsor {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.link-sponsor {
  width: 25%;
  margin: 0px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.link-sponsor:hover {
  opacity: 0.45;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.link-sponsor.gummy-logo {
  margin-right: 43px;
}

.hero-title {
  margin-top: 0px;
  font-family: 'Nhaasgroteskdspro 55rg', sans-serif;
  color: #e1e1e1;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}

.fragment-01 {
  position: fixed;
  left: 38px;
  bottom: 86px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.fragment-02 {
  position: fixed;
  right: 50px;
  bottom: 86px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.paragraph-2 {
  font-family: 'Nhaasgroteskdspro 55rg', sans-serif;
  color: #cecdcd;
  font-size: 38px;
  line-height: 51px;
  letter-spacing: 1px;
}

.separator {
  width: 200px;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #0e0e0e;
}

.fragment-03 {
  position: fixed;
  left: 329px;
  top: 193px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.fragment-04 {
  position: fixed;
  right: 329px;
  bottom: -300px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.fragment-05 {
  position: fixed;
  left: 300px;
  bottom: -120px;
}

.fragment-06 {
  position: fixed;
  right: -241px;
  bottom: -515px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.button-2 {
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 20px 30px 19px;
  background-color: #171717;
  font-family: 'Nhaasgroteskdspro 55rg', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.small-title {
  margin-top: 70px;
}

.heading-2 {
  font-family: 'Nhaasgroteskdspro 55rg', sans-serif;
}

.main-logo-container {
  width: 100%;
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="scrollfadein"] {
  opacity: 0.21;
}

@media (max-width: 991px) {
  .header {
    background-image: none;
  }
  .section.hero {
    height: 80%;
    background-image: none;
  }
  .body {
    background-position: 50% 0px;
    background-size: 140%;
  }
  .title-sponsor {
    font-size: 16px;
  }
  .link-sponsor {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fragment-01 {
    display: none;
  }
  .fragment-02 {
    display: none;
  }
  .fragment-03 {
    display: none;
  }
  .fragment-04 {
    display: none;
  }
  .fragment-05 {
    display: none;
  }
  .fragment-06 {
    display: none;
  }
}

@media (max-width: 767px) {
  .header {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .header-logo {
    width: 50%;
    background-position: 50% 50%;
    text-align: center;
  }
  .button {
    width: 50%;
  }
  .heading {
    font-size: 43px;
    line-height: 47px;
  }
  .logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-sponsor {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .header-logo {
    background-position: 50% 50%;
  }
  .section.program {
    padding: 0px 20px 20px;
  }
  .section.hero {
    height: 100%;
    padding: 20px;
    background-image: none;
  }
  .section.description {
    padding: 20px;
  }
  .body {
    background-position: 50% 0px;
    background-size: 150%;
  }
  .heading {
    font-size: 38px;
    line-height: 40px;
  }
  .section-partner {
    padding: 20px;
  }
  .title-sponsor {
    margin-bottom: 20px;
  }
  .logo-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-sponsor {
    width: 50%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .link-sponsor.gummy-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .hero-title {
    font-size: 16px;
    line-height: 19px;
  }
  .fragment-01 {
    display: none;
  }
  .fragment-02 {
    display: none;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 23px;
  }
  .fragment-03 {
    display: none;
  }
  .fragment-04 {
    display: none;
  }
  .button-2 {
    left: 50px;
    top: auto;
    right: 50px;
    bottom: 50px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Nhaasgroteskdspro 65md';
  src: url('../fonts/NHaasGroteskDSPro-65Md.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 55rg';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}