@charset "UTF-8";
/*! 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;
}

/*!
 * 45p.scss v 1.0.0
 * Copyright 2018 45PRESS
 * Licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role=button],
[type=button],
[type=submit] {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}

[type=button],
[type=color],
[type=date],
[type=email],
[type=file],
[type=image],
[type=month],
[type=number],
[type=password],
[type=range],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
[role=button],
button,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

iframe,
embed,
object,
video {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 55%;
  position: relative;
}
.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

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

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

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

.flex-wrap {
  display: flex;
}
.flex-wrap__wrap {
  flex-wrap: wrap;
}
.flex-wrap.row {
  flex-direction: row;
}
.flex-wrap.row--reverse {
  flex-direction: row-reverse;
}
.flex-wrap.col {
  flex-direction: column;
}
.flex-wrap.col--reverse {
  flex-direction: column-reverse;
}
.flex-wrap.center-h {
  justify-content: center;
}
.flex-wrap.center-v {
  align-items: center;
}
.flex-wrap.center-all {
  align-items: center;
  justify-content: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-BoldItalic.woff2") format("woff2"), url("../fonts/ProductSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Medium.woff2") format("woff2"), url("../fonts/ProductSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Italic.woff2") format("woff2"), url("../fonts/ProductSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-ThinItalic.woff2") format("woff2"), url("../fonts/ProductSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Thin.woff2") format("woff2"), url("../fonts/ProductSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Bold.woff2") format("woff2"), url("../fonts/ProductSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-BlackItalic.woff2") format("woff2"), url("../fonts/ProductSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-LightItalic.woff2") format("woff2"), url("../fonts/ProductSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Regular.woff2") format("woff2"), url("../fonts/ProductSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-MediumItalic.woff2") format("woff2"), url("../fonts/ProductSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Black.woff2") format("woff2"), url("../fonts/ProductSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Light.woff2") format("woff2"), url("../fonts/ProductSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html {
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Product Sans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
}

a {
  color: #000;
}
a img {
  opacity: 1;
  transition: 0.3s all;
}
a:active, a:focus, a:hover {
  color: #e50404;
}
a:active img, a:focus img, a:hover img {
  opacity: 0.7;
}

h2 {
  font-size: 2.25rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  position: relative;
}
h2:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  width: 4.375rem;
  height: 0.25rem;
  background-color: #e50404;
}

.app-links li {
  display: inline-block;
  max-width: 10.625rem;
  height: auto;
  vertical-align: top;
}
.app-links li + li {
  margin-left: 0.4375rem;
}
.app-links li a {
  display: block;
}
.app-links li img {
  display: block;
}
.app-links .qr {
  width: 80%;
  margin: 0.625rem auto;
}
@media screen and (max-width: 850px) {
  .app-links .qr {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .app-links {
    text-align: center;
  }
  .app-links li {
    margin: 0.3125rem;
    max-width: 11.875rem;
  }
  .app-links li + li {
    margin-left: inherit;
  }
}

p {
  font-weight: 300;
  font-size: 1.125rem;
}

.content > h2 {
  text-align: left;
}
@media screen and (max-width: 1030px) {
  .content > h2 {
    padding-top: 1.875rem;
  }
}
.content > h2:after {
  transform: none;
  left: 0;
}

.container {
  max-width: 120rem;
  padding: 0 0.9375rem;
}
.container .logo {
  top: 2px;
  left: -30px;
}

#header {
  background-color: #fff;
  background-image: url("../img/bg-light.png");
  background-size: cover;
  position: relative;
  color: #000;
}
#header .black {
  padding: 0.625rem 0;
  background-color: #000;
}
#header .black.black-top {
  text-align: right;
  border-bottom: 1px solid #333333;
}
#header .black.black-top img {
  display: block;
  margin-left: auto;
  height: 0.625rem;
  width: auto;
}
@media screen and (max-width: 1030px) {
  #header {
    text-align: center;
  }
}
#header .content {
  padding: 5rem 0 15rem;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 43.75rem;
}
@media screen and (max-width: 1030px) {
  #header .content {
    padding: 3.75rem 0 1.875rem;
    margin: 0 auto;
  }
}
#header .note {
  width: 100%;
  max-width: 26.25rem;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.5;
}
@media screen and (max-width: 1030px) {
  #header .note {
    margin: 0 auto;
  }
}
#header .img {
  width: 61.25rem;
  height: auto;
}
#header h1 {
  font-weight: 300;
  color: #000;
  font-size: 5.625rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 1.875rem;
}
#header h1 img {
  display: inline-block;
  width: 5rem;
}
@media screen and (max-width: 500px) {
  #header h1 {
    font-size: 4.375rem;
  }
  #header h1 img {
    width: 3.75rem;
  }
}
@media screen and (max-width: 350px) {
  #header h1 {
    font-size: 3.75rem;
  }
  #header h1 img {
    width: 3.125rem;
  }
}
#header h1 b {
  font-weight: 700;
}
#header .bullets {
  position: relative;
  font-size: 2.0625rem;
  font-weight: bold;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
#header .bullets a {
  color: #e50404;
}
#header .bullets a:hover, #header .bullets a:active, #header .bullets a:focus, #header .bullets a:target {
  color: #000;
}
#header .bullets:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 100%;
  width: 6.25rem;
  height: 0.3125rem;
  background-color: #000;
}
@media screen and (max-width: 1030px) {
  #header .bullets:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#header .img {
  position: absolute;
  right: -1.875rem;
  bottom: -12.5rem;
  z-index: 25;
  pointer-events: none;
}
@media screen and (max-width: 1030px) {
  #header .img {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: -6.25rem;
  }
}

.video-container {
  position: relative;
}
.video-container img {
  position: relative;
  pointer-events: none;
}
.video-container video {
  width: 100%;
  height: auto;
}

#sizzle {
  background-color: #000;
  position: relative;
}
#sizzle video {
  display: block;
  width: 100%;
  height: auto;
}
#sizzle #overlay {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.7));
}
#sizzle #overlay button {
  display: block;
  font-size: 6.25rem;
  margin-bottom: 1.25rem;
  color: #fff;
}
#sizzle #overlay p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.25rem;
}

#app {
  padding: 3.75rem 0;
  background-image: url("../img/bg-light.png");
  background-size: cover;
  background-position: bottom center;
}
#app p {
  font-size: 1.375rem;
}
#app .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #app .container {
    flex-direction: row;
    text-align: center;
  }
}
#app .container .content {
  width: 100%;
  flex: 1;
  padding-left: 4.375rem;
}
@media screen and (max-width: 1030px) {
  #app .container .content {
    text-align: left;
    padding-left: 0;
  }
}
#app .container .img {
  flex: 1;
  min-width: 0;
  height: auto;
}
#app .video-container .video-wrap {
  position: absolute;
  top: 5.2%;
  left: 10.7%;
  right: 16%;
}

#advances, #insights {
  padding: 3.75rem 0;
  background-color: #c40000;
  color: #fff;
}
#advances p, #insights p {
  font-size: 1.375rem;
}
#advances h2::after, #insights h2::after {
  background-color: #000;
}
#advances .container, #insights .container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1030px) {
  #advances .container, #insights .container {
    flex-direction: column;
    text-align: center;
  }
}
#advances .container .content, #insights .container .content {
  width: 100%;
  flex: 1;
  padding-left: 4.375rem;
}
@media screen and (max-width: 1030px) {
  #advances .container .content, #insights .container .content {
    text-align: left;
    padding-left: 0;
  }
}
#advances .container .img, #insights .container .img {
  flex: 1;
  min-width: 0;
  height: auto;
}
#advances .container .btn, #insights .container .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 1.875rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  margin-top: 1.875rem;
}
#advances .container .btn:hover, #advances .container .btn:active, #advances .container .btn:focus, #advances .container .btn:target, #insights .container .btn:hover, #insights .container .btn:active, #insights .container .btn:focus, #insights .container .btn:target {
  background-color: #fff;
  color: #000;
}
#advances .video-container, #insights .video-container {
  margin-right: -17%;
  margin-bottom: -10%;
}
#advances .video-container .video-wrap, #insights .video-container .video-wrap {
  position: absolute;
  top: 5%;
  left: 9.9%;
  right: 23%;
}

#trends {
  padding: 3.75rem 0;
  background-image: url("../img/bg-light.png");
  background-size: cover;
  background-position: bottom center;
}
#trends p {
  font-size: 1.375rem;
}
#trends .container {
  max-width: 81.25rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #trends .container {
    flex-direction: column;
    text-align: center;
  }
}
#trends .container .content {
  width: 100%;
  flex: 1;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1030px) {
  #trends .container .content {
    text-align: left;
    padding-left: 0;
  }
}
#trends .container .img {
  flex: 1;
  min-width: 0;
  height: auto;
}
#trends .video-container {
  margin-left: -12%;
  margin-bottom: -10%;
  max-width: 53.125rem;
}
@media screen and (max-width: 1030px) {
  #trends .video-container {
    margin-left: 0;
  }
}
#trends .video-container .video-wrap {
  position: absolute;
  top: 4.4%;
  left: 11.7%;
  right: 11.7%;
  z-index: 2;
}

#insights h2 {
  font-size: 2.625rem;
}
#insights p {
  font-size: 1.75rem;
}
#insights .qr {
  width: 100%;
}
#insights .app-links {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1031px) {
  #insights .app-links li + li {
    margin-left: 2.5rem;
  }
}
#insights .video-container {
  margin: 0;
}

#stats {
  text-align: center;
  padding: 4.375rem 0 7.5rem;
}
#stats .wrap {
  display: flex;
}
@media screen and (max-width: 1030px) {
  #stats .wrap {
    flex-direction: column;
  }
}
#stats .wrap > div {
  flex: 1;
}
#stats .wrap > div > img {
  max-width: calc(100% + 2rem);
  margin: 0 -1rem;
}
#stats .title {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
}
#stats p {
  font-weight: 300;
  font-size: 1.125rem;
  margin: 1em 2.1875rem;
}
@media screen and (max-width: 1030px) {
  #stats p {
    font-size: 1.25rem;
  }
}

#desktop {
  background-image: url("../img/desktop-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-color: #595858;
}
#desktop h2 {
  font-size: 4.125rem;
  padding: 4.375rem 0 3.125rem;
  color: #fff;
  font-weight: 300;
}
#desktop h2:after {
  content: none;
}
#desktop h2 strong {
  font-weight: bold;
}
#desktop h2 .red {
  font-weight: bold;
  color: #e50404;
}
#desktop img {
  display: block;
  margin: 0 auto;
}

#capabilities {
  padding: 6.25rem 0;
}
#capabilities p {
  font-size: 1.375rem;
}
#capabilities ul {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: bold;
}
#capabilities ul li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
#capabilities ul li::before {
  content: "•  ";
  color: #e50404; /* or whatever color you prefer */
}
#capabilities .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #capabilities .container {
    flex-direction: column-reverse;
  }
}
#capabilities .container .content {
  width: 100%;
  max-width: 35rem;
  flex: 1;
  padding-right: 4.375rem;
}
@media screen and (max-width: 1030px) {
  #capabilities .container .content {
    padding-right: 0;
  }
}
#capabilities .container .img {
  margin-right: -11.25rem;
  flex: 1;
  min-width: 0;
  height: auto;
}
@media screen and (max-width: 1030px) {
  #capabilities .container .img {
    margin-right: 0;
  }
}
#capabilities .container .img > img {
  width: 100%;
}

#global {
  background-image: url("../img/bg-light.png");
  background-size: cover;
  background-position: bottom center;
  padding: 5rem 0 6.25rem;
}
#global p {
  font-size: 1.375rem;
}
#global .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #global .container {
    flex-direction: column;
  }
}
#global .container .content {
  width: 100%;
  max-width: 33.125rem;
  flex: 1;
  padding-left: 4.375rem;
}
@media screen and (max-width: 1030px) {
  #global .container .content {
    padding-left: 0;
  }
}
#global .container .img {
  margin-left: -11.25rem;
  flex: 1;
  min-width: 0;
  height: auto;
}
@media screen and (max-width: 1030px) {
  #global .container .img {
    margin-left: 0;
  }
}

#footer {
  padding: 3.125rem 0;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1030px) {
  #footer {
    font-size: 0.625rem;
    letter-spacing: 0.05em;
  }
}
#footer .copyright {
  width: 100%;
  max-width: 37.5rem;
  text-align: center;
}
@media screen and (min-width: 1031px) {
  #footer .copyright {
    text-align: right;
  }
}
#footer .copyright span {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
#footer .copyright a {
  display: inline-block;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #footer .container {
    flex-direction: column;
  }
}

.popup-video {
  margin: 1.875rem auto;
  width: 100%;
  max-width: 75rem;
}
.popup-video video {
  width: 100%;
  height: auto;
}

#howto {
  padding: 6.25rem 0 3.125rem;
}
#howto .container {
  display: flex;
  justify-content: space-between;
}
#howto .linkblock {
  flex-basis: 23%;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  font-size: 1.875rem;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.3);
}
#howto .linkblock p {
  color: #e50404;
  font-weight: 900;
  font-size: 1.875rem;
  transition: all 0.5s;
  margin-top: 0;
}
#howto .linkblock span {
  color: #000;
  display: block;
  transition: all 0.5s;
}
#howto .linkblock i {
  color: #AAAAAA;
  font-size: 2.5rem;
  transition: all 0.5s;
}
#howto .linkblock .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
}
#howto .linkblock .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  transition: all 0.5s;
}
#howto .linkblock .content {
  position: relative;
  padding: 6.875rem 1.875rem;
  z-index: 3;
}
#howto .linkblock:active .bg, #howto .linkblock:focus .bg, #howto .linkblock:hover .bg {
  background-color: rgba(0, 0, 0, 0.3);
}
#howto .linkblock:active .content p, #howto .linkblock:active .content span, #howto .linkblock:active .content i, #howto .linkblock:focus .content p, #howto .linkblock:focus .content span, #howto .linkblock:focus .content i, #howto .linkblock:hover .content p, #howto .linkblock:hover .content span, #howto .linkblock:hover .content i {
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
