/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  scroll-behavior: smooth; }

body {
  font-family: brother-1816;
  color: #1a1a1a; }

a {
  text-decoration: none; }

.gl-header {
  height: 100vh; }

.gl-space {
  letter-spacing: 0.15em; }

main {
  display: block;
  width: 100%;
  overflow: hidden; }

header {
  position: relative;
  z-index: 2; }

.gl-header {
  font-size: 8.25rem; }

.gl-header-hidden {
  display: none; }

.gl-arrow-down {
  position: fixed;
  top: calc(100% - 3.125rem);
  left: 50%;
  transform: translate(-50%, 4.6875rem);
  width: 5rem;
  height: auto;
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.6s ease; }
  .gl-arrow-down.gl-arrow-down-visible {
    opacity: 1;
    transform: translate(-50%, -100%); }

.logo-wrapper {
  position: fixed;
  top: -0.5em;
  left: -0.5em;
  width: 1em;
  height: 1em;
  animation: shrink 2s 2.5s ease-in-out forwards;
  z-index: 1;
  transform: translate(50vw, 50vh);
  transition: filter 0.6s ease; }

@keyframes logo-fade {
  from {
    opacity: 0; } }

img.logo {
  width: 1.41421356237em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
  html.preserve3d img.logo {
    animation: logo-fade 0.5s 1.75s backwards ease; }
  html:not(.preserve3d) img.logo {
    animation: logo-fade 0.5s 0s backwards ease; }

.logo-type-wrapper {
  position: fixed;
  top: 0;
  left: -1.25865em;
  width: 2.5173em; }
  html.preserve3d .logo-type-wrapper {
    animation: logo-fade 2.2s 2s backwards ease; }
  html:not(.preserve3d) .logo-type-wrapper {
    animation: logo-fade 2.2s 1s backwards ease; }

img.logo-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

@keyframes cube-fade-out {
  to {
    opacity: 0; } }

.perspective-wrapper {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  perspective: none;
  animation: cube-fade-out 0.5s 2s forwards ease, bg 2s 0s ease backwards; }
  html:not(.preserve3d) .perspective-wrapper {
    display: none; }

/* .cube is the "camera" */
.camera {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-36deg) rotateY(45deg); }

.cube {
  position: relative;
  width: 1em;
  height: 1em;
  transform-style: preserve-3d;
  transform-origin: center center center; }

.cube div {
  position: absolute;
  width: 1em;
  height: 1em;
  background: #1a1a1a;
  color: white;
  box-sizing: border-box; }

.left {
  transform: rotateY(270deg) translateX(-0.5em);
  transform-origin: center left; }

.top {
  transform: rotateX(90deg) translateY(-0.5em);
  transform-origin: top center; }

.front {
  transform: translateZ(0.5em); }

.bottom {
  transform: rotateX(90deg) translateY(0.5em);
  transform-origin: bottom center; }

.right {
  transform: rotateY(-270deg) translateX(0.5em);
  transform-origin: top right; }

.back {
  transform: translateZ(-0.5em) rotateY(180deg); }

@keyframes draw-left {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%); }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@keyframes draw-right {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@keyframes bg {
  from {
    opacity: 0; } }

@keyframes fade-color {}@keyframes spin {
  from {
    transform: rotateX(0) rotateY(320deg) rotateZ(0); }
  to {
    transform: rotateX(0deg) rotateY(0) rotateZ(0deg); } }

.cube {
  animation: spin 1.8s forwards ease; }

.svgclippaths .top rect:nth-of-type(3), .top rect:nth-of-type(4) {
  animation: draw-left 0.21374s 0.67s backwards linear, fade-color 2s 0s backwards ease; }

.svgclippaths .top rect:nth-of-type(2), .top rect:nth-of-type(1) {
  animation: draw-left 0.21374s 0.88374s backwards linear, fade-color 2s 0s backwards ease; }

.svgclippaths .left rect:nth-of-type(3), .left rect:nth-of-type(4) {
  animation: draw-left 0.21374s 1.09748s backwards linear, fade-color 2s 0s backwards ease; }

.svgclippaths .left rect:nth-of-type(2), .left rect:nth-of-type(1) {
  animation: draw-left 0.21374s 1.31122s backwards linear, fade-color 2s 0s backwards ease; }

.svgclippaths .front rect:nth-of-type(3), .front rect:nth-of-type(4) {
  animation: draw-left 0.21374s 1.52496s backwards linear, fade-color 2s 0s backwards ease; }

.svgclippaths .front rect:nth-of-type(1), .front rect:nth-of-type(2) {
  animation: draw-left 0.11756s 1.7387s backwards linear, fade-color 2s 0s backwards ease; }

.svgclippaths .front rect:nth-of-type(5), .front rect:nth-of-type(6) {
  animation: draw-right 0.16031s 1.88191s backwards linear, fade-color 2s 0s backwards ease; }

.svgclippaths .left polygon, .left polyline {
  animation: draw-left 0.05344s 2.04221s backwards linear, fade-color 2s 0s backwards ease; }

.gl-section-community {
  padding: 43.75rem 0 0rem 0;
  z-index: 1; }
  .gl-section-community gl-section-container {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5.625rem;
    padding-right: 5.625rem; }
    @media (min-width: 1000px) {
      .gl-section-community gl-section-container {
        padding-left: calc((100vw - (1000px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (1000px - (5.625rem * 2))) / 2); } }
    @media (min-width: 1200px) {
      .gl-section-community gl-section-container {
        padding-left: calc((100vw - (1200px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (1200px - (5.625rem * 2))) / 2); } }
    @media (min-width: 1440px) {
      .gl-section-community gl-section-container {
        padding-left: calc((100vw - (1440px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (1440px - (5.625rem * 2))) / 2); } }
  .gl-section-community h2 {
    position: relative;
    margin: 0 auto;
    max-width: 56.25rem;
    margin-bottom: 3.75rem;
    font-family: brother-1816;
    font-size: 3.3125rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 800; }
  .gl-section-community .gl-section-community-photos-wrapper {
    position: relative;
    z-index: -1; }
    .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos {
      position: relative;
      font-size: 100vw;
      line-height: 0;
      width: 1.125em;
      left: -0.0625em;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      z-index: 1; }
      .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure {
        position: relative;
        margin: 0;
        padding: 0;
        box-sizing: content-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-aspect-ratio: 1 / 1) {
          .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure {
            flex: 0 0 0.4275em;
            height: 0.4275em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(1) {
              order: -2; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(3) {
              order: -1; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(2) {
              margin-left: 0.25em;
              margin-right: 0.25em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(1), .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(4) {
              margin-right: 0.25em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(3) {
              margin-right: 0.02em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(1), .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(2), .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(3) {
              margin-bottom: -0.2em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(1) {
              top: -0.1em;
              left: 0.1em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(2) {
              top: -0.2em;
              left: 0.1em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(3) {
              top: -0.1em;
              left: 0.1em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(4) {
              top: -0.2em;
              left: -0.1em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(5) {
              top: -0.1em; } }
        @media (min-aspect-ratio: 1 / 1) {
          .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure {
            flex: 0 0 0.28833em;
            height: 0.28833em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(1), .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(4) {
              margin-right: 0.24em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(2) {
              margin-right: 0.02em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(1), .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(2), .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(3) {
              margin-bottom: -0.1em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(1) {
              top: 0em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(2) {
              top: -0.01em;
              left: 0.015em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(3) {
              top: -0.05em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(4) {
              left: -0.02em;
              top: 0em; }
            .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure:nth-of-type(5) {
              top: -0.05em; } }
        .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure img {
          position: relative;
          margin: 0;
          padding: 0;
          width: 100%;
          height: auto;
          box-shadow: 0 0.625rem 5rem rgba(0, 0, 0, 0.2); }
          .gl-section-community .gl-section-community-photos-wrapper .gl-section-community-photos figure img.gl-image-portrait {
            height: 100%;
            width: auto; }

.gl-section-hex-node {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 17.5rem; }
  @media (max-width: 479px) {
    .gl-section-hex-node {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  .gl-section-hex-node gl-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; }
    .gl-section-hex-node gl-background gl-image-parallax {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .gl-section-hex-node gl-background gl-image-parallax img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 1024px) {
          .gl-section-hex-node gl-background gl-image-parallax img {
            transform: translate(-50%, -50%) scale(1.15); } }
        @media (max-width: 512px) {
          .gl-section-hex-node gl-background gl-image-parallax img {
            transform: translate(-50%, -50%) scale(1.25); } }
  .gl-section-hex-node gl-section-container {
    box-sizing: border-box;
    width: 100%;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    display: flex;
    align-items: center; }
    @media (min-width: 800px) {
      .gl-section-hex-node gl-section-container {
        padding-left: calc((100vw - (800px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (800px - (5.625rem * 2))) / 2); } }
    @media (min-width: 900px) {
      .gl-section-hex-node gl-section-container {
        padding-left: calc((100vw - (900px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (900px - (5.625rem * 2))) / 2); } }
    @media (min-width: 1100px) {
      .gl-section-hex-node gl-section-container {
        padding-left: calc((100vw - (1100px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (1100px - (5.625rem * 2))) / 2); } }
    @media (max-aspect-ratio: 3 / 4) and (max-width: 919px) {
      .gl-section-hex-node gl-section-container {
        align-items: flex-start; } }
  .gl-section-hex-node gl-hex-node-wrapper {
    font-size: 8.125rem;
    flex: 0 0 1em;
    position: relative;
    display: inline-block; }
    @media (min-aspect-ratio: 3 / 4), (min-width: 920px) {
      .gl-section-hex-node gl-hex-node-wrapper {
        font-size: 11.25rem; } }
    .gl-section-hex-node gl-hex-node-wrapper gl-hex-node {
      position: relative;
      display: block;
      width: 1em;
      height: 1em;
      opacity: 0;
      transition: opacity 0.5s ease; }
      .smil .gl-section-hex-node gl-hex-node-wrapper gl-hex-node svg polyline {
        stroke-dasharray: 445;
        stroke-dashoffset: 0;
        transition: stroke-dashoffset 1s ease; }
      .smil .gl-section-hex-node gl-hex-node-wrapper gl-hex-node:not(.gl-hex-node-visible) svg polyline {
        stroke-dashoffset: 445; }
      .gl-section-hex-node gl-hex-node-wrapper gl-hex-node.gl-hex-node-visible {
        opacity: 1; }
      .gl-section-hex-node gl-hex-node-wrapper gl-hex-node svg, .gl-section-hex-node gl-hex-node-wrapper gl-hex-node p {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .gl-section-hex-node gl-hex-node-wrapper gl-hex-node p {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 0.083333em;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        line-height: 1.25; }
        .gl-section-hex-node gl-hex-node-wrapper gl-hex-node p strong {
          font-size: 1.9em;
          letter-spacing: -0.01em;
          font-weight: 900; }
      .gl-section-hex-node gl-hex-node-wrapper gl-hex-node gl-hex-decoration-1 {
        position: absolute;
        left: -0.2777em;
        width: 0.3111em;
        height: 0.3111em; }
        @media (max-aspect-ratio: 3 / 4) and (max-width: 919px) {
          .gl-section-hex-node gl-hex-node-wrapper gl-hex-node gl-hex-decoration-1 {
            transform: rotate(120deg);
            top: -0.027em;
            left: 0.94em; } }
      .gl-section-hex-node gl-hex-node-wrapper gl-hex-node gl-hex-decoration-2 {
        position: absolute;
        top: 0.36111em;
        right: -0.32222em;
        width: 0.238888em;
        height: 0.238888em; }
      .gl-section-hex-node gl-hex-node-wrapper gl-hex-node gl-hex-decoration-3 {
        position: absolute;
        bottom: 0.1111em;
        left: -0.1111em;
        width: 0.15555em;
        height: 0.15555em; }
  .gl-section-hex-node .gl-section-description {
    flex: 1 1 auto;
    margin: 0;
    margin-left: 3.75rem;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.6; }
    @media (max-aspect-ratio: 3 / 4) and (max-width: 919px) {
      .gl-section-hex-node .gl-section-description {
        margin-top: 10rem;
        margin-bottom: 6.25rem;
        margin-left: -2.5rem;
        margin-right: -1.25rem; } }
    .gl-section-hex-node .gl-section-description p.gl-paragraph-small {
      font-size: 0.75em; }
    .gl-section-hex-node .gl-section-description a {
      display: inline-block;
      padding: 0.875rem 1.75rem;
      box-sizing: content-box;
      background: #1a1a1a;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 0.7em;
      font-weight: 600;
      border: solid 0.1875rem transparent;
      transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
      .gl-section-hex-node .gl-section-description a.gl-disabled {
        cursor: auto; }
      .gl-section-hex-node .gl-section-description a:hover, .gl-section-hex-node .gl-section-description a.gl-disabled {
        background: white;
        color: #1a1a1a; }

gl-line {
  position: absolute;
  display: block;
  background: #1a1a1a;
  width: 0.625rem;
  margin-left: -0.3125rem;
  transform-origin: 0 0.3125rem; }

.gl-section-studio {
  position: relative; }
  .gl-section-studio gl-background {
    z-index: -2; }
    .gl-section-studio gl-background gl-background-gradient {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, white 100%); }

@media (min-aspect-ratio: 3 / 4), (min-width: 920px) {
  .gl-section-studio gl-hex-node-wrapper, .gl-section-conference gl-hex-node-wrapper {
    order: 1;
    margin-left: 0;
    margin-right: 3.75rem; }
  .gl-section-studio .gl-section-description, .gl-section-conference .gl-section-description {
    margin-left: 0;
    margin-right: 3.75rem; } }

.gl-section-coworking .gl-section-description {
  color: white;
  font-weight: 500; }
  .gl-section-coworking .gl-section-description a {
    background-color: white;
    color: #1a1a1a; }
    .gl-section-coworking .gl-section-description a:hover {
      color: white;
      background-color: #1a1a1a; }

.gl-section-pricing {
  position: relative;
  padding: 6.25rem 0 6.25rem; }
  .gl-section-pricing gl-background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; }
    .gl-section-pricing gl-background gl-image-parallax {
      position: absolute;
      display: block;
      top: -25%;
      left: 0;
      width: 100%;
      height: 150%;
      background: center/70% auto fixed url("../images/pattern.jpg"); }
      .gl-section-pricing gl-background gl-image-parallax:nth-of-type(2) {
        background: center/62.5rem auto url("../images/bg-hexagons-2.png"); }
      .gl-section-pricing gl-background gl-image-parallax:nth-of-type(3) {
        background: center/87.5rem auto url("../images/bg-hexagons-3.png"); }
  .gl-section-pricing gl-section-container {
    box-sizing: border-box;
    width: 100%;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.5;
    font-weight: 200; }
    @media (min-width: 1000px) {
      .gl-section-pricing gl-section-container {
        padding-left: calc((100vw - (1000px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (1000px - (5.625rem * 2))) / 2); } }
    @media (min-width: 1200px) {
      .gl-section-pricing gl-section-container {
        padding-left: calc((100vw - (1200px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (1200px - (5.625rem * 2))) / 2); } }
    @media (min-width: 1440px) {
      .gl-section-pricing gl-section-container {
        padding-left: calc((100vw - (1440px - (5.625rem * 2))) / 2);
        padding-right: calc((100vw - (1440px - (5.625rem * 2))) / 2); } }
    @media (max-width: 767px) {
      .gl-section-pricing gl-section-container {
        flex-flow: column;
        flex-wrap: nowrap;
        align-items: center; } }
    @media (max-width: 767px) {
      .gl-section-pricing gl-section-container .gl-pricing-column {
        margin: 0 auto;
        width: 100%;
        max-width: 25rem; } }
    @media (min-width: 768px) {
      .gl-section-pricing gl-section-container .gl-pricing-column {
        flex: 0 0 30%; }
        .gl-section-pricing gl-section-container .gl-pricing-column:not(:nth-of-type(3)) {
          margin-right: 5%; } }
    .gl-section-pricing gl-section-container .gl-pricing-column h3, .gl-section-pricing gl-section-container .gl-pricing-column h4 {
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.02em; }
    .gl-section-pricing gl-section-container .gl-pricing-column h3 {
      position: relative;
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem; }
      .gl-section-pricing gl-section-container .gl-pricing-column h3::after {
        content: '';
        position: absolute;
        width: 6.25rem;
        border-bottom: solid 2px #1a1a1a;
        bottom: 0;
        left: 50%;
        transform: translate(-50%); }
    .gl-section-pricing gl-section-container .gl-pricing-column table {
      width: 100%;
      margin-bottom: 3.125rem; }
      .gl-section-pricing gl-section-container .gl-pricing-column table tr td {
        padding-bottom: 0.4375rem; }
        .gl-section-pricing gl-section-container .gl-pricing-column table tr td:first-of-type {
          font-weight: 600; }
        .gl-section-pricing gl-section-container .gl-pricing-column table tr td:last-of-type {
          text-align: right; }
    .gl-section-pricing gl-section-container .gl-pricing-column ul li {
      font-weight: 600;
      padding-bottom: 0.4375rem; }
  .gl-section-pricing h2 {
    margin: 0 auto;
    margin-bottom: 3.75rem;
    max-width: 56.25rem;
    font-family: brother-1816;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 800; }

footer {
  margin: 0;
  padding: 6.25rem 0 3.125rem 0;
  min-height: 60vh;
  box-sizing: content-box;
  background: #202020;
  color: white;
  text-align: center;
  font-weight: 200;
  line-height: 1.5;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  footer gl-social {
    display: inline-flex;
    margin: 0.9375rem 0 0.625rem 0; }
    footer gl-social a:not(:last-of-type) {
      margin-right: 1.875rem; }
    footer gl-social a img {
      width: 1.5rem;
      height: auto; }
    footer gl-social a:first-of-type img {
      margin-top: 0.15625rem;
      width: 0.75rem; }
  footer .gl-footer-logo-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 3.75rem;
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden; }
    footer .gl-footer-logo-wrapper .gl-footer-logo-background {
      position: absolute;
      top: -40vh;
      left: 0;
      background: center bottom/6.25rem 60vh no-repeat url("../images/shiny-texture.jpg"), #090909;
      width: 6.25rem;
      height: 100vh; }
    footer .gl-footer-logo-wrapper .gl-footer-logo-mask {
      position: absolute;
      top: 0;
      left: 0;
      background: center/101% no-repeat url("../images/footer-logo-mask.png");
      width: 100%;
      height: 100%; }

gl-top-navigation {
  display: block;
  font-size: 1rem; }
  gl-top-navigation button {
    font-size: 1rem;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    padding: 2.25em 1.875em;
    z-index: 2;
    cursor: pointer; }
    gl-top-navigation button:focus {
      outline: 3px rgba(0, 0, 0, 0.1);
      outline-offset: 3px; }
    @media (min-width: 768px) {
      gl-top-navigation button {
        font-size: 0.9rem; } }
    gl-top-navigation button gl-bar {
      display: block;
      width: 2.3125em;
      height: 0.21875em;
      background: black;
      margin-bottom: 0.53125em;
      transform-origin: center center;
      transform: scale(1.01);
      transition: transform 0.6s ease; }
      .gl-menu-open gl-top-navigation button gl-bar:first-of-type {
        transform: translateY(0.75em) rotate(-45deg) scaleX(1.3); }
      .gl-menu-open gl-top-navigation button gl-bar:nth-of-type(2) {
        transform: rotate(45deg) scaleX(1.3); }
      .gl-menu-open gl-top-navigation button gl-bar:nth-of-type(3) {
        transform: scaleX(0); }

main,
footer {
  transition: filter 0.6s ease; }

body.gl-menu-open {
  overflow: hidden; }

body:not(.gl-menu-open) gl-top-navigation-links {
  pointer-events: none;
  opacity: 0; }

gl-top-navigation-links {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: opacity 0.4s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  gl-top-navigation-links nav {
    display: flex;
    flex-flow: column;
    align-items: center; }
    gl-top-navigation-links nav a {
      padding: 0.75rem 2.5rem;
      color: #1a1a1a;
      font-size: 2.8em;
      letter-spacing: -0.04em;
      font-weight: 100;
      line-height: 1.5;
      transition: background-color 0.4s ease, white 0.4s ease; }
      gl-top-navigation-links nav a:hover {
        background-color: rgba(26, 26, 26, 0.1); }
