:root {
  --dark-mode-10: #0f1643;
  --gray-0: #fcfcfc;
  --blue-70: #0b50ff;
  --dark-mode-80: #84a3e1;
  --blue-80: #0e39cb;
  --dark-mode-40: #374ca9;
  --white: white;
  --dark-mode-20: #192360;
  --gray-10: #dee2e6;
  --gray-30: #a7acba;
  --gray-80: #3d3d4c;
  --black: #111314;
  --gray-100: #1a1920;
  --dark-mode-0: #080c29;
  --dark-mode-5: #0c1136;
  --blue-40: #59a0ff;
  --blue-100: #0e1a5d;
  --red-40: #e02c33;
  --red-60: #bc0006;
  --red-80: #840003;
  --green-60: #02990d;
  --green-70: #017f09;
  --green-100: #004901;
  --yellow-40: #ffc52f;
  --yellow-60: #f2a400;
  --yellow-80: #d27d00;
  --orange-50: #ff8517;
  --orange-60: #f26d09;
  --orange-80: #d34100;
  --pink-50: #ff3a8b;
  --pink-70: #e71468;
  --pink-90: #b60455;
  --dark-mode-30: #273583;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  background-color: var(--dark-mode-10);
  color: var(--gray-0);
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--blue-70);
  text-decoration: none;
}

