:root {
  --colour-4: #fff;
  --colour-1: #6eccff;
  --colour-2: #ffc983;
  --colour-3: #8b6eff;
  --colour-0: #6effbb;
  --colour-5: #c5beb4;
  --input-user-text: #06ffac;
  --gg-primary-btn: #2d69c6;
  --border-grey: #292929;
  --gt-grey: #9fa5a8;
  --gt-btn-active: #000;
  --gt-btn-inactive: #dbe0e440;
  --gt-blue: #6bd0ec;
  --avatar: #ff354d;
  --colour-1-darker: #4389af;
}

.gg-body {
  background-color: #000;
}

.gg-body.pricing {
  background-color: #0000;
}

.gg-header {
  z-index: 1;
  outline-offset: -1px;
  background-image: none;
  background-size: auto;
  border-radius: 60px;
  outline: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-header.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.gg-header.companions {
  z-index: 10;
  outline-offset: -1px;
  pointer-events: none;
  background-color: #25252500;
  background-image: none;
  outline: 1px #000;
}

.gg-header.pricing {
  z-index: -10;
  border-radius: 0;
}

.gg-menu-open {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 50px;
  align-items: center;
  padding: 10px 14px;
  display: flex;
}

.gg-nav {
  z-index: 2147483647;
  align-items: center;
  margin-top: 50px;
  margin-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.gg-nav.fixed, .gg-nav.share {
  position: absolute;
}

.gg-menu-text {
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.gg-menu-text.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.gg-menu-text.black {
  color: #000;
  font-weight: 400;
}

.gg-menu-text.halftime {
  opacity: .5;
}

.gg-menu-text.green {
  color: #06ffac;
}

.gg-menu-text.plus {
  margin-top: -4px;
  margin-bottom: -2px;
  margin-right: 10px;
  font-size: 16px;
}

.gg-menu-text.red {
  color: #ff4c61;
}

.gg-menu-text.yellow {
  color: #fd7;
}

.gg-menu-text.yellow.add {
  margin-top: -2px;
  margin-right: -2px;
  font-size: 17px;
  font-weight: 400;
}

.gg-menu-text.light-red {
  color: #ffb6bf;
}

.text-span {
  font-weight: 700;
}

.text-span.black {
  color: #000;
  font-family: inter-variable, sans-serif;
}

.gg-bullet-shell {
  border: 2px solid var(--colour-4);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  display: flex;
}

.gg-main-video {
  z-index: -10;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-main-video.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gg-main-video.backup {
  display: block;
}

.gg-main-video.mobile {
  display: none;
}

.gg-main-video.pricing {
  z-index: 100;
  border-radius: 0;
}

.gg-faq {
  flex-flow: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.of-diagram {
  aspect-ratio: 16 / 9;
  outline-offset: -2px;
  background-image: url('../images/OF-Diagram.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 27px;
  outline: 2px solid #141414;
  margin-top: -20px;
  margin-bottom: 60px;
  padding: 28px 30px 30px 31px;
  position: relative;
}

.film-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  padding: 0;
}

.film-stack.risks {
  margin-top: -20px;
  margin-bottom: 100px;
}

.warning-dialog {
  background-color: #c3beb500;
  border: 2px solid #ffffff40;
  border-radius: 12px;
  margin-top: 100px;
  margin-bottom: 140px;
  padding: 24px;
}

.button-composition {
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.company-data-hr {
  background-color: #ffffff40;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.arrow {
  width: 20px;
}

.div-block-9 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

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

.r-d-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 100;
  line-height: 26px;
}

.r-d-title.hue {
  color: #fff;
}

.category-link {
  color: #c3beb5;
  text-decoration: none;
}

.category-link:hover {
  color: #c3beb5;
}

.category-link._50per {
  opacity: .5;
}

.category-link._50per.whitish {
  color: #fff;
}

.accordion-arrow {
  z-index: 200;
  opacity: .25;
  width: 16px;
  max-width: none;
  margin-top: -1px;
  position: relative;
}

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

.accordian-title {
  z-index: 200;
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
}

.accordian-title.colour {
  color: #444;
}

.accordian-title.colour.hide {
  opacity: 0;
}

.accordian-title.grey {
  opacity: .27;
}

.accordian-title.smaller {
  color: #68ff7c80;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.accordian-title.smaller.bf {
  color: #fff;
}

.accordian-title.smaller.bf.share {
  opacity: 100;
}

.accordian-title.smaller.bf.black {
  filter: invert();
}

.accordian-title.smaller.bf.gt {
  color: #5b6368;
}

.accordian-title.smaller.white {
  color: #fff;
  cursor: auto;
}

.accordian-title.b {
  color: #8a949b;
}

.company-data {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.7fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 14px;
  font-size: 36px;
  display: grid;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #0000;
  border-radius: 14px;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.p-accordion-answer {
  z-index: 100;
  color: #a0a0a0;
  max-width: 50vw;
  margin-bottom: 0;
  margin-left: -89px;
  padding-top: 6px;
  padding-bottom: 36px;
  padding-right: 0;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.p-accordion-answer.lp {
  padding-right: 140px;
}

.quick-stack-8 {
  margin-bottom: 40px;
  padding: 0;
}

.card-stack {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 40px;
  position: relative;
}

.subtle-texts {
  color: #736e64;
  font-size: 12px;
  line-height: 17px;
}

.subtle-texts._50perc {
  opacity: .5;
  color: #fff;
}

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-6-copy {
  color: #c3beb5;
}

.of-body-copy-temp {
  color: #fff;
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-44 {
  width: 100%;
  margin-top: 20px;
}

.button-label {
  color: #b8a88f;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.film-image {
  border-radius: 10px;
  width: 100%;
  transform: translate(0);
}

.cell-11 {
  flex-flow: row;
  align-items: center;
}

.gold-link-copy {
  color: #fff;
  cursor: crosshair;
  font-weight: 500;
  text-decoration: none;
}

.gold-link-copy:hover {
  color: #b8a88f;
  text-decoration: none;
}

.div-block-41 {
  outline-offset: -2px;
  border-radius: 27px;
  outline: 2px solid #141414;
  margin-top: -20px;
}

.crad-videos {
  background-image: linear-gradient(#ffffff08, #ffffff08);
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-6 {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.heading-6.grey {
  color: #a0a0a0;
  margin-bottom: 40px;
}

.heading-6.info {
  width: 50vw;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #272727;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.accordion-item.ui-example {
  border-top-style: none;
  width: 100%;
  margin-bottom: 60px;
}

.accordion-item.gt {
  border-top-color: #e5e6e7;
}

.accordion-item-bottom-wrapper {
  padding-left: 27.5%;
  font-size: 16px;
  overflow: hidden;
}

.accordion-item-bottom-wrapper.full {
  padding-left: 0%;
}

.div-block-45 {
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.shiny {
  z-index: 1000;
  aspect-ratio: 1;
  opacity: .1;
  width: 60%;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle farthest-side, #fff, #fff0);
  position: absolute;
  transform: translate3d(0, 0, 25px);
}

.of-body-copy {
  color: #fff;
  margin-bottom: 60px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.of-body-copy._30b {
  margin-bottom: 90px;
  font-size: 12px;
  line-height: 18px;
}

.of-body-copy._30b._50per {
  opacity: .5;
  color: #c3beb5;
}

.of-body-copy._30b._0below {
  margin-bottom: 0;
}

.of-body-copy._30b._0below.half-alive {
  opacity: .5;
  text-align: center;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
}

.of-body-copy._30b._0below.ggg {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: cofo-raffine, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.of-body-copy._30b._0below.ggg.bbbb {
  margin-bottom: 20px;
  font-family: ellograph-cf, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 60px;
}

.of-body-copy._30b._0below.ggg.bbbb.dfsdf {
  color: #fff;
  letter-spacing: -2px;
  font-family: Droid Serif, serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

.of-body-copy._30b._0below.ggg.bbbb.dfsdf.nelli {
  font-size: 41px;
}

.of-body-copy._30b._0below.ggg.bbbb.dfsdf.lola {
  font-family: Exo, sans-serif;
}

.of-body-copy._30b._0below.ggg.tess {
  opacity: 1;
  margin-top: -4px;
  font-family: Vollkorn, serif;
  font-size: 41px;
  font-weight: 400;
}

.of-body-copy._30b._0below.ggg.page {
  opacity: 1;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.of-body-copy._30b.intro {
  color: #a0a0a0;
  width: 50vw;
  margin-bottom: 60px;
}

.of-body-copy._30b.intro.content {
  margin-bottom: 0;
}

.of-body-copy._30b.intro.top {
  width: 50vw;
  margin-bottom: 16px;
}

.of-body-copy.byline {
  width: 29ch;
  margin-right: -31%;
  font-size: 14px;
  line-height: 20px;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #0000;
  border-radius: 14px;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.film-a-title {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 25px);
}

.r-d-text {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.r-d-text._50p {
  color: #fff;
  width: 50%;
}

.r-d-text.blk {
  color: #fff;
  margin-bottom: -3px;
}

.r-d-text.blk.half-alive {
  opacity: .5;
}

.card-title {
  z-index: 10;
  color: #c3beb5;
  margin-top: 2px;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  position: relative;
}

.div-block-47 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.cover-composition {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale3d(1, 1, .7);
}

.film-thumbnail {
  perspective: 1000px;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.film-thumbnail:hover {
  outline-offset: 2px;
  outline: 2px #20201f;
  transform: scale3d(1, 1, 1.7);
}

.film-thumbnail._50per {
  opacity: .75;
  filter: saturate(0%);
}

.heading-4 {
  z-index: 2;
  color: #c3beb5;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-right: 25%;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.heading-4.white {
  color: #fff;
}

.button {
  background-color: #b8a88f;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 56px;
  height: 30px;
  padding-right: 11px;
  display: flex;
}

.button.dark {
  background-color: #252422;
}

.warning-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 100;
  line-height: 17px;
}

.warning-title.blk {
  color: #fff;
  margin-bottom: 14px;
  font-weight: 400;
  position: relative;
  inset: 0% auto auto 0%;
}

.page-card {
  z-index: 1;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #242424;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-card.of {
  outline-offset: 0px;
  border: 2px solid #20201f;
  outline: 1px #242424;
  width: 770px;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
}

.page-card.of.topadd {
  margin-top: 60px;
}

.r-d-section {
  border-bottom: 2px solid #20201f;
  margin-bottom: 60px;
  padding: 0 0 40px;
}

.definitions {
  margin-top: 80px;
  margin-bottom: 80px;
}

.r-d-container {
  width: 100%;
}

.r-d-container._50po {
  opacity: .25;
}

.resonant-model {
  width: 700px;
  padding: 60px;
}

.of-device {
  aspect-ratio: 16 / 9;
  outline-offset: -2px;
  background-image: url('../images/One-Device.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 27px;
  outline: 2px solid #141414;
  margin-top: -20px;
  margin-bottom: 60px;
  padding: 28px 30px 30px 31px;
  position: relative;
}

._w-page-700px {
  flex-flow: column;
  align-items: flex-start;
  width: 1200px;
  padding-bottom: 20px;
  display: flex;
}

._w-page-700px.content {
  padding-bottom: 0;
}

._w-page-700px.content.press {
  margin-top: -40px;
  margin-bottom: 60px;
}

._w-page-700px.gotel {
  align-items: center;
  position: relative;
}

.text-block-5 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.text-block-5._50per {
  opacity: .5;
  color: #c3beb5;
}

.proposition-title {
  opacity: .5;
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 100;
  line-height: 26px;
}

.proposition-title.mup {
  margin-top: 100px;
}

.card-text {
  z-index: 10;
  color: var(--colour-4);
  padding: 0;
  font-size: 14px;
  position: relative;
}

.card-text._50per {
  opacity: .5;
  color: #c3beb5;
}

.image-133 {
  height: 14px;
  margin-right: 10px;
}

.image-130 {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.image-132 {
  margin-right: 10px;
}

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

.cell-12 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

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

.link:hover {
  text-decoration: underline;
}

.bold-text {
  color: var(--colour-4);
  text-align: left;
}

.gg-me {
  width: 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 138px);
}

.gg-hr {
  background-color: #0e0e0e;
  border-radius: 50px;
  width: 1200px;
  height: 10px;
  margin-top: 140px;
  margin-bottom: -5px;
}

.gg-hr.half-alive {
  opacity: .5;
}

.gg-hr.footer {
  background-color: #4d4d4d;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gg-hr.last {
  margin-top: 100px;
  margin-bottom: 30px;
}

.section-label {
  background-color: #3f3f3f;
  border-radius: 50px;
  align-items: center;
  margin-top: 200px;
  margin-left: 5%;
  padding: 8px 11px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-label.colour-1 {
  background-color: var(--colour-1);
}

.section-label.colour-2 {
  background-color: var(--colour-2);
  color: var(--colour-2);
}

.section-label.colour-3 {
  background-color: var(--colour-3);
}

.section-label.clr {
  background-color: #d1996e;
  margin-top: 100px;
}

.section-label.gren {
  background-color: var(--colour-0);
}

.gg-me-graphics {
  height: 200px;
  margin-bottom: 60px;
}

.gg-me-face {
  z-index: -1;
  opacity: .25;
  filter: grayscale();
  background-image: radial-gradient(circle, #0000, #000), linear-gradient(#000, #0000 35% 65%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-whatsthis {
  perspective: 1000px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.gg-avatar-1 {
  aspect-ratio: 16 / 9;
  outline-offset: 0px;
  background-image: url('../images/0_0-2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  outline: 3px solid #202020;
  width: 800px;
  margin-bottom: 60px;
  overflow: hidden;
}

.gg-digit-heading {
  z-index: 2;
  color: #fff;
  width: 34ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.gg-digit-heading.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-digit-heading.v1 {
  width: 53ch;
}

.gg-digit-heading.sdddd {
  margin-top: 60px;
}

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

.italic-text {
  color: #6eccff;
}

.gg-me-graphic {
  outline-offset: 0px;
  mix-blend-mode: screen;
  border-radius: 200px;
  outline: 3px #202020;
  width: 600px;
  margin-top: 0;
  margin-bottom: 100px;
  overflow: hidden;
}

.gg-join-beta {
  background-color: var(--colour-0);
  border-radius: 50px;
  align-items: center;
  margin-right: 18px;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.colour-2, .italic-text-2 {
  color: #ffd66e;
}

.colour-1 {
  color: var(--colour-1);
}

.colour-1.half-alive {
  color: var(--colour-4);
}

.text-span-3 {
  color: var(--colour-2);
}

.gg-footer {
  width: 100%;
  padding: 40px;
}

.gg-footer-block {
  background-color: #6effbbbf;
  border-radius: 110px 20px 20px 110px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.gg-logo-black {
  filter: invert();
  margin-right: 40px;
}

.gg-footer-video {
  border-radius: 110px 20px 20px 110px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  z-index: 200;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.gg-signup {
  background-color: var(--colour-4);
  filter: invert();
  border-radius: 50px;
  align-items: center;
  margin-top: 10px;
  margin-right: 0;
  padding: 10px 14px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.suggestions {
  z-index: 1000000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: none;
  position: relative;
}

.suggestions-title {
  z-index: 10;
  color: #ffffff80;
  text-align: center;
  margin-top: -220px;
  font-size: 17px;
  line-height: 21px;
  position: relative;
}

.suggestions-slider {
  z-index: 1000;
  background-color: #ddd0;
  width: 100%;
  height: 120px;
  position: absolute;
}

.cs-centre {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  display: flex;
}

.typing-text {
  color: #6efffa;
  text-align: right;
  width: auto;
  font-family: input-mono;
  font-size: 28px;
  line-height: 28px;
}

.gg-conversations {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-nav-links {
  z-index: 1000;
  opacity: 1;
  margin-top: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-nav-links.chat {
  opacity: 0;
  margin-top: 40px;
}

.gg-nav-link {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link.top-spacer {
  margin-top: 30px;
}

.gg-nav-link.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link.modal-spacing:hover, .gg-nav-link.modal-spacing.active {
  opacity: 100;
}

.gg-bullet {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-1 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-1.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-2 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-2.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-3 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-3.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-bullet-4 {
  background-color: var(--colour-4);
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  margin-right: 16px;
}

.gg-bullet-4.centre {
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.gg-main-avatar {
  opacity: 0;
  width: 1200px;
}

.quick-stack-9 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: screen;
  width: 1200px;
  margin-top: 100px;
  padding: 0;
  position: relative;
}

.bg-stack {
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  mix-blend-mode: screen;
  border-radius: 12px;
  outline: 3px #ffffff0f;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: visible;
}

.bg-stack._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.bg-stack._3 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/Sample-Boy.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-stack.conf {
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  display: flex;
}

.cell-13 {
  align-items: center;
}

.gg-main-avatar-container {
  background-image: linear-gradient(#000, #0000 13%);
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
}

.gg-main-avatar-shader {
  z-index: 1;
  background-image: linear-gradient(#0000 80%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.half-alive {
  opacity: .5;
  margin-left: 10px;
  font-family: inter-variable, sans-serif;
}

.image-134 {
  width: 100%;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 65px);
}

.initiate {
  z-index: 100;
  filter: none;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.initiate-dialog {
  z-index: 10000000;
  cursor: e-resize;
  background-color: #0000;
  background-image: none;
  border-radius: 14px;
  margin-bottom: -17%;
  margin-left: 52%;
  padding: 12px;
  display: inline-block;
  position: relative;
}

.initiate-dialog:hover {
  background-color: #00000040;
}

.terminal {
  filter: hue-rotate(16deg);
  width: 330px;
  margin-top: 20px;
}

.initiate-red {
  z-index: 101;
  opacity: 0;
  filter: hue-rotate(216deg) blur(10px);
  mix-blend-mode: lighten;
  background-color: #302f2e;
  background-image: radial-gradient(circle, #302f2e00 69%, #302f2e80), url('../images/ST44.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.initiate-blue {
  z-index: 101;
  opacity: 0;
  filter: hue-rotate(58deg) blur(10px);
  mix-blend-mode: lighten;
  background-color: #302f2e;
  background-image: radial-gradient(circle, #302f2e00 69%, #302f2e80), url('../images/ST44.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tap-screen {
  display: none;
}

.gg-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 100px;
  display: flex;
}

.gg-digit-heading-side {
  z-index: 2;
  color: #fff;
  width: 400px;
  transform-style: preserve-3d;
  margin-top: -337px;
  margin-bottom: 100px;
  margin-left: 400px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  transform: translate3d(0, 0, 120px);
}

.gg-digit-heading-side.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-resonance {
  background-color: #fff;
  border-radius: 100px;
}

.image-135 {
  opacity: .66;
  filter: invert();
  mix-blend-mode: screen;
  width: 70%;
  margin-top: -25%;
  margin-right: -1359px;
}

.image-135.b {
  margin: -30% 50% 2px 0%;
}

.gg-video-display {
  aspect-ratio: 16 / 9;
  background-color: #c3beb500;
  border: 2px #fff;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-136 {
  width: 500px;
}

.gg-cusp-heading {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: azo-mono;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.gg-cusp-heading.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-digit-heading-simple {
  z-index: 2;
  color: #fff;
  width: 19ch;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: PT Serif, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 59px;
  position: relative;
}

.gg-digit-heading-simple.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.text-block-6 {
  color: #fff;
  margin-top: 100px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.gg-spead {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-6-copy {
  color: #fff;
  margin-top: -141px;
  margin-left: -815px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.arti {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -41%;
  margin-left: 10%;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bold-text-2 {
  color: #8d8d8d;
}

.image-137 {
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
}

.gg-header-colour {
  z-index: 10;
  outline-offset: -1px;
  background-color: #000000eb;
  background-image: none;
  border-radius: 100px 30px 30px;
  outline: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-digit-heading-simple-2 {
  z-index: 2;
  color: #fff;
  width: 17ch;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: quiet-sans;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.gg-digit-heading-simple-2.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.arti-normalish {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.gg-model-card-video {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-model-card-video.sdf {
  filter: blur(8px);
}

.gg-model-card-video.spad {
  width: 98%;
  height: 98%;
  padding: 10px;
}

.gg-model-card-video.conf {
  position: relative;
}

.gg-model-card-video.backdrop {
  margin-top: -50px;
}

.gg-cat-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: nasalization, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.gg-cat-2.zene {
  opacity: 1;
  margin-top: 7px;
  font-family: tt-commons-pro, sans-serif;
}

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

.gg-digit-heading-simpleddddd {
  z-index: 2;
  width: 14ch;
  color: var(--colour-0);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: input-mono;
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
  position: relative;
}

.gg-digit-heading-simpleddddd.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-digit-heading-simpleddddd-copyffff {
  z-index: 2;
  color: #42ff00;
  width: 14ch;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: input-mono;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.gg-digit-heading-simpleddddd-copyffff.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 45px;
}

.gg-pick-me-scene {
  z-index: 1;
  background-image: radial-gradient(circle, #000000b8, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gg-pick-me-scene.overlay {
  background-image: radial-gradient(circle, #00000070, #000), linear-gradient(#000 9%, #c57f2f00 38%, #7d511e00 54%, #000 82%);
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-dream-landing {
  z-index: -10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-top: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ice-cream-city {
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  outline: 3px solid #ffffff0f;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.ice-cream-city._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.ice-cream-city._3 {
  background-image: none;
}

.gg-the-signal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gg-pick-me-scene-colour {
  z-index: 1;
  background-image: radial-gradient(circle, #000000b8, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gg-pick-me-scene-colour.overlay {
  z-index: 0;
  background-image: linear-gradient(#1430ff5e, #ff4d008c);
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  z-index: -10;
  filter: blur(17px);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gg-me-face-colour {
  z-index: 1000;
  opacity: 1;
  background-image: radial-gradient(circle closest-corner, #0003, #000), linear-gradient(#000, #0000 35% 65%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-51 {
  width: 700px;
}

.different {
  opacity: 0;
  color: var(--colour-5);
  text-align: center;
  mix-blend-mode: overlay;
  margin-top: 178px;
  margin-right: -656px;
  font-family: p22-cusp-round, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.warning-title-up {
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 100;
  line-height: 17px;
}

.warning-title-up.blk {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 14px;
  margin-left: 40px;
  font-weight: 400;
  position: relative;
  inset: 0% auto auto 0%;
}

.text-block-8 {
  color: #a89287a6;
  margin-top: -261px;
  font-family: ellograph-cf, sans-serif;
  font-size: 40px;
}

.background-video-4 {
  z-index: -220;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gg-ui-logo {
  z-index: 1000;
  opacity: .25;
  filter: saturate(0%);
  width: 70px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.gg-ui-logo:hover {
  opacity: 1;
}

.gg-header-ui {
  z-index: 1000;
  outline-offset: -1px;
  border-radius: 30px;
  outline: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.gg-chat-input {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff0d;
  border: 1px #2c2c2c;
  border-radius: 20px;
  align-items: flex-start;
  width: 100%;
  height: 90px;
  padding: 14px 23px 18px 20px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gg-chat-input:hover {
  background-color: #fff3;
  border-style: none;
  border-color: #282b2a;
}

.gg-chat-input.response {
  justify-content: space-between;
  height: 120px;
  padding-left: 16px;
  padding-right: 10px;
}

.gg-chat-input.response.ob {
  height: 100px;
}

.gg-nav-ui {
  z-index: 10;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.gg-menu-open-ui {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 50px;
  align-items: center;
  padding: 8px 10px 8px 12px;
  display: flex;
}

.text-block-ui {
  color: #727577;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.text-block-ui.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.text-block-ui.black {
  color: #7e7e7e;
}

.gg-join-beta-ui {
  background-color: var(--colour-0);
  border-radius: 50px;
  align-items: center;
  margin-right: 15px;
  padding: 8px 12px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-chat-messaging {
  z-index: 10000000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.arti-ui {
  z-index: 100;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gg-menu-open-ui-middle {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 50px;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 10px 8px 12px;
  display: flex;
}

.ice-cream-city-ui {
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  outline: 3px #ffffff0f;
  width: 13%;
  margin-bottom: 40px;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.ice-cream-city-ui._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.ice-cream-city-ui._3 {
  background-image: none;
}

.div-block-54 {
  z-index: 1000000;
  opacity: .25;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-54:hover {
  opacity: 100;
}

.div-block-54.sdvsdvsd {
  opacity: .37;
  mix-blend-mode: exclusion;
}

.background-video-copyxx {
  opacity: .18;
  filter: contrast(114%) hue-rotate(305deg) saturate(200%);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  margin-left: -4px;
  position: absolute;
  inset: 0%;
}

.text-responses {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.text-responses.response {
  align-items: flex-end;
  margin-bottom: 50px;
}

.text-block-9 {
  color: #fff;
  padding-left: 27px;
  font-family: inter-variable, sans-serif;
  line-height: 30px;
}

.input-text {
  color: #7a7d7e;
  font-family: input-mono;
}

._w-page-700px-copyggg {
  width: 700px;
  margin-bottom: 60px;
}

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

._w-page-700px-copy {
  width: 700px;
  margin-top: -60px;
  margin-bottom: -100px;
}

.image-138 {
  width: 15px;
  margin-left: 8px;
}

.image-138.sfsd {
  width: 15px;
  margin-left: 7px;
}

.gg-chat-background-video {
  z-index: -100;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.gg-chat-background {
  z-index: 75;
  cursor: default;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-logo-btn {
  z-index: 130;
  opacity: .25;
  mix-blend-mode: screen;
  align-items: center;
  margin-top: 36px;
  margin-left: 40px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-logo-btn:hover {
  opacity: .75;
}

.div-block-56 {
  background-color: #000;
  width: 100%;
  height: 100svh;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100svh;
}

.gg-logo {
  z-index: 100;
  mix-blend-mode: screen;
  width: 380px;
  height: 220px;
  position: absolute;
}

.gg-logo.smaller {
  width: 294px;
  height: 170px;
  margin-top: 20px;
  margin-left: 20px;
}

.gg-logo.smaller.landed.conf {
  margin-top: -40px;
  margin-left: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-logo.smaller.hey {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.gg-logo.smaller.footer {
  margin-bottom: 16px;
  margin-left: -20px;
  position: relative;
}

.gg-logo.smaller.subscribe {
  width: 173px;
  height: 100px;
  margin-top: 50px;
  margin-left: 50px;
  inset: 0% auto auto 0%;
}

.gg-logo.go-large {
  position: relative;
}

.gg-logo-animation {
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
}

.gg-logo-animation.pricing {
  z-index: 1000000;
  mix-blend-mode: screen;
  width: 294px;
  height: 170px;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-chat-bubble-stack {
  width: 500px;
  padding: 0;
}

.gg-chat-bubble-stack._2 {
  width: 430px;
}

.cell-14 {
  align-items: flex-end;
}

.gg-bubble-text {
  color: #fff;
  padding-top: 18px;
  padding-left: 26px;
  font-family: inter-variable, sans-serif;
  font-size: 18px;
  position: absolute;
  inset: 0%;
}

.gg-bubble-text.black {
  color: #000;
  padding-top: 17px;
  padding-left: 37px;
}

.gg-speech-bubble {
  position: relative;
}

._w-page-700px-centre {
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-57 {
  width: 100%;
  height: 60svh;
  position: relative;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.gg-avatar-card {
  z-index: 100000;
  aspect-ratio: 9 / 16;
  outline-offset: 0px;
  mix-blend-mode: screen;
  border-radius: 20px;
  outline: 3px #ffffff0f;
  width: 200px;
  margin-bottom: 40px;
  margin-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.gg-avatar-card:hover {
  outline-offset: 0px;
  outline: 3px solid #ffffff0f;
}

.gg-avatar-card._1 {
  background-image: none;
  outline-color: #ffffff0f;
  position: relative;
}

.gg-avatar-card._3 {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/Sample-Boy.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_signup {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.signup_yellow-mobile {
  z-index: 2;
  background-color: #eee59c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup_title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 6px;
  display: flex;
}

.signup_right-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto auto;
}

.text-size-large {
  font-size: 2rem;
}

.text-size-large.text-weight-normal {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 36px;
}

.text-size-large.text-weight-normal.orientation {
  margin-top: -3px;
  margin-bottom: -10px;
  line-height: 30px;
}

.signup_button-text {
  z-index: 2;
  position: relative;
}

.signup_left-mobile {
  background-image: url('../images/Frame-4-2.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 213px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.signup_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.signin_button-background {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: .75rem;
  position: absolute;
  inset: 100% 0% 0%;
}

.signin_button-background.is-google {
  background-color: #fff;
}

.signup_yellow-div {
  z-index: 2;
  background-color: #eee59c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_blur-mobile {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_option-border {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
}

.text-size-medium {
  font-size: 1.25rem;
}

.signup_plus-image {
  opacity: .2;
  width: 160px;
}

.signup_purple-mobile {
  z-index: 2;
  background-color: #aa7df7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_purple-mobile.is-center {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
}

.signup_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  min-height: 765px;
}

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

.signup_right-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto auto auto;
}

.signup_details-wrap {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.signup_blur-div {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.signup_plus-mobile {
  opacity: .2;
  width: 160px;
}

.signup_option-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.signup_details {
  z-index: 10000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.signup_button-google {
  color: #fff;
  text-align: center;
  background-color: #313131;
  border-radius: 9px;
  width: 48%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .75rem;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.signup_button-google:hover {
  background-color: #000;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.signup_text-field {
  color: var(--input-user-text);
  background-color: #0000;
  border: 2px solid #ffffff26;
  border-radius: 9px;
  margin-bottom: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 16px;
  font-family: tt-commons-pro, sans-serif;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
}

.signup_text-field:hover {
  border-width: 2px;
  border-color: var(--input-user-text);
}

.signup_text-field::placeholder {
  color: #ffffff73;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.signup_left-wrap {
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.signup_form-block {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
}

.signup_purple-div {
  background-color: #aa7df7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 180px;
  min-height: 185px;
  padding: 15px 20px;
  display: flex;
}

.signup_purple-div.is-center {
  justify-content: center;
  align-items: center;
}

.signup_submit-button {
  color: #fff;
  background-color: #ffffff40;
  border-radius: 9px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .5s;
}

.signup_submit-button:hover {
  background-color: var(--input-user-text);
  color: #000;
}

.signup_singleplus-image {
  width: 25px;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-gray {
  width: 281px;
  font-family: inter-variable, sans-serif;
}

.text-size-small.text-color-gray.or {
  color: #ffffff80;
  width: auto;
  font-family: tt-commons-pro, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.text-size-small.text-color-gray.orientation {
  color: #fff;
}

.gg-signup-visuals {
  z-index: 1;
  border-radius: 27px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.gg-signup-video {
  border-radius: 27px;
  width: 100%;
  height: 100%;
}

.gg-signup-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gg-signin-icon {
  width: 16px;
  margin-right: 8px;
}

.gg-share-btn {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.gg-share-btn.homepage.share {
  opacity: .5;
}

.gg-share-btn.homepage.share:hover {
  opacity: 100;
}

.gg-share-btn.share {
  margin-right: 10px;
}

.gg-ui-font {
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-weight: 400;
}

.gg-ui-font.share.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font.share.horizontal.label {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.gg-ui-font.share.placeholder {
  opacity: .15;
}

.gg-ui-font.share.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font.black {
  color: #000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
}

.gg-ui-font.black.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font.black.horizontal.label {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.gg-ui-font.black.placeholder {
  opacity: .15;
}

.gg-ui-font.black.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font.morebtn {
  opacity: .5;
}

.gg-ui-font.superscript {
  font-size: 10px;
}

.gg-share-icon-bottom {
  width: 19px;
}

.gg-more-btn {
  align-items: center;
  height: 20px;
  margin-left: 30px;
  display: flex;
}

.gg-more-btn.chat {
  opacity: .5;
  justify-content: flex-end;
  width: 80px;
  height: 40px;
  margin-top: -20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-more-btn.chat:hover {
  opacity: 100;
}

.gg-more-dot {
  background-color: #fff;
  border-radius: 50px;
  width: 4px;
  height: 4px;
  margin-left: 5px;
}

.gg-models {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.gg-models.conf {
  z-index: 1;
  mix-blend-mode: screen;
  border-radius: 30px;
  justify-content: center;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.gg-intro-title-subheading {
  z-index: 10;
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.gg-intro-title-subheading.black {
  color: #000;
}

.gg-intro-title-subheading.white {
  opacity: 100;
  margin-top: 220px;
}

.gg-intro-title-subheading.fff {
  font-size: 14px;
}

.gg-intro-title-subheading.conf {
  opacity: .5;
  text-align: right;
  width: 15ch;
  font-size: 18px;
}

.gg-intro-title-subheading.half-alive-center {
  opacity: .5;
}

.gg-girl-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 78%;
  margin-top: 100px;
  padding: 0;
  position: relative;
}

.gg-girlcell {
  opacity: 1;
  align-items: center;
}

.gg-girlcell._1, .gg-girlcell._2 {
  opacity: 100;
}

.gg-subtext {
  z-index: 2;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.gg-subtext.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-subtext.v1 {
  width: 53ch;
}

.gg-subtext.sdddd {
  margin-top: 60px;
}

.gg-subtext.black {
  color: #000;
}

.gg-model-name-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.gg-model-name-container.conf {
  align-items: flex-start;
}

.gg-model-card {
  border: 2px solid #fff0;
  border-radius: 20px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-model-card:hover {
  border-color: #fff0;
}

.gg-model-card.hide {
  opacity: .1;
}

.gg-model-card.conf {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gg-choose-model {
  background-color: #262626;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-choose-model:hover, .gg-choose-model.active {
  background-color: var(--gg-primary-btn);
}

.gg-choose-model.conf-info {
  background-color: #ffffff40;
}

.gg-exclusive {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
}

.gg-exclusive-models {
  border: 2px none var(--border-grey);
  border-radius: 20px;
  width: 1200px;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gg-exclusive-models-video {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-exclusive-models-video.frosted {
  z-index: -1;
  border-radius: 10px;
}

.div-block-61 {
  z-index: 100;
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.gg-em-btn {
  z-index: 10;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #00000040;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  padding: 16px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gg-em-btn:hover {
  background-color: #000;
}

.gg-table-data {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 40px;
  padding: 0;
}

.gg-table-data.pricing {
  z-index: 2147483647;
  position: relative;
}

.gg-cell-check {
  aspect-ratio: 1;
  border: 2px solid gray;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  display: flex;
}

.gg-data-cell {
  flex-flow: row;
  align-items: center;
}

.gg-data-cell._1 {
  opacity: .5;
}

.gg-data-cell._1.top {
  align-items: flex-start;
}

.gg-data-cell._2, .gg-data-cell._3, .gg-data-cell._4, .gg-data-cell._5 {
  opacity: .5;
}

.gg-subtext-data {
  z-index: 2147483647;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.gg-subtext-data.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-subtext-data.v1 {
  width: 53ch;
}

.gg-subtext-data.sdddd {
  margin-top: 60px;
}

.gg-data-check {
  width: 8px;
}

.gg-signup-icon {
  opacity: 0;
  width: 16px;
  margin-right: 10px;
}

.gg-login-icon {
  opacity: 0;
  width: 12px;
  margin-right: 10px;
}

.gg-login-icon.show {
  opacity: 100;
  width: 16px;
}

.gg-login-icon.show-2 {
  opacity: 100;
  width: 13px;
}

.gg-share-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  display: flex;
}

.gg-share-container.unique {
  margin-right: 0;
}

.gg-share-icon-top {
  width: 19px;
  margin-top: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.gg-menu-text-50p {
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.gg-menu-text-50p.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.gg-menu-text-50p.black {
  color: #000;
  font-weight: 400;
}

.quick-stack-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-63 {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gg-exclusive-models-container {
  cursor: pointer;
  background-color: #80808040;
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: 100%;
  padding: 70px 784px 70px 70px;
  position: relative;
}

.gg-em-colour {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-footer-panel {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gg-footer-panel.conf {
  opacity: .5;
  filter: saturate(0%);
  background-color: #00638100;
  transition: filter .5s cubic-bezier(.25, .46, .45, .94), opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-footer-panel.conf:hover {
  opacity: 100;
  filter: saturate();
}

.gg-footer-items {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.gg-logo-footer-static {
  opacity: .25;
  filter: saturate(0%);
  width: 140px;
  margin-right: 100px;
  display: none;
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-143 {
  width: 13px;
  margin-left: 8px;
}

.gg-smalllinks {
  opacity: .75;
  cursor: pointer;
  margin-right: 40px;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-smalllinks:hover {
  opacity: 100;
}

.gg-smalllinks.final, .gg-smalllinks.last {
  margin-right: 60px;
}

.gg-smalllinks.share {
  opacity: .5;
}

.gg-smalllinks.share:hover {
  opacity: 100;
}

.gg-smalllinks.bookend {
  margin-right: 0;
}

.div-block-69 {
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.div-block-70 {
  z-index: -5;
  background-image: radial-gradient(circle, #70707000 75%, #50505026);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-scene {
  z-index: -1000;
  aspect-ratio: 16 / 9;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.gg-scene.conf {
  display: none;
}

.gg-dream-landing-new {
  z-index: -10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-scene-shade {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#000, #000000bf 59%, #000), linear-gradient(#2042d6, #5c6083);
  position: absolute;
  inset: 0%;
}

.gg-scene-shade.conf {
  background-image: linear-gradient(#000, #000000c9 69%, #000000de 76%, #000);
}

.text-field {
  width: 100%;
  color: var(--input-user-text);
  cursor: auto;
  background-color: #fff0;
  border: 1px #000;
  padding-top: 0;
  padding-left: 8px;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
}

.submit-button {
  opacity: .25;
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/GG-Share-Top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: -30px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.submit-button:hover {
  opacity: 100;
  margin-bottom: -24px;
}

.submit-button.ob {
  background-image: url('../images/GO-Post.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-bottom: -3px;
  margin-right: 6px;
}

.submit-button.t {
  margin-bottom: -5px;
  display: none;
}

.form-block {
  width: 100%;
}

.form-block.response {
  margin-bottom: 60px;
}

.text-span-6 {
  color: var(--colour-0);
}

.bold-text-3 {
  color: var(--colour-1);
}

.gg-arti-nametag {
  z-index: 100;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.gg-nametags {
  z-index: 2147483647;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gg-nametag-link {
  z-index: 1000;
  margin-top: 20px;
  padding-left: 40px;
  text-decoration: none;
  position: relative;
}

.gg-nametag-link.up {
  margin-bottom: 20px;
}

.gg-switch-avatar-container {
  opacity: 0;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 64px;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-switch-avatar-container:hover {
  opacity: 100;
}

.gg-switch-icon {
  width: 17px;
  margin-right: 10px;
}

.gg-switch-icon.hidden {
  opacity: 0;
}

.layer--base {
  z-index: 1;
  opacity: 0;
  outline-offset: -1px;
  border-radius: 12px;
  outline: 2px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layer--base.sdf {
  filter: blur(8px);
}

.layer--base.switch {
  opacity: 0;
  display: block;
}

.layer--base.switch.spad {
  padding: 10px;
}

.layer--base.switch.empty {
  display: none;
}

.layer--base.blur {
  z-index: 2;
  opacity: .02;
  filter: blur(50px) hue-rotate(7deg);
  mix-blend-mode: screen;
}

.layer--base.conf {
  aspect-ratio: 9 / 16;
  opacity: 100;
  width: 60%;
  height: auto;
  position: relative;
}

.say-hello-btn {
  z-index: 80;
  width: 50%;
  height: 50%;
  text-decoration: none;
  position: relative;
}

.say-hello-btn.temphide {
  display: flex;
}

.gg-say-hello-image {
  width: 120px;
}

.gg-chat-font {
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.gg-chat-bubble-div {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff0d;
  border-radius: 12px;
  margin-bottom: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.gg-chat-bubble-div:hover {
  background-color: #ff354d;
}

.gg-chat-bubble-div.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-chat-bubble-div.half-alive:hover {
  opacity: 100;
}

.gg-chat-bubble-div.response {
  background-color: #559e754d;
}

.gg-chat-bubble-div.response:hover {
  background-color: #00ffaa61;
}

.text-field-2 {
  filter: brightness(200%);
  background-color: #fff0;
  border: 1px #000;
  height: 120px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.gg-nametag-edit {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 49px;
  display: flex;
}

.gg-chat-profile-icon {
  aspect-ratio: 1;
  opacity: 1;
  border: 2px solid #06ffac;
  border-radius: 20px;
  width: 11px;
  margin-right: 16px;
}

.gg-chat-profile-icon.her, .gg-chat-profile-icon.red {
  border-color: #ff354d;
}

.gg-title-heading {
  z-index: 10;
  color: #fff;
  margin-bottom: 20px;
  font-family: canada-type-gibson;
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
  display: none;
  position: relative;
}

.gg-title-heading.black {
  color: #000;
}

.gg-title-heading.white {
  opacity: 100;
  margin-top: 220px;
}

.gg-intro-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gg-intro-title.conf {
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 0;
}

.gg-intro-title.content {
  margin-bottom: 80px;
}

.text-span-7 {
  color: var(--colour-1);
  text-decoration: underline;
}

.text-span-8 {
  text-decoration: underline;
}

.gg-intro-title-copy11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-bottom: 0;
  margin-right: 110px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-71 {
  z-index: 1000000;
  aspect-ratio: 1;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  position: relative;
}

.image-144 {
  width: 17px;
}

.gg-initialising-container {
  z-index: 100;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-initialising-video {
  width: 600px;
  height: 600px;
}

.gg-chat-loadin {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: -20px;
  display: flex;
  position: absolute;
}

.gg-chat-loadin.ob {
  margin-bottom: -60px;
}

.gg-shade {
  z-index: 90;
  background-color: #08080880;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-chat-ui {
  z-index: 110;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.gg-nametag {
  color: #fff;
  cursor: s-resize;
  margin-bottom: 20px;
  margin-left: 60px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.gg-nametag._2 {
  cursor: auto;
}

.text-span-9 {
  color: #a0a0a0;
}

.div-block-72 {
  width: 260px;
  height: 260px;
  margin-left: -30px;
  margin-right: 0;
  position: relative;
}

.gg-logo-footer-3d {
  width: 100%;
  height: 100%;
}

.stroke-container {
  border: 2px solid #68ff7c80;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  padding: 2px 9px 3px;
  display: flex;
}

.stroke-container.white {
  border-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-12 {
  color: #000;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-74 {
  border: 2px solid #68ff7c80;
  border-radius: 50px;
  width: 11px;
  height: 11px;
  margin-right: 8px;
}

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

.image-145 {
  width: 33px;
  margin-right: 4px;
}

.gg-chat-logo-animated {
  mix-blend-mode: screen;
  width: 70px;
  height: 33px;
}

.slider {
  mix-blend-mode: screen;
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slider.choose {
  margin-bottom: 140px;
}

.slide-nav {
  display: none;
}

.gg-slider-innercontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.girls-1 {
  height: auto;
}

.left-arrow {
  opacity: 0;
  background-image: url('../images/GG-Left-Arrow.svg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 15%;
  display: none;
}

.left-arrow:hover {
  opacity: 100;
}

.right-arrow {
  width: 13%;
}

.icon, .icon-2 {
  display: none;
}

.gg-em-info {
  width: 290px;
}

.image-146 {
  opacity: 0;
  width: 360px;
}

.gg-textzoom-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.say-hello-btn-mobile {
  z-index: 1000000;
  width: 50%;
  height: 50%;
  display: none;
  position: relative;
}

.gg-identity-map {
  z-index: 3000;
  width: auto;
  height: 100%;
  margin-right: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.gg-arti-map {
  z-index: 91;
  opacity: 0;
  background-image: url('../images/GG-Profile-Maps-Arti.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 900px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-76 {
  cursor: none;
  width: 100%;
  height: 100svh;
  margin-right: 10px;
  padding-right: 10px;
}

.code-embed-3 {
  width: 100%;
  height: 100svh;
}

.div-block-77 {
  z-index: 0;
  opacity: 1;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 50svh;
  margin-bottom: -240px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.gg-editions-bg {
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-78 {
  z-index: 25;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.heading-7 {
  z-index: 25;
  color: #fff;
  width: 11ch;
  font-family: tt-commons-pro, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  position: relative;
}

.text-block-13 {
  z-index: 375;
  color: #fff;
  margin-top: 20px;
  margin-left: 6px;
  font-size: 25px;
  line-height: 28px;
  position: relative;
}

.text-span-10 {
  font-family: tt-commons-pro-thin, sans-serif;
  font-size: 22px;
}

.text-span-11 {
  color: #ffffff82;
  font-family: tt-commons-pro-thin, sans-serif;
  font-style: italic;
}

.gg-editions-shade {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#000, #0000 40% 78%, #000);
  position: absolute;
  inset: 0%;
}

.text-span-12 {
  color: #002fff;
}

.quick-stack-13 {
  margin-bottom: 0;
  padding: 0;
}

.div-block-79 {
  background-color: #080808;
  border-radius: 20px;
  width: 100%;
  padding: 42px;
}

.text-block-11-copyfrff {
  z-index: 10;
  opacity: .75;
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.text-block-11-copyfrff.black {
  color: #000;
}

.text-block-11-copyfrff.white {
  opacity: 100;
  margin-top: 220px;
}

.text-block-11-copyfrff.fff {
  font-size: 14px;
}

.div-block-80 {
  z-index: 500;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-14 {
  width: 12ch;
  color: var(--colour-1);
  font-family: tt-commons-pro, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.text-block-14._2 {
  color: #6effd3;
}

.text-block-14._3 {
  color: #ffa86e;
}

.div-block-80-copyhhh {
  z-index: 500;
  background-color: #6eccff40;
  border-radius: 21px;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-bottom: 110px;
  padding: 29px;
  display: flex;
}

.div-block-80-copyhhh-copykkkk {
  z-index: 500;
  background-color: #6eccff26;
  border-radius: 21px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 110px;
  padding: 29px;
  display: flex;
}

.div-block-80-copyhhh-copykkkk._2 {
  background-color: #6effd326;
}

.div-block-80-copyhhh-copykkkk._3 {
  background-color: #ffa86e26;
}

.gg-card-info-pad {
  opacity: 1;
  padding: 20px;
  text-decoration: none;
}

.gg-card-info-pad._2.up, .gg-card-info-pad._3.up, .gg-card-info-pad._4.up, .gg-card-info-pad._1.up, .gg-card-info-pad._5.up, .gg-card-info-pad._6.up, .gg-card-info-pad._7.up, .gg-card-info-pad._8.up, .gg-card-info-pad._9.up {
  padding-top: 0;
}

.audio-btn {
  opacity: 0;
  mix-blend-mode: screen;
  width: 30px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% 0% auto auto;
}

.audio-btn:hover {
  opacity: 100;
}

.gg-model-card-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.gg-model-card-relative.conf {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.layer--overlay {
  z-index: 3;
  opacity: 0;
  filter: brightness(173%) contrast(78%) blur(40px) hue-rotate(7deg);
  mix-blend-mode: screen;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.layer--overlay.sdf {
  filter: blur(8px);
}

.layer--overlay.switch {
  opacity: 0;
}

.layer--overlay.blur {
  z-index: 2;
  opacity: .02;
  filter: blur(50px) hue-rotate(7deg);
  mix-blend-mode: screen;
}

.gg-namecard-arti {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 20px;
  font-family: p22-cusp-round-slant, sans-serif;
  font-size: 60px;
  line-height: 45px;
}

.heading-6-copy {
  z-index: 2;
  color: #fff;
  margin-top: 220px;
  margin-bottom: 40px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  position: relative;
}

.image-147 {
  opacity: .25;
  filter: saturate(0%);
  width: 100px;
  margin-left: 2px;
}

.gg-play {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-play-icon {
  width: 50px;
}

.gg-logo-btn-footer {
  z-index: 130;
  opacity: .25;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-logo-btn-footer:hover {
  opacity: .75;
}

.gg-logo-btn-footer.w--current {
  width: 100px;
  height: 76px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.gg-logo-btn-footer.share {
  opacity: .5;
}

.gg-logo-btn-footer.share:hover {
  opacity: 100;
}

.gg-chat-logo-animated-footer {
  width: 100px;
  height: 47px;
}

.gg-goboyfriend {
  opacity: .5;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-goboyfriend:hover {
  opacity: 100;
}

.go-security-icon {
  opacity: .5;
  width: 12px;
  margin-right: 10px;
}

.go-security-icon.white {
  opacity: 100;
  filter: brightness(200%);
  cursor: auto;
}

.gg-secure {
  opacity: 1;
  cursor: pointer;
  margin-right: 60px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-secure:hover {
  opacity: 100;
}

.gg-secure.final {
  margin-right: 80px;
}

.gg-secure.go-l {
  margin-left: -10px;
}

.gg-thinking-frame {
  z-index: 1005;
  cursor: default;
  mix-blend-mode: screen;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.gg-thinking {
  opacity: .25;
  margin-bottom: 40px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.gg-thinking:hover {
  opacity: 100;
}

.gg-thinking.video {
  z-index: 210;
  width: 280px;
  height: 75px;
  display: block;
}

.gg-girl-signatures {
  opacity: .5;
}

.gg-girl-signatures.conf {
  opacity: .5;
  margin-bottom: 20px;
}

.gg-intro-title-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.gg-intro-title-heading.conf {
  text-align: right;
  margin-bottom: 10px;
}

.gg-intro-title-heading.conf-info {
  opacity: .5;
  margin-bottom: 0;
}

.gg-intro-title-heading.pricing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.gg-brand {
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-brand.pricing {
  z-index: 2147483647;
}

.avatars-mobile {
  display: none;
}

.gg-brand-cs {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  border: 2px solid #3300ffba;
  border-radius: 12px;
  flex-flow: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.field-label {
  display: none;
}

.text-field-3 {
  color: #3300ffba;
  background-color: #fff0;
  border: 1px #000;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 40px;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
}

.submit-button-2 {
  background-color: #292929;
  background-image: linear-gradient(#3300ffba, #3300ffba), url('../images/Terminal.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px #000;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 40px;
  font-family: tt-commons-pro, sans-serif;
}

.gg-black--body {
  background-color: #000;
}

.gg-brand-password {
  z-index: -1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.gg-brand-landed {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.error-message {
  background-color: #86002b00;
  width: 300px;
  margin-top: 0;
}

.text-block-15 {
  color: #3300ffba;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-81 {
  background-color: #0000000d;
  border-radius: 200px;
  padding: 11px;
}

.gg-country {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cities-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px #5e5e5e;
  border-bottom: 1px #5e5e5e;
  width: 1200px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 0 0;
}

.city-link-hover {
  opacity: .25;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.city-link-hover:hover {
  color: #fff;
}

.lg-link {
  color: #736e64;
  text-decoration: none;
}

.lg-link:hover {
  color: #b8a88f;
}

.city-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.flag {
  width: 24px;
  margin-top: 4px;
  margin-right: 14px;
}

.gg-countries {
  opacity: .75;
  flex-flow: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 140px;
  padding: 0 68px;
  display: flex;
}

.city-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.city-container.footer-spacing {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.city-info {
  color: #736e64;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.city-info.lg {
  color: #736e64;
}

.subtle-text-link {
  color: #736e64;
  text-decoration: none;
}

.subtle-text-link:hover {
  color: #b8a88f;
}

.subtle-text-link.lg {
  color: #c3beb5;
}

.cities {
  aspect-ratio: auto;
  opacity: .5;
  background-image: linear-gradient(#000, #000);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cities:hover {
  opacity: 100;
}

.text-span-13 {
  font-size: 12px;
}

.gg-country-microtext {
  color: #ffffff80;
  font-size: 10px;
  line-height: 6px;
}

.gg-country-microtext.green {
  color: #68ff7c80;
}

.div-block-82 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.accordion-item-static {
  cursor: pointer;
  border-top: 1px solid #272727;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.accordion-item-static.gt {
  border-top-color: #e5e6e7;
}

.say-hello-btn-m {
  z-index: 80;
  width: 50%;
  height: 50%;
  display: none;
  position: relative;
}

.gg-identity-map-container {
  width: 300px;
  height: 100%;
  margin-right: -300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-identity-map-panel {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff12;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px 20px 20px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.gg-panel-title {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.gg-panel-title.top-spacer {
  margin-top: 30px;
}

.gg-panel-category {
  border: 2px solid #ffffff14;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 4px;
  padding: 1px 10px 2px;
  display: flex;
}

.gg-identity-map-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.gg-question-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px 4px;
  display: flex;
}

.gg-question-row.more {
  margin-top: 10px;
}

.gg-question-row.heading {
  margin-top: 2px;
}

.gg-panel-close-icon {
  opacity: .5;
  width: 8px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-panel-close-icon:hover {
  opacity: 100;
}

.gg-progress-indicator {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50px;
  width: 8px;
  min-width: 8px;
  min-height: 8px;
  margin-top: 4px;
  margin-right: 10px;
}

.gg-progress-indicator.hide {
  opacity: 0;
}

.gg-progress-indicator.green {
  background-color: #06ffac;
  min-width: 8px;
  min-height: 8px;
  margin-top: 4px;
}

.gg-progress-indicator.amber {
  background-color: #ffa264;
}

.gg-progress-indicator.amber._2r {
  margin-right: 8px;
}

.gg-progress-indicator.red {
  background-color: #b6afaf;
}

.gg-progress-indicator.gold {
  background-color: #fd7;
}

.gg-progress-indicator.redish {
  background-color: #ff4c61;
}

.gg-question {
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.gg-question.special {
  padding-right: 0;
}

.image-150 {
  width: 4px;
}

.gg-question-btn {
  opacity: .5;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-question-btn:hover {
  opacity: 100;
}

.body {
  background-color: #000;
}

.gg-behavioural-map {
  z-index: 3000;
  width: auto;
  height: 100%;
  margin-right: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.gg-behavioural-map-container {
  width: 300px;
  height: 100%;
  margin-right: -300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-83 {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #5f767e12;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  padding: 10px 30px 14px;
}

.gg-chat-font-response-stimuli {
  opacity: .5;
  color: #fff;
  padding: 0 2px 1px 15px;
  font-family: inter-variable, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
}

.gg-pretext {
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff08;
  border: 1px solid #ffffff12;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 12px;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-pretext:hover {
  background-color: #ffffff40;
  border-color: #fff0;
}

.gg-pretext-guide {
  z-index: -1;
  width: 100%;
  padding: 12px;
  position: absolute;
  inset: 0%;
}

.voice-button {
  opacity: .25;
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/GG-Voice.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-top: 10px;
  margin-bottom: -15px;
  margin-right: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.voice-button:hover {
  opacity: 100;
  margin-top: 10px;
  margin-bottom: -6px;
}

.voice-button.ob {
  margin-bottom: 10px;
  margin-right: 43px;
}

.voice-button.t {
  margin-bottom: 10px;
  margin-right: 50px;
}

.div-block-86 {
  opacity: .62;
  border: 1px solid #616161;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 2px 6px 3px 7px;
  display: flex;
}

.text-block-16 {
  color: #616161;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.gg-reply-icon {
  opacity: .5;
  width: 15px;
  margin-top: 1px;
  margin-left: -3px;
  position: absolute;
}

.gg-thinking-demo {
  z-index: 120;
  width: 228px;
  height: 61px;
  margin-bottom: 30px;
  margin-right: 60px;
  position: relative;
}

.gg-thinking-a, .gg-thinking-b, .gg-thinking-c {
  width: 280px;
  height: 75px;
  overflow: visible;
}

.gg-tlink-a {
  opacity: 1;
  border: 2px #ff3232;
  width: 228px;
  height: 61px;
  position: absolute;
  inset: 0%;
}

.gg-tlink-b {
  opacity: .5;
  border: 2px #2bff00;
  width: 280px;
  height: 75px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0%;
}

.gg-tlink-b:hover {
  opacity: 1;
}

.gg-tlink-c {
  opacity: .5;
  border: 2px #1e00ff;
  width: 280px;
  height: 75px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0%;
}

.gg-tlink-c:hover {
  opacity: 100;
}

.gg-t1 {
  width: 228px;
  height: 61px;
}

.gg-reply-close {
  aspect-ratio: 1;
  opacity: 1;
  background-color: #0000004d;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  margin-top: -5px;
  margin-left: -4px;
  margin-right: 12px;
  padding: 5px;
  display: flex;
  position: absolute;
}

.link-block {
  cursor: auto;
  width: 15px;
  height: 15px;
}

.div-block-87 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gg-panel-progress {
  border: 2px #ffffff14;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 27px;
  margin-bottom: 11px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-151 {
  aspect-ratio: 1;
  height: 100%;
}

.gg-panel-shade {
  background-image: linear-gradient(#21232300, #1a1b1b 75%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 270px;
  height: 40px;
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.gg-panel-explainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  min-height: 120px;
  display: flex;
}

.gg-explain-btn {
  opacity: .25;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-explain-btn:hover {
  opacity: 100;
}

.playbutton {
  z-index: 1000;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 9px;
  margin-top: 120px;
  padding: 3px 6px 4px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
}

.playbutton:hover {
  opacity: 100;
}

.gg-connect {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
}

.div-block-89 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-im-here {
  z-index: 90;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.gg-start {
  z-index: 700;
  width: 100%;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.container {
  z-index: 1000;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gg-avatar-code {
  z-index: 800;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.gg-avatar-code-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-splash-shade {
  z-index: 850;
  background-color: #08080866;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 1000;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 9px;
  margin-top: 120px;
  padding: 3px 6px 4px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
}

.cursor:hover {
  opacity: 100;
}

.gg-initialising-container-hold {
  z-index: 100;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-reply-close-icon {
  width: 10px;
}

.div-block-90 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border-radius: 12px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 4px;
}

.gg-drawer {
  z-index: 200;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff0d;
  border-radius: 20px;
  width: 270px;
  height: 94%;
  padding: 20px 30px 30px;
  display: none;
  position: absolute;
}

.gg-question-heading {
  color: #ffffffbf;
  width: 12ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 27px;
}

.gg-question-subtext {
  color: #ffffff80;
  width: 13ch;
  margin-bottom: 70px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}

.text-field-4 {
  opacity: .75;
  color: #fff;
  background-color: #ffffff03;
  border: 2px solid #ffffff12;
  border-radius: 12px;
  width: 100%;
  height: 250px;
  min-height: 400px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.gg-panel-back {
  margin-right: 16px;
}

.gg-identity-map-back {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.gg-panel-back-icon {
  opacity: .5;
  width: 13px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-panel-back-icon:hover {
  opacity: 100;
}

.gg-identity-map-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-91 {
  width: 100%;
  height: 100%;
  padding: 20px 30px 30px;
  position: relative;
}

.gg-names {
  width: 80px;
  margin-bottom: 20px;
}

.gg-names.aiko {
  width: 100px;
}

.gg-names.yuna {
  width: 90px;
}

.gg-names.tali {
  margin-bottom: 26px;
}

.gg-name {
  width: 106px;
  margin-bottom: 6px;
}

.gg-name.tory {
  margin-bottom: -4px;
}

.gg-name.lola {
  width: 100px;
}

.gg-name.mimi {
  width: 116px;
}

.gg-name.zene {
  width: 100px;
}

.gg-name.abby {
  width: 96px;
}

.gg-name.tali {
  width: 88px;
  margin-bottom: 10px;
}

.gg-name.aiko {
  width: 112px;
}

.gg-name.yuno {
  width: 100px;
}

.gg-name.conf {
  width: auto;
  height: 60px;
  margin-bottom: 0;
}

.gg-name.elii {
  width: 70px;
}

.gg-name.cian {
  width: 116px;
}

.gg-name.small {
  width: 80px;
}

.gg-nametag-name {
  width: 180px;
  margin-bottom: 50px;
  margin-left: 60px;
}

.gg-im-here-video {
  width: 100%;
  height: 100svh;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-hero-description {
  margin-top: 200px;
  margin-left: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-hero-description.hey {
  margin-top: 200px;
}

.gg-hero-description-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.gg-hero-description-text.bold {
  font-size: 23px;
  font-weight: 600;
}

.gg-hero-description-text.bold.medium {
  font-weight: 500;
}

.gg-brand-confirmation {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-92 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-92.conf {
  position: relative;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 600;
}

.gg-features {
  width: 100%;
  margin-bottom: 70px;
}

.div-block-93 {
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 20%;
}

.gg-window {
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  overflow: scroll;
}

.gg-window.conf {
  border-radius: 30px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: scroll;
}

.gg-conf-girls {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  order: 9999;
  width: 3500px;
  margin: 120px 220px 120px 3%;
}

.gg-conf-girls.choosey {
  width: 3500px;
  margin: 2% 1% 220px;
}

.div-block-95 {
  padding-top: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.gg-example-slides {
  width: 100%;
}

.gg-example-slide-1 {
  z-index: 1000;
  border: 1px solid #272727;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-examples-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.accordion-item-open {
  cursor: pointer;
  border-top: 1px solid #272727;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.accordion-item-open.ui-example {
  border-top-style: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}

.gg-generic-content {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.gg-generic-content.conf {
  z-index: 1;
  background-image: linear-gradient(270deg, #000 65%, #00000080), url('../images/06.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
}

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

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  color: #fff;
}

.text-span-15 {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.quick-stack-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 2px solid var(--border-grey);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px;
}

.quick-stack-16.white {
  border-color: #696969;
}

.gg-press-headline {
  z-index: 2;
  opacity: .5;
  color: #fff;
  margin-top: -2px;
  margin-bottom: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.gg-press-headline.white {
  opacity: 100;
  margin-top: -2px;
  font-size: 35px;
  line-height: 40px;
}

.gg-press-copy {
  opacity: .5;
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.gg-press-copy._30b {
  margin-bottom: 90px;
  font-size: 12px;
  line-height: 18px;
}

.gg-press-copy._30b._50per {
  opacity: .5;
  color: #c3beb5;
}

.gg-press-copy._30b._0below {
  margin-bottom: 0;
}

.gg-press-copy._30b._0below.half-alive {
  opacity: .5;
  text-align: center;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
}

.gg-press-copy._30b._0below.ggg {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: cofo-raffine, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.gg-press-copy._30b._0below.ggg.bbbb {
  margin-bottom: 20px;
  font-family: ellograph-cf, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 60px;
}

.gg-press-copy._30b._0below.ggg.bbbb.dfsdf {
  color: #fff;
  letter-spacing: -2px;
  font-family: Droid Serif, serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

.gg-press-copy._30b._0below.ggg.bbbb.dfsdf.nelli {
  font-size: 41px;
}

.gg-press-copy._30b._0below.ggg.bbbb.dfsdf.lola {
  font-family: Exo, sans-serif;
}

.gg-press-copy._30b._0below.ggg.tess {
  opacity: 1;
  margin-top: -4px;
  font-family: Vollkorn, serif;
  font-size: 41px;
  font-weight: 400;
}

.gg-press-copy._30b._0below.ggg.page {
  opacity: 1;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.gg-press-copy._30b.intro {
  color: #a0a0a0;
  margin-bottom: 60px;
}

.gg-press-copy._30b.intro.content {
  margin-bottom: 0;
}

.gg-press-copy.byline {
  width: 29ch;
  margin-right: -31%;
  font-size: 14px;
  line-height: 20px;
}

.gg-press-copy.white {
  opacity: 100;
}

.div-block-98 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #ffffff0d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.gg-download-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gg-download-btn.horizontal {
  flex-flow: row;
  margin-bottom: -16px;
}

.gg-download-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 12px;
  display: flex;
}

.gg-download-icon-top {
  text-align: center;
  width: 19px;
  margin-top: 1px;
  margin-bottom: -17px;
  position: relative;
  inset: 0%;
}

.gg-press-category {
  background-color: var(--colour-3);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 7px 16px;
  display: inline-block;
}

.gg-press-category._2 {
  background-color: var(--colour-1);
}

.gg-press-category._3 {
  background-color: var(--colour-2);
}

.gg-press-category._4 {
  background-color: var(--colour-0);
}

.div-block-101 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.background-video-5 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-press-links {
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.gg-press-links-btn {
  background-color: #666;
  border-radius: 12px;
  align-items: center;
  margin-right: 16px;
  padding: 3px 10px 4px 12px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-press-links-btn:hover {
  background-color: #fff;
}

.gg-press-links-btn._2 {
  background-color: var(--colour-1);
}

.gg-press-links-btn._3 {
  background-color: var(--colour-2);
}

.gg-press-links-btn._4 {
  background-color: var(--colour-0);
}

.gg-download-item {
  filter: invert();
  text-align: center;
  width: 15px;
  margin-bottom: -4px;
  margin-left: 7px;
  position: relative;
  inset: 0%;
}

.gg-share-panel {
  align-items: center;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.of-header-div {
  z-index: 1;
  filter: hue-rotate(354deg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.of-cloud-container {
  outline-offset: -3px;
  background-image: linear-gradient(0deg, #0d0c0ff2, #070609f2 11% 25%, #0000), radial-gradient(circle, #000000f2, #000000c7 50%, #0000);
  border-radius: 60px;
  outline: 6px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cloud-video.tunnel {
  z-index: 1;
}

.gg-clouds-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gg-clouds-video.tunnel {
  z-index: 1;
}

.gg-confirmation-bg {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-103 {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.code-embed-4 {
  width: 100%;
  height: 100%;
}

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

.gg-spotlight {
  z-index: -1;
  aspect-ratio: 9 / 16;
  opacity: 1;
  object-fit: cover;
  height: 140%;
  margin-top: -40%;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.gg-spotlight:hover {
  opacity: 100;
}

.div-block-105 {
  width: 25vw;
}

.gg-featured-model {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.gg-share-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.share-cell-1 {
  justify-content: center;
  align-items: center;
}

.share-cell-3 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 25%;
}

.gg-home-btn {
  text-decoration: none;
}

.gg-more-models {
  background-color: #26262640;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-more-models:hover {
  background-color: var(--gg-primary-btn);
}

.gg-hero-description-conf {
  opacity: .5;
  margin-top: 30px;
  margin-left: 35px;
  text-decoration: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.gg-model-lineup {
  width: 100%;
  height: auto;
  position: relative;
  overflow: clip;
}

.gg-hr-placement {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gg-website-cta {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.gg-intro-title-phrase {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.gg-intro-title-phrase.conf {
  align-items: flex-start;
  width: 280px;
  margin-bottom: 100px;
  margin-left: 130px;
  margin-right: 50px;
  padding-bottom: 0;
  padding-right: 0;
}

.gg-intro-title-phrase.content {
  margin-bottom: 100px;
}

.gg-visit-the-website {
  background-color: var(--gg-primary-btn);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-visit-the-website.active {
  background-color: var(--gg-primary-btn);
}

.gg-visit-the-website.conf-info {
  background-color: #ffffff40;
}

.gg-share-models {
  align-items: center;
  width: 100%;
  height: 110svh;
  display: flex;
  position: relative;
}

.gg-share-models.choose {
  height: auto;
}

.div-block-107 {
  background-image: linear-gradient(270deg, #000, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-right-arrow {
  filter: invert();
  width: 13px;
  margin-left: 10px;
}

.gg-scroll-tip {
  opacity: .5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gg-spotlight-container {
  z-index: -1;
  opacity: .75;
  background-image: url('../images/GG-Spotlight.png');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: auto 130%;
  position: absolute;
  inset: 0%;
}

.gg-signup-modal {
  z-index: 2147483647;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-signup-standard {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff40;
  border-radius: 30px;
  width: 290px;
  margin-right: 465px;
  padding: 20px 26px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.gg-signup-standard:hover {
  background-color: #fff6;
}

.div-block-110 {
  z-index: -1;
  background-image: url('../images/02.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.gg-model-scroll-tip {
  align-items: center;
  padding-bottom: 8%;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-model-scroll-tip-btn {
  background-color: var(--colour-3);
  border-radius: 100px;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.gg-unique-share-btn {
  z-index: 1000;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-unique-share-btn.homepage.share {
  opacity: .5;
}

.gg-unique-share-btn.homepage.share:hover {
  opacity: 100;
}

.gg-unique-share-btn.share {
  margin-right: 10px;
}

.quick-stack-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: -4px;
  padding: 0;
}

.cell-18 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-19 {
  align-items: flex-start;
}

.gg-girls-list {
  z-index: 1000;
  opacity: 0;
  border-right: 1px solid #ffffff40;
  margin-top: 104px;
  margin-right: 70px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-girls-list.chat {
  opacity: 0;
  margin-top: 40px;
}

.gg-girl-text {
  opacity: .5;
  color: #fff;
  margin-right: 0;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-girl-text:hover {
  opacity: 100;
  margin-right: 4px;
}

.gg-girl-text.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.gg-girl-text.black {
  color: #000;
  font-weight: 400;
}

.gg-girl-text.halftime {
  opacity: .5;
}

.gg-girl-text.green {
  color: #06ffac;
}

.gg-girl-text.plus {
  margin-top: -4px;
  margin-bottom: -2px;
  margin-right: 10px;
  font-size: 16px;
}

.gg-girl-text.red {
  color: #ff4c61;
}

.gg-girl-text.active {
  opacity: 100;
}

.gg-nav-link-b {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link-b.top-spacer {
  margin-top: 30px;
}

.gg-nav-link-b.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link-b.modal-spacing:hover, .gg-nav-link-b.modal-spacing.active {
  opacity: 100;
}

.gg-nav-link-c {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link-c.top-spacer {
  margin-top: 30px;
}

.gg-nav-link-c.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link-c.modal-spacing:hover, .gg-nav-link-c.modal-spacing.active {
  opacity: 100;
}

.gg-nav-link-d {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.gg-nav-link-d.top-spacer {
  margin-top: 30px;
}

.gg-nav-link-d.modal-spacing {
  opacity: .5;
  margin-bottom: 0;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-nav-link-d.modal-spacing:hover, .gg-nav-link-d.modal-spacing.active {
  opacity: 100;
}

.gg-fullbody-view {
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-main-video-fresher {
  z-index: -10;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-main-video-fresher.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gg-main-video-fresher.backup {
  display: block;
}

.gg-models-next {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gg-models-next-btn {
  z-index: -1;
  opacity: .5;
  background-color: #2d69c600;
  border: 2px solid #7379ad;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 36px;
  margin-bottom: 280px;
  display: flex;
  position: relative;
}

.gg-pale-blue-arrow {
  width: 18px;
}

.gg-example-slider {
  background-color: #ddd0;
  width: 80%;
  height: auto;
}

.slide-nav-2, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.gg-example-slide {
  z-index: 1000;
  aspect-ratio: 16 / 9;
  border: 1px solid #272727;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-example-slide.mobile {
  display: none;
}

.gg-examples {
  width: 100%;
  height: 100%;
}

.white {
  color: #fff;
}

.gg-text-or-voice {
  z-index: 1000;
  cursor: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gg-ui-helper-button {
  cursor: pointer;
  border: 2px solid #ffffff1f;
  border-radius: 12px;
  align-items: center;
  padding: 4px 4px 4px 2px;
  text-decoration: none;
  display: flex;
}

.gg-ui-helper-button:hover {
  border-color: var(--gg-primary-btn);
}

.gg-ui-helper-button.type {
  cursor: pointer;
  padding-left: 4px;
  text-decoration: none;
}

.gg-ui-font-2 {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.gg-ui-font-2.half {
  opacity: .5;
}

.gg-ui-font-2.or {
  opacity: .5;
  padding: 10px 14px;
  font-size: 13px;
}

.gg-ui-icon {
  width: 10px;
}

.gg-ui-icon-container {
  background-color: #ffffff1f;
  border-radius: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  display: flex;
}

.gg-helper-frost {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff1a;
  border-radius: 0 0 20px 20px;
  align-items: center;
  padding: 12px 12px 11px;
  display: flex;
}

.gg-voice {
  z-index: 1000;
  opacity: 0;
  mix-blend-mode: screen;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-voice-art {
  margin-bottom: 20px;
}

.gg-voice-btn {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  cursor: auto;
  background-color: #ffffff0d;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.gg-voice-btn:hover {
  background-color: var(--gg-primary-btn);
}

.gg-voice-btn.inner-padding {
  cursor: pointer;
  margin-left: 20px;
}

.gg-voice-btn-icon {
  opacity: .5;
  width: 13px;
}

.gg-voice-btn-icon.pause {
  width: 9px;
}

.gg-voice-buttons {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.quick-stack-18 {
  padding: 0;
}

.text-block-17 {
  color: #ffffffbf;
  font-family: tt-commons-pro, sans-serif;
  font-size: 11px;
}

.cell-20 {
  align-items: center;
}

.gg-button-label {
  opacity: 0;
  background-color: #ffffff1a;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 2px 6px 2px 7px;
}

.gg-account-btn {
  z-index: 20000;
  background-color: var(--gg-primary-btn);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-account-btn:hover {
  background-color: #3e7ee0;
}

.text-block-18 {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.audio-button {
  opacity: .25;
  filter: saturate(0%) brightness(200%);
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/GG-Audio-On.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-top: 10px;
  margin-bottom: -14px;
  margin-right: 82px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.audio-button:hover {
  opacity: 100;
  margin-top: 10px;
  margin-bottom: -6px;
}

.audio-button.ob {
  margin-bottom: 10px;
}

.audio-button.t {
  margin-bottom: 11px;
  margin-right: 93px;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5%;
  display: flex;
}

.paragraph {
  color: #ffffff80;
  text-align: center;
  width: 60ch;
  font-family: tt-commons-pro, sans-serif;
}

.div-block-112 {
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-152 {
  width: 100%;
}

.gotel-video {
  z-index: -10;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gotel-video.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gotel-video.backup {
  display: block;
}

.gotel-video.test-1 {
  opacity: .15;
}

.gotel-header {
  z-index: 1;
  background-image: none;
  background-size: auto;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gotel-header.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.gotel-header.black {
  background-image: linear-gradient(#000, #000);
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
}

.image-153 {
  opacity: 1;
  width: 130px;
}

.gotel-body {
  background-color: #fff;
}

.gotel-body.im {
  background-color: #000;
}

.gotel-information {
  background-color: #fff;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.gt-heading {
  z-index: 2;
  color: #303436;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.gt-heading.grey {
  color: #a0a0a0;
  margin-bottom: 40px;
}

.gotel-hr {
  background-color: #0e0e0e;
  border-radius: 50px;
  width: 1200px;
  height: 10px;
  margin-top: 140px;
  margin-bottom: -5px;
}

.gotel-hr.half-alive {
  opacity: .5;
}

.gotel-hr.footer {
  background-color: #4d4d4d;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gotel-hr.last {
  background-color: #f7f7f7;
  margin-top: 100px;
  margin-bottom: 0;
}

.text-span-16 {
  color: #303436;
}

.text-span-17 {
  color: #30343600;
}

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

.image-154 {
  margin-top: 20px;
  margin-bottom: 100px;
}

.image-155 {
  height: 130px;
}

.image-155.edit {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 8px;
}

.image-155.left {
  margin-left: 8px;
}

.div-block-113 {
  z-index: 10;
  filter: invert();
  mix-blend-mode: screen;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.gotel-hero-description {
  margin-top: 170px;
  margin-left: 60px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gt-text {
  color: #000;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.gt-text.sub {
  color: var(--gt-grey);
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.gt-text.sub.footer {
  color: #ffffffbf;
  text-transform: uppercase;
  margin-bottom: 1px;
  margin-right: 40px;
  font-size: 11px;
}

.gt-text.sub.footer.bookend {
  margin-right: 0;
}

.gt-text.sub.footer.im {
  color: #000000bf;
}

.gt-text.white {
  color: #fff;
  margin-right: 10px;
}

.gt-text.white.ai {
  color: #fff;
  margin-right: 0;
  font-size: 17px;
  line-height: 17px;
}

.quick-stack-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  margin-bottom: 120px;
  padding: 0;
}

.card-a {
  background-color: #fff;
  border: 1px #f1f4f6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-a.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-a.no-pad {
  padding: 0;
}

.gt-btn {
  background-color: var(--gt-btn-active);
  cursor: pointer;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gt-btn:hover {
  background-color: #50575a;
}

.gt-btn.active {
  background-color: var(--gg-primary-btn);
}

.gt-btn.conf-info {
  background-color: #ffffff40;
}

.gt-btn.light {
  background-color: var(--gt-btn-inactive);
  border: 1px solid #fff;
}

.gt-btn.light:hover {
  background-color: #dbe0e4bd;
}

.gt-btn.light.smaller {
  padding: 8px 16px;
}

.gt-btn.small:hover {
  background-color: #000;
}

.gt-btn-font {
  color: #fff;
  font-family: inter-variable, sans-serif;
}

.gt-btn-font.share.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gt-btn-font.share.horizontal.label {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.gt-btn-font.share.placeholder {
  opacity: .15;
}

.gt-btn-font.share.contains {
  opacity: .5;
  font-size: 12px;
}

.gt-btn-font.black {
  color: #000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
}

.gt-btn-font.black.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gt-btn-font.black.horizontal.label {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.gt-btn-font.black.placeholder {
  opacity: .15;
}

.gt-btn-font.black.contains {
  opacity: .5;
  font-size: 12px;
}

.gt-btn-font.morebtn {
  opacity: .5;
}

.gt-btn-font.dark {
  color: #000;
}

.image-156 {
  opacity: 1;
  width: 41px;
  margin-right: 40px;
}

.text-span-19 {
  font-weight: 600;
}

.image-157 {
  filter: invert();
  width: 60px;
  margin-bottom: 2px;
  margin-right: 18px;
}

.image-157.inv {
  filter: none;
}

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

.gt-body-text {
  z-index: 2;
  color: #303436;
  margin-top: 0;
  margin-bottom: 150px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.gt-body-text.grey {
  color: #9fa5a8;
  margin-bottom: 40px;
}

.gt-body-text.faded {
  opacity: .5;
  margin-bottom: 70px;
}

.gt-body-text.halftone {
  color: #9fa5a8;
}

.gotel-hero-description-text {
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 24px;
}

.gotel-hero-description-text.cta {
  color: #000;
  cursor: pointer;
  margin-top: 213px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gotel-hero-description-text.cta:hover {
  color: #000;
  margin-left: 14px;
}

.gt-content-container {
  width: 60%;
  position: relative;
}

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

.quick-stack-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

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

.cx.last {
  align-items: flex-end;
}

.cx.lp {
  padding-left: 40px;
}

.quick-stack-19-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 60%;
  margin-bottom: 10px;
  padding: 0;
}

.image-158 {
  opacity: .48;
  filter: none;
  mix-blend-mode: screen;
  width: 100%;
  margin-top: -250px;
  position: absolute;
  inset: 0%;
}

.div-block-117 {
  opacity: .1;
  filter: blur(20px);
  mix-blend-mode: hard-light;
  background-image: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-entities {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.gg-entities.empty {
  margin-bottom: 40px;
}

.div-block-118 {
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-entity-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-entity-video.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gg-entity-video.backup {
  display: block;
}

.gg-ev-cell {
  background-color: #fff;
  border: 1px solid #dbe0e4;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.gg-ev-cell.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.div-block-119 {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.gt-starfield {
  opacity: 1;
  mix-blend-mode: screen;
  background-image: url('../images/GOTEL-Mockup-Stars.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-121 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff3;
  background-clip: border-box;
  border-radius: 7px;
  padding: 2px 7px 4px 6px;
}

.gg-chat-global {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gg-account-heading {
  z-index: 10;
  color: #fff;
  font-family: inter-variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}

.gg-account-heading.black {
  color: #000;
}

.gg-account-heading.white {
  opacity: 100;
  margin-top: 220px;
}

.gg-account-heading.fff {
  font-size: 14px;
}

.gg-account-heading.conf {
  opacity: .5;
  text-align: right;
  width: 15ch;
  font-size: 18px;
}

.gg-account-heading.half-alive-center {
  opacity: .5;
}

.gg-account-info {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  width: 50%;
  padding: 50px;
}

.div-block-122 {
  z-index: -1;
  opacity: .5;
  color: #000;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.gg-account-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 770px;
  display: flex;
}

.gg-account-info-center {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.gg-account-info-center.content {
  padding-bottom: 0;
}

.gg-account-info-center.content.press {
  margin-top: -40px;
  margin-bottom: 60px;
}

.gg-account-info-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.gg-account-info-text.sub {
  color: #a0a0a0;
  margin-bottom: 20px;
}

.gg-input-container {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.gg-acc-item-header {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.gg-input-font {
  color: var(--input-user-text);
  padding-left: 17px;
  padding-right: 17px;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.gg-input-font.blue {
  color: #669ff8;
}

.gg-input-font.grey {
  color: #a0a0a0;
}

.gg-input {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff0d;
  border: 1px solid #3f3f3f;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 14px 14px 16px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.gg-input:hover {
  background-color: #fff3;
  border-style: solid;
  border-color: #767a7a;
}

.gg-input.response {
  justify-content: space-between;
  height: 120px;
  padding-left: 16px;
  padding-right: 10px;
}

.gg-input-button {
  background-color: var(--gg-primary-btn);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-input-button:hover, .gg-input-button.active {
  background-color: var(--gg-primary-btn);
}

.gg-input-button.conf-info {
  background-color: #ffffff40;
}

.gg-input-button.orange {
  background-color: #525252;
}

.gg-input-button.orange:hover {
  background-color: #c57a2e;
}

.gg-input-button.red {
  background-color: #525252;
}

.gg-input-button.red:hover {
  background-color: #bd3636;
}

.gg-account-item {
  width: 100%;
}

.gg-account-title-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.gg-account-title-heading.conf {
  text-align: right;
  margin-bottom: 10px;
}

.gg-account-title-heading.conf-info {
  opacity: .5;
  margin-bottom: 0;
}

.quick-stack-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-123 {
  background-color: var(--input-user-text);
  border-radius: 50px;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  margin-right: 4px;
}

.div-block-123.grey {
  background-color: #a0a0a0;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.gg-radio-cell {
  flex-flow: row;
  align-items: center;
}

.gg-selection-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
  padding-top: 7.5%;
  display: flex;
}

.gg-chat-response {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.gg-chat-bubble-div-response {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #19c58c;
  border-radius: 12px;
  margin-bottom: 60px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.gg-chat-bubble-div-response:hover {
  background-color: var(--input-user-text);
}

.gg-chat-bubble-div-response.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-chat-bubble-div-response.half-alive:hover {
  opacity: 100;
}

.gg-chat-bubble-div-response.response {
  background-color: #559e754d;
}

.gg-chat-bubble-div-response.response:hover {
  background-color: #00ffaa61;
}

.gg-chat-bubble-div-response.temp {
  margin-bottom: 40px;
}

.image-159 {
  mix-blend-mode: screen;
  width: 270px;
  margin-top: 40px;
  margin-left: 40px;
}

.background-video-6 {
  width: 476px;
  height: 222px;
}

.image-160 {
  width: 430px;
  margin-top: 60px;
  margin-left: 60px;
}

.gg-gb-footer {
  z-index: 1;
  outline-offset: -1px;
  background-color: #252525;
  background-image: url('../images/GB-Footer-Still-Frame.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  outline: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 66svh;
  margin-bottom: 90px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-gb-footer.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.gg-footer-link {
  z-index: 100;
  align-items: center;
  display: flex;
  position: relative;
}

.gg-footer-link.hey {
  margin-top: 200px;
}

.footer-arrow {
  width: 19px;
  margin-left: 12px;
}

.footer-promo-spacing {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  display: flex;
}

.g-body-blk {
  outline-offset: -3px;
  background-color: #000;
  outline: 6px solid #000;
}

.g-tray {
  z-index: 1000000000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.background-video-7 {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  width: 190px;
  height: auto;
  margin: 30px;
}

.g-tray-video {
  aspect-ratio: 3 / 2;
  opacity: .25;
  filter: contrast(75%) saturate(0%);
  border: 1px #333;
  border-radius: 10px;
  width: 70px;
  height: auto;
  margin: 10px 50px 10px 30px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.g-tray-video:hover {
  opacity: 100;
  filter: contrast() saturate();
  width: 150px;
}

.g-tray-item {
  margin-top: 0;
}

.text-block-19 {
  color: #5c5c5c;
  text-align: right;
  margin-right: 30px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
}

.g-tray-link {
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.g-tray-link:hover {
  margin-left: -6px;
  margin-right: 0;
  padding-right: 0;
}

.g-header {
  z-index: -1;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.g-header.test {
  z-index: 1000;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -100px;
  margin-left: -100px;
}

.g-centerpiece {
  width: 454px;
  height: 454px;
  position: relative;
}

.g-cenerpiece-video {
  outline-offset: -3px;
  mix-blend-mode: normal;
  outline: 6px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cp-1 {
  z-index: 100;
  filter: contrast(0%) brightness(200%);
  position: absolute;
  inset: 0%;
}

.cp-2 {
  z-index: 200;
  opacity: 0;
  filter: contrast(0%) brightness(200%);
  position: absolute;
  inset: 0%;
}

.g-video {
  z-index: -2;
  outline-offset: -3px;
  mix-blend-mode: screen;
  outline: 6px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.g-video.test {
  z-index: 900;
  mix-blend-mode: difference;
  margin-top: -21%;
  margin-left: -40%;
  inset: 0% auto auto 0%;
}

.image-161 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.g-tray-link-1 {
  opacity: 0;
  margin-bottom: 60px;
  margin-right: 60px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.g-tray-link-2 {
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.g-tray-link-2:hover {
  margin-right: 10px;
}

.g-data-jets {
  z-index: -100;
  opacity: .5;
  mix-blend-mode: screen;
  background-image: url('../images/G-Data-Jets-C.gif');
  background-position: 50%;
  background-size: 150%;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.g-link-1 {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.g-tray-link-2b {
  opacity: 0;
  margin-bottom: 60px;
  margin-right: 60px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.g-link-2 {
  color: #8ce0e7;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.g-tray-link-3 {
  opacity: 0;
  margin-bottom: 60px;
  margin-right: 60px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.g-link-3 {
  color: #e7e38c;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.g-tray-link-4 {
  opacity: 0;
  margin-bottom: 60px;
  margin-right: 60px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.g-link-4 {
  color: #949494;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.g-tray-link-5 {
  opacity: 0;
  margin-bottom: 60px;
  margin-right: 60px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.g-link-5 {
  color: #7effa9;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.g-logo-placement {
  margin-bottom: 60px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.g-logo-small {
  opacity: .5;
  width: 180px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.g-logo-small:hover {
  opacity: 100;
}

.g-data-jets-deep {
  z-index: -75;
  opacity: .25;
  mix-blend-mode: screen;
  width: 100%;
  height: 100svh;
  transform-style: preserve-3d;
  background-image: url('../images/G-Data-Jets-C.gif');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-124 {
  mix-blend-mode: difference;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.div-block-125 {
  z-index: 20000;
  opacity: 1;
  mix-blend-mode: saturation;
  background-color: #5d4632;
  position: absolute;
  inset: 0%;
}

.background-video-8 {
  z-index: -100;
  opacity: 1;
  filter: grayscale();
  width: 100%;
  height: 100svh;
}

.div-block-126 {
  opacity: .92;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.g-tray-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-127 {
  opacity: .33;
  background-color: #fff;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-128 {
  width: 100%;
  height: 100svh;
  position: relative;
}

.text-span-20 {
  color: #00000040;
}

.g-first-kind {
  width: 100%;
  height: 100svh;
  position: relative;
}

.fk-header {
  z-index: 1000;
  mix-blend-mode: exclusion;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding: 0;
  display: flex;
  position: relative;
}

.fk-unicorn {
  z-index: 500;
  width: 500px;
  height: 500px;
  margin-top: -80px;
  margin-bottom: 54px;
  display: flex;
  position: relative;
}

.code-embed-5 {
  background-color: #ededed00;
  width: 500px;
  height: 500px;
  display: flex;
}

.fk-unicorn-mobile {
  z-index: 500;
  width: 500px;
  height: 500px;
  margin-top: -80px;
  margin-bottom: 54px;
  display: none;
  position: relative;
}

.image-162 {
  z-index: 10;
  width: 320px;
  margin-top: -60px;
  position: relative;
}

.fk-code {
  z-index: 10000;
  mix-blend-mode: screen;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-163 {
  width: 250px;
  margin-top: 40px;
  margin-left: 30px;
}

.fk-scroll {
  z-index: 10000;
  background-color: #000;
  width: 336px;
  padding-left: 20px;
  transition: all 1s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

.fk-scroll-item {
  width: 100%;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
}

.fk-scroll-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
}

.background-video-9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.fk-scroll-item-gifs {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.fk-scroll-item-gifs.last {
  margin-top: 20px;
  margin-bottom: 40px;
}

.link-block-3-copy {
  cursor: pointer;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.link-block-3-copy:hover {
  margin-left: -20px;
}

.link-block-2 {
  cursor: pointer;
  width: 100%;
  transition: all .75s cubic-bezier(.25, .46, .45, .94);
}

.link-block-2:hover {
  filter: hue-rotate(180deg);
}

.g-fk-scroll {
  z-index: 10000;
  align-items: flex-end;
  width: 336px;
  padding-left: 20px;
  transition: all 1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

.gotel-video-fk {
  z-index: -10;
  opacity: .25;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gotel-video-fk.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gotel-video-fk.backup {
  display: block;
}

.gotel-video-fk.test-1 {
  opacity: .15;
}

.gotel-video-gotel {
  z-index: -10;
  opacity: .08;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gotel-video-gotel.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gotel-video-gotel.backup {
  display: block;
}

.gotel-video-gotel.test-1 {
  opacity: .15;
}

.gotel-logotype {
  mix-blend-mode: multiply;
  min-width: 170px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.g-diji {
  z-index: -10;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.g-diji.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.g-diji.backup {
  display: block;
}

.g-diji.test-1 {
  opacity: .15;
}

.g-paper-link {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-130 {
  z-index: -10;
  border: 2px solid #313131;
  border-radius: 18px;
  align-items: flex-end;
  width: 450px;
  height: 550px;
  margin-bottom: -172px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.text-block-20 {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
}

.gg-chat-background-video-mobile {
  z-index: -100;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
}

.gg-main-video-mobile {
  z-index: -10;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gg-main-video-mobile.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.gg-main-video-mobile.backup {
  display: block;
}

.gg-switch-models {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: center;
  margin-right: -120px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-sg-container {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  padding: 20px 0;
  position: relative;
}

.gg-model-thumb {
  border: 2px solid #fff0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gg-model-thumb:hover {
  border-color: #fff;
}

.background-video-10 {
  aspect-ratio: 16 / 6;
  opacity: 0;
  filter: saturate(0%);
  cursor: pointer;
  width: 120px;
  height: auto;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.background-video-10:hover {
  aspect-ratio: 16 / 9;
  opacity: 100;
  filter: saturate();
}

.gg-thumb-name {
  pointer-events: none;
  width: 44px;
  position: absolute;
}

.div-block-131 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-165 {
  display: none;
}

.gg-avatar-code-embed-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.gg-avatar-code-embed-m {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-avatar-code-m, .gg-avatar-code-mm {
  z-index: 800;
  width: 100%;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.go-internal-thoughts {
  opacity: 1;
  border: 2px solid #ffffff26;
  border-radius: 9px;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  padding: 16px 24px 17px 14px;
  display: flex;
  position: relative;
}

.gg-internal-thoughts {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.gg-internal-thoughts.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-internal-thoughts.v1 {
  width: 53ch;
}

.gg-internal-thoughts.sdddd {
  margin-top: 60px;
}

.gg-table-data-it {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
  padding: 0;
}

.go-msg-bump {
  width: 39px;
  margin-top: -29px;
  position: absolute;
}

.go-affection-level {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.go-heart-icon {
  width: 16px;
  margin-top: 1px;
  position: absolute;
}

.go-heart-icon.grey {
  opacity: .18;
}

.gg-model-name-container-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.gg-model-name-container-copy.conf {
  align-items: flex-start;
}

.go-selection-names {
  opacity: 1;
  padding: 20px;
  text-decoration: none;
}

.go-selection-names._2.up, .go-selection-names._3.up, .go-selection-names._4.up, .go-selection-names._1.up, .go-selection-names._5.up, .go-selection-names._6.up, .go-selection-names._7.up, .go-selection-names._8.up, .go-selection-names._9.up {
  padding-top: 0;
}

.gg-choose-model-selection {
  background-color: #262626;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-choose-model-selection:hover, .gg-choose-model-selection.active {
  background-color: var(--gg-primary-btn);
}

.gg-choose-model-selection.conf-info {
  background-color: #ffffff40;
}

.gg-data-cell-selection {
  flex-flow: row;
  align-items: center;
}

.gg-data-cell-selection._1 {
  opacity: .5;
}

.gg-data-cell-selection._1.top {
  align-items: flex-start;
}

.gg-data-cell-selection._2, .gg-data-cell-selection._3, .gg-data-cell-selection._4, .gg-data-cell-selection._5 {
  opacity: .5;
}

.go-selection-names-2 {
  opacity: 1;
  padding: 20px;
  text-decoration: none;
}

.go-selection-names-2._2.up, .go-selection-names-2._3.up, .go-selection-names-2._4.up, .go-selection-names-2._1.up, .go-selection-names-2._5.up, .go-selection-names-2._6.up, .go-selection-names-2._7.up, .go-selection-names-2._8.up, .go-selection-names-2._9.up {
  padding-top: 0;
}

.g3o-selection-names-3 {
  opacity: 1;
  padding: 20px;
  text-decoration: none;
}

.g3o-selection-names-3._2.up, .g3o-selection-names-3._3.up, .g3o-selection-names-3._4.up, .g3o-selection-names-3._1.up, .g3o-selection-names-3._5.up, .g3o-selection-names-3._6.up, .g3o-selection-names-3._7.up, .g3o-selection-names-3._8.up, .g3o-selection-names-3._9.up {
  padding-top: 0;
}

.gg-chat-bubble-div-red {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ff354d;
  border-radius: 0 12px 12px 0;
  margin-bottom: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.gg-chat-bubble-div-red:hover {
  background-color: #ff354d;
}

.gg-chat-bubble-div-red.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-chat-bubble-div-red.half-alive:hover {
  opacity: 100;
}

.gg-chat-bubble-div-red.response {
  background-color: #559e754d;
}

.gg-chat-bubble-div-red.response:hover {
  background-color: #00ffaa61;
}

.go-onboarding {
  z-index: 9999999;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 9px;
  margin-top: 0;
  margin-left: 90px;
  padding: 5px 9px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-21 {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.go-onboarding-skip {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 90px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.go-onboarding-skip-btn {
  z-index: 9999999;
  opacity: .5;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 5px 9px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.go-onboarding-skip-btn:hover {
  opacity: 100;
  border-color: #fff;
}

.text-block-21-white {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
}

.image-166 {
  height: 10px;
  margin-left: 10px;
}

.gotel-info {
  width: 100%;
  padding: 0 60px 90px;
}

.quick-stack-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 1000px;
  padding: 0;
}

.heading-10 {
  margin-bottom: 40px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 63px;
}

.image-167 {
  filter: invert();
  width: 175px;
}

.gotel-hero-title {
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
  display: none;
  position: absolute;
}

.gotel-hero-title.cta {
  color: #000;
  cursor: pointer;
  margin-top: 213px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gotel-hero-title.cta:hover {
  color: #000;
  margin-left: 14px;
}

.quick-stack-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 120px;
  padding: 0;
  position: relative;
}

.heading-10-copy {
  text-transform: uppercase;
  width: 10ch;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

.italic-text-3 {
  color: #c9d8df;
}

.div-block-132 {
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.image-153-copy {
  opacity: 1;
  filter: invert();
  width: 122px;
  margin-right: 30px;
}

.heading-10-copyjjj {
  text-transform: none;
  margin-top: 37px;
  margin-bottom: 40px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
}

.go-ob-counter {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.go-ob-progress {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ff354d;
  background-image: url('../images/GO-Onboarding-Progress.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65%;
  border-radius: 12px 0 0 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 2px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.go-ob-progress:hover {
  background-color: #ff354d;
}

.go-ob-progress.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.go-ob-progress.half-alive:hover {
  opacity: 100;
}

.go-ob-progress.response {
  background-color: #559e754d;
}

.go-ob-progress.response:hover {
  background-color: #00ffaa61;
}

.go-onboarding-numbers {
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 38px;
}

.go-logo-smaller {
  width: 100px;
}

.go-logo-even-smaller {
  width: 70px;
  height: 33px;
}

.gg-panel-add-goal {
  opacity: .5;
  cursor: pointer;
  border: 2px solid #fd7;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 4px;
  padding: 1px 10px 2px;
  transition: opacity .5s;
  display: flex;
}

.gg-panel-add-goal:hover {
  opacity: 100;
}

.div-block-133 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.go-onboarding-skip-btn-single {
  z-index: 9999999;
  opacity: .5;
  cursor: pointer;
  border: 2px solid #ffffff80;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 5px 9px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.go-onboarding-skip-btn-single:hover {
  opacity: 100;
  border-color: #fff;
}

.image-166-copy {
  height: 10px;
  margin-left: 3px;
}

.gg-panel-add-behaviour {
  opacity: .5;
  cursor: pointer;
  border: 2px solid #ffb6bf;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 4px;
  padding: 1px 10px 2px;
  transition: opacity .5s;
  display: flex;
}

.gg-panel-add-behaviour:hover {
  opacity: 100;
}

.go-alerts {
  z-index: 2147483647;
  background-color: #000000bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.go-alert {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff12;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 320px;
  height: auto;
  padding: 16px 20px 20px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.go-alert-text {
  color: #fff;
  margin-left: 27px;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.go-alert-text.white {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.go-alert-text.black {
  color: #000;
  font-weight: 400;
}

.go-alert-text.halftime {
  opacity: .5;
}

.go-alert-text.green {
  color: #06ffac;
}

.go-alert-text.plus {
  margin-top: -4px;
  margin-bottom: -2px;
  margin-right: 10px;
  font-size: 16px;
}

.go-alert-text.red {
  color: #ff4c61;
}

.go-alert-text.yellow {
  color: #fd7;
}

.go-alert-text.yellow.add {
  margin-top: -2px;
  margin-right: -2px;
  font-size: 17px;
  font-weight: 400;
}

.go-alert-text.light-red {
  color: #ffb6bf;
}

.gg-alert-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px 4px 0;
  display: flex;
}

.gg-alert-row.more {
  margin-top: 10px;
}

.gg-alert-row.heading {
  margin-top: 2px;
}

.div-block-135 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.gg-alert-confirm {
  opacity: .5;
  cursor: pointer;
  border: 2px solid #ffb6bf;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 4px;
  padding: 1px 10px 2px;
  transition: opacity .5s;
  display: flex;
}

.gg-alert-confirm:hover {
  opacity: 100;
}

.gg-alert-cancel {
  opacity: .25;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-right: 12px;
  padding: 1px 10px 2px;
  transition: opacity .5s;
  display: flex;
}

.gg-alert-cancel:hover {
  opacity: 100;
}

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

.image-168 {
  width: 11px;
  margin-right: 16px;
}

.gotel-hero-subtext {
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
}

.gotel-hero-subtext.cta {
  color: #000;
  cursor: pointer;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.gotel-hero-subtext.cta:hover {
  color: #000;
  margin-left: 14px;
}

.header-coluor {
  z-index: 1;
  opacity: .5;
  mix-blend-mode: color-burn;
  background-color: #d5e9ffc4;
  display: none;
  position: absolute;
  inset: 0%;
}

.gt-media {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.gt-media.hide {
  opacity: 0;
}

.gt-media.brighten {
  filter: contrast(90%);
}

.div-block-137 {
  width: 100%;
  position: absolute;
}

.cell-info {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.gt-media-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.gt-media-card.heros {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.code-embed-6 {
  aspect-ratio: 16 / 6;
  filter: invert();
  mix-blend-mode: multiply;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.cell-22 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.div-block-138 {
  aspect-ratio: 16 / 6;
  background-color: #f1f4f6;
  border-radius: 20px;
  width: 100%;
}

.text-span-21 {
  color: var(--gt-blue);
  text-decoration: none;
}

.gt-footer-logo {
  opacity: 1;
  margin-right: 100px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gt-footer-logo:hover {
  opacity: 100;
}

.image-155-copy {
  filter: invert();
  width: 100px;
}

.text-span-22 {
  font-weight: 600;
}

.image-169 {
  width: 110px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.background-video-12 {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.gt-features-strip {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.gt-features-strip.im {
  background-color: #fff;
}

.div-block-140 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  display: flex;
  position: relative;
}

.image-170 {
  z-index: 10;
  width: 160px;
  margin-top: 5px;
  margin-right: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-171 {
  opacity: .8;
  width: 30px;
  margin-right: 18px;
}

.image-171.im {
  filter: invert();
}

.div-block-141 {
  align-items: center;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-142 {
  align-items: center;
  width: 60%;
  display: flex;
}

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

.link-block-4 {
  position: absolute;
  inset: 0%;
}

.code-embed-7 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.gt-ri-heading {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: screen;
  width: 1200px;
  padding: 0;
  position: relative;
}

.code-embed-8 {
  z-index: 999999999;
  width: 1440px;
  height: 900px;
  margin-bottom: 0;
  position: relative;
}

.text-block-22 {
  color: #fff;
  margin-bottom: 80px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
}

.cell-23 {
  justify-content: center;
  align-items: flex-start;
}

.image-172 {
  filter: invert();
  mix-blend-mode: screen;
  width: 190px;
  margin-bottom: 40px;
}

.body-2 {
  background-color: #000;
}

.div-block-144 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-173 {
  width: 678px;
  height: 709px;
  position: absolute;
  inset: 0%;
}

.div-block-145 {
  width: 678px;
  height: 709px;
  position: relative;
}

.div-block-146 {
  z-index: 100;
  flex-flow: column;
  align-items: flex-start;
  padding: 259px 103px 103px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.image-174 {
  width: 108px;
  margin-top: 20px;
}

.email-button {
  z-index: 99999;
  color: #000;
  cursor: pointer;
  border: 1.4px solid #000;
  border-radius: 5px;
  margin-top: 60px;
  padding: 1px 6px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.email-button:hover {
  color: #000;
  text-decoration: underline;
}

.email-highlight {
  -webkit-text-fill-color: inherit;
  background-color: #fff2bf;
  background-clip: padding-box;
  padding: 0 2px;
  display: inline-flex;
}

.div-block-147 {
  background-color: #72dbf9;
  position: absolute;
}

.div-block-149, .div-block-150 {
  background-color: #000;
}

.div-block-151 {
  background-color: #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.go-footer-panel {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.go-footer-panel.conf {
  opacity: .5;
  filter: saturate(0%);
  transition: filter .5s cubic-bezier(.25, .46, .45, .94), opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.go-footer-panel.conf:hover {
  opacity: 100;
  filter: saturate();
}

.gt-footer-panel {
  z-index: 1;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gt-footer-panel.conf {
  opacity: .5;
  filter: saturate(0%);
  background-color: #00638100;
  transition: filter .5s cubic-bezier(.25, .46, .45, .94), opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.gt-footer-panel.conf:hover {
  opacity: 100;
  filter: saturate();
}

.gb-header {
  z-index: 1;
  outline-offset: -1px;
  background-color: #252525;
  background-image: url('../images/GB-Header-Still-Frame.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  outline: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gb-header.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.go-footer-videos {
  z-index: 1;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.go-footer-videos.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.go-footer-videos.backup {
  display: block;
}

.go-footer-videos.mobile {
  display: none;
}

.gg-gb-footer-mobile {
  z-index: 1;
  outline-offset: -1px;
  background-color: #252525;
  background-image: url('../images/GB-Footer-Still-Frame.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  outline: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 66svh;
  margin-bottom: 90px;
  padding: 40px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.gg-gb-footer-mobile.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.div-block-152 {
  aspect-ratio: 9 / 16;
  background-image: url('../images/GG-Names-Arti.svg'), url('../images/Screenshot-2026-04-02-at-7.56.29-pm.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 50%, cover;
  width: 33%;
}

.text-span-23 {
  color: #6a6e70;
}

.div-block-153 {
  opacity: .13;
  margin-top: -9px;
  margin-left: 7%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-157-copy {
  filter: invert();
  width: 60px;
  margin-bottom: 2px;
  margin-right: 18px;
}

.image-157-copy.inv {
  filter: none;
}

.gt-footer-colour {
  z-index: 1;
  background-color: #006381bf;
  position: absolute;
  inset: 0%;
}

.gotel-information-mem {
  background-color: #fff;
  border-radius: 60px;
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gt-ri-map {
  z-index: 1;
  width: 1440px;
  height: 900px;
  margin-left: -33%;
  display: block;
  position: absolute;
}

.gt-heading-numbers {
  z-index: 2;
  opacity: .25;
  color: #303436;
  letter-spacing: 6px;
  margin-top: -4px;
  margin-bottom: 60px;
  margin-left: -25%;
  font-family: nasalization, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
}

.gt-heading-numbers.grey {
  color: #a0a0a0;
  margin-bottom: 40px;
}

.gt-card-links {
  width: 100%;
  text-decoration: none;
}

.gt-card-links.btn {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 4px solid #222;
}

.card-b {
  background-color: #fff;
  border: 1px #f1f4f6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-b.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-b.no-pad {
  padding: 0;
}

.card-c {
  background-color: #fff;
  border: 1px #f1f4f6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-c.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-c.no-pad {
  padding: 0;
}

.card-d {
  background-color: #fff;
  border: 1px #f1f4f6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-d.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-d.no-pad {
  padding: 0;
}

.card-e {
  background-color: #fff;
  border: 1px #f1f4f6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-e.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-e.no-pad {
  padding: 0;
}

.card-f {
  background-color: #fff;
  border: 1px #f1f4f6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-f.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-f.no-pad {
  padding: 0;
}

.card-g {
  background-color: #fff;
  border: 1px #f1f4f6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-g.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-g.no-pad {
  padding: 0;
}

.text-span-24 {
  font-weight: 700;
}

.image-175 {
  width: 370px;
  margin-bottom: 20px;
}

.div-block-154 {
  z-index: 9999999;
  background-color: red;
  width: 1200px;
  height: 30px;
  margin-bottom: 295px;
  position: absolute;
  inset: auto 0% 0%;
}

.stored-panel {
  z-index: 99999999;
  background-color: #000;
  border: 2px solid #ffffff1a;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 130px;
  height: 165px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.stored-memory-video {
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

.stored-text {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.stored-container-memory {
  z-index: 2147483647;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.stored-colour {
  background-color: #f2a66f;
  border-radius: 100px;
  width: 9px;
  height: 9px;
  margin-top: 16px;
  margin-left: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.stored-colour.red {
  opacity: 0;
  background-color: #eb4a54;
}

.stored-colour.green {
  background-color: #19c58c;
}

.stored-colour.yellow {
  background-color: #fade86;
}

.submit-button-memory {
  z-index: 99999999;
  opacity: .25;
  cursor: pointer;
  background-color: #f2a66f;
  background-image: url('../images/GG-Share-Top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.submit-button-memory:hover {
  opacity: 100;
}

.submit-button-memory.ob {
  margin-bottom: -5px;
  margin-right: 6px;
}

.submit-button-memory.t {
  margin-bottom: -5px;
}

.submit-button-memory._2 {
  opacity: .25;
  background-image: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.submit-button-memory._2:hover {
  opacity: 100;
}

.stored-container-heart {
  z-index: 2147483647;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.submit-button-bond {
  z-index: 99999999;
  opacity: .25;
  cursor: pointer;
  background-color: #eb4a54;
  background-image: url('../images/GG-Share-Top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: -50px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.submit-button-bond:hover {
  opacity: 100;
}

.submit-button-bond.ob {
  margin-bottom: -5px;
  margin-right: 6px;
}

.submit-button-bond.t {
  margin-bottom: -5px;
}

.submit-button-bond._2 {
  text-align: left;
  background-image: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.submit-button-question {
  z-index: 99999999;
  opacity: .25;
  cursor: pointer;
  background-color: #19c58c;
  background-image: url('../images/GG-Share-Top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: -90px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.submit-button-question:hover {
  opacity: 100;
}

.submit-button-question.ob {
  margin-bottom: -5px;
  margin-right: 6px;
}

.submit-button-question.t {
  margin-bottom: -5px;
}

.submit-button-question._2 {
  background-image: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.stored-container-question {
  z-index: 2147483647;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.submit-button-goal {
  z-index: 99999999;
  opacity: .25;
  cursor: pointer;
  background-color: #fade86;
  background-image: url('../images/GG-Share-Top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: -130px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), margin .5s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0% auto;
}

.submit-button-goal:hover {
  opacity: 100;
}

.submit-button-goal.ob {
  margin-bottom: -5px;
  margin-right: 6px;
}

.submit-button-goal.t {
  margin-bottom: -5px;
}

.submit-button-goal._2 {
  background-image: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.stored-container-goal {
  z-index: 2147483647;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.share-button {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.share-button.homepage.share {
  opacity: .5;
}

.share-button.homepage.share:hover {
  opacity: 100;
}

.share-button.share {
  margin-right: 10px;
}

.background-video-13 {
  z-index: 1000;
  aspect-ratio: 24 / 9;
  width: 80%;
  height: auto;
}

.div-block-155 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.background-video-14 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-176 {
  mix-blend-mode: multiply;
}

.image-177 {
  mix-blend-mode: multiply;
  width: 140px;
  margin-top: 40px;
  margin-left: 40px;
}

.div-block-156 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-178 {
  width: 270px;
  margin-left: 33%;
}

.body-3 {
  background-color: #000;
}

.image-179 {
  opacity: .25;
  mix-blend-mode: screen;
  margin-bottom: 40px;
  margin-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fk-link-logo {
  width: 50px;
}

.div-block-157 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-181 {
  width: 40%;
}

.fk-link {
  z-index: 1000;
  opacity: .25;
  margin-bottom: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fk-link:hover, .fk-link.hey {
  opacity: 100;
}

.fk-link.hey:hover {
  filter: invert();
}

.fk-link.go-l {
  opacity: .5;
  margin-bottom: 60px;
  margin-right: 60px;
}

.fk-link.go-l:hover {
  opacity: 100;
}

.image-182 {
  width: 320px;
  display: none;
}

.body-4 {
  background-color: #000;
}

.div-block-158 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quick-stack-23-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gt-media-card-gg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.gt-media-card-gg.heros {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.gt-media-card-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.gt-media-card-copy.heros {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.body-5 {
  background-color: #141414;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.guide-input-container {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.guide-input-ui {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.guide-input-box {
  background-color: #393b3e;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 34px;
  padding: 10px;
  display: flex;
}

.input-plus {
  opacity: .33;
  width: 14px;
}

.gg-chat-font-input {
  opacity: .33;
  color: #fff;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 17px;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 38px;
}

.guide-input-left {
  align-items: center;
  display: flex;
}

.input-post {
  width: 8px;
  margin-right: 3px;
}

.guide-input-messages-graphic {
  width: 87%;
  margin-bottom: 110px;
}

.guide-input-messages-graphic.guide-example-2, .guide-input-messages-graphic.guide-example-3 {
  margin-bottom: 76px;
}

.guide-input-messages {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.guide-input {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.guide-input-box-question {
  z-index: -1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  margin-bottom: -10px;
  padding: 10px 10px 20px;
  display: flex;
  position: relative;
}

.input-go {
  opacity: .33;
  width: 8px;
  margin-right: 3px;
}

.input-timer {
  width: 14px;
}

.gg-chat-font-question {
  opacity: .5;
  color: #fff;
  margin-bottom: 2px;
  padding-left: 10px;
  font-family: inter-variable, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 38px;
}

.guide-question-background {
  background-color: #393b3e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  margin-bottom: -8px;
  padding-bottom: 8px;
}

.input-icons {
  width: 210px;
  margin-left: 2px;
}

.guide-input-messages-graphic-2 {
  width: 87%;
  margin-bottom: 110px;
}

.guide-input-messages-graphic-2.guide-example-2, .guide-input-messages-graphic-2.guide-example-3 {
  margin-bottom: 76px;
}

.div-block-159 {
  z-index: 999999999;
  margin-bottom: 60px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gg-choose-model-temp {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff26;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 9px 14px 10px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-choose-model-temp:hover, .gg-choose-model-temp.active {
  background-color: var(--gg-primary-btn);
}

.gg-choose-model-temp.conf-info {
  background-color: #ffffff40;
}

.go-companions-videos {
  z-index: 2;
  opacity: .25;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  inset: 0%;
}

.go-companions-videos:hover {
  opacity: 100;
}

.go-companions-videos.hide {
  opacity: 0;
}

.go-c-links {
  z-index: 5;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.go-c-links:hover {
  opacity: 100;
}

.go-c-links.btn {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 4px solid #222;
}

.card-companions {
  border: 1px #f1f4f6;
  border-radius: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-companions.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-companions.no-pad {
  padding: 0;
}

.go-companinons {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-11 {
  z-index: 100;
  color: #73ddfb;
  margin-bottom: 40px;
  margin-right: 40px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-11.boys {
  color: #fbf285;
}

.div-block-160 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-block-23 {
  color: #fff;
  text-decoration: none;
}

.go-cta-link {
  z-index: 2147483647;
  pointer-events: auto;
  cursor: pointer;
  padding-bottom: 50px;
  padding-right: 50px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.go-cta-interested-pane {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff26;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.go-cta-interested-pane:hover {
  background-color: #ffffff40;
}

.gg-cta-heading {
  z-index: 10;
  color: #fff;
  margin-right: 20px;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.gg-cta-heading.black {
  color: #000;
}

.gg-cta-heading.white {
  opacity: 100;
  margin-top: 220px;
}

.gg-cta-heading.fff {
  font-size: 14px;
}

.gg-cta-heading.conf {
  opacity: .5;
  text-align: right;
  width: 15ch;
  font-size: 18px;
}

.gg-cta-heading.half-alive-center {
  opacity: .5;
}

.gg-choose-model-cta {
  background-color: #ffffffbf;
  background-image: url('../images/GO-CTA-Hypercolour_1GO-CTA-Hypercolour.gif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 14px 18px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-choose-model-cta:hover, .gg-choose-model-cta.active {
  background-color: var(--gg-primary-btn);
}

.gg-choose-model-cta.conf-info {
  background-color: #ffffff40;
}

.of-body-copy-cta {
  opacity: .5;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.of-body-copy-cta._30b {
  margin-bottom: 90px;
  font-size: 12px;
  line-height: 18px;
}

.of-body-copy-cta._30b._50per {
  opacity: .5;
  color: #c3beb5;
}

.of-body-copy-cta._30b._0below {
  margin-bottom: 0;
}

.of-body-copy-cta._30b._0below.half-alive {
  opacity: .5;
  text-align: center;
  font-family: inter-variable, sans-serif;
  font-size: 16px;
}

.of-body-copy-cta._30b._0below.ggg {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: cofo-raffine, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.of-body-copy-cta._30b._0below.ggg.bbbb {
  margin-bottom: 20px;
  font-family: ellograph-cf, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 60px;
}

.of-body-copy-cta._30b._0below.ggg.bbbb.dfsdf {
  color: #fff;
  letter-spacing: -2px;
  font-family: Droid Serif, serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

.of-body-copy-cta._30b._0below.ggg.bbbb.dfsdf.nelli {
  font-size: 41px;
}

.of-body-copy-cta._30b._0below.ggg.bbbb.dfsdf.lola {
  font-family: Exo, sans-serif;
}

.of-body-copy-cta._30b._0below.ggg.tess {
  opacity: 1;
  margin-top: -4px;
  font-family: Vollkorn, serif;
  font-size: 41px;
  font-weight: 400;
}

.of-body-copy-cta._30b._0below.ggg.page {
  opacity: 1;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.of-body-copy-cta._30b.intro {
  color: #a0a0a0;
  width: 50vw;
  margin-bottom: 60px;
}

.of-body-copy-cta._30b.intro.content {
  margin-bottom: 0;
}

.of-body-copy-cta._30b.intro.top {
  width: 50vw;
  margin-bottom: 16px;
}

.of-body-copy-cta.byline {
  width: 29ch;
  margin-right: -31%;
  font-size: 14px;
  line-height: 20px;
}

.gg-ui-font-cta {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.gg-ui-font-cta.share.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font-cta.share.horizontal.label {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.gg-ui-font-cta.share.placeholder {
  opacity: .15;
}

.gg-ui-font-cta.share.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font-cta.black {
  color: #000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
}

.gg-ui-font-cta.black.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font-cta.black.horizontal.label {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.gg-ui-font-cta.black.placeholder {
  opacity: .15;
}

.gg-ui-font-cta.black.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font-cta.morebtn {
  opacity: .5;
}

.gg-ui-font-cta.rsp {
  margin-top: -2px;
  margin-right: 14px;
}

.gg-ui-font-cta.gb {
  color: #ffffffbf;
}

.quick-stack-24 {
  padding: 0;
}

.go-cta-concealer {
  z-index: 2147483647;
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed-9 {
  z-index: -1;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.go-r-colour {
  background-color: #00000080;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-span-25 {
  color: #fff;
  font-weight: 400;
}

.div-block-162 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.go-r-logo {
  width: 40%;
}

.go-r-logo-mobile {
  width: 40%;
  display: none;
}

.image-183 {
  mix-blend-mode: screen;
  margin-bottom: 60px;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gg-body-go-l {
  background-color: #fff;
}

.gg-header-go-l {
  z-index: 1;
  outline-offset: -10px;
  background-color: #c5c0bd;
  border-radius: 60px;
  outline: 10px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gg-header-go-l.landing {
  background-image: none;
  border-radius: 0;
  padding: 6px;
}

.gg-header-go-l.companions {
  z-index: 10;
  outline-offset: -1px;
  pointer-events: none;
  background-color: #25252500;
  background-image: none;
  outline: 1px #000;
}

.gg-footer-items-go-l {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.go-l-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.go-l-large {
  z-index: 100;
  width: 130px;
  margin-top: 12px;
  margin-right: 40px;
  position: relative;
}

.go-l-details {
  opacity: .75;
  align-items: center;
  display: flex;
}

.link-block-5 {
  z-index: 999;
  border: 2px solid #272727;
  border-radius: 100px;
  padding: 10px 16px 14px;
  text-decoration: none;
  position: relative;
}

.gg-ui-font-watch {
  color: #ffffff80;
  font-family: inter-variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.gg-ui-font-watch.share.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font-watch.share.horizontal.label {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.gg-ui-font-watch.share.placeholder {
  opacity: .15;
}

.gg-ui-font-watch.share.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font-watch.black {
  color: #000;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
}

.gg-ui-font-watch.black.horizontal {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 10px;
}

.gg-ui-font-watch.black.horizontal.label {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.gg-ui-font-watch.black.placeholder {
  opacity: .15;
}

.gg-ui-font-watch.black.contains {
  opacity: .5;
  font-size: 12px;
}

.gg-ui-font-watch.morebtn {
  opacity: .5;
}

.div-block-163 {
  z-index: 999;
  max-width: 50vw;
  margin-left: -89px;
  position: relative;
}

.link-block-6 {
  opacity: .75;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
}

.link-block-6:hover {
  opacity: 100;
}

.gg-start-muv {
  z-index: 700;
  width: 100%;
  height: 100svh;
  display: block;
  position: absolute;
  inset: 0%;
}

.gg-signup-modal-muv {
  z-index: 2147483647;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gg-connect-muv {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.image-184 {
  width: 12px;
  margin-top: -10px;
  margin-left: -3px;
  margin-right: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cursor-muv {
  z-index: 1000;
  opacity: 1;
  filter: drop-shadow(12px 12px 50px #000);
  border: 2px solid #fff;
  border-radius: 9px;
  align-items: center;
  margin-top: 120px;
  padding: 3px 8px 4px 6px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cursor-muv:hover {
  opacity: 100;
}

.cursor-muv-frost {
  z-index: 1000;
  opacity: 1;
  border-radius: 24px;
  align-items: center;
  margin-top: 120px;
  padding: 15px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cursor-muv-frost:hover {
  opacity: 100;
}

.cursor-muv-s1 {
  z-index: 1000;
  opacity: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff40;
  border: 2px #fff;
  border-radius: 9px;
  align-items: center;
  margin-top: -6px;
  margin-left: -6px;
  padding: 2px 7px 3px 8px;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cursor-muv-s1:hover {
  opacity: 100;
}

.card-companions-girls {
  border: 1px #f1f4f6;
  border-radius: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-companions-girls.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-companions-girls.no-pad {
  padding: 0;
}

.card-companions-boys {
  border: 1px #f1f4f6;
  border-radius: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.card-companions-boys.l {
  border-style: solid none none;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.card-companions-boys.no-pad {
  padding: 0;
}

.close-overview-video {
  filter: invert();
  width: 10px;
  margin-right: 10px;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-185 {
  z-index: 1000;
  filter: invert();
  mix-blend-mode: screen;
  width: 100px;
  margin-top: 60px;
  margin-left: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-26, .text-span-27, .text-span-28 {
  font-weight: 600;
}

.text-span-29 {
  font-weight: 500;
}

.text-span-30 {
  font-weight: 600;
}

.text-span-31 {
  font-weight: 500;
}

.text-span-32 {
  font-weight: 600;
}

.text-span-33, .text-span-34, .text-span-35 {
  font-weight: 500;
}

.text-span-36 {
  color: #40cab8;
}

.g-diji-mobile {
  z-index: -10;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.g-diji-mobile.show {
  opacity: .5;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  display: block;
  position: relative;
  inset: 0%;
}

.g-diji-mobile.backup {
  display: block;
}

.g-diji-mobile.test-1 {
  opacity: .15;
}

.image-186 {
  width: 70px;
}

.gg-signup-btn {
  z-index: 130;
  align-items: center;
  margin-top: 36px;
  margin-left: 40px;
  margin-right: 36px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gg-signup-btn:hover {
  opacity: .75;
}

.go-signup-orientation {
  z-index: 9999999;
  background-color: var(--gg-primary-btn);
  border-radius: 9px;
  margin-top: 0;
  padding: 8px 13px 8px 14px;
}

.gg-chat-bubble-div-blue {
  background-color: var(--gg-primary-btn);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 0 12px 12px 0;
  margin-bottom: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.gg-chat-bubble-div-blue:hover {
  background-color: #ff354d;
}

.gg-chat-bubble-div-blue.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.gg-chat-bubble-div-blue.half-alive:hover {
  opacity: 100;
}

.gg-chat-bubble-div-blue.response {
  background-color: #559e754d;
}

.gg-chat-bubble-div-blue.response:hover {
  background-color: #00ffaa61;
}

.go-ob-progress-blue {
  aspect-ratio: 1;
  background-color: var(--gg-primary-btn);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-image: url('../images/GO-Onboarding-Progress.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65%;
  border-radius: 12px 0 0 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 2px;
  padding-top: 3px;
  padding-bottom: 4px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.go-ob-progress-blue:hover {
  background-color: #ff354d;
}

.go-ob-progress-blue.half-alive {
  opacity: .5;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94), background-color .5s cubic-bezier(.25, .46, .45, .94);
}

.go-ob-progress-blue.half-alive:hover {
  opacity: 100;
}

.go-ob-progress-blue.response {
  background-color: #559e754d;
}

.go-ob-progress-blue.response:hover {
  background-color: #00ffaa61;
}

.div-block-164 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.signup_details-orientation {
  z-index: 10000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff40;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 270px;
  padding: 24px;
  display: flex;
}

.signup_text-field-orientation {
  color: var(--input-user-text);
  background-color: #0000;
  border: 2px #ffffff26;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: tt-commons-pro, sans-serif;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
}

.signup_text-field-orientation:hover {
  border-width: 2px;
  border-color: var(--input-user-text);
}

.signup_text-field-orientation::placeholder {
  color: #ffffff73;
}

.signup_submit-button-orientation {
  background-color: var(--gg-primary-btn);
  color: #fff;
  border-radius: 9px;
  width: 100%;
  margin-top: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .5s;
}

.signup_submit-button-orientation:hover {
  background-color: #1d478a;
}

.checkbox-label {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.text-span-37 {
  text-decoration: underline;
}

.text-span-38, .text-span-39 {
  color: #ffffff80;
}

.checkbox-field {
  margin-top: -8px;
}

.top {
  margin-top: 8px;
}

.text-block-24 {
  color: #ffffff80;
  margin-bottom: -10px;
  font-family: tt-commons-pro, sans-serif;
}

.text-span-40 {
  color: #ffffff80;
}

.div-block-165 {
  z-index: 100000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000000bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quick-stack-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff26;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 22px;
}

.gg-price {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.gg-price.conf {
  text-align: right;
  margin-bottom: 10px;
}

.gg-price.conf-info {
  opacity: .5;
  margin-bottom: 0;
}

.text-span-41, .text-span-42 {
  color: #ffffff80;
}

.cell-24 {
  flex-flow: row;
  align-items: center;
}

.gg-choose-plan {
  background-color: var(--gg-primary-btn);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 22px 16px 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gg-choose-plan:hover {
  background-color: #214e96;
}

.gg-choose-plan.active {
  background-color: var(--gg-primary-btn);
}

.gg-choose-plan.conf-info {
  background-color: #ffffff40;
}

.gg-choose-plan.yealy {
  background-color: #00a26c;
  position: relative;
}

.gg-choose-plan.yealy:hover {
  background-color: #008558;
}

.gg-dismiss {
  z-index: 2;
  opacity: .5;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: inter-variable, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.gg-dismiss:hover {
  opacity: 100;
}

.gg-dismiss.footer {
  filter: invert();
  color: var(--colour-4);
  text-align: right;
  margin-bottom: 6px;
  line-height: 28px;
}

.gg-dismiss.v1 {
  width: 53ch;
}

.gg-dismiss.sdddd {
  margin-top: 60px;
}

.div-block-166 {
  background-color: #00744d;
  border-radius: 4px;
  margin-top: -6px;
  margin-right: -6px;
  padding: 0 6px 1px 7px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.quick-stack-26 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-167 {
  position: relative;
}

.gg-pricing-panel {
  z-index: 1000000000;
  padding: 20px;
  position: relative;
}

.gg-pricing-panel._2.up, .gg-pricing-panel._3.up, .gg-pricing-panel._4.up, .gg-pricing-panel._1.up, .gg-pricing-panel._5.up, .gg-pricing-panel._6.up, .gg-pricing-panel._7.up, .gg-pricing-panel._8.up, .gg-pricing-panel._9.up {
  padding-top: 0;
}

@media screen and (min-width: 1920px) {
  .category-link {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-4 {
    padding-right: 30%;
  }

  .suggestions-title {
    margin-top: -100px;
    font-size: 16px;
    line-height: 26px;
  }

  .suggestions-slider {
    height: 140px;
  }

  .typing-text {
    width: 420px;
    font-size: 26px;
    line-height: 36px;
  }

  .gg-start {
    display: none;
  }

  .container {
    cursor: pointer;
    font-weight: 400;
  }

  .gg-conf-girls {
    width: 3200px;
  }

  .gg-main-video-mobile {
    display: none;
  }

  .gg-switch-models {
    margin-right: 20px;
  }

  .quick-stack-23-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gg-start-muv {
    display: none;
  }

  .gg-connect-muv {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }

  .image-184 {
    filter: none;
    width: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
  }

  .cursor-muv-frost {
    color: #fff;
    font-weight: 500;
  }

  .cursor-muv-s1 {
    background-image: linear-gradient(#ff3c66, #ff3c66), linear-gradient(#00000040, #00000040), url('../images/GO-CTA-Hypercolour_1GO-CTA-Hypercolour.gif');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    margin-top: -14px;
    margin-left: -14px;
    padding: 3px 8px 4px 10px;
  }

  .close-overview-video {
    filter: none;
    width: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .gg-header {
    height: 65svh;
  }

  .gg-nav {
    margin-top: 30px;
    margin-right: 30px;
  }

  .category-link {
    font-size: 22px;
    line-height: 30px;
  }

  .accordian-title {
    font-size: 17px;
    line-height: 23px;
  }

  .p-accordion-answer {
    max-width: 60vw;
    margin-left: -53px;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 23px;
  }

  .r-d-text {
    margin-top: 0;
    padding-left: 0;
  }

  .r-d-text._50p {
    padding-left: 0;
  }

  .film-thumbnail.w--current {
    border-radius: 20px;
  }

  .heading-4 {
    padding-right: 0%;
    font-size: 16px;
  }

  ._w-page-700px {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-page-700px.share {
    justify-content: center;
    display: flex;
  }

  .gg-hr {
    width: 5%;
  }

  .gg-hr.last {
    width: 75%;
  }

  .gg-digit-heading {
    font-size: 22px;
    line-height: 23px;
  }

  .suggestions-title {
    margin-bottom: 20px;
  }

  .initiate-dialog {
    margin-bottom: 34%;
    margin-left: 44%;
  }

  .gg-digit-heading-side, .gg-cusp-heading, .gg-digit-heading-simple, .gg-digit-heading-simple-2, .gg-digit-heading-simpleddddd, .gg-digit-heading-simpleddddd-copyffff {
    font-size: 22px;
    line-height: 23px;
  }

  ._w-page-700px-copyggg, ._w-page-700px-copy, ._w-page-700px-centre {
    width: auto;
    padding-left: 34px;
    padding-right: 34px;
  }

  .section_signup {
    padding-top: 3rem;
  }

  .signup_grid {
    grid-template-columns: 1fr;
  }

  .signup_details {
    width: 50%;
    min-width: 378px;
  }

  .gg-models {
    margin-bottom: 220px;
  }

  .gg-models.conf {
    margin-bottom: 0;
  }

  .gg-girl-cards {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    width: 80%;
    margin-top: 140px;
  }

  .gg-subtext {
    width: 27ch;
    font-size: 16px;
    line-height: 23px;
  }

  .gg-model-card {
    border-style: none;
  }

  .gg-exclusive-models {
    width: 90%;
  }

  .gg-subtext-data {
    font-size: 14px;
    line-height: 16px;
  }

  .gg-exclusive-models-container {
    padding: 40px;
  }

  .gg-footer-items {
    flex-flow: column;
    width: 90%;
  }

  .gg-logo-footer-static {
    width: 90px;
    margin-right: 50px;
  }

  .gg-smalllinks.final {
    margin-right: 20px;
  }

  .gg-smalllinks.share {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .gg-scene, .say-hello-btn {
    display: none;
  }

  .gg-intro-title.content {
    margin-top: 60px;
  }

  .stroke-container {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .stroke-container.white {
    margin-right: 40px;
  }

  .div-block-75 {
    flex-flow: row;
    justify-content: flex-end;
    width: 230px;
  }

  .slider {
    display: none;
  }

  .gg-card-info-pad {
    padding: 0;
  }

  .heading-6-copy {
    font-size: 48px;
    line-height: 44px;
  }

  .gg-play-icon {
    opacity: 0;
  }

  .gg-logo-btn-footer {
    margin-bottom: 140px;
  }

  .gg-chat-logo-animated-footer {
    aspect-ratio: 100 / 47;
    width: 180px;
    height: auto;
  }

  .gg-goboyfriend {
    margin-top: 20px;
  }

  .gg-secure {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .gg-secure.go-l {
    margin-bottom: 10px;
  }

  .avatars-mobile {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cities-stack {
    width: 100%;
    margin-bottom: 40px;
  }

  .gg-countries {
    padding-bottom: 0;
    padding-left: 34px;
    padding-right: 34px;
  }

  .say-hello-btn-m, .container {
    display: none;
  }

  .gg-window.conf {
    justify-content: center;
    overflow: hidden;
  }

  .gg-conf-girls {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 80%;
    margin-left: 0%;
    margin-right: 0;
  }

  .gg-generic-content {
    margin-bottom: 220px;
  }

  .gg-press-headline {
    font-size: 22px;
    line-height: 23px;
  }

  .gg-share-panel {
    justify-content: center;
    width: 100%;
  }

  .gg-share-panel.main {
    width: 100%;
  }

  .of-header-div {
    padding-left: 0;
    padding-right: 0;
  }

  .gg-clouds-video {
    inset: 0%;
  }

  .gg-confirmation-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .share-cell-1 {
    display: none;
  }

  .share-cell-3 {
    padding-left: 0%;
  }

  .gg-intro-title-phrase.conf {
    display: none;
  }

  .gg-intro-title-phrase.content {
    margin-top: 60px;
  }

  .gg-share-models {
    height: auto;
  }

  .gg-spotlight-container {
    background-position: 190% 100%;
    width: 100%;
    display: flex;
  }

  .gg-model-scroll-tip {
    display: none;
  }

  .gotel-header {
    border-radius: 30px;
    height: 65svh;
  }

  .gt-heading {
    font-size: 22px;
    line-height: 23px;
  }

  .gotel-hr {
    width: 5%;
  }

  .gotel-hr.last {
    width: 75%;
  }

  .div-block-113 {
    width: 80%;
  }

  .quick-stack-19 {
    margin-bottom: 80px;
  }

  .gt-body-text {
    font-size: 22px;
    line-height: 23px;
  }

  .gt-body-text.grey {
    font-size: 18px;
  }

  .gt-content-container {
    width: 60%;
  }

  .gg-account-info-center {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .gg-account-info-center.share {
    justify-content: center;
    display: flex;
  }

  .gg-gb-footer {
    height: 65svh;
  }

  .gg-internal-thoughts {
    font-size: 14px;
    line-height: 16px;
  }

  .go-selection-names, .go-selection-names-2, .g3o-selection-names-3 {
    padding: 0;
  }

  .gotel-info {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-23 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 80px;
  }

  .cell-22 {
    padding: 30px;
  }

  .gt-footer-logo, .gt-footer-logo.hide {
    display: none;
  }

  .gt-footer-logo.fk {
    display: flex;
  }

  .div-block-140 {
    flex-flow: row;
  }

  .image-170 {
    display: none;
  }

  .div-block-142 {
    justify-content: center;
    width: 80%;
  }

  .div-block-143 {
    display: flex;
  }

  .gt-ri-heading {
    width: auto;
  }

  .gb-header {
    height: 100svh;
  }

  .gg-gb-footer-mobile {
    height: 65svh;
  }

  .gt-heading-numbers {
    font-size: 22px;
    line-height: 23px;
  }

  .quick-stack-23-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 0;
  }

  .gg-header-go-l {
    height: 100svh;
  }

  .gg-footer-items-go-l {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
  }

  .go-l-details {
    flex-flow: row;
    width: auto;
    margin-bottom: -10px;
  }

  .signup_details-orientation {
    width: 50%;
    min-width: 378px;
  }

  .gg-dismiss {
    font-size: 14px;
    line-height: 16px;
  }

  .gg-pricing-panel {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .film-stack {
    margin-top: 40px;
  }

  .accordian-title, .accordian-title.grey {
    margin-top: 0;
    margin-bottom: 0;
  }

  .p-accordion-answer {
    margin-left: -37px;
  }

  .heading-6 {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .shiny {
    width: 60%;
  }

  .film-thumbnail {
    margin-bottom: 0;
  }

  .heading-4 {
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  ._w-page-700px {
    padding-left: 34px;
    padding-right: 34px;
  }

  ._w-page-700px.gotel {
    padding-bottom: 30px;
  }

  .gg-digit-heading {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .initiate-dialog {
    margin-left: 29%;
  }

  .gg-digit-heading-side, .gg-cusp-heading, .gg-digit-heading-simple, .gg-digit-heading-simple-2, .gg-digit-heading-simpleddddd, .gg-digit-heading-simpleddddd-copyffff {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  ._w-page-700px-copyggg, ._w-page-700px-copy, ._w-page-700px-centre {
    padding-left: 34px;
    padding-right: 34px;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-weight-normal {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gg-subtext {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .gg-model-name-container.conf {
    align-items: center;
  }

  .gg-model-card.conf {
    width: 360px;
  }

  .gg-subtext-data {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gg-exclusive-models-container {
    padding-right: 219px;
  }

  .gg-logo-footer-static {
    margin-right: 20px;
  }

  .say-hello-btn, .slider {
    display: none;
  }

  .heading-6-copy {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .avatars-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .cities-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .city-link-hover {
    font-size: 16px;
  }

  .city-info {
    margin-bottom: 10px;
    line-height: 20px;
  }

  .say-hello-btn-m, .container {
    display: none;
  }

  .gg-press-headline {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .of-header-div, .gg-confirmation-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .share-cell-3 {
    align-items: center;
  }

  .gt-heading {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .div-block-113 {
    width: 70%;
  }

  .image-157 {
    display: none;
  }

  .gt-body-text {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .gt-body-text.halftone {
    font-size: 18px;
  }

  .gt-content-container {
    width: 90%;
  }

  .gg-account-info-center {
    padding-left: 34px;
    padding-right: 34px;
  }

  .gg-internal-thoughts {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gg-model-name-container-copy.conf {
    align-items: center;
  }

  .gt-heading-numbers {
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .image-181 {
    width: 470px;
  }

  .gg-dismiss {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .gg-header {
    background-image: url('../images/GG-Header-Mobile-Still-Frame.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    height: 100svh;
    padding: 19px;
  }

  .gg-nav {
    margin-top: 30px;
    margin-right: 30px;
    padding-top: 2px;
    display: flex;
    position: absolute;
  }

  .gg-menu-text {
    font-size: 16px;
    line-height: 16px;
  }

  .gg-main-video {
    border-radius: 20px;
    display: none;
  }

  .gg-main-video.mobile {
    display: flex;
  }

  .gg-faq {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .of-diagram {
    width: 100%;
  }

  .film-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .warning-dialog {
    margin-top: 20px;
  }

  .button-composition {
    display: flex;
  }

  .div-block-9.footed {
    margin-top: 0;
  }

  .category-link {
    font-size: 20px;
    line-height: 20px;
  }

  .category-link.w--current {
    color: #c3beb5;
    font-size: 20px;
  }

  .accordion-arrow {
    opacity: 100;
    width: 12px;
    margin-top: 10px;
  }

  .accordian-title {
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 1px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .accordian-title.colour {
    color: #fff;
  }

  .accordian-title.smaller {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .accordian-title.smaller.white.go-l {
    display: none;
  }

  .accordion-item-top-wrapper {
    grid-column-gap: 0vw;
    padding-top: 14px;
  }

  .p-accordion-answer {
    color: #fff;
    margin-left: -22px;
    font-size: 16px;
    line-height: 22px;
  }

  .p-accordion-answer.lp {
    padding-right: 0;
  }

  .card-stack {
    padding: 16px;
  }

  .subtle-texts {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-6 {
    color: gray;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .accordion-item {
    width: 100%;
    margin-bottom: 0;
  }

  .shiny {
    display: none;
  }

  .of-body-copy {
    margin-bottom: 50px;
  }

  .of-body-copy._30b.intro {
    color: gray;
    width: 100%;
    font-family: inter-variable, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .of-body-copy._30b.intro.top {
    width: 100%;
    margin-bottom: 50px;
  }

  .film-a-title {
    z-index: 100;
    transform: translate3d(0, 0, 75px);
  }

  .r-d-text {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .r-d-text._50p {
    width: 100%;
    padding-left: 0;
  }

  .r-d-text.blk {
    padding-right: 0;
  }

  .film-thumbnail {
    margin-bottom: 30px;
  }

  .film-thumbnail.w--current {
    margin-bottom: 22px;
  }

  .heading-4 {
    margin-top: 4px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 0%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .button.dark {
    display: none;
  }

  .page-card {
    outline-offset: 0px;
    border: 1px solid #242424;
    border-radius: 12px;
    outline: 2px #242424;
    margin-bottom: 60px;
    padding: 20px;
  }

  .page-card.of {
    margin-bottom: 90px;
  }

  .r-d-container {
    flex-flow: column;
  }

  .resonant-model {
    padding: 28px;
  }

  .of-device {
    width: 100%;
  }

  ._w-page-700px {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._w-page-700px._20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5, .gg-hr, .section-label, .section-label.clr, .section-label.gren {
    display: none;
  }

  .gg-whatsthis {
    padding-top: 60px;
  }

  .gg-digit-heading {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 14px;
    line-height: 23px;
  }

  .gg-footer {
    display: none;
  }

  .suggestions {
    margin-top: 0%;
    display: flex;
  }

  .suggestions-title {
    margin-top: -120px;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 24px;
  }

  .suggestions-slider {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .cs-centre {
    padding-left: 50%;
    padding-right: 20px;
  }

  .typing-text {
    color: #fff;
    width: 130%;
    font-size: 20px;
    line-height: 20px;
  }

  .typebox-embed {
    margin-bottom: 0;
  }

  .gg-nav-links {
    opacity: 0;
    width: 120px;
    margin-top: 0;
    margin-right: 50px;
  }

  .gg-nav-links.chat {
    margin-right: 0;
  }

  .gg-nav-link {
    margin-bottom: 13px;
  }

  .quick-stack-9 {
    width: 100%;
  }

  .bg-stack {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .gg-main-avatar-container {
    margin-bottom: 60px;
  }

  .initiate {
    display: flex;
  }

  .initiate-dialog {
    opacity: 0;
    width: 100%;
    height: 65%;
    margin-bottom: 15%;
    margin-left: 14px;
    margin-right: 14px;
  }

  .initiate-red, .initiate-blue {
    background-image: radial-gradient(circle, #302f2e00 69%, #302f2e80), url('../images/M–Avatar-Still.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: flex;
  }

  .tap-screen {
    z-index: -10;
    color: #fff;
    text-align: left;
    cursor: none;
    border: 1px #fff;
    border-radius: 7px;
    align-items: flex-start;
    margin-top: -20%;
    padding: 3px 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    position: absolute;
  }

  .tap-screen.tsc {
    z-index: 1;
    cursor: default;
    border-style: solid;
    margin-top: 0%;
    margin-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 18px;
    display: block;
    position: relative;
  }

  .gg-video {
    margin-top: 20px;
  }

  .gg-digit-heading-side {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

  .gg-video-display {
    margin-top: 20px;
  }

  .gg-cusp-heading, .gg-digit-heading-simple {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

  .arti {
    margin-left: 20px;
    font-size: 70px;
  }

  .gg-digit-heading-simple-2 {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

  .arti-normalish {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .arti-normalish.b {
    font-size: 50px;
  }

  .gg-model-card-video {
    z-index: 1;
  }

  .gg-digit-heading-simpleddddd, .gg-digit-heading-simpleddddd-copyffff {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 28px;
  }

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

  .gg-chat-input.response {
    z-index: 99999999;
    border-radius: 12px;
    height: 51px;
  }

  .gg-chat-messaging {
    z-index: 2147483647;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-responses {
    margin-bottom: 30px;
  }

  ._w-page-700px-copyggg, ._w-page-700px-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .gg-chat-background-video {
    display: none;
  }

  .gg-chat-background {
    z-index: -1;
    display: flex;
  }

  .gg-logo-btn {
    opacity: 100;
    mix-blend-mode: screen;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 2px;
  }

  .gg-logo {
    width: 100%;
  }

  .gg-logo.smaller {
    aspect-ratio: 45 / 26;
    width: 220px;
    height: auto;
    margin-top: 0;
    margin-bottom: 10%;
    margin-left: 0;
  }

  .gg-logo.smaller.password, .gg-logo.smaller.landed {
    mix-blend-mode: normal;
  }

  .gg-logo.smaller.generic-content {
    inset: 0% auto auto 0%;
  }

  .gg-logo.smaller.footer {
    width: 80%;
    margin-left: 0;
    display: flex;
  }

  .gg-logo.smaller.subscribe {
    margin-top: 0;
    margin-bottom: 100px;
    margin-left: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .gg-logo-animation {
    width: 100%;
    margin-top: 4px;
  }

  .gg-logo-animation.pricing {
    width: 173px;
    height: 100px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .gg-chat-bubble-stack, .gg-chat-bubble-stack._2 {
    width: 100%;
  }

  .gg-bubble-text {
    padding-top: 10px;
    padding-left: 17px;
    font-size: 13px;
  }

  .gg-bubble-text.black {
    padding-top: 8px;
    padding-left: 24px;
  }

  ._w-page-700px-centre {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-139, .image-140, .image-141 {
    height: 39px;
  }

  .signup_yellow-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_right-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .signup_left-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 65%;
    display: none;
  }

  .signup_yellow-div {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_blur-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
  }

  .text-size-medium.text-color-black, .text-size-medium.text-color-black.is-mobile {
    font-size: .8rem;
  }

  .signup_plus-image {
    width: 100px;
  }

  .signup_purple-mobile {
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup_grid {
    place-items: center;
  }

  .signup_right-grid {
    opacity: 0;
    justify-content: center;
  }

  .signup_details-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .signup_blur-div {
    width: 125px;
    height: 100%;
    min-height: 125px;
  }

  .signup_plus-mobile {
    width: 100px;
  }

  .signup_details {
    width: auto;
    min-width: 69%;
  }

  .signup_left-wrap {
    border-radius: 27px;
    width: 100%;
  }

  .signup_purple-div {
    background-color: #aa7df7;
    width: 125px;
    height: 100%;
    min-height: 125px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gg-share-btn {
    display: flex;
  }

  .gg-share-btn.homepage {
    justify-content: center;
    display: flex;
  }

  .gg-ui-font.share, .gg-ui-font.black {
    display: none;
  }

  .gg-share-icon-bottom {
    width: 22px;
    max-width: none;
  }

  .gg-more-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .gg-more-btn.chat {
    opacity: 100;
  }

  .gg-more-dot._1 {
    width: 4px;
    margin-left: 0;
  }

  .gg-models {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .gg-intro-title-subheading {
    opacity: .25;
  }

  .gg-girl-cards {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .gg-subtext {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 14px;
    line-height: 23px;
  }

  .gg-model-card {
    border-style: none;
    position: relative;
  }

  .gg-choose-model.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-exclusive {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gg-exclusive-models {
    border-style: none;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 80px;
    padding: 0;
  }

  .gg-exclusive-models-video {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }

  .gg-exclusive-models-video.frosted {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  .div-block-61 {
    align-items: flex-start;
  }

  .gg-cell-check {
    margin-right: 14px;
  }

  .gg-data-cell._1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gg-data-cell._1.mobile, .gg-data-cell._2.mobile {
    opacity: 100;
  }

  .gg-data-cell._3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gg-data-cell._3.mobile {
    opacity: 100;
  }

  .gg-data-cell._4 {
    align-items: flex-start;
  }

  .gg-data-cell._4.mobile {
    opacity: 100;
  }

  .gg-subtext-data {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    font-size: 14px;
    line-height: 18px;
  }

  .gg-share-container {
    margin-right: 0;
  }

  .gg-share-icon-top {
    width: 22px;
    max-width: none;
    margin-bottom: -20px;
    position: relative;
  }

  .div-block-63 {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    height: 400px;
  }

  .gg-exclusive-models-container {
    border-radius: 20px;
    align-items: flex-end;
    height: 90svh;
    padding: 30px;
    display: flex;
  }

  .gg-em-colour {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }

  .gg-footer-panel {
    margin-top: 0;
  }

  .gg-footer-items {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 160px;
  }

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

  .gg-smalllinks {
    margin-bottom: 17px;
    margin-right: 0;
    display: flex;
  }

  .gg-smalllinks.final {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .gg-smalllinks.last {
    margin-right: 0;
  }

  .div-block-70 {
    border-radius: 20px;
    overflow: hidden;
  }

  .text-field {
    opacity: .25;
    margin-top: -5px;
  }

  .submit-button {
    margin-bottom: -5px;
    margin-right: 7px;
  }

  .form-block {
    margin-bottom: -14px;
  }

  .gg-nametags {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .gg-nametag-link.up {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .gg-nametag-link.remaining {
    opacity: 0;
  }

  .layer--base {
    z-index: 2;
    aspect-ratio: 9 / 16;
    opacity: 0;
    width: 100%;
    height: auto;
    position: relative;
    inset: 0%;
    box-shadow: 0 0 20px 7px #000000a3;
  }

  .say-hello-btn {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-bottom: 30px;
    margin-right: 30px;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .say-hello-btn.temphide {
    display: none;
  }

  .cursor-gif {
    z-index: 80;
    position: relative;
  }

  .gg-chat-bubble-div {
    margin-bottom: 10px;
  }

  .gg-intro-title {
    margin-top: 20px;
    margin-bottom: 90px;
  }

  .gg-chat-loadin {
    width: 100%;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gg-shade {
    background-color: #00000080;
    background-image: linear-gradient(#0000 50%, #000000e6);
  }

  .gg-chat-ui {
    z-index: 500;
    opacity: 100;
  }

  .gg-nametag._2 {
    margin-left: 0;
  }

  .div-block-72 {
    width: 320px;
    height: 320px;
    margin-left: 0;
  }

  .stroke-container {
    margin-top: 60px;
    margin-bottom: 27px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stroke-container.white.go-l {
    margin-bottom: -10px;
  }

  .div-block-75 {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .gg-chat-logo-animated {
    display: none;
  }

  .slider {
    margin-bottom: 120px;
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    background-position: 50%;
    width: 100%;
    height: 120px;
    margin-bottom: -120px;
    display: flex;
    inset: auto 0% 0%;
  }

  .gg-em-info {
    width: 100%;
  }

  .image-146 {
    width: 96%;
    margin-top: 40px;
  }

  .gg-textzoom-container.generic-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .say-hello-btn-mobile {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: block;
  }

  .audio-btn {
    z-index: 1000;
    opacity: 100;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 30px;
    display: flex;
  }

  .layer--overlay {
    display: none;
  }

  .heading-6-copy {
    width: 10ch;
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 37px;
    line-height: 35px;
  }

  .gg-play {
    background-color: #0000;
  }

  .gg-play-icon {
    display: none;
  }

  .gg-logo-btn-footer {
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gg-chat-logo-animated-footer {
    aspect-ratio: 100 / 47;
    width: 200px;
    height: auto;
  }

  .gg-goboyfriend {
    display: flex;
  }

  .gg-secure {
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .gg-thinking-frame {
    opacity: 0;
    justify-content: center;
    width: 100%;
    display: none;
  }

  .gg-girl-signatures.mobile {
    opacity: 100;
    margin-top: 20px;
  }

  .gg-intro-title-heading {
    text-align: center;
    width: 10ch;
  }

  .gg-intro-title-heading.conf {
    text-align: center;
  }

  .gg-brand {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .avatars-mobile {
    width: 90%;
    padding-bottom: 0;
    display: block;
  }

  .gg-brand-cs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 33%;
  }

  .utility-page-wrap {
    z-index: 1000;
    align-items: flex-end;
    padding-bottom: 33%;
    position: relative;
  }

  .field-label {
    display: none;
  }

  .gg-brand-password {
    z-index: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 50%;
  }

  .gg-brand-landed {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .error-message {
    background-color: #86002b;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    margin: 40px 20px 20px;
    padding: 12px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .text-block-15 {
    color: #3300ffba;
    font-family: tt-commons-pro, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .quick-stack-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 22px;
  }

  .cell-15, .cell-16 {
    align-items: center;
  }

  .gg-country {
    margin-top: 2px;
    font-size: 16px;
    line-height: 16px;
  }

  .cities-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .city-link-hover {
    font-size: 15px;
    line-height: 15px;
  }

  .flag {
    width: 25px;
    margin-right: 12px;
  }

  .gg-countries {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .city-info.lg {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 17px;
  }

  .cities {
    margin-bottom: 20px;
  }

  .accordion-item-static {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .gg-audio-off {
    width: 30px;
  }

  .gg-audio-on {
    width: 30px;
    margin-top: -30px;
    display: none;
  }

  .gg-close-icon {
    opacity: .75;
    width: 12px;
  }

  .gg-tap-activate {
    z-index: 3;
    align-items: center;
    margin-top: 50%;
    margin-right: 20%;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .gg-tap-dot {
    background-color: var(--colour-3);
    border-radius: 50px;
    width: 6px;
    height: 6px;
  }

  .gg-tap-inner {
    border: 2px solid var(--colour-3);
    border-radius: 20px;
    padding: 4px;
  }

  .gg-tap-outer {
    border: 2px solid var(--colour-3);
    border-radius: 50px;
    padding: 4px;
  }

  .gg-tap-text {
    color: var(--colour-3);
    margin-left: 12px;
    font-family: tt-commons-pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .say-hello-btn-m {
    z-index: 80;
    aspect-ratio: 473 / 182;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 120px;
    height: auto;
    margin-bottom: 25px;
    margin-right: 25px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .say-hello-btn-m.gb {
    display: none;
  }

  .cursor-gif-m, .cursor-gif-m-static {
    z-index: 80;
    position: absolute;
  }

  .gg-panel-title {
    margin-bottom: 13px;
  }

  .gg-chat-font-response-stimuli {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 20px;
  }

  .voice-button {
    margin-bottom: 10px;
    margin-right: 45px;
  }

  .gg-thinking-demo {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .gg-start {
    display: none;
  }

  .container {
    z-index: 2147483647;
    background-image: url('../images/GG-Names-Arti.svg'), linear-gradient(#00000080, #00000080), url('../images/GG-Low-Mobile-Mockup.jpg');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 40%, auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .gg-avatar-code {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .gg-avatar-code-embed {
    display: block;
  }

  .cursor {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .gg-nametag-name {
    width: 40%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gg-hero-description {
    display: none;
  }

  .gg-hero-description-text {
    text-align: center;
    width: 10ch;
  }

  .gg-brand-confirmation {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .div-block-93 {
    display: none;
  }

  .gg-example-slide-1 {
    width: 100%;
  }

  .gg-examples-container {
    display: none;
  }

  .accordion-item-open {
    width: 100%;
    margin-bottom: 0;
  }

  .accordion-item-open.ui-example {
    display: none;
  }

  .gg-generic-content {
    margin-bottom: 100px;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .gg-press-headline {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .gg-press-copy {
    margin-bottom: 50px;
  }

  .gg-press-copy._30b.intro {
    color: #fff;
    font-family: inter-variable, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .gg-download-btn {
    display: flex;
  }

  .gg-download-btn.homepage {
    justify-content: center;
    display: flex;
  }

  .gg-download-container {
    margin-right: 0;
  }

  .gg-download-icon-top, .gg-download-item {
    width: 22px;
    max-width: none;
    margin-bottom: -20px;
    position: relative;
  }

  .of-header-div {
    padding-left: 0;
    padding-right: 0;
  }

  .of-cloud-container {
    background-image: linear-gradient(0deg, #0d0c0ff2, #070609f2 11% 25%, #0000), radial-gradient(circle at 50% 0, #000000f2, #000000c7 50%, #0000);
    height: 100svh;
  }

  .gg-confirmation-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .gg-more-models.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-intro-title-phrase {
    margin-bottom: 40px;
  }

  .gg-visit-the-website.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-signup-standard {
    display: none;
  }

  .gg-unique-share-btn {
    display: flex;
  }

  .gg-unique-share-btn.homepage {
    justify-content: center;
    display: flex;
  }

  .gg-girls-list {
    opacity: 0;
    width: 120px;
    margin-top: 0;
    margin-right: 50px;
  }

  .gg-girls-list.chat {
    margin-right: 0;
  }

  .gg-girl-text {
    font-size: 16px;
    line-height: 16px;
  }

  .gg-nav-link-b, .gg-nav-link-c, .gg-nav-link-d {
    margin-bottom: 13px;
  }

  .gg-main-video-fresher {
    border-radius: 20px;
  }

  .gg-example-slide {
    border-radius: 6px;
    width: 100%;
  }

  .gg-example-slide.mobile {
    margin-bottom: 50px;
    display: block;
  }

  .audio-button {
    margin-bottom: 10px;
    margin-right: 87px;
  }

  .gotel-video {
    border-radius: 20px;
  }

  .gotel-header {
    background-image: url('../images/_GT-Master-Mobile.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    height: 100svh;
    padding: 19px;
  }

  .image-153 {
    width: 100px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .gotel-information {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .gt-heading {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .gotel-hr {
    display: none;
  }

  .image-155 {
    height: 180px;
  }

  .div-block-113 {
    flex-flow: column;
    width: 100%;
  }

  .gotel-hero-description {
    display: none;
  }

  .gt-text.sub.footer {
    margin-right: 0;
    font-size: 11px;
  }

  .quick-stack-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .gt-btn.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gt-btn.light {
    margin-top: 20px;
  }

  .gt-btn-font.share, .gt-btn-font.black {
    display: none;
  }

  .image-157 {
    margin-bottom: 20px;
  }

  .div-block-114 {
    flex-flow: column;
    align-items: flex-start;
  }

  .gt-body-text {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 16px;
    line-height: 20px;
  }

  .gotel-hero-description-text {
    text-align: center;
    width: 10ch;
  }

  .gt-content-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-entity-video {
    border-radius: 20px;
  }

  .gg-account-heading {
    opacity: .25;
  }

  .gg-account-container.generic-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gg-account-info-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .gg-account-info-center._20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-input-container {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gg-input-button.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-account-title-heading {
    text-align: center;
    width: 10ch;
  }

  .gg-account-title-heading.conf {
    text-align: center;
  }

  .gg-chat-bubble-div-response {
    background-color: #1ca577;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .gg-gb-footer {
    border-radius: 20px;
    height: 100svh;
    padding: 19px;
    display: none;
  }

  .gg-footer-link {
    z-index: 100;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    position: relative;
  }

  .footer-promo-spacing {
    flex-flow: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .fk-header {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .fk-unicorn {
    display: none;
  }

  .code-embed-5.mobile {
    width: 400px;
    height: 400px;
  }

  .fk-unicorn-mobile {
    width: 400px;
    height: 400px;
    display: flex;
  }

  .image-162 {
    width: 50%;
    margin-top: -65px;
    margin-bottom: 20px;
  }

  .fk-code {
    display: none;
  }

  .fk-scroll {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .fk-scroll-item {
    margin-bottom: 0;
  }

  .link-block-2 {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .g-fk-scroll {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .gotel-video-fk, .gotel-video-gotel {
    border-radius: 20px;
  }

  .g-diji {
    border-radius: 20px;
    display: none;
  }

  .gg-chat-background-video-mobile {
    display: block;
  }

  .gg-main-video-mobile {
    border-radius: 30px;
    display: block;
  }

  .slider-2 {
    background-color: #ddd0;
    height: auto;
  }

  .slide-nav-3 {
    opacity: 0;
    display: none;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

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

  .image-165 {
    width: 70px;
    display: block;
    position: relative;
  }

  .gg-avatar-code-embed-mobile {
    aspect-ratio: 9 / 16;
    display: block;
  }

  .gg-avatar-code-embed-m {
    display: block;
  }

  .gg-avatar-code-m {
    background-color: red;
    display: none;
    inset: 0%;
  }

  .gg-avatar-code-mm {
    display: none;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .gg-internal-thoughts {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1px;
    font-size: 14px;
    line-height: 18px;
  }

  .gg-choose-model-selection.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-data-cell-selection._1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gg-data-cell-selection._1.mobile, .gg-data-cell-selection._2.mobile {
    opacity: 100;
  }

  .gg-data-cell-selection._3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gg-data-cell-selection._3.mobile {
    opacity: 100;
  }

  .gg-data-cell-selection._4 {
    align-items: flex-start;
  }

  .gg-data-cell-selection._4.mobile {
    opacity: 100;
  }

  .gg-chat-bubble-div-red {
    margin-bottom: 16px;
  }

  .gotel-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gotel-hero-title {
    text-align: center;
    width: 10ch;
  }

  .quick-stack-23 {
    margin-bottom: 40px;
  }

  .go-ob-progress {
    margin-bottom: 16px;
  }

  .go-alert-text {
    font-size: 16px;
    line-height: 16px;
  }

  .gotel-hero-subtext {
    text-align: center;
    width: 10ch;
  }

  .cell-info {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .gt-media-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .code-embed-6 {
    aspect-ratio: 16 / 6;
  }

  .cell-22 {
    flex-flow: column;
    align-items: flex-start;
    padding: 20px 0;
  }

  .gt-footer-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .image-169 {
    width: 90px;
    margin-top: 0;
  }

  .gt-features-strip {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .image-170 {
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
  }

  .image-171 {
    margin-top: 20px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .div-block-142 {
    flex-flow: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-22 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-148 {
    margin-bottom: 20px;
  }

  .go-footer-panel {
    margin-top: 0;
  }

  .gt-footer-panel {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 0;
  }

  .gb-header {
    background-image: url('../images/GB-Header-Mobile-Still-Frame.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    height: 100svh;
    padding: 19px;
  }

  .go-footer-videos {
    border-radius: 30px;
    height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .go-footer-videos.mobile {
    display: flex;
  }

  .gg-gb-footer-mobile {
    border-radius: 30px;
    justify-content: space-between;
    height: 100svh;
    padding: 19px;
    display: flex;
  }

  .image-157-copy {
    margin-bottom: 20px;
  }

  .gotel-information-mem {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .gt-heading-numbers {
    margin-top: 6px;
    margin-bottom: 40px;
    margin-left: 1px;
    font-size: 28px;
    line-height: 32px;
  }

  .submit-button-memory, .submit-button-bond, .submit-button-question, .submit-button-goal {
    margin-bottom: -5px;
    margin-right: 7px;
  }

  .share-button, .share-button.homepage {
    justify-content: center;
    display: flex;
  }

  .image-177 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .image-178 {
    margin-left: 0%;
  }

  .image-181 {
    display: none;
  }

  .fk-link.go-l {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .image-182 {
    width: 250px;
    display: block;
  }

  .quick-stack-23-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .gt-media-card-gg, .gt-media-card-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gg-choose-model-temp.mobile {
    background-color: var(--gg-primary-btn);
  }

  .go-companions-videos {
    border-radius: 30px;
  }

  .heading-11 {
    margin-bottom: 30px;
    margin-right: 30px;
    font-size: 40px;
  }

  .go-cta-link {
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .gg-cta-heading {
    opacity: .25;
  }

  .gg-choose-model-cta.mobile {
    background-color: var(--gg-primary-btn);
  }

  .of-body-copy-cta {
    margin-bottom: 50px;
  }

  .of-body-copy-cta._30b.intro {
    color: gray;
    width: 100%;
    font-family: inter-variable, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .of-body-copy-cta._30b.intro.top {
    width: 100%;
    margin-bottom: 50px;
  }

  .gg-ui-font-cta.share, .gg-ui-font-cta.black {
    display: none;
  }

  .go-cta-concealer {
    display: flex;
  }

  .go-r-logo {
    display: none;
  }

  .go-r-logo-mobile {
    width: 60%;
    display: block;
  }

  .gg-header-go-l {
    border-radius: 30px;
    height: 100svh;
    padding: 19px;
  }

  .gg-footer-items-go-l {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .go-l-container {
    flex-flow: column;
  }

  .go-l-large {
    margin-top: 0;
    margin-right: 0;
  }

  .go-l-details {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 0;
  }

  .gg-ui-font-watch.share, .gg-ui-font-watch.black, .gg-start-muv {
    display: none;
  }

  .cursor-muv, .cursor-muv-frost, .cursor-muv-s1 {
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .image-185 {
    margin-top: 40px;
    margin-left: 40px;
    display: none;
  }

  .g-diji-mobile {
    border-radius: 20px;
    display: flex;
  }

  .gg-signup-btn {
    opacity: 100;
    mix-blend-mode: screen;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 2px;
  }

  .gg-chat-bubble-div-blue, .go-ob-progress-blue {
    margin-bottom: 16px;
  }

  .signup_details-orientation {
    width: auto;
    min-width: 69%;
  }

  .quick-stack-25 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .gg-price {
    text-align: left;
    width: 8ch;
    font-size: 26px;
  }

  .gg-price.conf {
    text-align: center;
  }

  .gg-choose-plan {
    width: 110px;
  }

  .gg-choose-plan.mobile {
    background-color: var(--gg-primary-btn);
  }

  .gg-dismiss {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    margin-left: 1px;
    font-size: 14px;
    line-height: 18px;
  }
}


