.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Rajdhani, sans-serif;
  color: #f8fafd;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  color: #f8fafd;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #b2bbcb;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

ul {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 40px;
}

li {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #b2bbcb;
  font-size: 16px;
  line-height: 24px;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 16px 24px;
  border-left: 2px solid #fedb01;
  background-color: #1b222e;
  color: #b2bbcb;
  font-size: 14px;
  line-height: 32px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  margin-top: 5px;
  color: #fff;
  text-align: center;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 270px 3% 279px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Bounty_background.png');
  background-position: 50% 0%;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about-section {
  overflow: hidden;
  margin-top: 0px;
  padding: 50px 3% 72px;
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 20px;
}

.scroll-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 35px;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b2bbcb;
  text-transform: uppercase;
}

.down-arrow {
  width: 20px;
  margin-bottom: 8px;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(4, 20, 52, 0.1);
}

.menu-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 8px 24px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  background-color: transparent;
}

.menu-link.w--current:hover {
  background-color: rgba(255, 255, 255, 0);
}

.menu-link.w--open {
  color: #583fbc;
}

.header-inner {
  padding: 220px 3% 100px;
  background-color: #0b121d;
  background-image: linear-gradient(357deg, #0b121d, rgba(11, 18, 29, 0.97) 42%, rgba(27, 34, 46, 0.67) 81%, rgba(27, 34, 46, 0)), url('../images/Anubis-Header-Image.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
}

.title-wrap-centre.margin-bottom-48 {
  margin-bottom: 0px;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  display: block;
  min-height: 48px;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fedb01;
  border-radius: 6px;
  background-color: #fedb01;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button:hover {
  border-color: #a8fffe;
  background-color: #a8fffe;
}

.button:active {
  border-color: #a8fffe;
  background-color: #a8fffe;
}

.button:focus {
  border-color: #d5ddcc;
}

.button.full-width {
  width: 100%;
}

.button.big {
  min-width: 250px;
}

.button.big._2 {
  border-color: #ee729b;
  background-color: #ee739a;
}

.button.big._2:hover {
  border-color: #a8fffe;
  background-color: #a8fffe;
}

.color-wrapper {
  margin-bottom: 60px;
}

.template-section {
  padding: 60px 3%;
  background-color: #0b121d;
}

.gray-300 {
  background-color: #e0e6ef;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.button-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-large-white {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.style-guide-short-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
}

.colour-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-large {
  color: #b2bbcb;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.style-grid {
  margin-bottom: 60px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.style-guide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding: 60px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fedb01;
  text-align: left;
}

.gray-900 {
  background-color: #0b121d;
}

.heading-white {
  margin-top: 0px;
  color: #fff;
}

.font-size {
  color: #f8fafd;
  font-size: 16px;
}

.sidebar-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  min-height: 240px;
  padding: 32px;
  background-color: #1b222e;
  box-shadow: 65px 65px 114px -56px rgba(43, 29, 103, 0.08);
  white-space: normal;
}

.style-title {
  margin-bottom: 8px;
  color: #b2bbcb;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.button-grid {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.typography-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(248, 250, 253, 0.1);
}

.style-guide-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gray-100 {
  background-color: #f8fafd;
}

.style-title-small {
  color: #e0e6ef;
  font-weight: 600;
  letter-spacing: 1px;
}

.gray-400 {
  background-color: #b2bbcb;
}