ul {
  margin-top: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

img {
  width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--dark-mode-80);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 14px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.sg-menu-link {
  color: var(--dark-mode-80);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: var(--gray-0);
}

.sg-menu-link.w--current {
  background-color: var(--blue-80);
  color: var(--gray-0);
  border-radius: 8px;
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  background-color: var(--dark-mode-40);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.horizontal-line.design-system {
  position: relative;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  color: var(--gray-0);
  max-width: 420px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr;
}

.grid.desk-3.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: minmax(30%, 1fr) minmax(30%, 1fr) minmax(30%, 1fr);
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-4.tab-4 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.grid.desk-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.grid.desk-2.tab-2.row-60px {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.grid.desk-2.tab-2 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.grid.desk-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid.desk-6.tab-2 {
  color: #588cad;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

._1-2-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.tab-link {
  opacity: .5;
  color: var(--white);
  text-align: center;
  background-color: #f1fcff00;
  flex: 0 auto;
  margin-right: 0;
  padding: 12px 24px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  color: var(--gray-0);
  background-color: #02245f;
  background-image: linear-gradient(#0a368500, #04348a);
  border-width: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.tab-link.relink {
  color: #4a82a5;
  background-color: #f1fcff;
  border: 2px solid #b8cfdd;
}

.tab-link.relink:hover {
  opacity: 1;
}

.tab-link.relink.w--current {
  color: #4a82a5;
  background-color: #fff;
  background-image: none;
  border: 2px solid #4a82a5;
}

._2-1-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-9 {
  width: 75%;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._120 {
  background-color: #0000;
  width: 120px;
  height: 120px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._60 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.spacer._8 {
  background-color: #0000;
  width: 8px;
  height: 8px;
}

.spacer._12 {
  background-color: #0000;
  width: 12px;
  height: 12px;
}

.spacer._20 {
  text-transform: uppercase;
  background-color: #0000;
  width: 20px;
  height: 20px;
}

.spacer._28 {
  text-transform: uppercase;
  background-color: #0000;
  width: 28px;
  height: 28px;
}

.spacer._40 {
  background-color: #0000;
  border-radius: 6px;
  width: 40px;
  height: 40px;
}

.paragraph {
  margin-bottom: 16px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
}

.paragraph.large {
  font-size: 20px;
}

.visible-spacer {
  background-color: var(--dark-mode-20);
  border-radius: 5px;
  display: inline-block;
}

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

.rich-text img {
  border-radius: 6px;
}

.ds-module {
  background-color: var(--dark-mode-20);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.icon {
  margin-right: 0;
  position: static;
}

.icon._32px {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}

.icon._24px {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

.icon._16px {
  width: 16px;
  height: 16px;
  line-height: 16%;
}

.ds-icon-grid {
  margin-top: 24px;
}

.vertical-tab {
  width: 100%;
}

.tabs-menu {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.tabs-menu.center {
  justify-content: center;
  margin-bottom: 0;
}

.tabs-menu.center.gbvsr {
  margin-top: 40px;
  transition: all .2s;
}

.tabs-menu.center.relink {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  transition: all .2s;
}

.tabs-menu.relink-platform {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.color-block {
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.gray-0 {
  background-color: var(--gray-0);
}

.color-block.gray-10 {
  background-color: var(--gray-10);
}

.color-block.gray-30 {
  background-color: var(--gray-30);
}

.color-block.gray-80 {
  background-color: var(--gray-80);
}

.color-block.black {
  background-color: var(--black);
}

.color-block.gray-100 {
  background-color: var(--gray-100);
}

.color-block.dark-mode-0 {
  background-color: var(--dark-mode-0);
}

.color-block.dark-mode-5 {
  border: 1px solid var(--dark-mode-20);
  background-color: var(--dark-mode-5);
}

.color-block.dark-mode-10 {
  background-color: var(--dark-mode-10);
}

.color-block.dark-mode-20 {
  background-color: var(--dark-mode-20);
}

.color-block.dark-mode-40 {
  background-color: var(--dark-mode-40);
}

.color-block.dark-mode-80 {
  background-color: var(--dark-mode-80);
}

.color-block.blue-40 {
  background-color: var(--blue-40);
}

.color-block.blue-70 {
  background-color: var(--blue-70);
}

.color-block.blue-80 {
  background-color: var(--blue-80);
}

.color-block.blue-100 {
  background-color: var(--blue-100);
}

.color-block.red-40 {
  background-color: var(--red-40);
}

.color-block.red-60 {
  background-color: var(--red-60);
}

.color-block.red-80 {
  background-color: var(--red-80);
}

.color-block.green-60 {
  background-color: var(--green-60);
}

.color-block.green-70 {
  background-color: var(--green-70);
}

.color-block.green-100 {
  background-color: var(--green-100);
}

.color-block.yellow-40 {
  background-color: var(--yellow-40);
}

.color-block.yellow-60 {
  background-color: var(--yellow-60);
}

.color-block.yellow-80 {
  background-color: var(--yellow-80);
}

.color-block.orange-50 {
  background-color: var(--orange-50);
}

.color-block.orange-60 {
  background-color: var(--orange-60);
}

.color-block.orange-80 {
  background-color: var(--orange-80);
}

.color-block.pink-50 {
  background-color: var(--pink-50);
}

.color-block.pink-70 {
  background-color: var(--pink-70);
}

.color-block.pink-90 {
  background-color: var(--pink-90);
}

.color-block.dark-mode-30 {
  background-color: var(--dark-mode-30);
}

.sg-content {
  background-color: var(--gray-0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.sg-section {
  z-index: 0;
  background-color: var(--dark-mode-5);
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--blue-70);
  color: #fff;
}

.ds-icon {
  margin-right: 24px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.btn {
  color: #fff;
  text-align: center;
  border-radius: 0;
  flex: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 4px 4px #0003;
}

.btn.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--gray-0);
  background-color: #fcfcfc1a;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 4px #0003;
}

.btn.outline.big {
  padding: 20px 40px;
  font-size: 22px;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 4px #0003;
}

.btn.outline.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.secondary {
  color: #47a3ea;
  background-color: #fcfcff;
  background-image: linear-gradient(#d8f1ff, #fcfcff);
  border: 1px solid #47a3ea;
  font-family: Optima LT Pro, sans-serif;
  transition: all .3s;
  box-shadow: 0 4px 15px -4px #5fb0ed91;
}

.btn.secondary:hover {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  box-shadow: 0 0 40px #27358333, 0 4px 4px #0003;
}

.btn.secondary.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.secondary.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.primary {
  background-color: var(--blue-70);
  background-image: linear-gradient(to bottom, var(--blue-70), var(--blue-80));
  color: var(--gray-0);
}

.btn.primary:hover {
  background-image: none;
  box-shadow: 0 0 40px #0b50ff33, 0 4px 4px #0003;
}

.btn.primary.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.primary.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.light {
  background-color: var(--gray-0);
  background-image: linear-gradient(to bottom, var(--gray-0), var(--gray-10));
  color: var(--gray-100);
  transition: all .3s;
}

.btn.light:hover {
  background-image: none;
  box-shadow: 0 0 40px #fcfcfc33, 0 4px 4px #0003;
}

.btn.light.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.light.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fcfcfc;
  background-color: #fcfcfc1a;
  transition: all .3s;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn.outline:hover {
  background-color: #fcfcfc33;
  box-shadow: 0 0 40px #fcfcfc33, inset 0 0 0 1px #fcfcfc4d;
}

.btn.outline.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.buy {
  color: var(--gray-0);
  border: 3px solid #811111;
  box-shadow: inset 0 0 0 3px #0003, 0 4px 4px #0003;
}

.btn.buy:hover {
  background-image: none;
  box-shadow: 0 0 40px #e02c3366, 0 4px 4px #0003;
}

.btn.buy.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.buy.big:hover {
  background-image: linear-gradient(#000, #fff);
}

.btn.buy.small {
  padding: 6px 16px;
  font-size: 14px;
}

.btn.buy-action {
  color: var(--gray-0);
  background-color: #991919;
  background-image: linear-gradient(60deg, #400404, #af1f1f 29%, #d25c5c 52%, #af1f1f 75%, #400404);
  border: 3px solid #7e2d2d;
  font-family: Optima LT Pro, sans-serif;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 4px 4px #0003;
}

.btn.buy-action:hover {
  opacity: .8;
  box-shadow: 0 0 40px #9c191991, inset 0 0 0 1px #fcfcfc4d;
}

.btn.buy-action.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.crunchyroll {
  color: var(--black);
  background-color: #f47521;
  background-image: linear-gradient(#f47521, #ff6702);
  justify-content: center;
  align-items: center;
  font-family: Optima LT Pro, sans-serif;
  display: flex;
}

.btn.crunchyroll:hover {
  background-color: #ff812d;
  background-image: none;
  box-shadow: 0 0 40px #0b50ff33, 0 4px 4px #0003;
}

.btn.crunchyroll.big {
  padding: 20px 40px;
  font-size: 20px;
}

.btn.crunchyroll.big:hover {
  background-image: none;
  box-shadow: 0 0 40px #ffa44a33, 0 4px 4px #0003;
}

.btn.buy-action-relink {
  color: var(--gray-0);
  background-image: linear-gradient(#3e99e7, #5bbaef);
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #15547973;
}

.btn.buy-action-relink:hover {
  opacity: .6;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #8bc1e18c;
}

.btn.buy-action-relink.big {
  flex: 0 auto;
  padding: 20px 40px;
  font-size: 20px;
}

.btn.secondary-relink {
  color: #47a3ea;
  background-image: linear-gradient(#d8f1ff, #f9fcff);
  border: 1px solid #47a3ea;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #15547952;
}

.btn.secondary-relink:hover {
  opacity: .6;
  box-shadow: inset 0 0 0 1px #fcfcfc33, 0 0 20px #8bc1e18c;
}

.btn.secondary-relink.big {
  padding: 20px 40px;
  font-size: 20px;
}

.ds-section-header {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.text-box {
  max-width: 1300px;
}

.text-box._640px {
  max-width: 640px;
  min-height: 64px;
}

.text-box._640px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._420px {
  max-width: 420px;
  min-height: 64px;
}

.text-box._420px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._310px {
  max-width: 310px;
  min-height: 64px;
}

.text-box._310px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._1300px {
  max-width: 1300px;
  min-height: 64px;
}

.text-box._1300px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._860px {
  max-width: 860px;
  min-height: 64px;
}

.text-box._860px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.text-box._530px {
  max-width: 530px;
  min-height: 64px;
}

.text-box._530px.visible {
  background-color: var(--dark-mode-20);
  border-radius: 6px;
}

.sg-label {
  color: var(--dark-mode-80);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.white-link {
  color: #9ec5fa;
}

.sg-nav-container {
  border-right: 1px solid var(--dark-mode-20);
  background-color: var(--dark-mode-5);
  width: 240px;
  height: 100vh;
}

.subtittle {
  font-family: Optima LT Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.display {
  font-family: Poppins;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
}

.brand {
  width: 178px;
  height: 40px;
}

.brand.symbol {
  width: 40px;
}

.content-wrap {
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.content-wrap.center {
  text-align: center;
  align-items: center;
  max-width: 1300px;
}

.content-wrap.center.about {
  grid-row-gap: 60px;
}

.content-wrap.rising {
  z-index: 2;
  grid-row-gap: 60px;
  position: relative;
}

.content-wrap.story {
  grid-row-gap: 80px;
  margin-top: 60px;
}

.header {
  grid-row-gap: 20px;
  color: #588cad;
  text-align: left;
  text-shadow: 0 1px 20px #fff, 0 1px 40px #fff, 0 1px 40px #fff, 0 1px 40px #fff;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  line-height: 150%;
  display: flex;
}

.header.center._1000px {
  max-width: 1000px;
}

.header.center.title {
  color: #fff;
  text-shadow: 0 1px 10px #588cad, 0 1px 10px #588cad, 0 1px 10px #588cad, 0 1px 10px #588cad, 0 1px 20px #588cad, 0 1px 20px #588cad, 0 1px 40px #588cad, 0 1px 40px #588cad, 0 1px 40px #588cad;
}

.header.faq-header {
  text-shadow: none;
  width: 100%;
  max-width: 310px;
  font-size: 20px;
}

.header.left {
  justify-content: flex-end;
}

.header.left.anime {
  color: var(--white);
  text-shadow: none;
}

.header.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header.center._860px {
  color: var(--gray-0);
  max-width: 860px;
}

.header.center._860px.rising {
  text-shadow: none;
}

.header.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.header.center._860px {
  max-width: 860px;
}

.container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.container.footer {
  border-top: 0 #11131433;
  padding-top: 80px;
}

.container.anime {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.relink-buy {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section {
  z-index: 2;
  background-image: linear-gradient(#f1f8fa, #f1f8fa69 84%), url('../images/about-bg-relink.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section.fold {
  z-index: 2;
  background-image: linear-gradient(#f1f9fb08, #f1f8fa), url('../images/gbf-relink-key1.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  position: relative;
}

.section.faq {
  background-image: linear-gradient(#ffffff45, #e8fbff), url('../images/about-bg-relink.jpg'), linear-gradient(#0f2152 2%, #07122eb0 55%, #020715), linear-gradient(#030a1b, #030a1b);
  background-position: 0 0, 50% 100%, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  background-attachment: scroll, fixed, scroll, scroll;
  width: auto;
  height: auto;
}

.section.footer {
  background-image: linear-gradient(#e8fbff, #e8fbff);
}

.section.anime {
  z-index: 2;
  background-image: linear-gradient(270deg, #445770 23%, #20314754), url('../images/gbf-anime-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.section.specs {
  z-index: 2;
  background-image: linear-gradient(#020613ed, #020613);
  position: relative;
}

.section.gbvsr {
  z-index: 0;
  background-image: linear-gradient(#0000, #122760);
  padding-top: 120px;
}

.section.relink-buy-area {
  background-image: url('../images/bg_relink.png'), linear-gradient(#fff, #fff);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.card {
  background-color: var(--dark-mode-20);
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.card:hover {
  outline-offset: 0px;
  outline: 3px solid #fff;
  transform: scale(1.03);
}

.discount {
  color: var(--white);
  background-color: #f54f4f;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
}

.discount.relink-discount {
  background-color: #ffe419;
  border-radius: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.price {
  grid-column-gap: 8px;
  text-align: left;
  flex: 1;
  align-items: center;
  min-width: 150px;
  height: 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price.highlight {
  flex: 0 auto;
  width: auto;
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
}

.carousel-slider-long {
  margin-right: 20px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.tabs {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin-top: 20px;
  position: relative;
}

.footer-social-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.btn-socialmedia {
  color: #588cad;
  background-color: #ffffffd6;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.btn-socialmedia:hover {
  color: #fff;
  background-color: #5865f2;
}

.btn-socialmedia.twitter {
  display: none;
}

.btn-socialmedia.twitter:hover {
  background-color: #1d9bf0;
}

.btn-socialmedia.youtube:hover {
  background-color: red;
}

.btn-socialmedia.twitch:hover {
  background-color: #9146ff;
}

.btn-socialmedia.facebook:hover {
  background-color: #1778f2;
}

.btn-socialmedia.instagram:hover {
  background-color: #f00075;
}

.btn-socialmedia.x:hover {
  background-color: #242424;
}

.btn-socialmedia.tiktok:hover {
  background-color: #333;
}

.btn-socialmedia.threads:hover {
  background-color: #0a0a0a;
}

.btn-socialmedia.bluesky:hover {
  background-color: #0085ff;
}

.footer-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.company {
  max-width: 310px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.brand-footer {
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

.footer-nav {
  flex-direction: column;
  display: flex;
}

.copyright {
  align-self: center;
  margin-left: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.footer-link {
  color: #315369bd;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #73a0bc;
}

.social-icon {
  height: 16px;
}

.social-icon.twitch, .social-icon.instagram, .social-icon.youtube {
  width: 18px;
  height: 18px;
}

.social-icon.discord {
  width: 19px;
  height: 18px;
}

.social-icon.facebook {
  width: 18px;
  height: 18px;
}

.social-icon.tiktok {
  width: 16px;
  height: 18px;
}

.social-icon.x, .social-icon.threads {
  width: 18px;
  height: 18px;
}

.social-icon.bluesky {
  width: 18px;
  height: 16px;
}

.brand-white {
  height: 30px;
}

.video-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.video-wrap._550px {
  max-width: 720px;
}

.price-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.buy-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.btn-area._420px {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  max-width: 420px;
}

.image-wrap {
  width: 100%;
}

.image-wrap.anime {
  padding-left: 20px;
}

.description-text {
  grid-row-gap: 8px;
  color: #727676;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  display: flex;
}

.description-text.extra {
  font-size: 20px;
}

.logo-wrap {
  align-self: flex-start;
  max-width: 530px;
  max-height: 200px;
}

.logo-wrap.gbvsr {
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 640px;
  height: 100%;
}

.logo-wrap.relink {
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 530px;
  height: 100%;
  max-height: none;
}

.carousel-slider {
  margin-right: 20px;
}

.container-2 {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.faq-body-cont {
  color: var(--dark-mode-80);
  -webkit-text-stroke-color: var(--gray-80);
  padding: 0 30px 30px;
}

.faq-content {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-answer {
  color: #727676;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 32px;
}

.faq-img {
  z-index: 2;
  color: #588cad;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.container-3 {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.social-faq {
  grid-column-gap: 12px;
  padding-top: 20px;
  padding-left: 32px;
  display: flex;
}

.toggle-text {
  z-index: 2;
  color: #588cad;
  white-space: normal;
  width: 100%;
  max-width: 640px;
  margin-left: 8px;
  font-family: EB Garamond, sans-serif;
  font-weight: 600;
  position: relative;
}

.faq-icon {
  z-index: 2;
  color: var(--gray-30);
  width: 32px;
  height: 32px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.faq-p {
  color: #588cad;
  background-color: #f3fcff;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.faq {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.faq-body {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.btn-socialmedia-faq {
  color: #fff;
  background-color: #3d3d4c96;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.btn-socialmedia-faq:hover {
  background-color: #5865f2;
}

.btn-socialmedia-faq.x:hover {
  background-color: #242424;
}

.btn-socialmedia-faq.twitch:hover {
  background-color: #9146ff;
}

.btn-socialmedia-faq.facebook:hover {
  background-color: #1778f2;
}

.btn-socialmedia-faq.instagram:hover {
  background-color: #f00075;
}

.btn-socialmedia-faq.tiktok:hover {
  background-color: #111314;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f2f9fbcc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
  display: flex;
  position: fixed;
}

.navbar:hover {
  background-color: #f2f9fbf2;
}

.btn-droparea {
  display: none;
}

.navlinks {
  background-color: #0000;
  display: flex;
  position: static;
}

.navlinks.w--open {
  display: flex;
}

.navlink {
  grid-column-gap: 8px;
  color: #588cadbf;
  text-align: center;
  padding: 28px 20px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navlink:hover {
  color: #47a3ea;
}

.navlink.w--current {
  color: #49a4ea;
  background-image: linear-gradient(#47a3ea00 30%, #b6cee075);
  padding-bottom: 24px;
}

.navlink.w--open {
  z-index: 1;
  background-color: var(--gray-0);
  color: var(--gray-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.navlink.dropdown-link {
  grid-column-gap: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  display: none;
}

.navlink.dropdown-link.w--open {
  z-index: 1;
  background-color: var(--gray-0);
  color: var(--gray-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown {
  display: none;
}

.dropdown.menu.w--open {
  background-color: var(--gray-0);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 20px #0003;
}

.navlink-dropdown {
  color: var(--gray-80);
  text-align: left;
  width: 100%;
  padding: 14px 20px 14px 40px;
  text-decoration: none;
  transition: all .3s;
}

.navlink-dropdown:hover {
  color: #1a1920;
}

.navlink-dropdown.w--current {
  border-left: 4px solid var(--blue-70);
  color: var(--gray-100);
  padding-left: 36px;
}

.btn-buyarea {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  min-width: 150px;
  display: grid;
}

.container-4 {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.card-2 {
  background-color: #2a2838;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.card-2:hover {
  outline-offset: 0px;
  outline: 3px solid #fff;
  transform: scale(1.02);
  box-shadow: 8px 8px #717079;
}

.fold {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 64px;
}

.image-wrap-editions {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.game-box-art {
  outline-offset: 0px;
  outline: 2px solid #2d76fe;
  box-shadow: 0 0 60px #165ca5;
}

.game-box-art.relink {
  outline-color: #fff;
  box-shadow: 0 0 60px #809fadad;
}

.image-2 {
  max-width: 520px;
}

.content-group {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-5 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.specs-text {
  color: #4a82a5;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.specs-text.single-line {
  flex: 1;
}

.specs-table-title {
  color: #4a82a5;
  background-color: #f1fcff;
  border-bottom: 1px #aad7e4;
  border-left: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Poppins;
  font-weight: 500;
  display: flex;
}

.specs-table {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.specs-title {
  color: #4a82a5;
  text-align: left;
  flex: 1;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.specs-table-bg {
  background-color: #cdedf6;
  border-width: 1px;
  border-color: #fff;
  border-top-style: none;
  border-bottom-style: solid;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.specs-table-bg.hide-column {
  background-color: #aad7e4;
}

.specs-requirements {
  color: #4a82a5;
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.tab-link-3 {
  opacity: .5;
  color: #fcfcfc;
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  margin-right: 0;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
}

.tab-link-3:hover {
  opacity: 1;
}

.tab-link-3.w--current {
  opacity: 1;
  color: #1a1920;
  background-color: #0000;
}

.tab-link-3.big {
  padding: 20px 40px;
  font-family: Optima LT Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tab-link-3.big.w--current {
  color: #fff;
  background-image: linear-gradient(#132855, #0e204b40);
}

.tab-link-3.big.relink-tab-menu {
  opacity: 1;
  color: #588cad;
  background-color: #fff;
  border: 2px solid #eef6fa;
}

.tab-link-3.big.relink-tab-menu.w--current {
  color: var(--white);
  background-image: linear-gradient(#274a5f, #274a5f);
  border-width: 2px;
  border-color: #0000;
}

.html-embed {
  width: 30px;
  height: 100%;
  display: flex;
}

.tab-platform {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.platform-selector-title {
  color: #588cad;
  margin-bottom: 20px;
  font-family: EB Garamond, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.platform-selector-title.rising {
  color: #fff;
  font-family: Optima LT Pro, sans-serif;
}

.text-block-4 {
  text-shadow: 0 0 20px #2d76fe;
}

.header-subtitle {
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  font-weight: 500;
  display: flex;
}

.crunchyroll-icon {
  z-index: 2;
  color: var(--gray-0);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.body {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#020715 12%, #020715);
  background-clip: border-box;
}

.list-content {
  font-size: 18px;
  list-style-type: square;
}

.list-title {
  font-size: 20px;
  font-weight: 600;
}

.list-title.relink {
  color: #727676;
  font-weight: 500;
}

.list-container {
  grid-row-gap: 8px;
  flex-direction: column;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.list-container.rising {
  color: #fff;
  text-shadow: none;
}

.list-container.relink-list {
  color: #727676;
  text-shadow: none;
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
}

.list-container.relink-list.hide {
  display: none;
}

.heading-2 {
  text-shadow: none;
}

.html-embed-2 {
  position: absolute;
}

.div-block {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-5 {
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  line-height: 160%;
  display: flex;
}

.video {
  background-image: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px #0000004d;
}

.video._550px {
  border-radius: 0;
}

.image-wrap-about {
  width: 100%;
}

.image-wrap-about.right {
  padding-left: 40px;
}

.image-wrap-about.left {
  padding-right: 40px;
}

.heading-3 {
  text-shadow: 0 1px 20px #2d76fe, 0 1px 20px #2d76fe;
  font-family: Optima LT Pro, sans-serif;
}

.rising-header {
  color: #fff;
  text-shadow: 0 1px 20px #2d76fe, 0 1px 20px #2d76fe;
  font-family: Optima LT Pro, sans-serif;
}

.text-block-7 {
  font-family: Optima LT Pro, sans-serif;
}

.text-block-8 {
  color: #727676;
  font-family: EB Garamond, sans-serif;
  font-size: 24px;
}

.text-block-9 {
  font-size: 16px;
}

.brand-relink {
  height: 30px;
}

.brand-relink.nav {
  width: 178px;
  height: 40px;
}

.header-disclaimer {
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.div-modal-wrapper {
  z-index: 9999;
  background-color: #ffffffd9;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-modal-submit {
  background-color: #161d26;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: none;
  height: 600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #0000004d;
}

.specs-modal {
  background-color: #161d26;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: none;
  height: 600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
  box-shadow: 0 0 20px 10px #7777774d;
}

.specs-alert {
  color: #5ab9ef;
  font-weight: 500;
  text-decoration: underline;
}

.specs-table-white {
  color: #4a82a5;
  background-color: #fff;
  border-color: #aad7e4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
  display: flex;
}

.list-disclaimer {
  color: #727676;
  margin-top: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.list-disclaimer.relink {
  color: #727676;
  font-weight: 500;
}

.brand-white-2 {
  color: #fcfcfc;
  height: 30px;
}

.brand-link {
  width: 100%;
  max-width: 138px;
  height: 30px;
}

@media screen and (min-width: 1280px) {
  .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .header, .header.left.anime {
    justify-content: center;
  }

  .container.anime {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.fold {
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
  }

  .card {
    flex-direction: column;
    align-items: stretch;
  }

  .price {
    color: #fff;
  }

  .carousel-slider-long {
    margin-right: 20px;
  }

  .tabs {
    width: 100%;
    max-width: 1300px;
  }

  .footer-link {
    font-size: 18px;
  }

  .logo-wrap.relink {
    max-width: 640px;
  }

  .container-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-answer {
    font-size: 18px;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-icon {
    max-width: none;
    display: block;
    overflow: visible;
  }

  .navbar {
    transition: all .2s;
  }

  .image-2 {
    max-width: 500px;
    top: -39%;
  }

  .container-5 {
    z-index: 5;
  }

  .body {
    background-attachment: fixed;
  }

  .video {
    max-width: 580px;
  }

  .video._550px {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .grid {
    margin-left: 0;
  }

  .grid.desk-3.tab-2 {
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .grid.desk-2.tab-2.row-60px {
    grid-row-gap: 40px;
  }

  .grid.desk-6.tab-2 {
    grid-template-columns: 1fr 1fr;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._2-1-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .tabs-menu {
    justify-content: center;
    margin-bottom: 40px;
  }

  .tabs-menu.center {
    margin-bottom: 0;
  }

  .tabs-menu.center.relink {
    margin-top: 0;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .btn {
    position: relative;
  }

  .btn.buy {
    background-color: var(--red-40);
    background-image: linear-gradient(to bottom, var(--red-40), var(--red-60));
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .content-wrap {
    align-items: center;
    font-size: 20px;
  }

  .header {
    text-align: center;
    align-self: stretch;
    align-items: center;
  }

  .header.faq-header {
    text-align: left;
  }

  .header.left {
    text-align: center;
    align-items: center;
  }

  .container.anime {
    padding-bottom: 120px;
  }

  .container.editions {
    padding-top: 60px;
  }

  .container.relink-buy {
    padding-top: 80px;
  }

  .section.fold {
    background-size: auto, cover;
  }

  .section.anime {
    background-image: linear-gradient(24deg, #445770 23%, #20314754), url('../images/gbf-anime-bg.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .price.highlight {
    justify-content: center;
    width: auto;
  }

  .carousel-slider-long {
    margin-right: 6%;
  }

  .company {
    text-align: left;
    max-width: none;
  }

  .footer-nav {
    text-align: left;
  }

  .video-wrap {
    max-width: 530px;
    padding-left: 0;
  }

  .price-wrap {
    justify-content: center;
    align-self: center;
    width: 100%;
    max-width: 530px;
  }

  .buy-wrap {
    align-items: stretch;
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-area._420px {
    max-width: 420px;
  }

  .image-wrap.anime {
    max-width: 400px;
    padding-left: 0;
  }

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

  .logo-wrap {
    justify-content: center;
    align-self: center;
  }

  .faq-answer {
    padding-left: 32px;
    font-size: 14px;
    line-height: 150%;
  }

  .faq-img {
    width: 24px;
    height: 24px;
  }

  .toggle-text {
    margin-right: 20px;
    font-size: 18px;
    line-height: 150%;
  }

  .faq-icon {
    width: 24px;
  }

  .menu-icon {
    color: #588cad;
    width: 24px;
    height: 24px;
  }

  .menu, .navigation {
    order: 1;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content min-content;
    grid-auto-columns: 1fr;
    padding: 4px 16px 4px 40px;
    display: grid;
  }

  .btn-droparea {
    width: 100%;
    padding-left: 20px;
    display: none;
  }

  .navlinks {
    display: none;
  }

  .navlinks.w--open {
    background-color: #274a5f;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .navlink {
    color: var(--white);
    text-align: left;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
  }

  .navlink:hover {
    opacity: .7;
    color: #fff;
  }

  .navlink.w--current {
    color: var(--white);
    background-image: linear-gradient(to right, #396b88, #274a5f);
    border-left-color: #0b50ff00;
    padding-bottom: 14px;
    padding-left: 36px;
  }

  .navlink.dropdown-link {
    display: none;
  }

  .dropdown {
    z-index: 1;
    grid-column-gap: 20px;
    color: #fcfcfc;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .dropdown.w--open {
    color: var(--white);
    background-color: #274a5f;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .dropdown-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .navlink-dropdown {
    color: #3d3d4cb3;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    display: none;
  }

  .navlink-dropdown:hover {
    color: #3d3d4c;
  }

  .btn-buyarea {
    grid-template-columns: .5fr .5fr;
  }

  .container-4 {
    align-self: center;
  }

  .image-wrap-editions {
    max-width: 320px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .game-box-art.relink {
    box-shadow: 0 0 20px #809fadad;
  }

  .image-2 {
    position: static;
  }

  .content-group {
    align-items: center;
  }

  .specs-text {
    font-size: 14px;
    line-height: 22px;
  }

  .specs-table-title.hide-column {
    display: flex;
  }

  .specs-title {
    font-size: 16px;
    line-height: 28px;
  }

  .specs-table-bg.hide-column {
    display: flex;
  }

  .specs-requirements {
    font-size: 14px;
  }

  .tab-link-3.big.relink-tab-menu {
    font-size: 18px;
  }

  .platform-selector-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .header-subtitle {
    text-align: center;
  }

  .crunchyroll-icon {
    width: 24px;
    height: 24px;
  }

  .list-content {
    text-align: left;
  }

  .video {
    margin-bottom: 0;
    margin-right: auto;
  }

  .image-wrap-about.right {
    max-width: 540px;
    padding-left: 0;
  }

  .image-wrap-about.left {
    max-width: 540px;
    padding-right: 0;
  }

  .header-disclaimer {
    text-align: center;
  }

  .div-modal-wrapper {
    overflow: visible;
  }

  .div-modal-submit {
    width: 600px;
    display: flex;
  }

  .specs-modal {
    width: 600px;
    height: auto;
    display: flex;
  }

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

  .specs-table-white.hide-column {
    display: flex;
  }

  .selector {
    width: 100%;
  }

  .list-disclaimer {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sg-menu {
    background-color: #fff;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-3.tab-2 {
    grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr);
  }

  .grid.desk-4.tab-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-2.tab-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .tab-link {
    border-bottom-width: 0;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._60 {
    height: 48px;
  }

  .paragraph {
    font-size: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn.outline.big {
    width: 100%;
  }

  .btn.buy {
    padding: 6px 16px;
    font-size: 14px;
  }

  .btn.buy.big, .btn.buy-action.big, .btn.buy-action-relink.big, .btn.secondary-relink.big {
    width: 100%;
  }

  .subtittle {
    line-height: 20px;
  }

  .display {
    font-size: 60px;
    line-height: 72px;
  }

  .brand {
    width: 133.5px;
    height: 30px;
  }

  .content-wrap {
    grid-row-gap: 20px;
    height: 100%;
    font-size: 16px;
  }

  .header {
    text-align: center;
    font-size: 20px;
  }

  .header.faq-header {
    text-align: center;
    max-width: 640px;
    font-size: 24px;
  }

  .header.left {
    text-align: center;
    align-items: center;
  }

  .container {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    padding-bottom: 0;
  }

  .footer-social-nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .company {
    flex-direction: column;
    display: flex;
  }

  .brand-footer {
    justify-content: flex-start;
    align-items: stretch;
  }

  .video-wrap, .price-wrap {
    max-width: 420px;
  }

  .buy-wrap {
    align-items: stretch;
  }

  .btn-area {
    max-width: 420px;
  }

  .image-wrap.anime {
    max-width: 320px;
  }

  .logo-wrap.gbvsr {
    align-self: center;
    max-width: 460px;
  }

  .logo-wrap.relink {
    align-self: center;
    width: auto;
    height: auto;
  }

  .container-2, .container-3 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .toggle-text {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }

  .navbar {
    grid-template-columns: 1fr max-content;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    top: 0;
  }

  .btn-droparea {
    flex-direction: column;
    padding-top: 20px;
    display: flex;
  }

  .btn-navarea {
    display: none;
  }

  .dropdown {
    padding: 13px;
  }

  .btn-buyarea {
    grid-template-columns: .75fr .75fr;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-2 {
    padding-bottom: 0;
  }

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

  .image-wrap-editions {
    max-width: 420px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .game-box-art {
    outline-color: #2d76fe;
    box-shadow: 0 0 60px #165ca5;
  }

  .game-box-art.relink {
    outline-color: #fff;
    box-shadow: 0 0 60px #c9d3dd;
  }

  .container-5 {
    align-items: flex-start;
    padding-bottom: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .specs-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .specs-table-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specs-table-title.hide {
    display: none;
  }

  .specs-table {
    grid-template-columns: 1fr 1fr;
  }

  .specs-title {
    line-height: 20px;
  }

  .specs-table-bg {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .tab-link-3 {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link-3.big {
    border-radius: 0;
    padding: 16px 28px;
  }

  .body {
    background-position: 48%;
    background-size: cover;
  }

  .list-content {
    text-align: left;
  }

  .image-wrap-about.right {
    max-width: 320px;
  }

  .brand-relink.nav {
    width: 133.5px;
    height: 30px;
  }

  .div-modal-submit {
    width: 500px;
    height: 400px;
  }

  .specs-modal {
    width: 500px;
  }

  .specs-table-white {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .grid.desk-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid.desk-3.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100%, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid.desk-2.tab-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .tab-link {
    justify-content: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .tab-link.w--current {
    justify-content: center;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .content-wrap {
    grid-row-gap: 28px;
    height: auto;
  }

  .header.center._1000px {
    padding-left: 0;
    padding-right: 0;
  }

  .header.center._860px {
    font-size: 18px;
  }

  .section.fold {
    background-image: linear-gradient(#f1f9fb12, #f1f8fa 63%), url('../images/gbf-relink-key1.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .price.highlight {
    justify-content: center;
  }

  .carousel-slider-long {
    margin-right: 6%;
  }

  .footer-social-nav {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .btn-socialmedia.tiktok:hover {
    background-color: #111314;
  }

  .price-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .btn-area._420px {
    grid-template-columns: 1fr;
  }

  .logo-img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel-slider {
    margin-right: 12px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    padding-left: 0;
  }

  .faq-img {
    display: none;
  }

  .social-faq {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .toggle-text {
    max-width: 230px;
    margin-left: 0;
  }

  .btn-buyarea {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .specs-text {
    margin-top: 0;
    line-height: 20px;
  }

  .specs-text.single-line {
    margin-top: 0;
  }

  .specs-table-title.hide-column {
    display: none;
  }

  .specs-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .specs-table-bg, .specs-table-bg.hide-column {
    display: none;
  }

  .tab-link-3 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .tab-link-3.big {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .header-subtitle {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .crunchyroll-icon {
    display: none;
  }

  .body {
    background-position: 40%;
  }

  .list-content {
    text-align: left;
  }

  .header-disclaimer {
    color: #727676;
    text-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .div-modal-submit, .specs-modal {
    width: 300px;
  }

  .specs-table-white.hide-column {
    display: none;
  }
}

#w-node-_01bb8267-ce25-d0c3-4a67-34def774efa8-29bdc091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404be7-29bdc091 {
  grid-column: 2 / 3;
  grid-row-end: 1.99265;
  grid-row-start: 1;
}

#w-node-_5d3b61d4-2ae8-6d08-7e87-0b6bb06a344b-29bdc091 {
  grid-column: 1 / 2;
  grid-row-end: 1.99265;
  grid-row-start: 1;
}

#w-node-d4d2f75c-a81f-8684-fdfa-fd1a2be489a9-29bdc091 {
  grid-column: 3 / 4;
  grid-row-end: 1.99265;
  grid-row-start: 1;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bea-29bdc091 {
  grid-column-end: 1.99265;
  grid-column-start: 1;
  grid-row-end: 2.99265;
  grid-row-start: 2;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bed-29bdc091 {
  grid-column: 2 / 3;
  grid-row-end: 2.99265;
  grid-row-start: 2;
}

#w-node-_5149137c-6a6d-b080-cc50-66e28dbd7c09-29bdc091 {
  grid-column: 3 / 4;
  grid-row-end: 2.99265;
  grid-row-start: 2;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf0-29bdc091 {
  grid-column: 2 / 3;
  grid-row-end: 3.99265;
  grid-row-start: 3;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf3-29bdc091 {
  grid-column: 2 / 3;
  grid-row-end: 4.99265;
  grid-row-start: 4;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf6-29bdc091 {
  grid-column: 2 / 3;
  grid-row-end: 5.99265;
  grid-row-start: 5;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf9-29bdc091 {
  grid-column: 2 / 3;
  grid-row-end: 6.99265;
  grid-row-start: 6;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bfc-29bdc091 {
  grid-column: 2 / 3;
  grid-row-end: 7.99265;
  grid-row-start: 7;
}

#w-node-_25f82371-cbc8-cd9f-fd2f-44a4cc37559a-29bdc091 {
  grid-column: 3 / 4;
  grid-row-end: 7.99265;
  grid-row-start: 7;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bff-29bdc091 {
  grid-column-end: 1.99265;
  grid-column-start: 1;
  grid-row-end: 3.99265;
  grid-row-start: 3;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404c02-29bdc091 {
  grid-column-end: 1.99265;
  grid-column-start: 1;
  grid-row-end: 4.99265;
  grid-row-start: 4;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404c05-29bdc091 {
  grid-column-end: 1.99265;
  grid-column-start: 1;
  grid-row-end: 5.99265;
  grid-row-start: 5;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404c08-29bdc091 {
  grid-column-end: 1.99265;
  grid-column-start: 1;
  grid-row-end: 6.99265;
  grid-row-start: 6;
}

#w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404c0b-29bdc091 {
  grid-column-end: 1.99265;
  grid-column-start: 1;
  grid-row-end: 7.99265;
  grid-row-start: 7;
}

#w-node-e5db095a-577b-d4f5-66ad-6716686ddc7f-29bdc091 {
  grid-column: 3 / 4;
  grid-row-end: 3.99265;
  grid-row-start: 3;
}

#w-node-_8e92fa97-56e7-e95b-35d0-f95a6451ffdb-29bdc091 {
  grid-column: 3 / 4;
  grid-row-end: 4.99265;
  grid-row-start: 4;
}

#w-node-_5f8a6218-5c6b-b6f9-affe-ad9034e2606b-29bdc091 {
  grid-column: 3 / 4;
  grid-row-end: 5.99265;
  grid-row-start: 5;
}

#w-node-_38b143bd-4c4f-7596-a75d-64f4ac6ac241-29bdc091 {
  grid-column: 3 / 4;
  grid-row-end: 6.99265;
  grid-row-start: 6;
}

#w-node-_1475b774-1be8-b2a5-02bf-49fdd5ecc14a-29bdc091 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1475b774-1be8-b2a5-02bf-49fdd5ecc151-29bdc091 {
  grid-area: 3 / 1 / 3 / 2;
}

#w-node-_7187756f-ef44-e5ae-97a9-33cc15d7db46-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center stretch;
}

#w-node-_7187756f-ef44-e5ae-97a9-33cc15d7db41-29bdc091 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-c594e9d3-0ad1-2bef-0d2d-f3658acf79a0-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
}

#w-node-_9d1c0225-df1f-d2a9-661a-323249ec4eef-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_5f51af72-d506-589c-478b-98c9f8acca44-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
}

#w-node-d98c3ff2-e09e-e676-c08b-d422be1f5b13-29bdc091 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f5-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
}

#w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f0-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-a9aadbfd-8978-adc2-071d-37868f7c40ff-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_6cf3efbd-81ba-ec64-4715-2ce45d4c5f76-29bdc091 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b0f0e0e0-9f37-5c96-e9d7-80c32d824712-29bdc091 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b0f0e0e0-9f37-5c96-e9d7-80c32d824728-29bdc091, #w-node-_2a93e36f-edcd-cacb-7da1-37e31258ef3a-29bdc091 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6cf3efbd-81ba-ec64-4715-2ce45d4c5fb3-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start end;
}

#w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3b8-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3b9-29bdc091 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3c1-29bdc091 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_87fda791-6465-cf75-7c33-caa146d70473-29bdc091 {
  justify-self: start;
}

#w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3de-29bdc091 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5103d3ad-37b7-8689-5903-7fd7ef776416-29bdc091 {
  justify-self: start;
}

#w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3e2-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start end;
}

#w-node-_1e515cb1-747d-d029-c05a-dde1879c55be-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_1e515cb1-747d-d029-c05a-dde1879c55c7-29bdc091 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_979fc589-ff79-d3e6-3ac9-63ae1986d4ef-29bdc091 {
  justify-self: start;
}

#w-node-_1e515cb1-747d-d029-c05a-dde1879c55e4-29bdc091 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_11ec6fd8-917a-8a07-2fa0-cf7c9ee6c2cb-29bdc091 {
  justify-self: start;
}

#w-node-_1e515cb1-747d-d029-c05a-dde1879c55e8-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start end;
}

#w-node-d6ae94e4-b78a-6449-3e45-16a5c0bf364e-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d6ae94e4-b78a-6449-3e45-16a5c0bf3657-29bdc091 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_09aa59df-8df1-311c-9b92-3f1cdb836134-29bdc091 {
  justify-self: start;
}

#w-node-d6ae94e4-b78a-6449-3e45-16a5c0bf3678-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start end;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a176-29bdc091 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a17f-29bdc091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a180-29bdc091 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a18e-29bdc091 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a192-29bdc091 {
  justify-self: start;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a195-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a19a-29bdc091 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1a6-29bdc091 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1bc-29bdc091 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1c0-29bdc091 {
  justify-self: start;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1c9-29bdc091 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1cd-29bdc091 {
  justify-self: start;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1d0-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1d5-29bdc091 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1e4-29bdc091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1e5-29bdc091 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1f6-29bdc091 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1fa-29bdc091 {
  justify-self: start;
}

#w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1fd-29bdc091 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center end;
}

#w-node-_9cabb318-62a2-784f-fb6d-933c05f9a906-29bdc091 {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center end;
}

#w-node-b79ea46b-b153-fdd3-a9df-f50c88b42e7c-29bdc091 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
}

#w-node-_9cabb318-62a2-784f-fb6d-933c05f9a908-29bdc091 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_9cabb318-62a2-784f-fb6d-933c05f9a910-29bdc091 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9cabb318-62a2-784f-fb6d-933c05f9a911-29bdc091 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1babad4-1591-5091-f74a-b150c7bebb54-29bdc091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_6cf3efbd-81ba-ec64-4715-2ce45d4c5f76-29bdc091, #w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3b9-29bdc091, #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a19a-29bdc091 {
    align-self: center;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1e4-29bdc091 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b79ea46b-b153-fdd3-a9df-f50c88b42e7c-29bdc091 {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a910-29bdc091 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c594e9d3-0ad1-2bef-0d2d-f3658acf79a0-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    place-self: center;
  }

  #w-node-_9d1c0225-df1f-d2a9-661a-323249ec4eef-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_5f51af72-d506-589c-478b-98c9f8acca44-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    place-self: center;
  }

  #w-node-d98c3ff2-e09e-e676-c08b-d422be1f5b13-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f5-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    place-self: center;
  }

  #w-node-_8c678c4e-c471-0c1e-77eb-5b7de11451f0-29bdc091, #w-node-a9aadbfd-8978-adc2-071d-37868f7c40ff-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_6cf3efbd-81ba-ec64-4715-2ce45d4c5f76-29bdc091 {
    grid-row-start: 2;
    grid-column-end: 3;
  }

  #w-node-b0f0e0e0-9f37-5c96-e9d7-80c32d824712-29bdc091, #w-node-_0303eaba-4969-9bb1-614a-5f0b6cc3a632-29bdc091, #w-node-_1a0307b9-a0e9-37dd-5765-71c1f67759b9-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6cf3efbd-81ba-ec64-4715-2ce45d4c5fb3-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3b8-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3b9-29bdc091 {
    grid-row-start: 2;
    grid-column-end: 3;
  }

  #w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3c1-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87fda791-6465-cf75-7c33-caa146d70473-29bdc091, #w-node-_5103d3ad-37b7-8689-5903-7fd7ef776416-29bdc091 {
    justify-self: stretch;
  }

  #w-node-_300e1c1e-91a9-7f53-5142-162aa19bb3e2-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_1e515cb1-747d-d029-c05a-dde1879c55be-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1e515cb1-747d-d029-c05a-dde1879c55c7-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_979fc589-ff79-d3e6-3ac9-63ae1986d4ef-29bdc091, #w-node-_11ec6fd8-917a-8a07-2fa0-cf7c9ee6c2cb-29bdc091 {
    justify-self: stretch;
  }

  #w-node-_1e515cb1-747d-d029-c05a-dde1879c55e8-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-d6ae94e4-b78a-6449-3e45-16a5c0bf364e-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d6ae94e4-b78a-6449-3e45-16a5c0bf3657-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_09aa59df-8df1-311c-9b92-3f1cdb836134-29bdc091 {
    justify-self: stretch;
  }

  #w-node-d6ae94e4-b78a-6449-3e45-16a5c0bf3678-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a176-29bdc091 {
    grid-row-start: 2;
    grid-column-end: 3;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a17f-29bdc091, #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a180-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a192-29bdc091 {
    justify-self: stretch;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a195-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a19a-29bdc091 {
    grid-row-start: 2;
    grid-column-end: 3;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1a3-29bdc091, #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1a6-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1c0-29bdc091, #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1cd-29bdc091 {
    justify-self: stretch;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1d0-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1d5-29bdc091 {
    grid-row-start: 2;
    grid-column-end: 3;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1e4-29bdc091, #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1e5-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1fa-29bdc091 {
    justify-self: stretch;
  }

  #w-node-cb8b21b9-8b39-e41d-3ce9-a4a57638a1fd-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a906-29bdc091 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: end center;
  }

  #w-node-b79ea46b-b153-fdd3-a9df-f50c88b42e7c-29bdc091 {
    grid-area: 2 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a908-29bdc091 {
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a910-29bdc091 {
    grid-row: 3 / 4;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a911-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfad-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfba-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfc7-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfdc-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404be7-29bdc091, #w-node-_5d3b61d4-2ae8-6d08-7e87-0b6bb06a344b-29bdc091 {
    grid-column: 1 / 2;
    grid-row-start: 1;
    grid-row-end: 1.99265;
  }

  #w-node-d4d2f75c-a81f-8684-fdfa-fd1a2be489a9-29bdc091 {
    grid-column: 2 / 3;
    grid-row-start: 1;
    grid-row-end: 1.99265;
  }

  #w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bed-29bdc091 {
    grid-column: 1 / 2;
    grid-row-start: 2;
    grid-row-end: 2.99265;
  }

  #w-node-_5149137c-6a6d-b080-cc50-66e28dbd7c09-29bdc091 {
    grid-column: 2 / 3;
    grid-row-start: 2;
    grid-row-end: 2.99265;
  }

  #w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf0-29bdc091 {
    grid-column: 1 / 2;
    grid-row-start: 3;
    grid-row-end: 3.99265;
  }

  #w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf3-29bdc091 {
    grid-column: 1 / 2;
    grid-row-start: 4;
    grid-row-end: 4.99265;
  }

  #w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf6-29bdc091 {
    grid-column: 1 / 2;
    grid-row-start: 5;
    grid-row-end: 5.99265;
  }

  #w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bf9-29bdc091 {
    grid-column: 1 / 2;
    grid-row-start: 6;
    grid-row-end: 6.99265;
  }

  #w-node-_1a5968b6-fd8f-7997-25fa-fe00f9404bfc-29bdc091 {
    grid-column: 1 / 2;
    grid-row-start: 7;
    grid-row-end: 7.99265;
  }

  #w-node-_25f82371-cbc8-cd9f-fd2f-44a4cc37559a-29bdc091 {
    grid-column: 2 / 3;
    grid-row-start: 7;
    grid-row-end: 7.99265;
  }

  #w-node-e5db095a-577b-d4f5-66ad-6716686ddc7f-29bdc091 {
    grid-column: 2 / 3;
    grid-row-start: 3;
    grid-row-end: 3.99265;
  }

  #w-node-_8e92fa97-56e7-e95b-35d0-f95a6451ffdb-29bdc091 {
    grid-column: 2 / 3;
    grid-row-start: 4;
    grid-row-end: 4.99265;
  }

  #w-node-_5f8a6218-5c6b-b6f9-affe-ad9034e2606b-29bdc091 {
    grid-column: 2 / 3;
    grid-row-start: 5;
    grid-row-end: 5.99265;
  }

  #w-node-_38b143bd-4c4f-7596-a75d-64f4ac6ac241-29bdc091 {
    grid-column: 2 / 3;
    grid-row-start: 6;
    grid-row-end: 6.99265;
  }

  #w-node-_0303eaba-4969-9bb1-614a-5f0b6cc3a632-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a906-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end center;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a908-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a910-29bdc091 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb54-29bdc091 {
    justify-self: center;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfad-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfba-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfc7-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3dfdc-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c594e9d3-0ad1-2bef-0d2d-f3658acf79a0-29bdc091 {
    grid-area: span 3 / span 2 / span 3 / span 2;
    align-self: center;
  }

  #w-node-_9cabb318-62a2-784f-fb6d-933c05f9a908-29bdc091 {
    grid-column-end: 3;
  }

  #w-node-d1babad4-1591-5091-f74a-b150c7bebb7c-29bdc091, #w-node-d1babad4-1591-5091-f74a-b150c7bebb7e-29bdc091 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df8b-e9a3df88 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df9a-e9a3df88, #w-node-_3b08624a-d673-be1b-30fb-13cee9a3df9c-e9a3df88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Optima LT Pro';
  src: url('../fonts/OptimaLTPro-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima LT Pro';
  src: url('../fonts/OptimaLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}