*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Jost", sans-serif;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  padding: 2rem 1rem 0;
  text-align: center;
}
.header__inner {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.header__title__link {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-transform: none;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 576px) {
  .header__title__link {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) {
  .header__title__link {
    font-size: 4rem;
  }
}
.header__rule {
  border: none;
  max-width: 900px;
  margin: 0 auto;
}
.header__orange {
  color: #e26304;
}

.nav__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  gap: 0;
}
.nav__item {
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .nav__item {
    font-size: 0.85rem;
    padding: 0.25rem 1rem;
  }
}
.nav__divider {
  width: 1px;
  height: 14px;
  background-color: #a0acb3;
  flex-shrink: 0;
}

.content {
  flex: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .content {
    padding: 3rem 1rem;
  }
}

.divider {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 1px;
}
.divider__inner {
  background: rgb(202.5, 209.1315789474, 213);
  height: 1px;
  max-width: calc(900px - 2rem);
  width: 100%;
}

.video {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .video {
    margin-bottom: 3rem;
  }
}
.video__card {
  border-radius: 2px;
  overflow: hidden;
}
.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.announcement {
  text-align: center;
  padding: 2rem 0;
}
.announcement__heading {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #000000;
}
@media (min-width: 576px) {
  .announcement__heading {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .announcement__heading {
    font-size: 3rem;
  }
}
.announcement__event {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #333;
}
@media (min-width: 576px) {
  .announcement__event {
    font-size: 1.25rem;
  }
}
.announcement__contact {
  font-size: 1.1rem;
  font-weight: 400;
  color: #555;
}
.announcement__contact a {
  color: #e26304;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.announcement__contact a:hover {
  border-bottom-color: #e26304;
}

.legal {
  padding: 1rem 0 2rem;
}
.legal__title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  color: #000000;
}
@media (min-width: 576px) {
  .legal__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .legal__title {
    font-size: 2.6rem;
  }
}
.legal__section {
  margin-bottom: 2rem;
}
.legal__section:last-child {
  margin-bottom: 0;
}
.legal__heading {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a0acb3;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .legal__heading {
    font-size: 1.05rem;
  }
}
.legal__text {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 0.4rem;
}
.legal__text:last-child {
  margin-bottom: 0;
}
.legal__address {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 0.4rem;
}
.legal__subsection {
  margin-top: 1.5rem;
}
.legal__subheading {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.5rem;
}
.legal__subsubheading {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a0acb3;
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
}
.legal__list {
  margin: 0.5rem 0 0.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.legal__list li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #000000;
}
.legal__text--meta {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #a0acb3;
}
.legal__link {
  color: #e26304;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.legal__link:hover {
  border-bottom-color: #e26304;
}

.footer {
  color: #000000;
}
.footer__logo {
  width: auto;
  height: 6rem;
}
.footer__logo__efu {
  height: 9rem;
}
.footer__logo__outer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__logo__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  padding: 2rem 1rem;
  width: 100%;
}
.footer__inner {
  padding: 1.5rem 1rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.footer__domain {
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  opacity: 0.85;
}
.footer__legals {
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #e26304;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.footer__legals:hover {
  border-bottom-color: #e26304;
}

/*# sourceMappingURL=styles.css.map */