.color-grid {
  width: 100%;
  margin-top: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gray-700 {
  background-color: #1b222e;
}

.color-base {
  position: relative;
  z-index: -1;
  height: 120px;
}

.detail-block {
  margin-bottom: 32px;
  padding: 30px 20px;
  border-left: 6px solid #fedb01;
  background-color: #fff;
  color: #2a263f;
  font-size: 16px;
  line-height: 32px;
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.line-break {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(248, 250, 253, 0.1);
}

.button-outline {
  padding: 12px 24px;
  border: 1px solid #94cb53;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #94cb53;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-outline:hover {
  border-color: rgba(148, 203, 83, 0.16);
  background-color: rgba(148, 203, 83, 0.16);
}

.button-outline:active {
  border-color: #fedb01;
}

.button-outline:focus {
  border-color: #fedb01;
}

.button-outline.margin-top-32 {
  margin-top: 32px;
  border-width: 2px;
  border-color: #fedb01;
  background-color: #fedb01;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
}

.button-outline.margin-top-32:hover {
  border-color: #a8fffe;
  background-color: #fff;
  color: #a8fffe;
}

.template-detail-block {
  padding: 32px;
  background-color: #1b222e;
}

.colour {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, 0.08);
}

.primary {
  background-color: #fedb01;
}

.style-guide-icon {
  width: 30px;
  margin-right: 24px;
}

.container-large {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.style-detail {
  color: #6a768a;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gray-500 {
  background-color: #707c93;
}

.h1-title {
  display: block;
  margin-bottom: 60px;
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.h1-title.white {
  color: #fff;
}

.h1-title._2 {
  margin-bottom: 0px;
  color: #1b222e;
}

.licence-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0b121d;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  text-decoration: none;
}

.link-white {
  color: #f8fafd;
  font-weight: 700;
}

.licence-graphic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 280px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f9f9fc;
}

.licence-asset {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.type-example {
  margin-top: 16px;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}

.type-detail-span {
  color: #fedb01;
  font-size: 24px;
}

.licence-grid {
  margin-top: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licence-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container-small {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.changelog-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.changelog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.update-badge {
  margin-bottom: 8px;
  padding: 4px 16px;
  border-radius: 6px;
  background-color: #fedb01;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.h5-title {
  margin-bottom: 0px;
  padding-top: 0px;
  color: #1b222e;
  font-size: 22px;
  font-weight: 700;
}

.hero-title {
  margin-bottom: 32px;
  font-size: 80px;
  line-height: 88px;
}

.about-grid {
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accent-line {
  position: relative;
  left: -40px;
  width: 110px;
  height: 2px;
  margin-bottom: 24px;
  background-color: #fedb01;
}

.brand-span {
  color: #fedb01;
}

.content-wrap-small {
  max-width: 135px;
  min-width: 300px;
}

.content-wrap-small._2 {
  min-width: 100%;
}

.video-block {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 272px;
  max-width: 510px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  background-color: transparent;
}

.video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-accent {
  position: absolute;
  left: 159px;
  top: -30%;
  right: 0%;
  bottom: 48px;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.57);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.play-button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.match-section {
  padding: 72px 3%;
  background-color: #fff;
  background-image: none;
}

.accent-line-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 2px;
  margin-top: 30px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fedb01;
}

.accent-line-small.line-space {
  margin-top: 10px;
  margin-bottom: 32px;
}

.match-grid {
  margin-top: 30px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.match-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.match-block {
  width: 50%;
}

.match-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 24px 24px 24px 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #fedb01;
  border-radius: 4px;
  background-color: #fedb01;
}

.match-banner.right-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-right: 2px solid #fedb01;
  border-left-style: none;
}

.match-banner.right-side.add {
  background-color: #ee739a;
}

.match-banner.add {
  background-color: #ee739a;
}

.star-match {
  width: 16px;
  margin-right: 32px;
}

.team-logo {
  width: 92px;
}

.match-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.match-links.right-side {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.preview-links {
  margin-right: 4px;
  margin-left: 4px;
  padding: 6px;
}

.subheading-small {
  font-family: Rajdhani, sans-serif;
  color: #323332;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading-small.margin-right-16 {
  margin-right: 16px;
  padding-left: 13px;
  color: #1b222e;
  font-size: 22px;
}

.subheading-small.green-text {
  color: #fedb01;
}

.match-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(50, 51, 50, 0.55);
  white-space: nowrap;
}

.match-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  min-width: 150px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-section {
  min-width: 100px;
  padding: 100px 3%;
  background-color: #fff;
}

.collection-list-wrapper {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-block {
  text-decoration: none;
}

.player-image-wrapper {
  overflow: hidden;
  width: 280px;
  height: 290px;
  background-color: #ee729b;
}

.player-image-wrapper.gold {
  background-color: #fedb00;
}

.player-image {
  position: relative;
  top: 17px;
  width: 100%;
  height: 100%;
  max-width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.team-detail {
  width: 280px;
  min-width: 0px;
  padding: 20px 24px;
  border-left: 2px solid #fedb01;
  background-color: #1b222e;
}

.subheading-small-white {
  font-family: Rajdhani, sans-serif;
  color: #f8fafd;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading-small-white._1 {
  text-align: left;
}

.collection-item {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-collection {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-section {
  display: none;
  padding: 100px 3%;
  background-color: #0b121d;
}

.title-wrap-split {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-collection {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-item-wrap {
  color: #1f2937;
  text-decoration: none;
}

.blog-image-wrap {
  overflow: hidden;
  height: 260px;
  margin-bottom: 24px;
}

.blog-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-tag {
  padding: 4px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fedb01;
  background-color: rgba(148, 203, 83, 0.16);
  color: #fedb01;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.subheading {
  font-family: Rajdhani, sans-serif;
  color: #fedb01;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-section {
  padding: 64px 3%;
  background-color: #fff;
}

.cta-section._2 {
  margin-top: 10px;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  padding: 64px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b222e;
}

.cta-block._2 {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 20px;
  background-color: #fdebf0;
}

.cta-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-section {
  padding: 0px 3% 72px;
  background-color: #fff;
}

.games-wrapper {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.games-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.game-column {
  padding-top: 90px;
}

.game-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-cover {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.game-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 48px;
}

.instagram-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram-wrap {
  position: relative;
  overflow: hidden;
}

.instagram-image {
  width: 100%;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.instagram-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  text-decoration: none;
}

.instagram-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b222e;
}

.instagram-logo {
  width: 26px;
}

.template-link {
  margin-right: 6px;
  margin-left: 6px;
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: uppercase;
}

.template-link:hover {
  background-color: #0b121d;
}

.footer {
  background-color: rgba(238, 115, 154, 0);
  color: #ee739a;
}

.footer-wrapper {
  display: block;
  margin-left: auto;
  padding-left: 11px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-extra-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.link-span {
  color: #fedb01;
  text-decoration: none;
}

.footer-legal {
  padding: 0px 3% 40px;
  background-color: #ee739a;
}

.footer-menu {
  padding: 40px 3%;
  background-color: #ee739a;
  color: #660707;
}

.footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  color: #fedb01;
  font-size: 16px;
  font-weight: 600;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.faq-title {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.faq-question-wrap {
  padding: 20px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #fedb01;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  mix-blend-mode: normal;
}

.faq-content {
  overflow: hidden;
  margin-top: 0px;
}

.faq-section {
  margin-top: 30px;
  padding: 72px 3%;
  background-color: #ee739a;
}

.faq-paragraph {
  overflow: hidden;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.faq-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.faq-wrapper {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.instagram-section {
  display: none;
  padding: 72px 3%;
  background-color: #fedb01;
}

.social-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.social-link-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.social-link {
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f8fafd;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.social-link:hover {
  color: #a8fffe;
}

.logo-desktop {
  margin-right: 60px;
  margin-left: 60px;
}

.logo-mobile {
  display: none;
}

.accent-line-medium {
  width: 40px;
  height: 2px;
  margin-top: 32px;
  background-color: #fedb01;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 220px 3% 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee739a;
}

._404-wrapper {
  width: 100%;
  max-width: 620px;
  text-align: center;
}

._404-error {
  margin-top: 20px;
  margin-bottom: 48px;
}

.navigation-footer {
  margin-right: 60px;
  margin-left: 60px;
}

.content-wrap-large {
  max-width: 510px;
}

.content-image-wrapper {
  position: relative;
}

.content-image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 530px;
  max-width: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-cover {
  width: 400px;
  height: 100%;
  margin-top: -100px;
  opacity: 1;
  mix-blend-mode: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-logo-large {
  position: absolute;
  margin: 16px;
}

.about-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: -90px;
  bottom: -50px;
}

.h2-title {
  margin-bottom: 40px;
  color: #0b121d;
}

.team-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.player-base {
  width: 180px;
  height: 240px;
  margin-bottom: 32px;
  background-color: #94cb53;
}

.social-grid {
  margin-top: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link-player {
  padding: 10px;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.social-link-player:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.details-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 32px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 2px solid #fedb01;
  border-left: 2px solid #fedb01;
  background-color: #1b222e;
}

.team-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 152px 3% 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b121d;
  background-image: linear-gradient(172deg, rgba(11, 18, 29, 0.45), rgba(11, 18, 29, 0.66) 16%, rgba(11, 18, 29, 0.91) 44%, #0b121d 68%, #0b121d), url('../images/Anubis-Header-Image.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.brand-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.player-detail-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.player-section {
  overflow: hidden;
  padding: 100px 3%;
  background-color: #0b121d;
}

.team-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.overview-image-wrapper {
  position: relative;
  height: 460px;
}

.image-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: -24px;
}

.large-link-grid {
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overview-wrapper {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.large-social-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1b222e;
  background-color: #1b222e;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  text-align: center;
  text-decoration: none;
}

.large-social-card:hover {
  border-color: #fedb01;
}

.large-social-icon {
  margin-bottom: 10px;
}

.footer-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 8px 24px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  background-color: rgba(27, 34, 46, 0);
}

.footer-link.w--open {
  color: #583fbc;
}

.about-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 3% 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b121d;
  background-image: linear-gradient(179deg, rgba(11, 18, 29, 0), rgba(11, 18, 29, 0.24) 28%, #0b121d 64%, #0b121d), url('../images/Anubis-Header-Secondary.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.video-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 388px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b222e;
  background-image: url('../images/About-Banner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.team-content-grid {
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.blog-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 3% 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b121d;
}

.blog-header-image {
  height: 300px;
}

.blog-content-section {
  overflow: hidden;
  padding: 40px 3% 80px;
  background-color: #0b121d;
}

.blog-content-wrapper {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  min-height: 80vh;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee739a;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-field {
  min-height: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
}

.password-field::-webkit-input-placeholder {
  color: #707c93;
}

.password-field:-ms-input-placeholder {
  color: #707c93;
}

.password-field::-ms-input-placeholder {
  color: #707c93;
}

.password-field::placeholder {
  color: #707c93;
}

.interaction-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.interaction-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #fedb01;
  background-color: #1b222e;
  text-align: center;
}

.interaction-badge {
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: 6px;
  background-color: rgba(148, 203, 83, 0.16);
  color: #fedb01;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.match-number-split {
  margin: 0px 24px;
  color: #fedb01;
  white-space: nowrap;
}

.contact-section {
  overflow: hidden;
  padding: 72px 3%;
  background-color: #0b121d;
}

.contact-form {
  margin-top: 48px;
}

.input-field-large {
  min-height: 156px;
  margin-bottom: 0px;
  border: 1px solid #1b222e;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #707c93;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.input-field-large:hover {
  border-color: #707c93;
}

.input-field-large:active {
  border-color: #fedb01;
}

.input-field-large:focus {
  border-color: #fedb01;
}

.input-field-large::-webkit-input-placeholder {
  color: #707c93;
}

.input-field-large:-ms-input-placeholder {
  color: #707c93;
}

.input-field-large::-ms-input-placeholder {
  color: #707c93;
}

.input-field-large::placeholder {
  color: #707c93;
}

.success-message {
  background-color: #fedb01;
  color: #fff;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.input-field {
  min-height: 56px;
  margin-bottom: 0px;
  border: 1px solid #1b222e;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #707c93;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.input-field:hover {
  border-color: #707c93;
}

.input-field:focus {
  border-color: #fedb01;
}

.input-field::-webkit-input-placeholder {
  color: #707c93;
}

.input-field:-ms-input-placeholder {
  color: #707c93;
}

.input-field::-ms-input-placeholder {
  color: #707c93;
}

.input-field::placeholder {
  color: #707c93;
}

.input-field.border {
  border-color: #707c93;
}

.button-wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-block {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.contact-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #fedb01;
  border-left: 2px solid #fedb01;
  background-color: #1b222e;
}

.player-logo {
  margin-right: 24px;
}

.video-section {
  overflow: hidden;
  padding: 100px 3%;
  background-color: #0b121d;
}

.video-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.stream-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 214px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button-small {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.play-button-small:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-grid-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 3% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b121d;
  background-image: linear-gradient(179deg, rgba(11, 18, 29, 0), rgba(11, 18, 29, 0) 24%, rgba(11, 18, 29, 0.93) 65%, #0b121d), url('../images/Anubis-Header-Image.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
}

.blog-grid-section {
  overflow: hidden;
  padding: 72px 3% 100px;
  background-color: #0b121d;
}

.contact-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 3% 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b121d;
  background-image: linear-gradient(179deg, rgba(11, 18, 29, 0), rgba(11, 18, 29, 0) 28%, #0b121d 71%, #0b121d), url('../images/Anubis-Header-Image.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
}

.contact-detail-grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contact-icon {
  margin-right: 16px;
}

.blog-detail-text {
  color: #fedb01;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-detail-text.space-text {
  margin-right: 10px;
  margin-left: 10px;
}

.blog-detail-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accent-line-blog {
  width: 40px;
  height: 2px;
  margin-top: 32px;
  margin-bottom: 48px;
  background-color: #fedb01;
}

.blog-section-related {
  padding: 100px 3%;
  background-color: #1b222e;
}

.sponsor-section {
  overflow: hidden;
  padding: 100px 3%;
  background-color: #0b121d;
}

.sponsor-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sponsor-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 190px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1b222e;
}

.newsletter-section {
  padding: 96px 3%;
  background-color: #1b222e;
}

.newsletter-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-logo {
  width: 128px;
  margin-right: 52px;
}

.newsletter-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-wrapper {
  width: 100%;
  max-width: 400px;
}

.submit-button {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #94cb53;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-circle {
  overflow: hidden;
  width: 96px;
  height: 96px;
  margin-right: 24px;
  border-radius: 100%;
  background-color: #fedb01;
}

.social-link-row {
  margin-top: 10px;
}

.social-link-author {
  margin-right: 24px;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.social-link-author:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.social-icon-large {
  width: 18px;
}

.cta-heading {
  min-width: 290px;
  margin-right: 40px;
  margin-bottom: 0px;
  color: #fedb01;
}

.team-story-section {
  overflow: hidden;
  margin-top: 40px;
  padding: 96px 3%;
  background-color: #ee739a;
  background-image: url('../images/background_coin.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-y;
  font-family: Inter, sans-serif;
}

.blog-detail-text {
  text-decoration: none;
}

.article h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.licence-image-small {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.team-detail-banner {
  margin-bottom: 40px;
  padding: 32px;
  border-right: 0px solid #ee739a;
  border-left: 0px solid #ee739a;
  background-color: transparent;
}

.team-detail-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.subheading-medium {
  font-family: Rajdhani, sans-serif;
  color: #fedb01;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.player-statistics-banner {
  margin-top: 132px;
  margin-bottom: 96px;
}

.block-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #1b222e;
}

.statistic-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 2px solid #1b222e;
}

.star-large {
  width: 24px;
  margin-right: 32px;
}

.statistic-title {
  margin-right: 16px;
  margin-bottom: 0px;
}

.statistic-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #1b222e;
}

.block-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #1b222e;
}

.block-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #1b222e;
}

.heading {
  color: #1b222e;
}

.text-span {
  color: #a8fffe;
}

.paragraph {
  color: rgba(50, 51, 50, 0.55);
  font-weight: 500;
}

.paragraph-2 {
  padding-right: 0px;
  padding-left: 0px;
  color: #f8fafd;
}

.heading-2 {
  position: relative;
  color: #fedb01;
  font-size: 40px;
}

.heading-3 {
  position: relative;
  left: 16px;
  color: #fedb01;
  font-size: 40px;
}

.heading-4 {
  position: relative;
  left: 18px;
  border-radius: 0px;
  color: #fedb01;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.text-span-2 {
  color: #fedb01;
}

.text-span-3 {
  color: #ef729a;
}

.container-2 {
  display: block;
  max-width: 1280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.grid {
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2 {
  display: block;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-5 {
  text-align: left;
}

.text-span-4 {
  color: #fedb01;
}

.section {
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-6 {
  text-align: left;
}

.bold-text {
  text-align: left;
}

.heading-7 {
  text-align: left;
}

.heading-8 {
  text-align: left;
}

.heading-9 {
  text-align: left;
}

.heading-10 {
  text-align: left;
}

.heading-11 {
  text-align: left;
}

.heading-12 {
  text-align: left;
}

.heading-13 {
  font-size: 32px;
}

.heading-14 {
  font-size: 32px;
}

.heading-15 {
  font-size: 32px;
}

.video {
  width: 1000px;
  margin-top: 16px;
  margin-right: 20px;
  margin-left: -12px;
  padding-left: 83px;
}

.background-video {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100%;
  margin-bottom: -34px;
}

.video-2 {
  width: 480px;
  border-style: none;
  border-width: 8px;
  border-color: #f4c600;
  border-radius: 20px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-style: normal;
}

.text-span-5 {
  color: #ee739a;
}

.text-span-6 {
  font-size: 60px;
  font-weight: 300;
}

.text-span-7 {
  color: #fedb01;
}

.container-3 {
  max-width: 1060px;
}

.section-2 {
  margin-top: 0px;
  padding: 0px 3%;
}

.heading-16 {
  padding-bottom: 8px;
  color: #1b222e;
  text-align: center;
}

.text-span-8 {
  color: #fedb01;
}

.video-3 {
  margin-top: 40px;
}

.text-span-9 {
  color: #1d232e;
}

.image {
  margin-left: 0px;
}

.text-span-10 {
  color: #f95093;
}

.text-span-11 {
  color: #1b222e;
}

.text-span-12 {
  position: static;
  border: 1px solid transparent;
  color: #fedb01;
}

.text-span-13 {
  color: #fedb01;
}

.text-span-14 {
  color: #fedb01;
}

.text-span-15 {
  color: #fedb01;
}

.text-span-16 {
  color: #1b222e;
}

.text-span-17 {
  color: #1b222e;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.text-span-18 {
  color: #fff;
}

.paragraph-5 {
  margin-top: 60px;
  text-align: center;
}

.text-span-19 {
  color: #1b222e;
}

.div-block {
  padding-bottom: 133px;
}

.image-2 {
  max-width: 1600px;
  margin-top: -287px;
  margin-left: 121px;
  padding-top: 0px;
  padding-left: 0px;
}

.text-span-20 {
  display: inline;
}

.text-span-21 {
  color: #fedb01;
}

.heading-17 {
  text-align: center;
}

.image-3 {
  display: block;
  margin-top: -40px;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-4 {
  margin-top: 40px;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-top: 220px;
    padding-bottom: 220px;
    background-size: auto, cover;
  }

  .menu-wrap {
    position: absolute;
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0b121d;
  }

  .container-navigation {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
  }

  .menu-link.w--open {
    width: 100%;
    background-color: rgba(78, 45, 146, 0.1);
  }

  .header-inner {
    padding-top: 140px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .style-full-grid {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .typography-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .color-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .detail-block {
    margin-top: 0px;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .licence-card {
    padding: 32px 16px;
  }

  .licence-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .accent-line {
    left: 0px;
  }

  .star-match {
    margin-right: 10px;
  }

  .team-collection {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-collection {
    grid-column-gap: 20px;
  }

  .cta-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-content-wrapper {
    max-width: none;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .instagram-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .template-link {
    text-align: left;
  }

  .footer-wrapper {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-extra-links {
    margin-top: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-wrapper {
    display: none;
  }

  .logo-desktop {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    border: 1px solid #1b222e;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    color: #fff;
  }

  .menu-button:hover {
    border-color: #b2bbcb;
  }

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

  .navigation-footer {
    margin: 40px 0px;
  }

  .team-header {
    background-size: auto, cover;
  }

  .team-grid {
    grid-column-gap: 60px;
  }

  .footer-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-link.w--open {
    width: 100%;
    background-color: rgba(78, 45, 146, 0.1);
  }

  .about-header {
    padding-top: 220px;
    padding-bottom: 60px;
    background-color: #0b121d;
    background-size: auto, cover;
  }

  .blog-grid-header {
    padding-top: 140px;
    background-size: auto, cover;
  }

  .contact-header {
    background-size: auto, cover;
  }

  .contact-detail-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sponsor-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .newsletter-logo {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .newsletter-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cta-heading {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .clan-mark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .block-one {
    border-right-style: solid;
  }

  .statistic-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .block-two {
    border-right-style: none;
  }

  .block-three {
    border-top: 2px solid #1b222e;
    border-right-style: solid;
  }

  .block-four {
    border-top: 2px solid #1b222e;
    border-right-style: none;
  }
}

@media screen and (max-width: 767px) {
  .about-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .color-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .licence-graphic {
    height: 240px;
  }

  .licence-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 70px;
    line-height: 80px;
  }

  .about-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .match-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .match-grid {
    grid-row-gap: 72px;
  }

  .match-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .match-block {
    width: 100%;
  }

  .match-results {
    display: none;
  }

  .team-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blog-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blog-collection {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-image-wrap {
    height: 320px;
  }

  .cta-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .games-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .games-grid {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .game-column {
    padding-top: 0px;
  }

  .instagram-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faq-question-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .details-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-logo-wrapper {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .team-grid {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .large-link-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .player-logo {
    min-width: 130px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .video-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid-header {
    padding-bottom: 20px;
  }

  .blog-grid-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-detail-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blog-section-related {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-story-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-detail-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .player-statistics-banner {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .section-2 {
    padding-right: 3%;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    padding-top: 200px;
    padding-bottom: 92px;
    background-image: url('../images/Bounty_background.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/Bounty_background.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 0%, 0px 0px;
    background-size: auto, auto;
  }

  .template-section {
    overflow: hidden;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 60px;
  }

  .style-guide-block {
    padding-right: 28px;
    padding-left: 28px;
  }

  .button-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .template-detail-block {
    padding: 0px;
  }

  .licence-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .licence-graphic {
    height: 180px;
  }

  .team-collection {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-wrap-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .blog-image-wrap {
    height: 240px;
  }

  .instagram-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .template-link {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-extra-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-menu {
    display: none;
  }

  .footer-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-legal-text {
    margin-top: 32px;
    text-align: center;
  }

  .faq-question-wrap {
    padding: 16px;
  }

  .menu-button {
    border-width: 3px;
    border-color: #fedb01;
    border-radius: 0px;
  }

  .menu-button:hover {
    border-color: #fedb01;
  }

  .team-header {
    background-size: auto, cover;
  }

  .player-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .player-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-content-section {
    padding-bottom: 60px;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-banner {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-wrapper-small {
    margin-bottom: 20px;
  }

  .sponsor-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sponsor-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .player-statistics-banner {
    margin-top: 60px;
  }

  .block-one {
    border-bottom: 2px solid #1b222e;
    border-right-style: none;
  }

  .statistic-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-three {
    border-right-style: none;
  }

  .grid-3 {
    padding-left: 20px;
  }
}

#w-node-_19cc91d3-9aad-29d6-07e4-97ddf2f5386d-3f257428 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eff1ecff-54c8-1f2d-8c95-70fd088b24c6-3f257428 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d396a84-86c6-e854-e78c-347f7e616df1-3f257428 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}