* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Assistant", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  direction: ltr;
  overflow-x: hidden;
}
body.home {
  position: relative;
}

main {
  margin: 0;
}

.container {
  width: 135rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
    margin: 0;
  }
}

.decorative-image {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hidden-content {
  display: none;
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .mobile {
    display: initial;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.tt-wrapper {
  background: #0a1020;
  font-family: "Assistant", "Segoe UI", system-ui, sans-serif;
  color: #ffffff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}
.tt-wrapper * {
  box-sizing: border-box;
}
.tt-wrapper a {
  color: #84bce9;
  text-decoration: none;
  transition: color 0.3s ease;
}
.tt-wrapper a:hover {
  color: #b6d8f5;
}
.tt-wrapper .tt-bg-glow {
  position: absolute;
  top: -320px;
  left: 50%;
  transform: translateX(-50%);
  width: 1240px;
  height: 940px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 188, 233, 0.16) 0%, rgba(10, 16, 32, 0) 68%);
  z-index: 0;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-bg-glow {
    top: -230px;
    width: 720px;
    height: 660px;
  }
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-bg-glow-footer {
    background: radial-gradient(circle, rgba(132, 188, 233, 0.16) 0%, rgba(10, 16, 32, 0) 68%);
    position: absolute;
    bottom: -17rem;
    width: 100%;
    height: 50%;
    border-radius: 50%;
  }
}
.tt-wrapper .tt-container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .tt-wrapper .tt-container {
    padding-top: 50px;
  }
}
.tt-wrapper .tt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tt-wrapper .tt-btn-outline {
  height: 46px;
  padding: 0 28px;
  border: 1px solid rgba(132, 188, 233, 0.55);
  color: #84bce9;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-btn-outline {
    height: 44px;
    padding: 0 22px;
    font-size: 15px;
  }
}
.tt-wrapper .tt-btn-solid {
  height: 62px;
  padding: 0 46px;
  margin-top: 32px;
  background: #84bce9;
  color: #0b2233;
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-btn-solid {
    height: 58px;
    margin-top: 30px;
    font-size: 20px;
    width: 100%;
  }
}
.tt-wrapper .tt-btn-solid:hover {
  background: #b6d8f5;
  color: #0b2233;
}
.tt-wrapper .tt-header {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px 80px;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-header {
    padding: 16px 20px;
  }
}
.tt-wrapper .tt-header .tt-logo {
  height: 44px;
  width: auto;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-header .tt-logo {
    height: 34px;
  }
}
.tt-wrapper .tt-hero {
  position: relative;
  min-height: 800px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero {
    min-height: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
}
.tt-wrapper .tt-hosts {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hosts {
    width: 100%;
    max-width: 100%;
    height: 350px;
    position: absolute;
    top: 24vw;
  }
}
.tt-wrapper .tt-hosts .tt-host {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 450px;
  height: auto;
}
.tt-wrapper .tt-hosts .tt-host.tt-host-a {
  left: 0;
}
.tt-wrapper .tt-hosts .tt-host.tt-host-b {
  right: 0;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hosts .tt-host {
    width: 210px;
  }
  .tt-wrapper .tt-hosts .tt-host.tt-host-a {
    left: 0;
    top: 30px;
    bottom: auto;
  }
  .tt-wrapper .tt-hosts .tt-host.tt-host-b {
    right: 0;
    top: 30px;
    bottom: auto;
  }
}
.tt-wrapper .tt-hero-content {
  position: relative;
  width: 660px;
  padding-top: 40px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content {
    width: 100%;
    padding: 30px;
  }
}
.tt-wrapper .tt-hero-content .tt-live-logo {
  width: 306px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content .tt-live-logo {
    width: 195px;
    margin-bottom: 19rem;
  }
}
.tt-wrapper .tt-hero-content .by-logo {
  width: 10rem;
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content .by-logo {
    width: 7rem;
  }
}
.tt-wrapper .tt-hero-content .by-text {
  margin: 0 0 3rem;
  font-size: 16px;
  color: #cbd5e1;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content .by-text {
    margin: 0;
  }
}
.tt-wrapper .tt-hero-content .tt-title {
  font-family: "Karantina", sans-serif;
  font-weight: 700;
  font-size: 106px;
  line-height: 0.84;
  margin: 30px 0 0;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content .tt-title {
    font-size: 68px;
    margin-top: 24px;
  }
}
.tt-wrapper .tt-hero-content .tt-subtitle {
  max-width: 560px;
  margin: 26px auto 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  color: #cbd5e1;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content .tt-subtitle {
    font-size: 18px;
    margin-top: 18px;
  }
}
.tt-wrapper .tt-hero-content .tt-event-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
  font-size: 22px;
  font-weight: 500;
  color: #84bce9;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content .tt-event-info {
    flex-direction: row;
    gap: 6px;
    font-size: 18px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .tt-wrapper .tt-hero-content .tt-event-info .tt-break-mobile {
    width: 100%;
  }
}
.tt-wrapper .tt-hero-content .tt-event-info .tt-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(132, 188, 233, 0.55);
}
.tt-wrapper .tt-hero-content .tt-note {
  margin: 16px 0 0;
  font-size: 15px;
  color: #8b9bb4;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hero-content .tt-note {
    font-size: 14px;
    margin-top: 14px;
  }
}
.tt-wrapper .tt-footer {
  margin: 0 80px;
  padding: 26px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-footer {
    margin: 30px 20px 0;
    padding: 24px 0 36px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
}
.tt-wrapper .tt-footer .tt-copy {
  font-size: 15px;
  color: #8b9bb4;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-footer .tt-copy {
    font-size: 14px;
  }
}
.tt-wrapper .tt-footer .tt-links {
  display: flex;
  gap: 26px;
  font-size: 15px;
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-footer .tt-links {
    gap: 20px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .tt-wrapper .tt-hide-mobile {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */