/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

:root {
  --font-stack: "interstate", "Helvetica", "Arial", sans-serif;
  --color-grey: #4A4A4A;
  
  --margin-small: 2.875rem;
  --margin-medium: 4.375rem;
  --margin-large: 6.25rem;
}

body {
  background-color: #000;
}

*, *:before, *:after {
  box-sizing: border-box;
}

button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

html {
  font-size: 50%
}

@media (min-width: 1024px) {

html {
    font-size: calc(((16 / 2048) * 100) * 1vw)
}
  }

@media (min-width: 2048px) {

html {
    font-size: 100%
}
  }

body {
  font-family: "interstate", "Helvetica", "Arial", sans-serif;
  font-family: var(--font-stack);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

.t-white {
  color: #fff;
}

.t-size-small {
  font-size: 2rem
}

@media (min-width: 1024px) {

.t-size-small {
    font-size: 1.5rem
}
  }

@media (min-width: 1280px) {

.t-size-small {
    font-size: 1.125rem
}
  }

.t-size-medium {
  font-size: 3rem
}

@media (min-width: 1024px) {

.t-size-medium {
    font-size: 2.5rem
}
  }

@media (min-width: 1280px) {

.t-size-medium {
    font-size: 2rem
}
  }

.t-size-large {
  font-size: 3rem
}

@media (min-width: 1024px) {

.t-size-large {
    font-size: 3.5rem
}
  }

@media (min-width: 1280px) {

.t-size-large {
    font-size: 3.5rem
}
  }

.t-uc {
  text-transform: uppercase;
}

.bg-white {
  background-color: #fff;
  color: #4A4A4A;
  color: var(--color-grey);
}

.bg-white ::-moz-selection {
    background-color: #4A4A4A;
    background-color: var(--color-grey);
    color: #fff;
  }

::-moz-selection {
    background-color: #4A4A4A;
    background-color: var(--color-grey);
    color: #fff;
  }

.bg-white ::selection {
    background-color: #4A4A4A;
    background-color: var(--color-grey);
    color: #fff;
  }

::-moz-selection {
  background-color: #fff;
}

::selection {
  background-color: #fff;
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.img-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.img-background img {
    pointer-events: none;
  }

.img-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex
}

@media (orientation: portrait) {

.img-row {
    flex-direction: column
}
  }

.img-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.img-grid .img-wrapper {
    width: 33.33%;
    height: 50%;
    flex: 1 1 33.33%;
  }

@media (orientation: portrait) {

.img-grid {
    flex-direction: column;
}

    .img-grid .img-wrapper {
      width: 50%;
      height: 33.33%;
      flex: 1 1 33.33%;
    }
  }

.page-overlay:not(.is-visible) .page-overlay__logo,
    .page-overlay:not(.is-visible) .page-overlay__footer {
      opacity: 0;
    }

.page-overlay__logo {
  position: fixed;
  left: 2.5rem;
  top: 50%;
  width: 9.75rem;
  z-index: 2;
  transform-origin: 0 100%;
  transform: translateY(-100%) rotate(90deg) translateX(-50%);
  transition: opacity 500ms;
  opacity: 1;
  fill: #fff;
}

.page-overlay__footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 2.5rem;
  color: #fff;
  transition: opacity 500ms;
  opacity: 1;
}

.app-scroll .module {
    position: relative
  }

.app-scroll .module.module--mh {
      min-height: 100vh;
      min-height: calc(100vh - 0.01px);
      min-height: calc(100vh - var(--vh-offset, 0.01px)); /* Remove the height of the browser chrome on mobile, so that 100vh fits the height of the actual viewport. 0.01 required as a value of 0 breaks some browsers */
    }

.app-slides .module {  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scroll: touch;

    /* Helper classes for hiding / showing modules */
    display: none
  }

.app-slides .module.is-active {
      display: block;
    }

.module-wrapper {
  position: relative;
}

.content-wrapper {
  position: relative;
  z-index: 2;
}

.module-overlay__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 2.5rem;
}

.title-module__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 0.01px);
  min-height: calc(100vh - var(--vh-offset, 0.01px)); /* Remove the height of the browser chrome on mobile, so that 100vh fits the height of the actual viewport. 0.01 required as a value of 0 breaks some browsers */
  padding: 4.375rem;
  padding: var(--margin-medium);
}

.title-module__flex-mid {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 4.375rem 0;
  margin: var(--margin-medium) 0;
}

.title-module__client {
  order: 1;
}

.title-module__title {
  order: 2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 6.25rem;
  word-break: break-all;
  word-break: break-word
}

@media (max-width: 1023px) {

.title-module__title {
    margin: 2.5rem 0
}
  }

@media (min-width: 512px) {

.title-module__title {
    font-size: 9.779194444vw
}
  }

@media (min-width: 1024px) {

.title-module__title {
    font-size: 12.5rem
}
  }

.title-module__director {
  order: 3;
}

.title-module__client,
.title-module__director {
  text-transform: uppercase;
  font-size: 2.25rem;
}

.title-module__logo,
.title-module__spacer {
  display: block;
  width: 14.25rem;
  margin: 0 auto;
}

.title-module__logo {
  fill: #fff;
}

.title-module__spacer:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 18.18181818%;
  }

.heading-module__flex {
  width: 100%;
  min-height: 100vh;
  min-height: calc(100vh - 0.01px);
  min-height: calc(100vh - var(--vh-offset, 0.01px)); /* Remove the height of the browser chrome on mobile, so that 100vh fits the height of the actual viewport. 0.01 required as a value of 0 breaks some browsers */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25rem;
  padding: var(--margin-large);
}

.heading-module__title {
  font-size: 6.25rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
  word-break: break-all;
  word-break: break-word;
}

.module-text {
  padding: 4.375rem;
  padding: var(--margin-medium)
}

@media (min-width: 1024px) {

.module-text {
    padding: 6.25rem;
    padding: var(--margin-large)
}
  }

.module-text__heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4.375rem;
  margin-bottom: var(--margin-medium)
}

@media (min-width: 1024px) {

.module-text__heading {
    margin-bottom: 2.875rem;
    margin-bottom: var(--margin-small)
}
  }

.module-text__body p + p {
    margin-top: 1.2em;
  }

.module-text__single-col {
  width: 100%;
  max-width: 25em;
  margin: 0 auto
}

@media (min-width: 1024px) {

.module-text__single-col {
    max-width: 28.4444444444em
}
  }

.module-text__col {
  width: 100%;
}

@media (max-width: 1023px) {
    .module-text__2x-col .module-text__col {
      margin: 0 auto;
    }

    .module-text__2x-col .module-text__col + .module-text__col {
      margin-top: 1.2em;
    }
  }

@media (min-width: 1024px) {

.module-text__2x-col {
    display: flex;
    justify-content: space-evenly;
}

    .module-text__2x-col .module-text__col + .module-text__col {
      margin-left: 6.25rem;
      margin-left: var(--margin-large);
    }
  }

.module-text__2x-col .module-text__col {
    max-width: 37.5em;
    flex: 0 1 50%;
  }

@media (max-width: 1023px) {
    .module-text__3x-col .module-text__col {
      margin: 0 auto;
      max-width: 37.5em;
    }
    
    .module-text__3x-col .module-text__col + .module-text__col {
      margin-top: 1.2em;
    }
  }

@media (min-width: 1024px) {

.module-text__3x-col {
    display: flex;
    justify-content: space-between;
}

    .module-text__3x-col .module-text__col + .module-text__col {
      margin-left: 6.25rem;
      margin-left: var(--margin-large);
    }

    .module-text__3x-col .module-text__col {
      max-width: 26em;
    }
  }

.module-text__3x-col .module-text__col {
    flex: 0 1 33.33%;
  }

@media (max-width: 1023px) {
    
    .module-text__image-col .module-text__col + .module-text__col, .module-text__image-quote-col .module-text__col + .module-text__col {
      margin-top: 4.375rem;
      margin-top: var(--margin-medium);
    }

    .module-text__image-col .module-text__col--img, .module-text__image-quote-col .module-text__col--img {
      max-width: 100%;
    }
  }

@media (min-width: 1024px) {

.module-text__image-col,
.module-text__image-quote-col {
    display: flex;
    justify-content: space-between;
}

    .module-text__image-col .module-text__col--quote, .module-text__image-quote-col .module-text__col--quote {
      max-width: 20.6111111111em;
    }

    .module-text__image-col .module-text__col + .module-text__col, .module-text__image-quote-col .module-text__col + .module-text__col {
      margin-left: 6.25rem;
      margin-left: var(--margin-large);
    }

    .module-text__image-col .module-text__col, .module-text__image-quote-col .module-text__col {
      flex: 0 1 50%;
    }
  }

@media (max-width: 1023px) {
    .module-text__image-col .module-text__col {
      max-width: 37.5em;
      margin: 0 auto;
    }
  }

@media (min-width: 1024px) {
    .module-text__image-col .module-text__col {
      max-width: 41em;
    }
  }

@media (max-width: 1023px) {
    .module-text__image-quote-col .module-text__col--quote {
      max-width: 25em;
      margin: 0 auto;
    }
  }

@media (min-width: 1024px) {
    .module-text__image-quote-col .module-text__col--quote {
      max-width: 20.6111111111em;
    }
  }

.module-text__img {
  display: block;
  width: 100%;
  height: auto;
}

.module-film__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.module-film__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12.5rem;
  height: 12.5rem;
  transform: translate(-50%, -50%)
}

@media (min-width: 512px) {

.module-film__play-icon {
    width: 17.5rem;
    height: 17.5rem
}
  }

.splash-page {
  min-height: 100vh;
  min-height: calc(100vh - 0.01px);
  min-height: calc(100vh - var(--vh-offset, 0.01px)); /* Remove the height of the browser chrome on mobile, so that 100vh fits the height of the actual viewport. 0.01 required as a value of 0 breaks some browsers */
  position: relative;
  color: #fff;
  display: flex;
  text-align: center;
}

.splash-page__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 4.375rem;
  padding: var(--margin-medium)
}

@media (max-width: 1023px) {

.splash-page__wrap {
    justify-content: space-between
}
  }

.splash-page__title {
  margin: 4.375rem auto;
  margin: var(--margin-medium) auto
}

@media (min-width: 1024px) {

.splash-page__title {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}
  }

@media (min-width: 1024px) {

.splash-page__header {
    display: none
}
  }

.splash-page__button {
  font-size: 12px;
  color: #fff
}

.splash-page__button:focus {
    outline: 0;
  }

.splash-page__logo-img {
  display: block;
  width: 9rem;
  height: auto;
  margin: 0 auto;
  fill: #fff
}

@media (max-width: 1023px) {

.splash-page__logo-img {
    width: 10rem
}
  }

.splash-page__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.splash-page__footer-logo {
  display: block;
  width: 14.25rem;
  margin: 0 auto;
  fill: #fff;
}

.splash-page__footer-left,
.splash-page__footer-right {
  width: 25%;
}

.splash-page__footer-left button,
  .splash-page__footer-left a,
  .splash-page__footer-right button,
  .splash-page__footer-right a {
    text-decoration: none;
    color: inherit;
    transition: opacity 250ms;
    cursor: pointer
  }

.splash-page__footer-left button:focus, .splash-page__footer-left a:focus, .splash-page__footer-right button:focus, .splash-page__footer-right a:focus {
      outline: 0;
    }

.splash-page__footer-left button:hover, .splash-page__footer-left a:hover, .splash-page__footer-right button:hover, .splash-page__footer-right a:hover {
      opacity: 0.5;
    }

@media (max-width: 1023px) {

.splash-page__footer-left,
.splash-page__footer-right {
    display: none
}
  }

.splash-page__footer-left,
.splash-page__footer-right {
  font-size: 12px;
}

.splash-page__footer-left {
  text-align: left;
}

.splash-page__footer-right {
  text-align: right;
}

@media (max-width: 1023px) {

.splash-page__about-text {
    display: none
}
  }

.splash-page-text {
  max-width: 30.5833333333em;
  width: 100%;
  margin: 4.375rem auto;
  margin: var(--margin-medium) auto;
}

.splash-page-text p + p {
    margin-top: 1.2em;
  }

.splash-page__strapline {
  margin: 4.375rem auto;
  margin: var(--margin-medium) auto
}

@media (max-width: 1023px) {

.splash-page__strapline {
    max-width: 10em
}
  }

.about-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: opacity 500ms
}

.about-overlay:not(.is-active) {
    opacity: 0;
    pointer-events: none;
  }

.about-overlay__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4.375rem;
  padding: var(--margin-medium);
  flex: 1 0 auto;
}

.about-overlay__close {
  position: absolute;
  top: 4.375rem;
  top: var(--margin-medium);
  right: 4.375rem;
  right: var(--margin-medium);
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  cursor: pointer
}

.about-overlay__close:focus {
    outline: 0;
  }

.about-overlay__close:hover {
    opacity: 0.5;
    transition: opacity 250ms;
  }

.about-overlay__close:after,
  .about-overlay__close:before {
    content: '';
    display: block;
    background-color: #fff;
  }

.about-overlay__close:after {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 2px;
  }

.about-overlay__close:before {
    position: absolute;
    left: 17px;
    top: 0;
    height: 100%;
    width: 2px;
  }

.legal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: opacity 500ms
}

.legal-overlay:not(.is-active) {
    opacity: 0;
    pointer-events: none;
  }

.legal-overlay__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4.375rem;
  padding: var(--margin-medium);
  flex: 1 0 auto;
}

.legal-overlay__close {
  position: absolute;
  top: 4.375rem;
  top: var(--margin-medium);
  right: 4.375rem;
  right: var(--margin-medium);
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  cursor: pointer
}

.legal-overlay__close:focus {
    outline: 0;
  }

.legal-overlay__close:hover {
    opacity: 0.5;
    transition: opacity 250ms;
  }

.legal-overlay__close:after,
  .legal-overlay__close:before {
    content: '';
    display: block;
    background-color: #fff;
  }

.legal-overlay__close:after {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 2px;
  }

.legal-overlay__close:before {
    position: absolute;
    left: 17px;
    top: 0;
    height: 100%;
    width: 2px;
  }

.login-page {
  min-height: 100vh;
  min-height: calc(100vh - 0.01px);
  min-height: calc(100vh - var(--vh-offset, 0.01px)); /* Remove the height of the browser chrome on mobile, so that 100vh fits the height of the actual viewport. 0.01 required as a value of 0 breaks some browsers */
  position: relative;
  color: #4A4A4A;
  color: var(--color-grey);
  display: flex;
  text-align: center;
  background-image: linear-gradient(#818181, #EEEEEE);
}

.login-page .splash-page__footer svg {
    fill: #4A4A4A;
    fill: var(--color-grey);
  }

.login-page__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column
}

@media (min-width: 1024px) {

.login-page__wrap {
    padding: 4.375rem;
    padding: var(--margin-medium)
}
  }

@media (max-width: 1023px) {

.login-page__wrap {
    padding: 4.375rem 4.375rem 2.875rem;
    padding: var(--margin-medium) var(--margin-medium) var(--margin-small)
}
  }

.login-page__title {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-page__base {
  margin: 0 0 6.25rem;
  margin: 0 0 var(--margin-large)
}

@media (min-width: 1024px) {

.login-page__base {
    margin: 0 0 4.375rem;
    margin: 0 0 var(--margin-medium)
}
  }

@media (max-width: 1023px) {

.login-page__legal {
    display: none
}
  }

.login-page__legal-text {
  font-size: 12px;
  width: 100%;
  max-width: 43em;
  margin: 4.375rem auto 0;
  margin: var(--margin-medium) auto 0;
}

.login-page__legal-text p + p {
    margin-top: 1.2em;
  }

.login-page__form {
  font-size: 12px;
}

.login-page__form label,
  .login-page__form input,
  .login-page__form button {
    display: block;
    margin: 0 auto;
  }

.login-page__form input,
  .login-page__form button {
    padding: 15px;
    border-radius: 8px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
  }

.login-page__form input {
    background-color: #fff;
    margin: 10px auto;
    width: 100%;
    max-width: 300px;
    text-align: center
  }

.login-page__form input:focus {
      outline: 0;
    }

.login-page__form button {
    background-color: #4A4A4A;
    background-color: var(--color-grey);
    color: #fff;
    cursor: pointer;
    transition: background-color 250ms
  }

.login-page__form button:hover {
      background-color: #818181;
    }

.login-page__legal-button-mob {
  margin-top: 2.875rem;
  margin-top: var(--margin-small)
}

@media (min-width: 1024px) {

.login-page__legal-button-mob {
    display: none
}
  }

.login-page__legal-button-mob button {
    font-size: 12px;
    color: #B1B1B1;
  }
/*# sourceMappingURL=app.css.map */
