@font-face {
  font-family: Comfortaa;
  src: url('../fonts/Comfortaa-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comfortaa;
  src: url('../fonts/Comfortaa-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comfortaa;
  src: url('../fonts/Comfortaa-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comfortaa;
  src: url('../fonts/Comfortaa-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --bg-card: #181715cc;
  --white: white;
  --cream: #efe5d7;
  --black: black;
  --small-text: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.new-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._3-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.features-metrics {
  grid-row-gap: 32px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.metric {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.metric-value {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.conteiner {
  grid-column-gap: 95px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.div {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-2 {
  grid-column-gap: 40px;
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-3 {
  grid-column-gap: 40px;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-4 {
  grid-column-gap: 40px;
  opacity: .01;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.new-page-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 60px 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-5 {
  grid-column-gap: 40px;
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-6 {
  grid-column-gap: 40px;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-7 {
  grid-column-gap: 40px;
  opacity: .01;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #1c1c1c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.body-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-8 {
  grid-column-gap: 40px;
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-9 {
  grid-column-gap: 40px;
  opacity: .1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.div-10 {
  grid-column-gap: 40px;
  opacity: .01;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.body-regular {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-11 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-12 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.text-6 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-13 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-72 {
  grid-row-gap: 24px;
  background-color: #262525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 279px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.error-c54abab1-a954-dac8-37a1-dff8888e059f {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.div-14 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.image-1 {
  object-fit: cover;
}

._2012-2018-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 60px 40px;
  text-decoration: none;
  display: flex;
}

.div-15 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-16 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

._2012-2018-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-17 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-18 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

._1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.figma-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.figma-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 60px 40px;
  text-decoration: none;
  display: flex;
}

.figma-div {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.figma-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.figma-text-2 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.figma-div-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.figma-text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.figma-frame-72 {
  grid-row-gap: 24px;
  background-color: #262525;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 279px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.error-f9b9df49-0417-38c0-62d0-c01fa05f7969 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.figma-div-3 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.figma-image-1 {
  object-fit: cover;
}

.figma-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.figma-2012-2018-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.figma-2012-2018-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-19 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-20 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-21 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-22 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-23 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.div-24 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._2012-2018-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

._2012-2018-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
}

.section-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px;
  text-decoration: none;
  display: flex;
}

.div-25 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

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

.error-2056f21f-4d75-35ea-772f-ee8531623d9d {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-26 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.property-1-variant2 {
  object-fit: cover;
}

.div-28 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.div-29 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

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

.text-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-73 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.div-30 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-74 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-23 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

._2013-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

._2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.content-wraper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-6 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-31 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.div-32 {
  grid-row-gap: 24px;
  background-color: #17161b;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.div-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.div-34 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}

.frame-71 {
  grid-column-gap: 4.89796px;
  background-color: #000;
  border-radius: 3.91837px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7.83674px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.32653px;
  height: 8.32653px;
  text-decoration: none;
  display: flex;
}

.div-35 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-75 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.quote {
  grid-row-gap: 60px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-36 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-30 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.error-ae24e4d9-433c-e568-4dd2-fb2f67e5930a {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-77 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-78 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-79 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.quote-2 {
  grid-row-gap: 40px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-37 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-80 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-33 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.div-38 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-81 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-82 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-83 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.container-7 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-39 {
  grid-row-gap: 24px;
  background-color: #17161b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.div-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.property-1-variant2-2 {
  object-fit: cover;
}

.div-41 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}

.frame-84 {
  grid-column-gap: 4.89796px;
  background-color: #000;
  border-radius: 3.91837px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 7.83674px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.32653px;
  height: 8.32653px;
  text-decoration: none;
  display: flex;
}

.frame-85 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.error-89aae9e2-1bef-0745-8972-28dad3bf5061 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

._3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.main-content {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.text-body {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.text-body.info {
  grid-column-gap: 24px;
}

.text-body.number {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-body.quote {
  background-color: #26252500;
  padding: 0;
  font-style: italic;
  line-height: 100%;
}

.body-text-big {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.error-248e6864-35fd-dda8-8dcf-49d2fe5a4966 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.image {
  grid-row-gap: 8px;
  background-color: #17161b;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  padding: 16px 16px 24px;
  text-decoration: none;
  display: flex;
}

.div-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.property-1-variant2-3 {
  object-fit: contain;
  height: 100%;
  position: static;
  overflow: visible;
}

.div-45 {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #898989;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.header {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.header.main {
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.h2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delagothicone, Impact, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-40 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.note {
  grid-row-gap: 24px;
  background-color: #181818;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.note.text {
  text-align: left;
  background-color: #26252500;
  border-top: 1px solid #5e5e5e;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;
}

.body-text-color {
  color: #f9dbb3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  overflow: visible;
}

._2013-2 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: underline;
}

._4 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.main-2 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.div-47 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.error-a79d65b1-5fc4-d81f-083a-42a594f38fdf {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.div-48 {
  grid-row-gap: 24px;
  background-color: #17161b;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.div-49 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 660px;
  display: flex;
}

.property-1-variant2-4 {
  object-fit: cover;
}

.div-50 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-43 {
  color: #898989;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: underline;
}

.div-51 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-45 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-87 {
  grid-row-gap: 24px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

._2013-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

._5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.quote-secondary {
  grid-row-gap: 60px;
  background-color: #181818;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-52 {
  grid-column-gap: 24px;
  background-color: #1c1c1c00;
  border-bottom: 1px solid #3f3f3f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 0 0 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-88 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-47 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-48 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.div-53 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.t1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.text-quote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-quote.main {
  justify-content: flex-start;
  align-items: flex-start;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-90 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.text-body-quote {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-body-quote.main {
  font-size: 40px;
  line-height: 40px;
}

.quote-4 {
  grid-row-gap: 60px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-54 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-92 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-51 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.div-55 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-52 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-93 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-94 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-95 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.quote-5 {
  grid-row-gap: 60px;
  background-color: #262525;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px 80px;
  text-decoration: none;
  display: flex;
}

.div-56 {
  grid-column-gap: 24px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.frame-96 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-54 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.text-55 {
  opacity: .4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: none;
}

.div-57 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.error-cbac38db-7580-61eb-c817-6928d6763435 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-97 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-98 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-99 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 71.0303px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-56 {
  color: #f9dbb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.frame-100 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-439 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #727272;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-430 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-58 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-59 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.error-cf4001da-8969-99af-1a27-ae3f57904aab {
  color: #727272;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.table-rows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template: "Area Area Area Area"
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px;
  display: flex;
}

.row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1c1c1c;
  border: 1px #000;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

.row:hover {
  background-color: #ff490180;
}

.row.data {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top-width: .5px;
  border-top-color: #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 24px 0;
  display: flex;
}

.row.hide {
  grid-template-columns: .5fr .5fr .25fr 1fr;
}

.row.color {
  background-color: #202020;
}

.row.td {
  background-color: #1c1c1c00;
  border-style: none;
  border-color: #000;
}

.row.out {
  background-color: #1c1c1c00;
}

.row.out:hover {
  background-color: #ff490180;
}

.row.mob {
  flex-flow: column;
}

.heading {
  opacity: 1;
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.row-header {
  color: #fff;
}

.row-date {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.row-text {
  color: #818181;
}

.row-data {
  color: #fff;
  margin-bottom: 0;
}

.columns-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-12 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.column-3 {
  height: 100%;
}

.column-4 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image-2 {
  opacity: 1;
  object-fit: cover;
  height: 100%;
  overflow: visible;
}

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

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
}

.div-block-4 {
  opacity: 1;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.h1 {
  color: #fff;
  text-align: left;
  font-family: Delagothicone, Impact, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 90%;
}

.nav-header-sticky {
  z-index: 100;
  color: #3330;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 4px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  padding-left: 0;
  display: flex;
}

.line {
  outline-offset: 0px;
  background-color: #000;
  border: 1px #000;
  outline: 3px #000;
  width: 22px;
  height: 2px;
}

.div-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.image-3 {
  height: 15px;
}

.div-block-7 {
  align-self: center;
}

.container-9 {
  width: 100%;
  max-width: 100%;
}

.div-block-8 {
  color: #616161;
}

.link {
  color: #f9dbb3;
  text-decoration: underline;
}

.btn-link {
  cursor: pointer;
  background-color: #262525;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 32px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.btn-link:hover {
  background-color: #26252500;
  border: 1px solid #262525;
}

.text-link {
  color: #f9dbb3;
  text-decoration: underline;
}

.text-link-white {
  color: #fff;
  text-decoration: underline;
}

.link-2, .link-3 {
  text-decoration: none;
}

.header-inner {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.bold-text {
  font-weight: 300;
}

.div-block-10 {
  color: #fff;
}

.div-block-11 {
  width: auto;
}

.open-menu {
  z-index: 101;
  background-color: #ffffffe6;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.space {
  height: 30px;
  margin-bottom: 0;
  font-size: 100%;
}

.social {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  opacity: .2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  padding: 24px;
  transition: opacity .4s;
  display: flex;
}

.social:hover {
  opacity: 100;
}

.link-4 {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.link-4:hover {
  color: silver;
}

.link-4.red {
  color: #fff;
}

.link-4.gray {
  color: #999;
  font-size: 13px;
}

.link-4.gray:hover {
  color: #c9c9c9;
}

.button {
  color: #fff;
  background-color: #3898ec00;
  font-size: 15px;
  text-decoration: none;
}

.div-block-12 {
  opacity: .2;
  background-color: #4d4d4d00;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  transition: opacity .2s;
}

.div-block-12:hover {
  opacity: 1;
}

.div-block-13 {
  background-color: #29292900;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 40px;
  display: flex;
}

.div-block-14 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 18px;
  margin-bottom: 5px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.div-block-16 {
  width: 100%;
  height: 100%;
}

.container-10 {
  background-color: #292929;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 310px;
  height: 100%;
  margin-left: 0;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.heading-2 {
  color: #fff;
}

.div-block-17 {
  width: 60px;
  height: 60px;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0%;
}

.frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-13 {
  width: auto;
  height: auto;
}

.number {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-14 {
  width: 100%;
}

.h4 {
  opacity: 1;
  color: #ffd8c9;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.body-text-note {
  color: #5e5e5e;
  font-size: 12px;
}

.h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.div-block-18 {
  position: absolute;
  inset: auto 0% 40px;
}

.div-block-19 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.div-block-19:hover {
  background-color: #fffc;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.share-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-text {
  padding: 4px 8px 4px 4px;
}

.share-icon {
  background-color: #ececec;
  border-radius: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.container-80 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
  display: flex;
  overflow: visible;
}

.container-80.full {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.container-80.without-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container-80.footer {
  padding: 40px;
}

.div-block-20 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 10%;
}

.div-block-21 {
  width: 50%;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-main {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100vh;
  margin-top: 90px;
  display: flex;
  overflow: hidden;
}

.image-6 {
  object-fit: scale-down;
  width: 100%;
  height: auto;
}

.menu-logo {
  width: 100%;
}

.menu-logo.w--current {
  width: auto;
}

.menu-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-menu {
  color: #fff;
  text-indent: 4px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.link-menu:hover {
  color: #fe6328;
}

.link-menu.w--current:hover {
  color: #ff4901;
  text-decoration: none;
}

.link-5 {
  color: #efe5d7;
  text-transform: capitalize;
  margin-top: 0%;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  transition: all .6s;
  position: static;
}

.link-5:hover {
  color: #ffc107;
}

.link-5.menu {
  opacity: .8;
  text-align: center;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1em;
  font-weight: 400;
}

.link-5.menu:hover {
  opacity: 1;
  color: #ffc107;
}

.link-5.menu.w--current {
  opacity: 1;
  color: #ffc107;
  height: 100%;
}

.menu-button-4 {
  z-index: 21;
  background-color: #0000;
  padding: 0;
  display: block;
}

.menu-button-4.w--open {
  background-color: #0000;
  padding: 0;
}

.buttons {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.lottie-animation-2 {
  width: 40px;
  height: 40px;
}

.menu-burger {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
}

.nav {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.main-small-outfill-button {
  white-space: pre;
  background-color: #0000;
  border: 1px solid #ffc107;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .5s;
  display: flex;
}

.main-small-outfill-button:hover {
  color: #ffc107;
  background-color: #efe5d733;
  border-color: #efe5d7;
}

.image-54 {
  float: none;
  clear: none;
  text-align: left;
  max-width: 80%;
  display: inline-block;
}

.div-block-143 {
  align-items: center;
  display: flex;
}

.div-block-151 {
  width: 40px;
}

.div-block-151.w--current {
  height: 0;
  display: none;
}

.container-81 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 5%;
  display: flex;
}

.navbar {
  background-color: #1c1c1c;
  border-bottom: 1px solid #5e5e5e;
  height: 90px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-55 {
  height: 32px;
}

.grid-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.row-100 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #30303000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.row-100.images {
  flex-flow: row;
  height: auto;
}

.image-56 {
  width: 100%;
  height: 100%;
}

.td-row-image {
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50px;
  padding: 0;
  display: block;
  overflow: hidden;
}

._80-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  padding: 0;
  display: grid;
}

.div-block-162 {
  z-index: 20;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 300px;
  display: flex;
  position: absolute;
  inset: auto auto 2% 2%;
}

.lottie-animation-6 {
  background-color: #14141466;
  border-radius: 80px;
  width: 50px;
  padding: 0 11px;
}

.lottie-animation-7 {
  width: 40px;
}

.heading-4 {
  color: #fff;
}

.paragraph {
  color: silver;
  width: 100%;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.3em;
  line-height: 140%;
}

.paragraph.body-text-big {
  font-size: 1.6em;
}

.div-block-163 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area"
                 "Area-2 ."
                 "Area-2 ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.section-mechanics {
  background-color: #1d1d1d00;
}

.black {
  background-color: var(--bg-card);
  border-radius: 40px;
  padding: 40px;
}

.black.without-bg {
  background-color: #18171500;
}

.numbers {
  background-color: #ff4901;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-top: 40px;
  display: flex;
}

.th {
  width: 100%;
}

.th.fix.logo {
  width: 40%;
}

.td-text {
  color: #a1a1a1;
  text-align: left;
}

.image-57 {
  object-fit: contain;
  width: 50px;
  height: 50px;
  padding: 0;
  overflow: hidden;
}

.td-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.th-text {
  color: #fff;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.th-text.mob {
  display: none;
}

.card {
  background-color: var(--bg-card);
  border-radius: 40px;
  flex-flow: column;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-164 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.container-82 {
  overflow: auto;
}

.card-player {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-card);
  border-radius: 40px;
  grid-template: ". Area"
                 ". Area"
                 ". Area"
                 / 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 24px;
  display: flex;
}

.div-block-166, .div-block-167 {
  width: 100%;
}

.tabs {
  background-color: #18171500;
  border-radius: 40px;
  width: 100%;
  padding: 0 40px 40px;
}

.div-block-168 {
  overflow: auto;
}

.div-block-169 {
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 360px;
  display: flex;
  position: relative;
}

.div-block-169.fix {
  background-color: #1c1c1c;
  border-radius: 40px;
  width: 100%;
  height: 530px;
  position: static;
  overflow: hidden;
}

.div-block-170 {
  width: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.image-player {
  cursor: auto;
  object-fit: cover;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.image-player.hide {
  display: none;
}

.info-club {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-172 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tags {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1c1c1c00;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 16px;
  display: flex;
  position: static;
  inset: auto 4% 4% auto;
}

.tags.btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1c1c1cb3;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: all .6s;
  display: flex;
  position: absolute;
  bottom: 8%;
  right: 5%;
}

.tags.btn:hover {
  background-color: #1c1c1c;
}

.tags.btn.player {
  bottom: 5%;
}

.tags.tesxt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1c1c1c;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
}

.tag {
  margin-bottom: 0;
}

.div-block-173 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-bottom: 60px;
  display: flex;
}

.h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delagothicone, Impact, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
}

.h3.opacity-40 {
  opacity: 1;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
}

.h3.color {
  opacity: .2;
  color: #fff;
  font-size: 2em;
}

.tags-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.active {
  color: #555;
  background-color: #c8c8c800;
  padding: 24px;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.active.w--current {
  color: #fff;
  background-color: #ff4901;
  border-radius: 24px;
  padding: 24px;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.noactive {
  color: #555;
  background-color: #ddd0;
  padding: 24px;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.noactive.w--current {
  color: #fff;
  background-color: #ff4901;
  border-radius: 24px;
}

.h2-2 {
  color: #efe5d7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  line-height: 120%;
}

.h2-2.center {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  line-height: 120%;
}

.h2-2.center.big {
  color: var(--cream);
  text-align: center;
  font-size: 4em;
  line-height: 100%;
}

.text-block-13 {
  color: #fff;
  font-weight: 600;
}

.tag-mode {
  background-color: #ff4901;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 8px 8px 4px;
  display: flex;
}

.collection-list-wrapper-3 {
  display: block;
  overflow: visible;
}

.collection-item-3 {
  height: auto;
}

.card-mode {
  width: auto;
  height: auto;
  text-decoration: none;
  overflow: visible;
}

.div-block-157 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 40px 40px;
  display: flex;
}

.sticky {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 15%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 20%;
  bottom: 5%;
  right: 0;
  overflow: hidden;
}

.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: stretch start;
  width: 600vh;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: visible;
}

.section-wrapper {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: static;
  overflow: visible;
}

.scroll-track {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: visible;
}

.card-bg {
  background-color: var(--bg-card);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 380px;
  height: 480px;
  padding: 16px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  overflow: visible;
}

.card-bg:hover {
  background-color: #ff4901;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  height: auto;
  display: flex;
}

.info-place {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.grid-title.hor {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 100%;
  display: flex;
  position: sticky;
  top: 130px;
}

.div-block-176 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #5f5f5f;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: grid;
}

.image-portret {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.box-tag {
  background-color: #1d1d1d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 16px;
  display: flex;
}

.text-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.text-small.title {
  color: #686868;
}

.tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.text-block-14 {
  padding: 24px;
}

.image-top {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-59 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h4-padding {
  margin-top: 40px;
  margin-bottom: 24px;
}

.text-span {
  color: #fe6328;
}

.images-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-15 {
  height: auto;
}

.black-2 {
  background-color: #181715cc;
  border-radius: 40px;
  padding: 40px;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.h3-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 120%;
}

.div-block-177 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-178 {
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.h3-padding {
  padding: 40px 40px 16px;
}

.h3-padding.for-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.player-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  padding: 40px 16px 0 40px;
  display: flex;
}

.player-image {
  width: 80%;
}

.div-block-182 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-footer {
  background-color: #19181700;
  height: auto;
}

.div-block-183 {
  opacity: .2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.image-60 {
  width: 60px;
}

.social-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-3 {
  color: #efe5d7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  line-height: 120%;
}

.h2-3.center {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  line-height: 120%;
}

.h2-3.center.big {
  text-align: center;
  font-size: 4em;
  line-height: 100%;
}

.text-block-15 {
  font-weight: 600;
}

.tag-mode-2 {
  background-color: #ffc107;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-bottom: -4px;
  margin-left: 40px;
  padding: 8px;
  display: flex;
}

.card-mode-2 {
  width: auto;
  height: auto;
  overflow: visible;
}

.div-block-185 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 40px 40px;
  display: flex;
}

.sticky-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 15%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 20%;
  bottom: 5%;
  right: 0;
  overflow: hidden;
}

.flex-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: stretch start;
  width: 400vh;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 60px;
  display: flex;
  overflow: visible;
}

.section-game-mechanics {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: static;
  overflow: visible;
}

.scroll-track-2 {
  width: auto;
  height: 500vh;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: visible;
}

.card-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #181715cc;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 380px;
  height: 480px;
  padding: 40px;
  display: flex;
  overflow: visible;
}

.div-block-186 {
  background-color: var(--bg-card);
  border-radius: 40px;
  width: 100%;
  padding: 0;
}

.bold-text-2 {
  color: #ff4901;
}

.logo-team {
  width: 60px;
}

.open-menu-mob {
  z-index: 999;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-62 {
  width: 24px;
  max-width: none;
  height: auto;
  overflow: visible;
}

.icon-arrow {
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.h3-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
}

.card-link {
  background-color: #492f2f00;
  height: auto;
  padding: 0;
  position: static;
  inset: auto 0% 0%;
}

.card-link.hide {
  display: none;
}

.div-block-187 {
  background-color: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.image-63 {
  width: 16px;
}

.info-text.hide {
  display: none;
}

.card-image {
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}

.text-block-16, .text-block-17 {
  font-family: Delagothicone, Impact, sans-serif;
}

.share-box-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.button-3 {
  background-color: #ff490100;
  border-radius: 8px;
  padding: 8px;
  transition: all .6s;
}

.button-3:hover {
  opacity: .3;
}

.share-icon-2 {
  background-color: #ececec00;
  border-radius: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.image-64 {
  width: 100%;
  height: 100%;
}

.menu-share {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-65 {
  width: 40px;
}

.image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72, .image-73, .image-74, .image-75, .image-76, .image-77, .image-78 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.icon-qoute {
  width: 32px;
}

.container-83 {
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  padding: 40px;
  display: flex;
  position: static;
  bottom: 0;
}

.image-79 {
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
}

.icon-arrow-up {
  opacity: .1;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  transition: opacity .6s;
  display: flex;
}

.icon-arrow-up:hover {
  opacity: 100;
}

.section-16 {
  position: fixed;
  inset: auto 0% 0% auto;
}

.video-bg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-desktop {
  width: 100%;
  height: 100%;
}

.video-mob {
  width: 100%;
  height: 100%;
  display: none;
}

.bold-text-3 {
  font-family: Delagothicone, Impact, sans-serif;
}

@media screen and (min-width: 1920px) {
  .h1 {
    font-size: 3vw;
    line-height: 90%;
  }

  .container-80.full {
    border-radius: 60px;
    max-width: 1440px;
    height: 800px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    overflow: hidden;
  }

  .section-main {
    height: auto;
    margin-top: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    overflow: hidden;
  }

  .link-5.menu {
    font-size: 1.2em;
  }

  .main-small-outfill-button {
    height: 100%;
  }

  .container-81 {
    max-width: 1440px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .h2-2 {
    font-size: 4em;
    line-height: 100%;
  }

  .h2-2.center {
    font-size: 2.6em;
  }

  .h2-2.center.big {
    font-size: 6em;
  }

  .sticky {
    width: 100%;
    height: 20%;
    top: 5%;
    right: auto;
    overflow: hidden;
  }

  .flex {
    flex-direction: row;
    justify-content: flex-start;
    width: 200vh;
    position: static;
    right: 0;
    overflow: visible;
  }

  .section-wrapper {
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .scroll-track {
    justify-content: center;
    align-items: flex-start;
    height: 500vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .card-bg {
    justify-content: space-around;
    width: 340px;
    height: 560px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: stretch;
    justify-items: center;
  }

  .image-portret {
    object-position: 50% 0%;
  }

  .h2-3 {
    font-size: 4em;
    line-height: 100%;
  }

  .h2-3.center {
    font-size: 2.6em;
  }

  .h2-3.center.big {
    font-size: 6em;
  }

  .sticky-2 {
    width: 100%;
    height: 20%;
    top: 5%;
    right: auto;
    overflow: hidden;
  }

  .flex-2 {
    flex-direction: row;
    justify-content: flex-start;
    width: 400vh;
    position: static;
    right: 0;
    overflow: visible;
  }

  .section-game-mechanics {
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .scroll-track-2 {
    justify-content: center;
    align-items: flex-start;
    height: 500vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .card-2 {
    justify-content: space-around;
    width: 340px;
    height: 560px;
  }

  .video-bg {
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  ._3-columns {
    flex-direction: column;
    align-items: center;
  }

  .div {
    grid-row-gap: 40px;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image {
    padding-top: 16px;
  }

  .div-44 {
    border-radius: 40px;
    height: 500px;
    overflow: hidden;
  }

  .property-1-variant2-3 {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
  }

  .h2 {
    font-size: 4em;
  }

  .table-rows {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .row.td {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: none;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .container-8 {
    max-width: 100%;
    display: block;
  }

  .column-4 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .image-2 {
    object-fit: cover;
  }

  .div-block-3 {
    height: 100%;
    inset: 0%;
  }

  .div-block-4 {
    width: 100%;
    inset: 0%;
  }

  .h1 {
    font-size: 8vw;
  }

  .header-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .container-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 0;
    overflow: hidden;
  }

  .container-80.without-padding {
    padding: 0;
  }

  .div-block-20 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 100px;
    padding-left: 40px;
    inset: 0%;
  }

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

  .section-main {
    height: 100vh;
  }

  .menu-logo.w--current {
    width: 100%;
  }

  .menu-links {
    display: none;
  }

  .menu-links.open {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .link-menu.open, .link-menu.open.w--current {
    padding: 24px;
    font-size: 3em;
  }

  .buttons {
    justify-content: flex-end;
    width: 50%;
    display: none;
  }

  .menu-burger {
    display: block;
  }

  .nav {
    display: none;
  }

  .main-small-outfill-button {
    width: 100%;
    height: 62px;
  }

  .div-block-143 {
    justify-content: flex-start;
  }

  .grid-text {
    flex-flow: column;
  }

  ._80-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-162 {
    display: none;
    inset: auto 0% 0%;
  }

  .div-block-163 {
    flex-flow: column;
    display: flex;
  }

  .wrapper {
    flex-flow: row;
  }

  .th {
    width: auto;
  }

  .th.fix {
    width: 96.1016px;
  }

  .td-row {
    width: auto;
  }

  .th-text {
    font-size: .9em;
  }

  .th-text.mob {
    display: block;
  }

  .card {
    width: 100%;
  }

  .card-player {
    flex-flow: wrap-reverse;
    padding: 0;
  }

  .tabs {
    padding: 16px;
  }

  .image-player {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 0;
  }

  .image-player.meme {
    border-radius: 16px;
  }

  .div-block-173 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .active, .active.w--current, .noactive {
    font-size: 2em;
  }

  .h2-2 {
    text-align: left;
    padding-left: 0;
    font-size: 3em;
  }

  .h2-2.center {
    text-align: center;
    margin-bottom: 24px;
    padding: 0;
    font-size: 2.2em;
  }

  .h2-2.center.big {
    margin-bottom: 0;
  }

  .card-mode {
    width: auto;
    overflow: visible;
  }

  .sticky {
    position: static;
  }

  .flex {
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .section-wrapper {
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .scroll-track {
    height: auto;
  }

  .card-bg {
    width: 380px;
    height: 640px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
  }

  .box-tag {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .images-wrapper {
    padding: 24px;
  }

  .player-info {
    padding: 40px 24px 24px;
  }

  .player-image {
    width: 100%;
  }

  .div-block-183 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .h2-3 {
    text-align: left;
    padding-left: 0;
    font-size: 3em;
  }

  .h2-3.center {
    text-align: center;
    margin-bottom: 24px;
    padding: 0;
    font-size: 2.2em;
  }

  .h2-3.center.big {
    margin-bottom: 0;
  }

  .card-mode-2 {
    width: auto;
    overflow: visible;
  }

  .sticky-2 {
    position: static;
  }

  .flex-2 {
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .section-game-mechanics {
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .scroll-track-2 {
    height: auto;
  }

  .card-2 {
    width: 380px;
    height: 640px;
  }

  .open-menu-mob {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .card-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 600px;
  }

  .menu-share, .image-65, .video-desktop {
    display: none;
  }

  .video-mob {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }

  .image, .div-44 {
    border-radius: 0;
  }

  .property-1-variant2-3 {
    object-fit: cover;
  }

  .h2 {
    font-size: 3em;
  }

  .note, .quote-secondary {
    border-radius: 0;
  }

  .row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .row.hide, .row.td {
    display: none;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block {
    max-width: 500px;
  }

  .div-block-3 {
    width: 100%;
    height: 100%;
  }

  .h1 {
    font-size: 4em;
  }

  .header-inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-80.full {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-80.without-padding {
    width: 90%;
  }

  .div-block-20 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15%;
    padding-left: 5%;
    left: 0%;
  }

  .buttons {
    display: none;
  }

  .wrapper {
    flex-flow: wrap;
  }

  .th-text.mob {
    display: block;
  }

  .card-player {
    padding: 0;
  }

  .info-club {
    flex-flow: column;
    display: flex;
  }

  .h3.color {
    font-size: 1em;
  }

  .h2-2 {
    text-align: left;
    font-size: 2.2em;
  }

  .h2-2.center {
    margin-bottom: 24px;
    padding: 0;
    font-size: 2.1em;
    line-height: 100%;
  }

  .h2-2.center.big {
    font-size: 3em;
  }

  .card-bg {
    width: 320px;
    height: 460px;
  }

  .images-wrapper {
    grid-template-rows: auto;
    padding: 24px;
  }

  .player-info {
    padding: 24px;
  }

  .section-tables {
    display: block;
  }

  .div-block-183 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .h2-3 {
    text-align: left;
    font-size: 2.2em;
  }

  .h2-3.center {
    margin-bottom: 24px;
    padding: 0;
    font-size: 2.1em;
    line-height: 100%;
  }

  .h2-3.center.big {
    font-size: 3em;
  }

  .flex-2 {
    padding-bottom: 0;
    padding-left: 40px;
  }

  .section-game-mechanics {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-2 {
    width: 370px;
    height: 650px;
  }

  .image-65 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .content-wraper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .main-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-body {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .text-body.info {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-body.number {
    justify-content: center;
    align-items: center;
  }

  .text-body.quote {
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-text-big {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
  }

  .body-text-big.main {
    text-align: center;
  }

  .image {
    background-color: #17161b00;
    border-radius: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 16px 0;
    overflow: hidden;
  }

  .div-44 {
    border-radius: 0;
    height: 280px;
  }

  .property-1-variant2-3 {
    object-fit: cover;
    border-radius: 8px;
    width: auto;
    height: 100%;
    overflow: hidden;
  }

  .div-45 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header.main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 1.8em;
    line-height: 100%;
  }

  .text-40 {
    width: 100%;
    font-size: 16px;
  }

  .note {
    border-radius: 32px;
    padding: 24px;
  }

  .body-text-color {
    font-size: 16px;
    line-height: 26px;
  }

  .quote-secondary {
    grid-row-gap: 40px;
    border-radius: 32px;
    padding: 16px 0 40px;
  }

  .div-52 {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vectors-wrapper-10 {
    width: 40px;
    height: 40px;
  }

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

  .t1 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-quote {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-body-quote {
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
  }

  .text-body-quote.main {
    font-size: 28px;
    line-height: 32px;
  }

  .row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .row.td {
    display: none;
  }

  .section-12 {
    display: block;
    overflow: visible;
  }

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

  .div-block-3 {
    height: 100%;
  }

  .h1 {
    font-size: 2.5em;
  }

  .nav-header-sticky {
    padding-right: 0;
  }

  .div-block-6 {
    height: 40px;
  }

  .btn-link {
    width: 100%;
  }

  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .div-block-17 {
    width: 24px;
    height: 24px;
  }

  .h4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-text-note {
    line-height: 140%;
  }

  .div-block-19 {
    background-color: #ececec;
    border-radius: 0;
    width: 40px;
    height: 40px;
  }

  .share-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .share-text {
    display: none;
  }

  .container-80 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
    display: block;
  }

  .container-80.full {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .container-80.without-padding {
    width: 100%;
  }

  .div-block-20 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-main {
    height: 90vh;
    margin-top: 55px;
  }

  .menu-logo {
    width: 100%;
  }

  .menu-links.open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .link-menu.open, .link-menu.open.w--current {
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 2.6em;
  }

  .main-small-outfill-button {
    height: 62px;
    font-size: 1rem;
  }

  .container-81 {
    z-index: 100;
    max-width: 100%;
    max-height: 100px;
    padding: 16px 24px;
    display: flex;
    position: relative;
  }

  .navbar {
    height: auto;
    inset: 0% 0% auto;
  }

  .image-55 {
    width: 180px;
    max-width: 70%;
  }

  .row-100 {
    width: 240px;
    height: 280px;
    display: block;
    overflow: auto;
  }

  .lottie-animation-7 {
    width: 24px;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .paragraph.body-text-big {
    font-size: 1.6em;
  }

  .black {
    border-radius: 24px;
    padding: 24px;
  }

  .numbers {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .heading-5 {
    font-size: 1.6em;
  }

  .table.mob {
    display: none;
  }

  .th.fix {
    width: 100%;
  }

  .card {
    border-radius: 24px;
  }

  .card-player {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #313131;
    border-radius: 24px;
    flex-flow: wrap-reverse;
    padding: 0;
    display: flex;
  }

  .tabs, .div-block-169.fix {
    border-radius: 24px;
  }

  .info-club {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .tags {
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
  }

  .tags.tesxt {
    flex-flow: column;
    padding: 16px;
  }

  .h3 {
    font-size: 1.6em;
  }

  .h3.opacity-40 {
    font-size: 1em;
  }

  .h3.card, .h3.small {
    font-size: 1.6em;
  }

  .active, .active.w--current, .noactive {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .noactive.w--current {
    width: 100%;
  }

  .h2-2 {
    text-align: left;
    padding: 0;
    font-size: 2em;
  }

  .h2-2.center {
    margin-top: 0;
    padding: 0;
    font-size: 2em;
  }

  .h2-2.center.big {
    font-size: 2em;
  }

  .tag-mode {
    width: 80px;
  }

  .card-mode {
    width: 280px;
  }

  .flex {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-bg {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 24px;
    justify-content: space-between;
    width: 220px;
    height: 340px;
    display: flex;
  }

  .info-place {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .grid-title {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-small {
    font-size: 12px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: auto;
  }

  .images-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template: "."
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    overflow: auto;
  }

  .black-2 {
    border-radius: 24px;
  }

  .h3-padding.for-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
  }

  .div-block-179 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .player-info {
    flex-flow: column;
    padding: 24px;
  }

  .div-block-182 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-tables {
    display: block;
  }

  .div-block-183 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .h2-3 {
    text-align: left;
    padding: 0;
    font-size: 2em;
  }

  .h2-3.center {
    margin-top: 0;
    padding: 0;
    font-size: 2em;
  }

  .h2-3.center.big {
    font-size: 2em;
  }

  .card-mode-2 {
    width: 280px;
  }

  .flex-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-game-mechanics {
    margin-bottom: 40px;
    display: none;
  }

  .card-2 {
    justify-content: space-between;
    width: 280px;
    height: 600px;
    display: flex;
  }

  .div-block-186 {
    border-radius: 24px;
  }

  .open-menu-mob {
    z-index: 99;
    transition: all .4s;
    display: none;
  }

  .h3-3 {
    font-size: 2em;
  }

  .h3-3.small {
    font-size: 1.6em;
  }

  .div-block-187 {
    padding: 0;
  }

  .card-image {
    height: 300px;
  }

  .text-block-16, .text-block-17 {
    font-size: 6vw;
  }

  .share-box-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .menu-share, .image-65 {
    display: none;
  }

  .container-83 {
    padding: 8px;
  }

  .image-79 {
    width: 32px;
    height: 32px;
  }

  .icon-arrow-up {
    width: 60px;
    height: 60px;
  }
}

#w-node-_4510130f-5752-1580-552a-08d7c176c95a-4a809bb5, #w-node-_904dee55-4a7c-5328-76cd-84d7dec7ac06-4a809bb5, #w-node-_3c24bfca-2a66-ad27-9150-c319fc642672-4a809bb5, #w-node-_7051a6a9-848b-2344-f5b4-1fe5e256ee35-4a809bb5, #w-node-_519c5ef2-47f7-283e-37e6-513253eea818-4a809bb5, #w-node-_9f15b435-6c97-7f3d-a5aa-27e97bdcf102-4a809bb5, #w-node-_2691fd50-bd10-2f22-3248-8a25521bb38a-4a809bb5, #w-node-_17ccb916-279a-5a11-706a-29c6cb5ffbf9-4a809bb5, #w-node-_1702635c-dd57-ab4f-1d99-28b9483dd0a4-4a809bb5, #w-node-dde032bc-6390-b4e0-fd8e-f40f4539c6c6-4a809bb5, #w-node-a47da398-f815-de9b-95b4-3188c6143c70-4a809bb5, #w-node-_7abbe0b0-2502-0e51-1564-eec5a7c4d5d3-4a809bb5 {
  grid-area: Area;
}

@media screen and (max-width: 479px) {
  #w-node-_4510130f-5752-1580-552a-08d7c176c95a-4a809bb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delagothicone';
  src: url('../fonts/DelaGothicOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}