:root {
  --light-primary: #ffffff;
  --light-grey: #ffffff50;
  --bg-primary: #312e2b;
  --bg-secondary: rgba(0, 0, 0, 0.2);
  --border-radius-10: 10px;
  --border-radius-5: 5px;
  --border-radius-3: 3px;
  --accent-green: #81b64c;
  --accent-blue: #008cd1;
  --accordion-bg: rgba(255, 255, 255, 0.05);
  --description-text: rgba(255, 255, 255, 0.5);
}

* {
  box-sizing: border-box;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  background: var(--bg-primary);
  color: var(--light-primary);
}

.event-info-tab-info-component {
  padding: 0;
}

.layout-component h2,
.layout-component h3,
.layout-component h4 {
  font-family: "Chess Sans";
}

.layout-component h2,
.layout-component h3,
.layout-component h4,
.layout-component p,
.content h2,
.content h3,
.content h4,
.content p,
.post-view-content h1,
.post-view-content h2,
.post-view-content h3,
.post-view-content h4,
.post-view-content p {
  margin: 0;
}

.full-width-wrap {
  padding: 0 !important;
}

.layout-component {
  color: var(--light-primary);
  display: block;
  margin: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  max-width: 100%;
  padding: 0 !important;
}

.post-view-content img {
  max-width: unset !important;
  min-width: unset !important;
}

h1 {
  font-family: "Chess Sans";
  text-align: left;
  font-size: 90px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 27px;
}

h2 {
  font-family: "Chess Sans";
  text-align: left;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 63px;
}

h3 {
  font-family: "Chess Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  color: var(--light-primary);
}

.subtitle {
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: "Chess Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}

.btn-primary {
  margin-top: 27px;
  border-radius: var(--border-radius-5);
  background: var(--accent-green);
  color: var(--light-primary) !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  border: none;
  max-width: max-content;
  box-shadow: var(--shadow-box-s);
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none !important;
}

.btn-secondary {
  background: #e3aa24;
  margin-top: 27px;
  border-radius: var(--border-radius-5);
  color: var(--light-primary) !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  border: none;
  max-width: max-content;
  box-shadow: var(--shadow-box-s);
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none !important;
  border-bottom: 1px solid #00000033;
}

.btn-primary.large,
.btn-secondary.large {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 24px;
}

.btn-primary.large:hover {
  background: linear-gradient(
      0deg,
      rgba(178, 224, 104, 0.5) 0%,
      rgba(178, 224, 104, 0.5) 100%
    ),
    #81b64c;
  box-shadow: 0px -4px 16px 0px rgba(69, 117, 60, 0.5) inset,
    0px -1px 0px 0px #45753c inset;
}

.btn-secondary:hover {
  background: linear-gradient(
      0deg,
      rgba(235, 197, 77, 0.5) 0%,
      rgba(235, 197, 77, 0.5) 100%
    ),
    #d1a328;
  box-shadow: 0px -4px 16px 0px rgba(179, 143, 24, 0.5) inset,
    0px -1px 0px 0px #c4a527 inset;
}

section {
  height: 100vh;
}

.section-content {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.hero {
  background-image: url("https://images.chesscomfiles.com/uploads/ad_image/21571.0094dc92.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .section-content {
  align-items: end;
  height: 100%;
}

.hero .section-content .text-container {
  max-width: 562px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.learn-more {
  background-image: url("https://images.chesscomfiles.com/uploads/ad_image/21573.0a62431d.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.learn-more .section-content {
  position: relative;
  justify-content: center;
  height: 100%;
}

.learn-more .section-content h3 {
  max-width: 562px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #000000 0%,
    rgba(0, 0, 0, 0) 100%
  );
  text-align: center;
}

.info {
  background: #000;
}

.info .section-content {
  height: 100%;
  max-width: 790px;
  align-items: start;
}

.signature {
  color: var(--color-text-default, rgba(255, 255, 255, 0.72));
  text-shadow: 0px 0px 30px #000;
  font-family: "Chess Sans";
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 116.129% */
  margin-top: 27px;
  text-align: left;
}

@media screen and (max-width: 1248px) {
  .section-content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 760px) {
  h1 {
    font-size: 56px;
    line-height: 100%; /* 42px */
  }

  h2 {
    font-size: 36px;
    line-height: normal;
  }

  h3 {
    font-size: 31px;
    line-height: 36px; /* 116.129% */
  }
  .signature {
    margin-top: 27px;
  }

  .hero .section-content {
    align-items: center;
  }

  .hero .section-content .text-container {
    max-width: 231px;
    align-items: center;
  }

  .hero h1 {
    margin-bottom: 12px;
  }

  .hero .btn-secondary {
    margin-top: 12px;
  }

  .learn-more .section-content h3 {
    text-align: center;
    font-size: 42px;
    line-height: 1em;
  }

  .learn-more .section-content {
    max-width: 292px;
  }
  .subtitle {
    text-align: center;
    color: var(--color-text-default, rgba(255, 255, 255, 0.72));
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
  }
  .hero {
    background-position: 40%;
  }

  .info {
    min-height: 100vh;
    height: 100%;
  }
}
