@font-face {
  font-family: "Tt Commons Cufonfonts 1";
  src: url('../fonts/tt-commons-cufonfonts-1.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-ExtraBold.otf') format("opentype"), url('../fonts/TT-Commons-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-ExtraBold-Italic.otf') format("opentype"), url('../fonts/TT-Commons-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-ExtraLight-Italic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Thin-Italic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Black-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-DemiBold-Italic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Commons;
  src: url('../fonts/TT-Commons-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.page-wrapper {
  background-color: #0b0902;
  overflow: clip;
}

.main-wrapper {
  overflow: visible;
}

.hero-section {
  padding: 0 20px 5px;
}

.p_g {
  border-radius: 24px;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.p_g._100px {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.p_g._100px.less {
  padding-left: 20px;
  padding-right: 20px;
}

.p_g._80px {
  padding-left: 80px;
  padding-right: 80px;
}

.p_g.background-image._20px {
  background-image: url('../images/Frame-16.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.p_g.background-image._20px.realtive {
  background-image: radial-gradient(circle, #000, #fff0), url('../images/Frame-20.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.c_t._1240-px {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p_t {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.p_t._60px {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.p_t._200 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 0;
  font-family: Tt Commons, Arial, sans-serif;
  font-weight: 600;
  display: flex;
}

.p_t._200.gap {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
}

.p_t._150px {
  flex-flow: column;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.p_t._150 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.p_t._150.relative {
  position: relative;
}

.p_t._175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.swiper-wrapper {
  border-radius: 24px;
}

.swiper-slide {
  background-color: #000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-animate {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.heading-animate.less {
  font-weight: 400;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  width: 481px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.paragraph._0-spacing {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
}

.frame-4 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-wrapper {
  grid-row-gap: 10px;
  border: 0 solid #fff;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.button-cta {
  grid-column-gap: 10px;
  background-color: #e9bb73;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.cta-text {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-3 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-limage {
  object-fit: cover;
}

.content-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 742px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.content-wrapper._1st {
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0%;
  margin-bottom: 0;
  position: static;
  inset: auto 0%;
}

.content-wrapper.in-slide {
  display: none;
}

.content-wrapper.no-absolute {
  margin-bottom: 0;
  position: static;
}

.swiper-pagination {
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 25%;
}

.swiper {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: clip;
}

.background-video {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video._3rd-video {
  display: block;
}

.div-block-2 {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: absolute;
  inset: 0%;
}

.scroll-down-wrapper {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-text {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.our-story-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.counter {
  color: #e9bb73;
  text-align: center;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
}

.small-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text---logos {
  opacity: .5;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text---logos.color-change {
  opacity: 1;
  color: #e9bb73;
  margin-bottom: 26px;
}

.text---logos._100 {
  opacity: 1;
}

.text---logos.story {
  color: #fff;
  font-size: 60px;
}

.analytics-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-top: 106px;
  display: flex;
}

.featured-games {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 44px;
}

.h2-heading.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.h2-heading.horizontal.top-less {
  margin-top: 0;
}

.h2-heading.horizontal.top-less.left {
  text-align: left;
  font-weight: 500;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.card-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  margin-top: 120px;
  display: grid;
}

.card-wrap {
  border: 1px solid #fff3;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 8px 8px 20px;
  display: flex;
}

.card-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  display: block;
}

.text-wrap {
  grid-column-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-20 {
  grid-column-gap: 8px;
  border: 0 solid #fff;
  border-left-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.star-filled {
  object-fit: cover;
}

.text-12 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-18 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 23px;
  text-decoration: none;
  display: flex;
}

.frame-18._4 {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 4px;
  display: none;
}

.frame-18.less {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 0;
  display: grid;
}

.frame-18.grid {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: none;
}

.frame-18._3 {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: none;
}

.frame-2 {
  grid-column-gap: 10px;
  background-color: #ffff781a;
  border-radius: 99999px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.frame-2.hide {
  display: none;
}

.text-13 {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.para-light {
  color: #fff9;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.dicord-link {
  grid-column-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 9px;
  text-decoration: none;
  display: flex;
}

.dicord-link.margin {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 20px;
  display: grid;
}

.discord {
  object-fit: cover;
}

.text-15 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.car-image {
  width: 100%;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 0;
  display: flex;
}

.frame-26 {
  grid-column-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.website {
  object-fit: cover;
}

.text-17 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-21 {
  border: 0 solid #fff;
  border-left-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.div-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: none;
}

.welcome-section {
  background-image: linear-gradient(#0b0902, #0006 46%, #0b0902), url('../images/bg_triumph_website.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 20px;
}

.text-19 {
  color: #fff;
  text-align: center;
  width: 798px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 120px;
  display: flex;
}

.welcome-analytics {
  width: 200px;
}

.logo-track {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.logo-item {
  width: 138px;
  margin-right: 24px;
}

.road-map {
  overflow: hidden;
}

.road-map.hide {
  display: none;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 24px;
  background-color: #ffffff0d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 0;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.card._384-margin {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #17150f;
  height: 200px;
  margin-bottom: 0;
}

.card._384-margin.color-fixed {
  background-color: #24220e;
  margin-bottom: 20px;
}

.card.no {
  margin-bottom: 0;
}

.card.border {
  border: 1px solid #fefe78;
}

.card._300 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #17150f;
  height: 200px;
  margin-left: 0;
}

.card._300.color-fixed {
  background-color: #24220d;
  margin-bottom: 16px;
}

.crad-content-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 152px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-21 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.our-team-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  margin-top: 76px;
  display: grid;
}

.our-team-content-card.card-wrap {
  text-decoration: none;
}

.logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  display: flex;
}

.logo-track-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.logo-item-left {
  object-fit: fill;
  width: 130px;
}

.form-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
}

.text-field {
  background-color: #1a1a1a;
  border: 0 solid #000;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 12px;
  padding: 21.5px 16px;
  font-size: 18px;
  font-weight: 400;
}

.text-field:focus {
  color: #fff;
}

.submit-button {
  color: #000;
  background-color: #e9bb73;
  margin-top: 60px;
  padding: 10px 31px;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
  position: relative;
}

.custom-select {
  color: #333;
  background-color: #1a1a1a;
  border: 0 solid #000;
  border-radius: 12px;
  width: 589.5px;
  height: 65px;
  margin-bottom: 0;
  padding: 21.5px 16px;
  font-size: 18px;
  font-weight: 400;
}

.custom-select:focus {
  color: #999;
}

.div-block-15 {
  margin-top: 60px;
}

.checkbox-label {
  font-size: 16px;
}

.checkbox-label-2 {
  color: #fff;
  margin-top: -3px;
  margin-left: 12px;
}

.checkbox {
  color: #1a1a1a;
  background-color: #1a1a1a;
  border-radius: 4px;
  flex: none;
  margin-top: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.link {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.link-2 {
  color: #fff;
  margin-left: 5px;
}

.link-3 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-section {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding: 20px;
  display: flex;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
}

.end-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

.link-terms-conditions-and-privacy-policy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.logo.absolute {
  opacity: 0;
}

.navbar-absolute {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 1% 0;
  display: flex;
  position: fixed;
  left: 2.5%;
  right: 2.5%;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-16 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff24;
  border-radius: 1000px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-slider {
  margin-top: 0;
}

.logo-track-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.logo-item-right {
  width: 130px;
}

.country-field {
  background-color: #1a1a1a;
  border: 0 solid #000;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 0;
  padding: 21.5px 16px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.country-field:focus {
  color: #fff;
}

.image-4 {
  width: 149px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 3% 0% 0%;
}

.image-4.not {
  position: static;
}

.road-milestone---wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  background-color: #e9bb7380;
  border-radius: 10000px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 320vw;
  margin-top: 60px;
  padding: 5px;
  display: grid;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 0 35px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 320vw;
  margin-top: 60px;
  display: grid;
}

.div-block-23.bottom {
  margin-left: 100px;
}

.div-block-24 {
  width: 320vw;
  overflow: clip;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 340.977px;
  display: flex;
}

.image-8 {
  border-radius: 24px;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
  top: 18.7656px;
}

.menu-button-2 {
  padding: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.menu-button-2.w--open {
  background-color: #c8c8c800;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav {
  color: #fff;
  text-align: center;
  padding: 15px;
  font-family: Tt Commons, Arial, sans-serif;
  font-size: 20px;
}

.nav:focus {
  color: #fff;
}

.nav-menu-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #c8c8c824;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 285px;
  margin-top: 0;
  padding: 20px;
  display: flex;
  inset: auto 1% auto auto;
}

.brand {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0% auto auto;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-9 {
  object-fit: fill;
  border-radius: 24px;
}

.image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  border-radius: 24px;
}

.body {
  background-color: #0b0902;
}

.milestone-section {
  z-index: 0;
  height: 700vh;
  display: block;
  position: relative;
}

.wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 23px;
  margin-bottom: 23px;
  display: grid;
}

.div-block-30 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 23px;
  margin-bottom: 23px;
  display: grid;
}

.div-block-33, .div-block-34 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 23px;
  margin-bottom: 23px;
  display: grid;
}

.div-block-36, .div-block-37 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-38 {
  margin-top: 60px;
}

.italic-text {
  font-size: 48px;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    background-color: #0b0902;
  }

  .p_g._100px {
    width: 100%;
  }

  .p_g.background-image._20px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .p_g.background-image._20px.realtive {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .c_t._1240-px {
    width: 100%;
    max-width: 1240px;
  }

  .p_t._60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .swiper-slide {
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
  }

  .heading-animate {
    font-family: Tt Commons, Arial, sans-serif;
    font-size: 75px;
    font-weight: 600;
  }

  .paragraph {
    width: 488px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: Tt Commons, Arial, sans-serif;
    font-size: 20px;
  }

  .content-wrapper {
    width: 759px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .content-wrapper._1st {
    margin-top: 0%;
    top: 0%;
  }

  .counter {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
  }

  .small-text {
    text-align: center;
  }

  .featured-games {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-20 {
    margin-top: 0;
  }

  .frame-18._4 {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .frame-18.less {
    display: flex;
  }

  .frame-18.grid {
    display: none;
  }

  .dicord-link.margin {
    display: flex;
  }

  .div-block-5 {
    max-width: 100%;
  }

  .end-text-container {
    padding-bottom: 0;
  }

  .div-block-25 {
    width: 390px;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
  }

  .div-block-36 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}

@media screen and (min-width: 1920px) {
  .p_g._100px {
    justify-content: center;
    align-items: flex-start;
  }

  .p_g._80px {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .p_g.background-image._20px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .welcome-section {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .card.border._300 {
    border-color: #fefe7800;
  }

  .road-milestone---wrapper {
    margin-right: 0;
  }

  .div-block-21 {
    background-image: linear-gradient(88deg, #795338, #daac46 76%);
    width: 250vw;
  }

  .div-block-23.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 250vw;
  }

  .div-block-23.bottom {
    width: 250vw;
    margin-left: 250px;
  }

  .div-block-25 {
    width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    overflow: visible;
  }

  .main-wrapper {
    overflow: clip;
  }

  .p_g._100px, .p_g._80px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p_t._200, .p_t._200.gap {
    padding-top: 100px;
  }

  .p_t._150.relative {
    padding-bottom: 100px;
  }

  .p_t._175 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-animate {
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph {
    font-size: 18px;
  }

  .content-wrapper._1st {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    padding-top: 0;
    top: auto;
    overflow: visible;
  }

  .counter {
    font-size: 45px;
  }

  .small-text, .text---logos {
    font-size: 22px;
  }

  .analytics-wrapper {
    flex-flow: column;
  }

  .h2-heading {
    font-size: 45px;
    line-height: 40px;
  }

  .card-contain {
    grid-template-columns: 1fr 1fr;
  }

  .text-11 {
    font-size: 24px;
  }

  .div-block-5 {
    padding-left: 5px;
  }

  .text-19 {
    width: 100%;
    font-size: 50px;
  }

  .div-block-7 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .road-map.hide {
    display: flex;
  }

  .card._384-margin.color-fixed, .card._300.color-fixed {
    max-width: 100%;
  }

  .text-20 {
    font-size: 22px;
  }

  .our-team-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .form-container {
    grid-template-columns: 1fr;
  }

  .form-block {
    margin-top: 20px;
  }

  .custom-select {
    width: 100%;
  }

  .footer-section {
    padding: 10px;
  }

  .end-text-container {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo.absolute {
    display: none;
  }

  .navbar-absolute {
    padding: 40px 20px 0;
  }

  .div-block-16 {
    position: static;
  }

  .image-3 {
    width: 100%;
  }

  .image-4 {
    top: 6%;
  }

  .div-block-24 {
    width: 100%;
  }

  .container, .nav.hide-small {
    display: block;
  }

  .nav-menu-2 {
    right: 2.5%;
  }

  .milestone-section {
    display: none;
  }

  .div-block-38 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    overflow: visible;
  }

  .p_t._150px, .p_t._175 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-animate {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 16px;
  }

  .content-wrapper._1st {
    justify-content: center;
    align-items: center;
  }

  .content-wrapper.no-absolute {
    width: 100%;
  }

  .counter {
    font-size: 40px;
  }

  .small-text, .text---logos {
    font-size: 20px;
  }

  .text---logos._100 {
    font-size: 18px;
  }

  .text---logos.story {
    font-size: 46px;
  }

  .analytics-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    margin-top: 60px;
  }

  .h2-heading {
    font-size: 35px;
    line-height: 30px;
  }

  .card-contain {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .text-11 {
    font-size: 25px;
  }

  .text-19 {
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    margin-bottom: 20px;
  }

  .card._384-margin {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .card.no {
    margin-bottom: 20px;
  }

  .our-team-content-wrapper {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .logo-wrapper {
    margin-top: 60px;
  }

  .contact-section {
    height: 100%;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .end-text-container {
    padding-bottom: 10px;
  }

  .navbar-absolute {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    inset: 0% 0% auto;
  }

  .div-block-16 {
    position: static;
    right: 2%;
  }

  .image-4.not {
    display: block;
  }

  .navbar-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container {
    flex: 0 auto;
  }

  .nav-menu-2 {
    right: 2rem;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .main-wrapper {
    height: 100%;
  }

  .hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p_g._100px {
    flex-flow: row;
    overflow: visible;
  }

  .p_g._80px {
    padding-left: 0;
    padding-right: 0;
  }

  .p_g.background-image._20px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p_t._150.relative {
    padding-bottom: 0;
  }

  .swiper-slide {
    padding-top: 40px;
  }

  .heading-animate {
    font-size: 35px;
    line-height: 35px;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .frame-4 {
    grid-column-gap: 0px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .button-wrapper {
    border-right-width: 0;
    padding-right: 0;
  }

  .cta-text {
    font-size: 16px;
  }

  .content-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper._1st {
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
  }

  .counter {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .small-text {
    letter-spacing: 0;
    font-size: 18px;
  }

  .text---logos.color-change {
    font-size: 18px;
  }

  .text---logos.story {
    font-size: 37px;
  }

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

  .h2-heading {
    letter-spacing: 0;
    font-size: 30px;
  }

  .h2-heading.horizontal {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .text-wrap {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-11 {
    letter-spacing: 0;
    font-size: 20px;
  }

  .text-12 {
    letter-spacing: 0;
  }

  .frame-18 {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-18._4 {
    margin-bottom: 12px;
  }

  .para-light {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .dicord-link.margin {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-5 {
    margin-left: 5px;
    padding-left: 0;
  }

  .text-19 {
    letter-spacing: 0;
    font-size: 29px;
    line-height: 30px;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    place-items: start center;
    margin-top: 50px;
  }

  .card, .card._384-margin {
    max-width: 100%;
  }

  .text-20, .text-21 {
    font-size: 18px;
  }

  .our-team-content-card.card-wrap {
    border-radius: 24px;
  }

  .logo-wrapper {
    margin-top: 30px;
  }

  .end-text-container {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: center stretch;
    padding-bottom: 0;
    display: flex;
  }

  .link-terms-conditions-and-privacy-policy {
    text-align: center;
    font-size: 14px;
  }

  .logo {
    display: none;
  }

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

  .image-3, .body {
    overflow: visible;
  }

  .div-block-29 {
    grid-row-gap: 6px;
  }

  .div-block-30 {
    flex-flow: column;
  }

  .div-block-32 {
    grid-row-gap: 6px;
    grid-template-rows: auto;
  }

  .div-block-33, .div-block-34 {
    flex-flow: column;
  }

  .div-block-35 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-36, .div-block-37 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }
}

#w-node-_365691cb-ce8d-b129-4477-4cf54673faa3-02b91cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433933d7-80c5-7b29-b879-335877a60dfe-02b91cc2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f55-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f57-02b91cc2 {
  justify-self: end;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f5e-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f60-02b91cc2 {
  justify-self: end;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f67-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f69-02b91cc2 {
  justify-self: end;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f70-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f72-02b91cc2 {
  justify-self: end;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f79-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f7b-02b91cc2 {
  justify-self: end;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f82-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f84-02b91cc2 {
  justify-self: end;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f8b-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f8d-02b91cc2 {
  justify-self: end;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f94-02b91cc2 {
  place-self: end start;
}

#w-node-_4e4f8d82-a4b4-a67e-6a32-0d66fbaa6f96-02b91cc2 {
  justify-self: end;
}

#w-node-_9d2256fd-dca7-3dee-104d-f0209b8f067e-02b91cc2 {
  place-self: end start;
}

#w-node-_9d2256fd-dca7-3dee-104d-f0209b8f0680-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be27ec-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be27ee-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be27f5-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be27f7-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be27fe-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2800-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2807-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2809-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2810-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2812-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2819-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be281b-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2822-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be2824-02b91cc2 {
  justify-self: end;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be282b-02b91cc2 {
  place-self: end start;
}

#w-node-a0703ac4-3771-f86f-41e9-64b486be282d-02b91cc2 {
  justify-self: end;
}

#w-node-a1797785-51ec-6dba-5bc0-bd6042a07df9-02b91cc2 {
  place-self: end start;
}

#w-node-a1797785-51ec-6dba-5bc0-bd6042a07dfb-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de6393fe-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639400-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639407-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639409-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639410-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639412-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639419-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de63941b-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639422-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639424-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de63942b-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de63942d-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639434-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de639436-02b91cc2 {
  justify-self: end;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de63943d-02b91cc2 {
  place-self: end start;
}

#w-node-_26393a4c-4a4d-a7a5-98c3-3350de63943f-02b91cc2 {
  justify-self: end;
}

#w-node-_7afebf04-7f89-8bbc-262c-2cd370bc1c14-02b91cc2 {
  place-self: auto center;
}

#w-node-ee32c1db-ad52-3a3d-7ea7-d36f60a08d79-02b91cc2 {
  place-self: center;
}

#w-node-a3c1eb94-f413-6e00-ec91-6b36066573bc-02b91cc2 {
  place-self: center end;
}

@media screen and (min-width: 1920px) {
  #w-node-a0703ac4-3771-f86f-41e9-64b486be27d6-02b91cc2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_7afebf04-7f89-8bbc-262c-2cd370bc1c14-02b91cc2 {
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5c87b435-d0de-6706-92d3-789e7a31840f-02b91cc2 {
    justify-self: end;
  }

  #w-node-a3c1eb94-f413-6e00-ec91-6b36066573bc-02b91cc2 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c87b435-d0de-6706-92d3-789e7a31840f-02b91cc2 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-ee32c1db-ad52-3a3d-7ea7-d36f60a08d79-02b91cc2 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-a3c1eb94-f413-6e00-ec91-6b36066573bc-02b91cc2 {
    grid-area: 2 / 1 / 4 / 3;
    place-self: center start;
  }
}


@font-face {
  font-family: 'Tt Commons Cufonfonts 1';
  src: url('../fonts/tt-commons-cufonfonts-1.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-ExtraBold.otf') format('opentype'), url('../fonts/TT-Commons-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-ExtraBold-Italic.otf') format('opentype'), url('../fonts/TT-Commons-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-DemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Commons';
  src: url('../fonts/TT-Commons-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}