@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);/*! 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;
}
@charset "UTF-8";

/**
 * Styles for static pages
 */

/**
 * Functions
 */

/**
 * EM function
 * font-size: em(18px); // 1em
 */

/**
 * REM function
 * font-size: rem(18px); // 1.125rem
 * margin: rem(10px 0 20px); // 0.625rem 0 1.25rem
 */

/**
 * Fonts
 */

/**
 * Variables
 */

/**
 * Mixins
 */

/**
 * Media queries and feature detection
 */

/**
 * Clearfix mixin
 */

body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}

body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}

body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}

body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}

body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}

body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}

body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}

body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}

body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}

body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}

body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}

body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}

body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}

body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}

body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}

body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}

body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}

body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}

body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}

body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}

body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}

body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}

body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}

body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}

body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}

body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}

body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}

body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}

body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}

body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}

body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}

body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}

body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}

body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}

body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}

body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}

body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}

body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}

body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}

body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}

body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}

body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}

body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}

body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}

body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}

body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}

body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}

body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}

body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}

body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos],
[data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos],
[data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}

body[data-aos-delay="2550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos],
[data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos],
[data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}

body[data-aos-delay="2600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos],
[data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos],
[data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}

body[data-aos-delay="2650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos],
[data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos],
[data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}

body[data-aos-delay="2700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos],
[data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos],
[data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}

body[data-aos-delay="2750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos],
[data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos],
[data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}

body[data-aos-delay="2800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos],
[data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos],
[data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}

body[data-aos-delay="2850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos],
[data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos],
[data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}

body[data-aos-delay="2900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos],
[data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos],
[data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}

body[data-aos-delay="2950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos],
[data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos],
[data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}

body[data-aos-delay="3000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos],
[data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing=ease] [data-aos],
[data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing=ease-in] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing=ease-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing=ease-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing=ease-in-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * Normalize
 */

/**
 * Typography
 */

html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

body {
  overflow-x: hidden;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  overflow: hidden;
}

em {
  font-style: normal;
  color: #f87329;
}

img {
  width: 100%;
  height: auto;
}

a,
button {
  outline: none;
}

::-webkit-input-placeholder {
  color: #737979;
  opacity: 0.3;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  color: #737979;
  opacity: 0.3;
}

/**
 * Layout styles
 */

/**
 * Columns
 */

.columns {
  display: flex;
  flex-direction: column;
  margin-bottom: 132px;
}

@media screen and (min-width: 1024px) {
  .columns {
    flex-direction: row;
    align-items: center;
  }
}

.columns__column {
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .columns__column {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .columns__column--thin {
    padding-right: 4rem;
  }
}

.columns--inverse .columns__column:first-child {
  order: 2;
}

@media screen and (min-width: 1024px) {
  .columns--inverse .columns__column:first-child {
    order: 1;
  }

  .columns--inverse .columns__column:last-child {
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .columns--aligned-start {
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 6rem;
  }
}

/**
 * Illustrated block layout
 */

.illustrated {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .illustrated {
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: row;
    justify-content: space-around;
  }
}

.illustrated__content {
  margin-bottom: 1.5625rem;
  max-width: 42.5rem;
}

@media screen and (min-width: 1024px) {
  .illustrated__content {
    margin-bottom: 0;
  }
}

.illustrated__image {
  padding: 0 1.625rem;
}

.illustrated__image > img {
  width: 28.125rem;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .illustrated__image > img {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1450px) {
  .illustrated__image > img {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .illustrated__image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1450px) {
  .illustrated--huge {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.illustrated--huge > .illustrated__content {
  max-width: 36rem;
  margin-right: 1rem;
}

.illustrated--huge > .illustrated__image {
  margin-left: -1.875rem;
}

@media screen and (min-width: 1024px) {
  .illustrated--huge > .illustrated__image {
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .illustrated--huge > .illustrated__image > img {
    width: 42rem;
  }
}

@media screen and (min-width: 1450px) {
  .illustrated--huge > .illustrated__image > img {
    width: 56rem;
  }
}

.illustrated__image--shadowed {
  margin-bottom: -3.125rem;
}

/**
 * Named Content
 */

.named-content {
  margin-bottom: 106px;
}

.named-content__name {
  background: url("/img/shapes/square-grey.svg") no-repeat left center/14px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: -0.35px;
  font-weight: 700;
  margin-bottom: 46px;
}

@media screen and (min-width: 1024px) {
  .named-content__name {
    margin-bottom: 38px;
  }
}

.named-content__name--white {
  background-image: url("/img/shapes/white-square.svg");
}

.named-content__name--circle {
  background-image: url("/img/shapes/dot-orange.svg");
}

.named-content__inner {
  max-width: 750px;
}

.named-content__inner--wide {
  max-width: 1000px;
}

.named-content__inner--wider {
  max-width: unset;
  width: 100%;
}

/**
 * Sections layout
 */

.section {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

@media screen and (min-width: 1024px) {
  .section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.section--dark,
.section--dark-gradient,
.section--dark-grey,
.section--black,
.section--dark-blue,
.section--darker {
  background: #242726;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.section--darker {
  background: #13151c;
}

.section--dark-blue {
  background: #1d3243;
}

.section--black {
  background: #010101;
}

.section--dark-grey {
  background: #3a3c3e;
}

.section--dark-gradient {
  background: transparent;
}

.section__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__background > * {
  position: absolute;
  width: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .section__background {
    display: block;
  }
}

.section__background--1 > *:nth-child(1) {
  display: none;
  -webkit-filter: drop-shadow(0 3px 30px #0000000b);
          filter: drop-shadow(0 3px 30px #0000000b);
  width: 4920px;
  top: -2018px;
  right: -2625px;
}

.section__background--1 > *:nth-child(2) {
  left: 88px;
  top: 124px;
}

.section__background--1 > *:nth-child(3) {
  right: 92px;
  top: 54px;
}

.section__background--1 > *:nth-child(4) {
  right: 173px;
  top: 123px;
}

.section__background--1 > *:nth-child(5) {
  bottom: -16px;
  left: calc(50% - 6px);
}

.section__background--2 > *:nth-child(1) {
  left: 90px;
}

.section__background--2 > *:nth-child(2) {
  left: 115px;
  top: 118px;
}

.section__background--2 > *:nth-child(3) {
  bottom: 106px;
  right: 137px;
}

.section__background--2 > *:nth-child(4) {
  bottom: 42px;
  right: 80px;
}

.section__background--3 > *:nth-child(1) {
  display: none;
  -webkit-filter: drop-shadow(0 3px 30px #0000000b);
          filter: drop-shadow(0 3px 30px #0000000b);
  width: 4875px;
  top: -1761px;
  left: -2558px;
}

.section__background--3 > *:nth-child(2) {
  left: 151px;
  top: -165px;
}

.section__background--3 > *:nth-child(3) {
  left: 261px;
  top: -16px;
}

.section__background--3 > *:nth-child(4) {
  right: 81px;
  top: -224px;
}

.section__background--4 > *:nth-child(1) {
  width: 1076px;
  top: -452px;
  right: -423px;
}

.section__background--4 > *:nth-child(2) {
  width: 717px;
  left: -238px;
  top: 316px;
  transform: rotate(-20deg);
}

.section__background--4 > *:nth-child(3) {
  left: 105px;
  top: 3px;
}

.section__background--4 > *:nth-child(4) {
  right: 92px;
  top: -45px;
}

.section__background--4 > *:nth-child(5) {
  right: 117px;
  top: -19px;
}

.section__background--4 > *:nth-child(6) {
  bottom: -27px;
  right: 287px;
}

.section__background--5 {
  display: block;
}

.section__background--5 > *:nth-child(1) {
  width: 1731px;
  left: calc(50% - 266px);
  top: -566px;
}

@media screen and (min-width: 1300px) {
  .section__background--5 > *:nth-child(1) {
    display: none;
  }
}

.section__background--5 > *:nth-child(2) {
  right: 20px;
  top: -63px;
}

@media screen and (min-width: 1300px) {
  .section__background--5 > *:nth-child(2) {
    top: -2px;
    right: 245px;
  }
}

.section__background--5 > *:nth-child(3) {
  display: none;
}

@media screen and (min-width: 1300px) {
  .section__background--5 > *:nth-child(3) {
    display: block;
    top: 507px;
    left: calc(50% + 301px);
  }
}

.section__background--5 > *:nth-child(4) {
  display: none;
}

@media screen and (min-width: 1300px) {
  .section__background--5 > *:nth-child(4) {
    display: block;
    right: 180px;
    top: 747px;
  }
}

.section__background--5 > *:nth-child(5) {
  display: none;
}

@media screen and (min-width: 1300px) {
  .section__background--5 > *:nth-child(5) {
    display: block;
    bottom: 781px;
    right: 278px;
  }
}

.section__background--5 > *:nth-child(6) {
  display: block;
  width: 235px;
  left: -87px;
  top: -191px;
  transform: rotate(29deg);
}

@media screen and (min-width: 1300px) {
  .section__background--5 > *:nth-child(6) {
    display: none;
  }
}

.section__background--6 {
  display: block;
}

.section__background--6 > *:nth-child(1) {
  width: 1239px;
  top: -329px;
  right: -723px;
}

@media screen and (min-width: 1024px) {
  .section__background--6 > *:nth-child(1) {
    width: 3556px;
    top: -1847px;
    right: -2087px;
  }
}

.section__background--6 > *:nth-child(2) {
  left: 21px;
  top: -44px;
}

@media screen and (min-width: 1024px) {
  .section__background--6 > *:nth-child(2) {
    left: 138px;
    top: 73px;
  }
}

.section__background--6 > *:nth-child(3) {
  right: 20px;
  top: -71px;
}

@media screen and (min-width: 1024px) {
  .section__background--6 > *:nth-child(3) {
    right: 72px;
    top: 61px;
  }
}

.section__background--6 > *:nth-child(4) {
  right: 47px;
  top: -38px;
}

@media screen and (min-width: 1024px) {
  .section__background--6 > *:nth-child(4) {
    right: 99px;
    top: 89px;
  }
}

.section__background--6 > *:nth-child(5) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--6 > *:nth-child(5) {
    display: block;
    bottom: 134px;
    right: 259px;
  }
}

.section__background--7 {
  display: block;
}

.section__background--7 > *:nth-child(1) {
  width: 1096px;
  left: -706px;
  top: -411px;
}

@media screen and (min-width: 1300px) {
  .section__background--7 > *:nth-child(1) {
    width: 1552px;
    top: -644px;
    left: -902px;
  }
}

.section__background--7 > *:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1300px) {
  .section__background--7 > *:nth-child(2) {
    display: block;
    top: 121px;
    left: 111px;
  }
}

.section__background--7 > *:nth-child(3) {
  display: none;
}

@media screen and (min-width: 1300px) {
  .section__background--7 > *:nth-child(3) {
    display: block;
    top: 143px;
    right: 97px;
  }
}

.section__background--7 > *:nth-child(4) {
  display: none;
}

@media screen and (min-width: 1300px) {
  .section__background--7 > *:nth-child(4) {
    display: block;
    right: 123px;
    top: 172px;
  }
}

.section__background--7 > *:nth-child(5) {
  display: none;
}

@media screen and (min-width: 1300px) {
  .section__background--7 > *:nth-child(5) {
    display: block;
    top: 566px;
    right: 220px;
  }
}

.section__background--7 > *:nth-child(6) {
  display: block;
  width: 434px;
  left: -196px;
  top: 1326px;
  transform: rotate(-19deg);
}

@media screen and (min-width: 1300px) {
  .section__background--7 > *:nth-child(6) {
    display: none;
  }
}

.section__background--8 {
  display: block;
}

.section__background--8 > *:nth-child(1) {
  left: calc(50% - 7px);
  top: -111px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .section__background--8 > *:nth-child(1) {
    top: -43px;
  }
}

.section__background--8 > *:nth-child(2) {
  width: 1000px;
  top: -417px;
  right: -654px;
}

@media screen and (min-width: 1024px) {
  .section__background--8 > *:nth-child(2) {
    width: 1076px;
    top: -278px;
    right: -475px;
  }
}

.section__background--8 > *:nth-child(3) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--8 > *:nth-child(3) {
    display: block;
    width: 717px;
    left: -238px;
    top: 316px;
    transform: rotate(-20deg);
  }
}

.section__background--9 {
  display: block;
}

.section__background--9 > *:nth-child(1) {
  width: 1224px;
  top: -249px;
  right: -672px;
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(1) {
    width: 1163px;
    top: -136px;
    right: -578px;
  }
}

.section__background--9 > *:nth-child(2) {
  left: 21px;
  top: -44px;
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(2) {
    left: 138px;
    top: 73px;
  }
}

.section__background--9 > *:nth-child(3) {
  right: 17px;
  top: -167px;
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(3) {
    right: calc(50% - 7px);
    top: -66px;
  }
}

.section__background--9 > *:nth-child(4) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(4) {
    display: block;
    right: 73px;
    top: 49px;
  }
}

.section__background--9 > *:nth-child(5) {
  right: 45px;
  top: -133px;
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(5) {
    top: 74px;
    right: 99px;
  }
}

.section__background--9 > *:nth-child(6) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(6) {
    display: block;
    right: 295px;
    top: 293px;
  }
}

.section__background--9 > *:nth-child(7) {
  left: calc(50% - 4px);
  top: 236px;
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(7) {
    top: 483px;
  }
}

.section__background--9 > *:nth-child(8) {
  width: 433px;
  left: -202px;
  bottom: -40px;
  transform: rotate(-19deg);
}

@media screen and (min-width: 1024px) {
  .section__background--9 > *:nth-child(8) {
    width: 788px;
    left: -299px;
    bottom: -79px;
    transform: rotate(-20deg);
  }
}

.section__background--10 > *:nth-child(1) {
  display: none;
  -webkit-filter: drop-shadow(0 3px 30px #0000000b);
          filter: drop-shadow(0 3px 30px #0000000b);
  width: 2783px;
  top: -720px;
  right: -1151px;
}

.section__background--10 > *:nth-child(2) {
  top: -77px;
  left: 105px;
}

.section__background--10 > *:nth-child(3) {
  top: -87px;
  right: 105px;
}

.section__background--10 > *:nth-child(4) {
  top: -60px;
  right: 130px;
}

.section__background--10 > *:nth-child(5) {
  left: calc(50% - 438px);
  bottom: 151px;
}

.section__background--10 > *:nth-child(6) {
  display: none;
  -webkit-filter: drop-shadow(0 3px 30px #0000000b);
          filter: drop-shadow(0 3px 30px #0000000b);
  width: 1325px;
  left: -505px;
  bottom: 109px;
  transform: rotate(-19deg);
}

.section__background--11 {
  display: block;
}

.section__background--11 > *:nth-child(1) {
  width: 1224px;
  top: -249px;
  right: -672px;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(1) {
    width: 1163px;
    top: -136px;
    right: -578px;
  }
}

.section__background--11 > *:nth-child(2) {
  left: 21px;
  top: -44px;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(2) {
    left: 138px;
    top: 73px;
  }
}

.section__background--11 > *:nth-child(3) {
  right: 17px;
  top: -69px;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(3) {
    display: none;
  }
}

.section__background--11 > *:nth-child(4) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(4) {
    display: block;
    right: 73px;
    top: 49px;
  }
}

.section__background--11 > *:nth-child(5) {
  right: 45px;
  top: -36px;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(5) {
    top: 74px;
    right: 99px;
  }
}

.section__background--11 > *:nth-child(6) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(6) {
    display: block;
    right: 295px;
    top: 293px;
  }
}

.section__background--11 > *:nth-child(7) {
  left: calc(50% - 4px);
  top: 236px;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(7) {
    top: 483px;
  }
}

.section__background--11 > *:nth-child(8) {
  width: 433px;
  left: -202px;
  bottom: -40px;
  transform: rotate(-19deg);
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(8) {
    width: 788px;
    left: -299px;
    bottom: -79px;
    transform: rotate(-20deg);
  }
}

.section__background--11 > *:nth-child(9) {
  left: calc(50% - 4px);
  top: -147px;
}

@media screen and (min-width: 1024px) {
  .section__background--11 > *:nth-child(9) {
    display: none;
  }
}

.section__background--12 {
  display: block;
}

.section__background--12 > *:nth-child(1) {
  top: -883px;
  width: 1545px;
  right: -1026px;
}

@media screen and (min-width: 1024px) {
  .section__background--12 > *:nth-child(1) {
    width: 3824px;
    top: -1920px;
    right: -2324px;
  }
}

.section__background--12 > *:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--12 > *:nth-child(2) {
    display: block;
    left: 138px;
    top: 73px;
  }
}

.section__background--12 > *:nth-child(3) {
  right: 20px;
  top: -50px;
}

@media screen and (min-width: 1024px) {
  .section__background--12 > *:nth-child(3) {
    right: 72px;
    top: 61px;
  }
}

.section__background--12 > *:nth-child(4) {
  right: 47px;
  top: -17px;
}

@media screen and (min-width: 1024px) {
  .section__background--12 > *:nth-child(4) {
    right: 99px;
    top: 89px;
  }
}

.section__background--12 > *:nth-child(5) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--12 > *:nth-child(5) {
    display: block;
    bottom: 134px;
    right: 259px;
  }
}

.section__background--13 {
  display: block;
}

.section__background--13 > *:nth-child(1) {
  -webkit-filter: drop-shadow(0 3px 30px #0000000b);
          filter: drop-shadow(0 3px 30px #0000000b);
  top: -2340px;
  width: 4945px;
  left: -2667px;
}

@media screen and (min-width: 1024px) {
  .section__background--13 > *:nth-child(1) {
    width: 5503px;
    top: -2257px;
    left: -2553px;
  }
}

.section__background--13 > *:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--13 > *:nth-child(2) {
    display: block;
    right: 84px;
    top: 33px;
  }
}

.section__background--13 > *:nth-child(3) {
  top: -24px;
  right: 28px;
}

@media screen and (min-width: 1024px) {
  .section__background--13 > *:nth-child(3) {
    bottom: 191px;
    top: unset;
    right: 188px;
  }
}

.section__background--13 > *:nth-child(4) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--13 > *:nth-child(4) {
    left: 141px;
    display: block;
    bottom: -7px;
  }
}

.section__background--13 > *:nth-child(5) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--13 > *:nth-child(5) {
    display: block;
    left: 166px;
    bottom: 19px;
  }
}

.section__background--14 {
  display: block;
}

.section__background--14 > *:nth-child(1) {
  -webkit-filter: drop-shadow(0 3px 30px #0000000b);
          filter: drop-shadow(0 3px 30px #0000000b);
  top: -114px;
  width: 4200px;
  right: calc(50% - 2129px);
}

@media screen and (min-width: 1024px) {
  .section__background--14 > *:nth-child(1) {
    width: 4500px;
    top: -66px;
    right: calc(50% - 2270px);
  }
}

.section__background--14 > *:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--14 > *:nth-child(2) {
    display: block;
    left: 138px;
    top: 73px;
  }
}

.section__background--14 > *:nth-child(3) {
  right: 20px;
  top: -50px;
}

@media screen and (min-width: 1024px) {
  .section__background--14 > *:nth-child(3) {
    right: 72px;
    top: 61px;
  }
}

.section__background--14 > *:nth-child(4) {
  right: 47px;
  top: -17px;
}

@media screen and (min-width: 1024px) {
  .section__background--14 > *:nth-child(4) {
    right: 99px;
    top: 89px;
  }
}

.section__background--14 > *:nth-child(5) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__background--14 > *:nth-child(5) {
    display: block;
    bottom: 224px;
    right: 299px;
  }
}

.section__background--14 > *:nth-child(6) {
  top: -129px;
  right: 50%;
}

@media screen and (min-width: 1024px) {
  .section__background--14 > *:nth-child(6) {
    top: -190px;
  }
}

.section__background--15 {
  display: block;
}

.section__background--15 > img:nth-child(1) {
  display: block;
  -webkit-filter: drop-shadow(0 3px 30px #00000029);
          filter: drop-shadow(0 3px 30px #00000029);
  bottom: -1273px;
  width: 1875px;
  transform: translate(-50%, -100%);
  left: 50%;
}

@media screen and (min-width: 1024px) {
  .section__background--15 > img:nth-child(1) {
    width: 2951px;
    transform: none;
    bottom: 452px;
    left: calc(50% - 1861px);
  }
}

.section__background--15 > img:nth-child(2) {
  display: block;
  top: 74px;
  right: 6%;
}

@media screen and (min-width: 1024px) {
  .section__background--15 > img:nth-child(2) {
    top: 19%;
    right: 7.5%;
  }
}

.section__background--16 > *:nth-child(1) {
  width: 3079px;
  top: -1265px;
  right: -1639px;
}

.section__inner {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .section__inner {
    min-height: 56.25rem;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .section__inner--small {
    min-height: 27.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .section__inner--xsmall {
    min-height: unset;
  }
}

/**
 * Shifted Columns
 */

.shifted-columns {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .shifted-columns {
    flex-direction: row;
  }
}

.shifted-columns__column {
  flex: 1;
}

.shifted-columns__column:last-child {
  padding-top: 82px;
}

@media screen and (min-width: 1024px) {
  .shifted-columns__column {
    margin: 0 23px;
  }

  .shifted-columns__column:last-child {
    padding-top: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .shifted-columns--inverse {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.shifted-columns--inverse .shifted-columns__column:first-child {
  order: 2;
}

.shifted-columns--inverse .shifted-columns__column:last-child {
  padding-top: 0;
  margin-top: -201px;
  margin-bottom: 37px;
}

@media screen and (min-width: 1024px) {
  .shifted-columns--inverse .shifted-columns__column {
    margin: 0;
  }

  .shifted-columns--inverse .shifted-columns__column:first-child {
    order: 1;
    margin-right: 23px;
  }

  .shifted-columns--inverse .shifted-columns__column:last-child {
    order: 1;
  }
}

/**
 * Well
 */

.well {
  max-width: 650px;
  margin: 0 auto;
}

.well--wide {
  max-width: 710px;
}

.video-motion__text,
.video-modal__text,
.menu-panel,
.landing-images--15 .landing-images__text-block,
.landing-images--14 .landing-images__text-block,
.landing-images--13 .landing-images__text-block,
.landing-images--12 > .landing-images__text-block,
.header__inner,
.footer__inner,
.cta-list__item,
.abstract-header__title,
.section__inner {
  width: 100%;
  box-sizing: border-box;
  max-width: 120rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .video-motion__text,
  .video-modal__text,
  .menu-panel,
  .landing-images--15 .landing-images__text-block,
  .landing-images--14 .landing-images__text-block,
  .landing-images--13 .landing-images__text-block,
  .landing-images--12 > .landing-images__text-block,
  .header__inner,
  .footer__inner,
  .cta-list__item,
  .abstract-header__title,
  .section__inner {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}

/**
 * Abstract Header component
 */

.abstract-header {
  min-height: 305px;
  overflow: hidden;
  position: relative;
  color: #fff;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .abstract-header {
    min-height: 550px;
  }
}

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

.abstract-header__background > img {
  position: absolute;
  width: 14px;
}

.abstract-header__background--1 {
  background: #737979;
}

.abstract-header__background--1 > img:nth-child(1) {
  -webkit-filter: drop-shadow(0 3px 30px #00000029);
          filter: drop-shadow(0 3px 30px #00000029);
  width: 367%;
  top: 52%;
  transform: translate(-50%, -100%);
  left: 50%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--1 > img:nth-child(1) {
    width: 2574px;
    transform: none;
    top: -2125px;
    left: calc(50% - 1748px);
  }
}

.abstract-header__background--1 > img:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--1 > img:nth-child(2) {
    display: block;
    bottom: 148px;
    left: calc(50% - 543px);
  }
}

.abstract-header__background--1 > img:nth-child(3) {
  bottom: 43%;
  right: 14%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--1 > img:nth-child(3) {
    bottom: 182px;
    left: calc(50% + 700px);
  }
}

.abstract-header__background--1 > img:nth-child(4) {
  top: 25%;
  right: 6%;
}

.abstract-header__background--2 {
  background: #f87329;
}

.abstract-header__background--2 > img:nth-child(1) {
  -webkit-filter: drop-shadow(0 3px 30px #00000029);
          filter: drop-shadow(0 3px 30px #00000029);
  transform: rotate(-12deg);
  left: -100px;
  bottom: 246px;
  width: 1403px;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--2 > img:nth-child(1) {
    transform: rotate(-12deg);
    width: 1823px;
    top: -1479px;
    left: calc(50% - 1047px);
  }
}

.abstract-header__background--2 > img:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--2 > img:nth-child(2) {
    display: block;
    bottom: 148px;
    left: calc(50% - 543px);
  }
}

.abstract-header__background--2 > img:nth-child(3) {
  bottom: 43%;
  right: 14%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--2 > img:nth-child(3) {
    bottom: 182px;
    left: calc(50% + 700px);
  }
}

.abstract-header__background--2 > img:nth-child(4) {
  top: 33%;
  right: 7%;
}

.abstract-header__background--3 {
  background: #737979;
}

.abstract-header__background--3 > img:nth-child(1) {
  -webkit-filter: drop-shadow(0 3px 30px #00000029);
          filter: drop-shadow(0 3px 30px #00000029);
  width: 367%;
  top: 52%;
  transform: translate(-50%, -100%);
  left: 61%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--3 > img:nth-child(1) {
    width: 1913px;
    transform: none;
    top: -1485px;
    left: calc(50% - 1243px);
  }
}

.abstract-header__background--3 > img:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--3 > img:nth-child(2) {
    display: block;
    bottom: 189px;
    left: calc(50% - 543px);
  }
}

.abstract-header__background--3 > img:nth-child(3) {
  bottom: 43%;
  right: 14%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--3 > img:nth-child(3) {
    bottom: 182px;
    left: calc(50% + 700px);
  }
}

.abstract-header__background--3 > img:nth-child(4) {
  top: 23%;
  right: 6%;
}

.abstract-header__background--4 {
  background: #f87329;
}

.abstract-header__background--4 > img:nth-child(1) {
  -webkit-filter: drop-shadow(0 3px 30px #00000029);
          filter: drop-shadow(0 3px 30px #00000029);
  width: 367%;
  top: 52%;
  transform: translate(-50%, -100%);
  left: 50%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--4 > img:nth-child(1) {
    width: 2951px;
    transform: none;
    top: -2433px;
    left: calc(50% - 1861px);
  }
}

.abstract-header__background--4 > img:nth-child(2) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--4 > img:nth-child(2) {
    display: block;
    bottom: 148px;
    left: calc(50% - 543px);
  }
}

.abstract-header__background--4 > img:nth-child(3) {
  bottom: 43%;
  right: 14%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--4 > img:nth-child(3) {
    bottom: 182px;
    left: calc(50% + 700px);
  }
}

.abstract-header__background--4 > img:nth-child(4) {
  top: 24%;
  right: 6%;
}

@media screen and (min-width: 1024px) {
  .abstract-header__background--4 > img:nth-child(4) {
    top: 33%;
    right: 7.5%;
  }
}

.abstract-header__title {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.2962962963;
  letter-spacing: -0.68px;
  padding-top: 62px;
}

@media screen and (min-width: 1024px) {
  .abstract-header__title {
    padding-top: 154px;
    max-width: 1663px;
    font-size: 64px;
    line-height: 1.84375;
    letter-spacing: -1.6px;
  }
}

.abstract-header__title--huge {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -1px;
}

@media screen and (min-width: 1024px) {
  .abstract-header__title--huge {
    font-size: 103px;
    line-height: 1.145631068;
    letter-spacing: -2.58px;
  }
}

/**
 * Button components
 */

.button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.button--primary,
.button--outline,
.button--white {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem;
  min-width: 12.375rem;
  min-height: 56px;
  border: 0.0625rem solid;
  border-radius: 0.1875rem;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: -0.028125rem;
  font-weight: 700;
  margin: 0.1875rem 0rem;
  position: relative;
  overflow: hidden;
}

.button--primary:not([disabled]),
.button--outline:not([disabled]),
.button--white:not([disabled]) {
  transition: all 0.2s linear;
}

.button--primary:not([disabled])::before,
.button--outline:not([disabled])::before,
.button--white:not([disabled])::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s linear;
}

.button--primary:not([disabled]):hover,
.button--outline:not([disabled]):hover,
.button--white:not([disabled]):hover {
  transform: scale(1.05);
}

.button--primary:not([disabled]):hover::before,
.button--outline:not([disabled]):hover::before,
.button--white:not([disabled]):hover::before {
  width: 100%;
  opacity: 1;
}

[disabled].button--primary,
[disabled].button--outline,
[disabled].button--white {
  background: #fff;
  border-color: #737979;
  color: #222;
}

.button--white:not([disabled]) {
  background: #fff;
  border: none;
  color: #222;
}

.button--white:not([disabled])::before {
  background: #f87329;
}

.button--white:not([disabled]):hover {
  color: white;
}

.button--outline:not([disabled]) {
  background: #fff;
  border-color: #737979;
  color: #222;
}

.button--outline:not([disabled])::before {
  background: #f87329;
}

.button--outline:not([disabled]):hover {
  color: white;
}

.button--primary:not([disabled]) {
  background: #f87329;
  border: none;
  color: #fff;
}

.button--primary:not([disabled])::before {
  background: #737979;
  z-index: 1;
}

.button--primary:not([disabled]) > span {
  z-index: 2;
}

.button--lg {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.6px;
}

.button--sm {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.45px;
}

/**
 * Card component
 */

.card {
  margin: 0 0 82px;
  text-decoration: none;
  color: inherit;
  display: block;
}

.card:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .card {
    margin-bottom: 220px;
  }

  .card:last-child {
    margin-bottom: 0;
  }
}

.card:focus {
  outline: none !important;
}

.card__image {
  box-shadow: 0 5px 20px #00000029;
  border-radius: 10px;
  margin-bottom: 13px;
}

@media screen and (min-width: 1024px) {
  .card__image {
    margin-bottom: 28px;
  }
}

.card__mark {
  display: block;
  background: transparent no-repeat left center/14px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: -0.35px;
  font-weight: 700;
  margin-bottom: 22px;
}

.card__mark--square {
  background-image: url("/img/shapes/square-grey.svg");
}

.card__mark--circle {
  background-image: url("/img/shapes/dot-orange.svg");
}

.card__mark--circle-grey {
  background-image: url("/img/shapes/dot-grey.svg");
}

.card__heading {
  margin: 0 0 19px;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: -0.6px;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .card__heading {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.1428571429;
    letter-spacing: -0.7px;
  }
}

.card__description {
  margin: 0;
  line-height: 1.8;
}

/**
 * Contact Form component
 */

#contactFormWrapper.hidden {
  display: none;
}

.contact-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 13px 0;
}

@media screen and (min-width: 1024px) {
  .contact-form {
    flex-direction: row;
    padding: 0;
    margin-right: -32px;
  }
}

.contact-form__sender-info {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .contact-form__sender-info {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    padding-bottom: 25px;
  }
}

.contact-form__message {
  width: 100%;
  padding-bottom: 22px;
}

@media screen and (min-width: 1024px) {
  .contact-form__message {
    width: 50%;
  }
}

.contact-form__field {
  margin-bottom: 13px;
}

@media screen and (min-width: 1024px) {
  .contact-form__field {
    margin-bottom: 16px;
  }
}

.contact-form__label {
  margin-bottom: 4px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
  letter-spacing: 0.028125rem;
  font-weight: 600;
}

.contact-form__label.is-filled {
  opacity: 0.3;
}

.contact-form__textarea,
.contact-form__input {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 600;
  width: 100%;
}

.contact-form__textarea:focus,
.contact-form__input:focus {
  outline: none;
}

.contact-form__input {
  font-size: 1.625rem;
  line-height: 1.5384615385;
  letter-spacing: 0.040625rem;
}

.contact-form__textarea {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  letter-spacing: 0.0375rem;
}

@media screen and (min-width: 1024px) {
  .contact-form__textarea {
    font-size: 1.75rem;
    line-height: 1.2142857143;
    letter-spacing: 0.04375rem;
    min-height: 138px;
  }
}

/**
 * Contact Info component
 */

.contact-info {
  margin: 0 0 39px;
}

@media screen and (min-width: 1024px) {
  .contact-info {
    margin: 106px 0;
  }
}

.contact-info__heading {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: -0.0375rem;
}

@media screen and (min-width: 1024px) {
  .contact-info__heading {
    font-size: 2.125rem;
    line-height: 1.0588235294;
    letter-spacing: -0.053125rem;
  }
}

.contact-info__heading--small {
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.45px;
  margin-bottom: 3px;
  font-weight: 700;
}

.contact-info__contacts {
  margin: 0 0 20px;
}

.contact-info__contacts > a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.0375rem;
}

@media screen and (min-width: 1024px) {
  .contact-info__contacts > a {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.0375rem;
  }
}

.contact-info--small {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.38px;
}

@media screen and (min-width: 1024px) {
  .contact-info--small {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.35px;
    max-width: 39rem;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .contact-info--small .contact-info__contacts {
    line-height: 1;
  }

  .contact-info--small .contact-info__contacts > a {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.5px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-info--small .link--small {
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.35px;
    margin-top: -10px;
    display: block;
  }
}

/**
 * CTA List component
 */

.cta-list {
  margin: 0;
}

.cta-list__item {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
}

.cta-list__item:nth-child(2n) {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .cta-list__item {
    flex-direction: row;
    padding-top: 98px;
    padding-bottom: 98px;
  }
}

.cta-list__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .cta-list__column {
    width: 50%;
  }

  .cta-list__column:first-child {
    order: 2;
  }

  .cta-list__column:last-child {
    padding-right: 2rem;
  }
}

.cta-list__heading {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5454545455;
  letter-spacing: -0.55px;
}

@media screen and (min-width: 1024px) {
  .cta-list__heading {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.375;
    letter-spacing: -0.8px;
  }
}

.cta-list__text {
  max-width: 650px;
  min-height: 188px;
  margin: 0 0 60px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.38px;
}

@media screen and (min-width: 1024px) {
  .cta-list__text {
    min-height: 108px;
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.45px;
  }
}

.cta-list__illustration {
  box-shadow: 0 5px 20px #00000029;
  border-radius: 10px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .cta-list__illustration {
    margin-bottom: 0;
  }
}

/**
 * Features component
 */

.features {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .features {
    flex-direction: row;
  }
}

.features__item {
  width: 300px;
  margin: 0 auto;
  flex-grow: 1;
}

@media screen and (min-width: 1024px) {
  .features__item {
    padding-right: 2rem;
    margin: 0;
    width: 230px;
  }
}

@media screen and (min-width: 1066px) and (max-width: 1327px) {
  .features__item {
    width: 320px;
  }
}

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

@media screen and (min-width: 1024px) {
  .feature {
    align-items: flex-start;
  }
}

.feature__icon {
  height: 128px;
  width: auto;
  margin-bottom: 32px;
}

.feature__heading {
  margin: 0 0 9px;
  font-size: 28px;
  line-height: 1.5714285714;
  letter-spacing: -0.7px;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .feature__heading {
    margin-bottom: 44px;
    font-size: 32px;
    line-height: 1.15625;
    letter-spacing: -0.8px;
    font-weight: 700;
  }
}

.feature__list {
  padding: 0;
  margin: 0 0 56px;
  list-style: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.38px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .feature__list {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
  }
}

/**
 * Footer component
 */

.footer {
  background: #222;
  color: #fff;
  padding: 4.375rem 0rem 2.3125rem;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 2.5625rem 0rem 0rem;
  }
}

.footer .link--primary:hover {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer__logo {
  display: block;
  height: 3.75rem;
  width: 5.0625rem;
  margin: 0 auto 2.375rem;
  background: url("/img/logo-white.svg") no-repeat center/contain;
}

@media screen and (min-width: 1024px) {
  .footer__logo {
    margin: 0rem 0rem -0.3125rem;
    order: 1;
  }
}

.footer__contacts {
  text-align: center;
  margin-bottom: 5.25rem;
}

@media screen and (min-width: 1024px) {
  .footer__contacts {
    text-align: left;
    margin: -0.3125rem auto 3.3125rem 0;
    width: auto;
    order: 3;
  }
}

.footer__social-heading,
.footer__contacts-heading {
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.0375rem;
}

@media screen and (min-width: 1024px) {
  .footer__social-heading,
  .footer__contacts-heading {
    font-size: 2rem;
    line-height: 1.65625;
    letter-spacing: 0.05rem;
  }
}

.footer__contacts-heading {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .footer__contacts-heading {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.0375rem;
  }
}

.footer__contacts-list {
  color: #f87329;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.03125rem;
}

@media screen and (min-width: 1024px) {
  .footer__contacts-list {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.0375rem;
  }
}

.footer__contacts-list > * {
  margin-bottom: 0;
}

.footer__social {
  margin: 0rem 1.5625rem -1.25rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer__social {
    order: 2;
    margin: 0rem 0rem 0.5rem;
    width: 100%;
  }
}

.footer__social-heading {
  margin: 0rem 0rem 1.875rem;
}

@media screen and (min-width: 1024px) {
  .footer__social-heading {
    margin: 0rem 0rem 1.0625rem;
  }
}

.footer__social-list {
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .footer__social-list {
    justify-content: space-around;
  }
}

.footer__social-list > * {
  width: 33%;
  margin-bottom: 5.625rem;
}

@media screen and (min-width: 1024px) {
  .footer__social-list > * {
    width: auto;
  }
}

.footer__social-list > *:nth-child(3n) {
  text-align: right;
}

.footer__social-list > *:nth-child(3n-1) {
  text-align: center;
}

.footer__social-list > *:nth-child(3n-2) {
  text-align: left;
}

.footer__copyright {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.021875rem;
  margin: 0;
  padding: 0rem 0.5rem;
}

@media screen and (min-width: 1024px) {
  .footer__copyright {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    letter-spacing: 0.028125rem;
    margin-bottom: 3.3125rem;
    padding: 0;
    width: auto;
    max-width: 41.375rem;
    order: 4;
  }
}

.footer__copyright a {
  color: #f87329;
  text-decoration: none;
}

/**
 * Header component
 */

.header {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .header {
    min-height: 7.5rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  }
}

.header__inner {
  display: flex;
  padding-top: 0.6875rem;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .header__inner {
    padding-top: 1rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.header__logo {
  display: block;
  height: 1.9375rem;
  width: 2.5625rem;
  margin-left: 0.3125rem;
  margin-right: auto;
  background: url("/img/logo.svg") no-repeat center/contain;
}

@media screen and (min-width: 1024px) {
  .header__logo {
    height: 2.875rem;
    width: 3.8125rem;
  }
}

.header--white,
.header--white-2 {
  color: #fff;
}

.header--white .header__logo,
.header--white-2 .header__logo {
  background-image: url("/img/logo-white.svg");
}

.header--white .navigation__toggle,
.header--white-2 .navigation__toggle {
  background-image: url("/img/icons/menu-white.svg");
}

.header--white-2 .link:hover {
  color: #fff;
}

.header--white-2 .link--active {
  color: #fff;
}

.header--white-2.header--sticky .link:hover {
  color: #f87329;
}

.header--white-2.header--sticky .link--active {
  color: #f87329;
}

@media screen and (min-width: 1024px) {
  .header--transparent {
    background-image: none;
  }
}

.header--sticky {
  background: #fff;
  min-height: 56px;
  box-shadow: 0 0 10px #222;
  transform: translate3d(0, -110%, 0);
  opacity: 0;
  position: fixed;
  z-index: 3;
  color: #222 !important;
}

@media screen and (min-width: 1024px) {
  .header--sticky {
    min-height: 82px;
  }
}

.header--sticky.is-animated {
  transition: transform 0.5s ease, opacity 0.1s ease;
}

.header--sticky .header__logo {
  background-image: url("/img/logo.svg") !important;
}

.header--sticky .navigation__toggle {
  background-image: url("/img/icons/menu.svg");
}

.header--sticky.js-hidden {
  display: none !important;
  visibility: hidden;
  position: absolute !important;
  transition: none !important;
}

.header--sticky.js-sticky-shown {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/**
 * Heading components
 */

.heading {
  font-size: 2rem;
  line-height: 1.34375;
  letter-spacing: -0.05rem;
  margin: 0 0 1.0625rem;
}

@media screen and (min-width: 1024px) {
  .heading {
    font-size: 3.375rem;
    line-height: 1.1481481481;
    letter-spacing: -0.084375rem;
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .heading--small {
    font-size: 44px;
    line-height: 1.1590909091;
    letter-spacing: -1.1px;
    margin-bottom: 2.25rem;
  }
}

/**
 * Icon component
 */

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

.icon__label {
  display: none;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.03125rem;
  margin-bottom: 0.5625rem;
}

@media screen and (min-width: 1024px) {
  .icon__label {
    display: block;
  }
}

.icon__image {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon__image--facebook {
  background-image: url("/img/icons/brands/facebook.svg");
}

.icon__image--twitter {
  background-image: url("/img/icons/brands/twitter.svg");
}

.icon__image--instagram {
  background-image: url("/img/icons/brands/instagram.svg");
}

.icon__image--youtube {
  background-image: url("/img/icons/brands/youtube.svg");
}

.icon__image--dribbble {
  background-image: url("/img/icons/brands/dribbble.svg");
}

.icon__image--behance {
  background-image: url("/img/icons/brands/behance.svg");
}

.icon--back {
  display: inline-block;
  width: 12px;
  height: 20px;
  padding-right: 5px;
  background: url("/img/icons/back-gray.svg") no-repeat center/contain;
}

.icon--forward {
  display: inline-block;
  width: 12px;
  height: 20px;
  padding-left: 5px;
  background: url("/img/icons/next.svg") no-repeat center/contain;
}

.icon--square {
  display: block;
  width: 14px;
  height: 14px;
  background: url("/img/shapes/square-grey.svg") no-repeat center/contain;
}

/**
 * Image Composition component
 */

.image-composition {
  position: relative;
  width: 100%;
}

.image-composition__image {
  position: absolute;
  box-shadow: 0 5px 30px #00000029;
  border-radius: 10px;
}

.image-composition--1 {
  padding-top: 114%;
}

@media screen and (min-width: 1024px) {
  .image-composition--1 {
    padding-top: 84%;
  }
}

.image-composition--1 > .image-composition__image:nth-child(1) {
  width: 58%;
  left: -15%;
  top: 18%;
}

@media screen and (min-width: 1024px) {
  .image-composition--1 > .image-composition__image:nth-child(1) {
    width: 45%;
    top: 0;
    left: 0;
  }
}

.image-composition--1 > .image-composition__image:nth-child(2) {
  width: 76%;
  top: 37%;
  left: 14%;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .image-composition--1 > .image-composition__image:nth-child(2) {
    width: 61%;
    top: 20%;
    left: 21%;
    z-index: unset;
  }
}

.image-composition--1 > .image-composition__image:nth-child(3) {
  width: 46%;
  top: 18%;
  right: -10%;
}

@media screen and (min-width: 1024px) {
  .image-composition--1 > .image-composition__image:nth-child(3) {
    width: 36%;
    top: 0;
    right: 2%;
  }
}

.image-composition--1 > .image-composition__image:nth-child(4) {
  width: 57%;
  bottom: 0;
  left: -9%;
}

@media screen and (min-width: 1024px) {
  .image-composition--1 > .image-composition__image:nth-child(4) {
    width: 45%;
    bottom: 12%;
    left: 4%;
  }
}

.image-composition--1 > .image-composition__image:nth-child(5) {
  width: 57%;
  bottom: 11%;
  right: -17%;
}

@media screen and (min-width: 1024px) {
  .image-composition--1 > .image-composition__image:nth-child(5) {
    width: 45%;
    bottom: 23%;
    right: -5%;
  }
}

.image-composition--2 {
  padding-top: 102%;
}

.image-composition--2 .image-composition__image:first-child {
  top: -4%;
  width: 87%;
}

@media screen and (min-width: 1024px) {
  .image-composition--2 .image-composition__image:first-child {
    bottom: 18%;
    top: unset;
    width: 100%;
    right: -22%;
  }
}

.image-composition--2 .image-composition__image:last-child {
  bottom: 0;
  width: 111%;
  right: -17%;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .image-composition--2 .image-composition__image:last-child {
    top: -4%;
    width: 65%;
    left: 0;
    right: unset;
    bottom: unset;
  }
}

.image-composition--3 {
  padding-top: 125%;
}

@media screen and (min-width: 1024px) {
  .image-composition--3 {
    padding-top: 58%;
  }
}

.image-composition--3 .image-composition__image:first-child {
  top: 17%;
  width: 112%;
  left: -18%;
}

@media screen and (min-width: 1024px) {
  .image-composition--3 .image-composition__image:first-child {
    width: 100%;
    bottom: -26%;
    top: unset;
    left: -22%;
  }
}

.image-composition--3 .image-composition__image:last-child {
  bottom: -2%;
  right: 0;
  width: 88%;
}

@media screen and (min-width: 1024px) {
  .image-composition--3 .image-composition__image:last-child {
    top: -27%;
    width: 66%;
    right: 27%;
    bottom: unset;
  }
}

.image-composition--4 {
  padding-top: 125%;
}

@media screen and (min-width: 1024px) {
  .image-composition--4 {
    padding-top: 106%;
  }
}

.image-composition--4 .image-composition__image:first-child {
  bottom: -6%;
  width: 111%;
  right: -17%;
}

@media screen and (min-width: 1024px) {
  .image-composition--4 .image-composition__image:first-child {
    width: 99%;
    bottom: 1%;
    right: -21%;
  }
}

.image-composition--4 .image-composition__image:last-child {
  top: 20%;
  width: 87%;
}

@media screen and (min-width: 1024px) {
  .image-composition--4 .image-composition__image:last-child {
    top: 16%;
    width: 65%;
  }
}

.image-composition--5 {
  padding-top: 108%;
}

@media screen and (min-width: 1024px) {
  .image-composition--5 {
    padding-top: 97%;
  }
}

.image-composition--5 .image-composition__image:first-child {
  top: 17%;
  width: 112%;
  left: -18%;
}

@media screen and (min-width: 1024px) {
  .image-composition--5 .image-composition__image:first-child {
    top: 8%;
    width: 101%;
    left: -23%;
  }
}

.image-composition--5 .image-composition__image:last-child {
  bottom: -15%;
  width: 87%;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .image-composition--5 .image-composition__image:last-child {
    bottom: 1%;
    width: 65%;
    right: 27%;
  }
}

.image-composition--6 {
  padding-top: 126%;
}

@media screen and (min-width: 1024px) {
  .image-composition--6 {
    padding-top: 72%;
  }
}

.image-composition--6 .image-composition__image:first-child {
  bottom: -7%;
  width: 112%;
  left: -18%;
}

@media screen and (min-width: 1024px) {
  .image-composition--6 .image-composition__image:first-child {
    bottom: -20%;
    width: 100%;
    left: -22%;
  }
}

.image-composition--6 .image-composition__image:last-child {
  top: 23%;
  width: 87%;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .image-composition--6 .image-composition__image:last-child {
    top: -2%;
    width: 65%;
    right: 27%;
  }
}

.image-composition--7 {
  padding-top: 125%;
}

@media screen and (min-width: 1024px) {
  .image-composition--7 {
    padding-top: 73%;
  }
}

.image-composition--7 .image-composition__image:first-child {
  bottom: -3%;
  width: 112%;
  left: -18%;
}

@media screen and (min-width: 1024px) {
  .image-composition--7 .image-composition__image:first-child {
    width: 100%;
    bottom: 0;
    top: unset;
    left: -22%;
  }
}

.image-composition--7 .image-composition__image:last-child {
  top: 23%;
  right: 0;
  width: 88%;
}

@media screen and (min-width: 1024px) {
  .image-composition--7 .image-composition__image:last-child {
    top: -21%;
    width: 66%;
    right: 27%;
    bottom: unset;
  }
}

.image-composition--8 {
  padding-top: 126%;
}

@media screen and (min-width: 1024px) {
  .image-composition--8 {
    padding-top: 85%;
  }
}

.image-composition--8 .image-composition__image:first-child {
  bottom: -9px;
  width: 112%;
  left: -18%;
}

@media screen and (min-width: 1024px) {
  .image-composition--8 .image-composition__image:first-child {
    bottom: -11%;
    width: 101%;
    left: -23%;
  }
}

.image-composition--8 .image-composition__image:last-child {
  top: 18%;
  width: 87%;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .image-composition--8 .image-composition__image:last-child {
    top: 7%;
    width: 65%;
    right: 27%;
  }
}

.image-composition--9 {
  padding-top: 102%;
}

.image-composition--9 .image-composition__image:first-child {
  bottom: -14%;
  width: 110%;
  right: -16%;
}

@media screen and (min-width: 1024px) {
  .image-composition--9 .image-composition__image:first-child {
    bottom: 18%;
    width: 100%;
    right: -22%;
  }
}

.image-composition--9 .image-composition__image:last-child {
  top: 10%;
  width: 88%;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .image-composition--9 .image-composition__image:last-child {
    top: -4%;
    width: 65%;
    left: 0;
    right: unset;
    bottom: unset;
    z-index: -1;
  }
}

.image-composition--10 {
  padding-top: 125%;
}

@media screen and (min-width: 1024px) {
  .image-composition--10 {
    padding-top: 58%;
  }
}

.image-composition--10 .image-composition__image:first-child {
  bottom: -7%;
  width: 112%;
  left: -18%;
}

@media screen and (min-width: 1024px) {
  .image-composition--10 .image-composition__image:first-child {
    width: 100%;
    bottom: -26%;
    left: -22%;
  }
}

.image-composition--10 .image-composition__image:last-child {
  top: 27%;
  right: 0;
  width: 88%;
}

@media screen and (min-width: 1024px) {
  .image-composition--10 .image-composition__image:last-child {
    top: -27%;
    width: 66%;
    right: 27%;
  }
}

/**
 * Inline Video component
 */

.inline-video {
  position: relative;
  max-width: 100%;
}

.inline-video > video {
  max-width: 100%;
}

.inline-video__mute {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/img/icons/sound-off.svg") no-repeat center/contain;
  right: 30px;
  bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .inline-video__mute {
    right: 40px;
    bottom: 40px;
  }
}

.video-motion__mute--off {
  background-image: url("/img/icons/sound-on.svg");
}

/**
 * Key Word component
 */

.key-words {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 0 -87px;
  padding: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 2.1333333333;
  letter-spacing: -0.75px;
}

@media screen and (min-width: 1024px) {
  .key-words {
    flex-direction: row;
    font-size: 44px;
    line-height: 1.4545454545;
    letter-spacing: -1.1px;
    margin-bottom: -15px;
    margin-top: 42px;
  }

  .key-words > li {
    margin-right: 50px;
  }
}

/**
 * Landing Images component
 */

.landing-images {
  width: 100%;
}

.landing-images > hr {
  background-clip: content-box;
  display: block;
  height: 2px;
  max-width: 102rem;
  padding: 0 9rem;
  margin: 0 auto;
  color: transparent;
  background-color: #737979;
}

.landing-images--1 img:nth-child(1) {
  margin-top: -8%;
  margin-bottom: 3%;
}

.landing-images--1 img:nth-child(5) {
  margin-top: -24%;
  margin-bottom: -24%;
  z-index: 1;
  position: relative;
}

.landing-images--1 img:nth-child(7) {
  margin-top: -19%;
}

.landing-images--1 img:nth-child(9) {
  margin-top: -51%;
}

.landing-images--1 img:nth-child(10) {
  position: relative;
  z-index: -1;
  margin-top: -21%;
  margin-bottom: -31%;
}

.landing-images--1 img:nth-child(11) {
  position: relative;
  z-index: -2;
}

.landing-images--2 img:nth-child(1) {
  margin-top: -7%;
}

.landing-images--2 img:nth-child(4) {
  margin-top: -23%;
  margin-bottom: -22%;
}

.landing-images--2 img:nth-child(5) {
  margin-bottom: -33%;
}

.landing-images--2 img:nth-child(6) {
  position: relative;
  z-index: -1;
}

.landing-images--2 img:nth-child(7) {
  margin-top: 3%;
  margin-bottom: -18%;
}

.landing-images--3 img:nth-child(1) {
  margin-top: -7%;
}

.landing-images--3 img:nth-child(5) {
  margin-top: -23%;
  position: relative;
  z-index: -1;
}

.landing-images--3 img:nth-child(6) {
  margin-top: -140%;
  position: relative;
}

.landing-images--3 img:nth-child(7) {
  margin-top: -27%;
  margin-bottom: -28%;
  position: relative;
}

.landing-images--3 img:nth-child(9) {
  margin-top: -13%;
  position: relative;
  z-index: -1;
  margin-bottom: 9%;
}

.landing-images--4 img:nth-child(1) {
  margin-top: -21%;
  margin-bottom: 6%;
}

.landing-images--4 img:nth-child(2) {
  margin-bottom: 5%;
}

.landing-images--4 img:nth-child(4) {
  margin-bottom: 7%;
}

.landing-images--4 img:nth-child(6) {
  margin-top: -22%;
  margin-bottom: -17%;
}

.landing-images--4 img:nth-child(8) {
  margin-top: -23%;
  margin-bottom: -64%;
  position: relative;
  z-index: -1;
}

.landing-images--4 img:nth-child(10) {
  margin-top: -20%;
  margin-bottom: 8%;
  position: relative;
  z-index: -2;
}

.landing-images--4 img:nth-child(11) {
  margin-bottom: 9%;
}

.landing-images--5 img:nth-child(1) {
  margin-top: -5%;
  margin-bottom: 5%;
}

.landing-images--5 img:nth-child(5) {
  margin-top: -18%;
}

.landing-images--5 img:nth-child(8) {
  margin-top: -9%;
}

.landing-images--5 img:nth-child(10) {
  margin-top: -29%;
}

.landing-images--5 img:nth-child(12) {
  margin-bottom: 11%;
}

.landing-images--6 img:nth-child(1) {
  margin-top: -13%;
}

.landing-images--6 img:nth-child(3) {
  width: 39%;
  margin: 5% auto -15%;
  display: block;
  position: relative;
}

.landing-images--6 img:nth-child(5) {
  margin-top: -19%;
}

.landing-images--6 img:nth-child(8) {
  margin-top: -58%;
  margin-bottom: -31%;
  position: relative;
}

.landing-images--7 img:nth-child(1) {
  margin-top: -4%;
}

.landing-images--7 img:nth-child(4) {
  margin-top: -13%;
  position: relative;
  margin-bottom: -25%;
}

.landing-images--7 img:nth-child(5) {
  margin-bottom: -9%;
  position: relative;
}

.landing-images--7 img:nth-child(6) {
  margin-bottom: 2%;
}

.landing-images--8 {
  background: linear-gradient(#242726, #242726) no-repeat top/100% 145vw, linear-gradient(#242726, #242726) no-repeat 0 260vw/100% 500vw, linear-gradient(#242726, #242726) no-repeat 0 960vw/100% 600vw;
}

.landing-images--8 img:nth-child(1) {
  margin-top: -6%;
  margin-bottom: -1%;
}

.landing-images--8 img:nth-child(2) {
  margin-bottom: -1%;
}

.landing-images--8 img:nth-child(4) {
  margin-top: -5%;
  margin-bottom: -34%;
}

.landing-images--8 img:nth-child(6) {
  margin-top: -3%;
}

.landing-images--8 img:nth-child(7) {
  margin-bottom: -1%;
}

.landing-images--8 img:nth-child(8) {
  margin-bottom: -1%;
}

.landing-images--8 img:nth-child(12) {
  margin-bottom: -1%;
}

.landing-images--9 img:nth-child(1) {
  margin-top: -5%;
}

.landing-images--9 img:nth-child(8) {
  margin-top: -10%;
  margin-bottom: -16%;
}

.landing-images--9 img:nth-child(10) {
  margin-top: -18%;
  margin-bottom: -15%;
}

.landing-images--9 img:nth-child(11) {
  margin-bottom: -9%;
  position: relative;
}

.landing-images--10 {
  background: linear-gradient(#1d3243, #1d3243) no-repeat top/100% 90vw;
}

.landing-images--10 .landing-images__text-block {
  box-sizing: border-box;
  line-height: 1.75;
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 .landing-images__text-block {
    padding: 0;
  }
}

.landing-images--10 .landing-images__text-block h2 {
  font-size: 27px;
  line-height: 1.34375;
  list-style: -0.8px;
  margin: 0 0 17px;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 .landing-images__text-block h2 {
    font-size: 44px;
    line-height: 1.4545454545;
    list-style: -1.1px;
    margin: 0 0 4px;
  }
}

.landing-images--10 .landing-images__text-block p {
  margin: 0 0 25px;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 .landing-images__text-block p {
    margin-bottom: 50px;
  }
}

.landing-images--10 .landing-images__text-block:nth-child(2) {
  padding-top: 107%;
  margin-top: -107%;
  margin-bottom: -8%;
  background: #1d3243;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 .landing-images__text-block:nth-child(2) {
    margin-top: -32%;
    padding-top: 28%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1380px) {
  .landing-images--10 .landing-images__text-block:nth-child(2) {
    margin-top: -22%;
    padding-top: 18%;
  }
}

.landing-images--10 .landing-images__text-block:nth-child(2) > div {
  max-width: 40rem;
}

.landing-images--10 .landing-images__text-block:nth-child(8) {
  max-width: 40rem;
  margin: -11% auto 0;
}

.landing-images--10 .landing-images__text-block--white {
  color: #fff;
}

.landing-images--10 img:nth-child(1) {
  width: 215%;
  margin-left: -50%;
  margin-top: -192px;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(1) {
    width: 100%;
    margin-top: -29%;
    margin-left: 26%;
  }
}

@media screen and (min-width: 1380px) {
  .landing-images--10 img:nth-child(1) {
    margin-top: -39%;
  }
}

.landing-images--10 img:nth-child(3) {
  z-index: 1;
  margin-top: -1%;
  position: relative;
  margin-bottom: -62%;
}

.landing-images--10 img:nth-child(4) {
  margin-top: -4%;
  margin-bottom: 12%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(4) {
    margin-bottom: 7%;
  }
}

.landing-images--10 img:nth-child(5) {
  width: 190%;
  margin-left: -45%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(5) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--10 img:nth-child(7) {
  width: 156%;
  margin-left: -28%;
  margin-top: -3%;
  margin-bottom: 18%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(7) {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.landing-images--10 img:nth-child(9) {
  width: 153%;
  margin-left: -53%;
  margin-top: -12%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(9) {
    width: 100%;
    margin-left: 0;
    margin-top: -21%;
  }
}

.landing-images--10 img:nth-child(10) {
  width: 153%;
  margin-top: 15%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(10) {
    width: 100%;
    margin-top: 0;
  }
}

.landing-images--10 img:nth-child(11) {
  width: 151%;
  margin-top: 14%;
  margin-left: -51%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(11) {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.landing-images--10 img:nth-child(12) {
  width: 147%;
  margin-left: -24%;
  margin-top: 5%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(12) {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.landing-images--10 img:nth-child(13) {
  position: relative;
  z-index: -1;
  margin-top: -231%;
  margin-bottom: 14%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(13) {
    margin-bottom: 0;
    margin-top: -227%;
  }
}

.landing-images--10 img:nth-child(14) {
  margin-bottom: -1%;
}

.landing-images--10 img:nth-child(15) {
  margin-bottom: -1%;
}

.landing-images--10 img:nth-child(17) {
  width: 141%;
  margin-left: -21%;
}

@media screen and (min-width: 1024px) {
  .landing-images--10 img:nth-child(17) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--11 {
  background: #010101;
}

.landing-images--11 img:nth-child(1) {
  width: 140%;
  margin-left: -18%;
  margin-top: -145%;
}

@media screen and (min-width: 1024px) {
  .landing-images--11 img:nth-child(1) {
    width: 100%;
    margin-left: 0;
    margin-top: -72%;
    margin-bottom: -0.5%;
  }
}

.landing-images--11 img:nth-child(3) {
  width: 119%;
  margin-left: -7%;
}

@media screen and (min-width: 1024px) {
  .landing-images--11 img:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--11 > video {
  width: 100%;
}

.landing-images--12 {
  background: #333536;
}

.landing-images--12 img:nth-child(1) {
  width: 189%;
  margin-left: -48%;
  margin-top: -522px;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(1) {
    width: 100%;
    margin-left: 0;
    margin-top: -700px;
  }
}

@media screen and (min-width: 1600px) {
  .landing-images--12 img:nth-child(1) {
    margin-top: -1070px;
  }
}

.landing-images--12 img:nth-child(3) {
  width: 100%;
  margin-left: 0;
  margin-top: 32%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(3) {
    width: 100%;
    margin-left: 0;
    margin-top: 22%;
    margin-bottom: -19%;
  }
}

.landing-images--12 img:nth-child(4) {
  width: 136%;
  margin-top: 29%;
  margin-left: -18%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--12 img:nth-child(6) {
  width: 263%;
  margin-left: -112%;
  margin-top: -10%;
  margin-bottom: 17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(6) {
    width: 100%;
    margin-left: 13%;
    margin-top: -34%;
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 1390px) {
  .landing-images--12 img:nth-child(6) {
    margin-left: 0;
  }
}

.landing-images--12 img:nth-child(9) {
  width: 263%;
  margin-left: -112%;
  margin-top: -4%;
  margin-bottom: 17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(9) {
    width: 100%;
    margin-left: 13%;
    margin-top: -38%;
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 1390px) {
  .landing-images--12 img:nth-child(9) {
    margin-left: 0;
  }
}

.landing-images--12 img:nth-child(12) {
  width: 162%;
  margin-left: -31%;
  margin-bottom: -9%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(12) {
    width: 100%;
    margin-left: 0;
    margin-top: -3%;
    margin-bottom: 0;
  }
}

.landing-images--12 img:nth-child(14) {
  width: 270%;
  margin-left: -115%;
  margin-top: -1%;
  margin-bottom: 17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(14) {
    width: 100%;
    margin-left: 13%;
    margin-top: -37%;
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 1390px) {
  .landing-images--12 img:nth-child(14) {
    margin-left: 0;
  }
}

.landing-images--12 img:nth-child(17) {
  width: 271%;
  margin-left: -115%;
  margin-top: -10%;
  margin-bottom: 17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(17) {
    width: 100%;
    margin-left: 13%;
    margin-top: -37%;
    margin-bottom: 14%;
  }
}

@media screen and (min-width: 1390px) {
  .landing-images--12 img:nth-child(17) {
    margin-left: 0;
  }
}

.landing-images--12 img:nth-child(20) {
  width: 269%;
  margin-left: -114%;
  margin-top: -4%;
  margin-bottom: 17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(20) {
    width: 100%;
    margin-left: 13%;
    margin-top: -40%;
    margin-bottom: 14%;
  }
}

@media screen and (min-width: 1390px) {
  .landing-images--12 img:nth-child(20) {
    margin-left: 0;
  }
}

.landing-images--12 img:nth-child(23) {
  width: 271%;
  margin-left: -115%;
  margin-top: -10%;
  margin-bottom: 17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(23) {
    width: 100%;
    margin-left: 13%;
    margin-top: -38%;
    margin-bottom: 14%;
  }
}

@media screen and (min-width: 1390px) {
  .landing-images--12 img:nth-child(23) {
    margin-left: 0;
  }
}

.landing-images--12 img:nth-child(26) {
  width: 271%;
  margin-left: -115%;
  margin-top: -5%;
  margin-bottom: 17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 img:nth-child(26) {
    width: 100%;
    margin-left: 13%;
    margin-top: -37%;
    margin-bottom: 14%;
  }
}

@media screen and (min-width: 1390px) {
  .landing-images--12 img:nth-child(26) {
    margin-left: 0;
  }
}

.landing-images--12 > video {
  width: 100%;
}

.landing-images--12 > video:last-child {
  margin-bottom: 38%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > video:last-child {
    margin-bottom: 22%;
  }
}

.landing-images--12 > .landing-images__text-block {
  /* stylelint-disable-line */
  color: #fff;
  margin-top: 33%;
}

.landing-images--12 > .landing-images__text-block:nth-child(5) {
  margin-top: 24%;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(5) {
    margin-top: 33%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(8) {
    margin-top: 42%;
  }
}

.landing-images--12 > .landing-images__text-block:nth-child(11) {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(11) {
    margin-top: 23%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(16) {
    margin-top: 41%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(19) {
    margin-top: 45%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(22) {
    margin-top: 42%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(25) {
    margin-top: 42%;
  }
}

.landing-images--12 > .landing-images__text-block > h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 2.1333333333;
  letter-spacing: -0.75;
  margin: 0 0 -6px;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block > h2 {
    font-size: 44px;
    line-height: 1.4545454545;
    letter-spacing: -1.1px;
    margin-bottom: 9px;
  }
}

.landing-images--12 > .landing-images__text-block > p {
  font-size: 15px;
  line-height: 1.6666666667;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block > p {
    font-size: 24px;
    line-height: 1.8333333333;
    max-width: 360px;
  }

  .landing-images--12 > .landing-images__text-block > p br {
    display: none;
  }
}

@media screen and (min-width: 1590px) {
  .landing-images--12 > .landing-images__text-block > p {
    max-width: unset;
  }

  .landing-images--12 > .landing-images__text-block > p br {
    display: initial;
  }
}

.landing-images--12 > .landing-images__text-block:nth-child(11) {
  /* stylelint-disable-line */
}

@media screen and (min-width: 1024px) {
  .landing-images--12 > .landing-images__text-block:nth-child(11) p {
    max-width: unset;
  }

  .landing-images--12 > .landing-images__text-block:nth-child(11) p br {
    display: initial;
  }
}

.landing-images--13 img:nth-child(1) {
  margin-top: -362px;
  width: 175%;
  margin-left: -38%;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .landing-images--13 img:nth-child(1) {
    width: 100%;
    margin-left: 0;
    margin-top: -750px;
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 1330px) {
  .landing-images--13 img:nth-child(1) {
    margin-top: -1006px;
  }
}

.landing-images--13 img:nth-child(3) {
  width: 127%;
  margin-left: -14%;
  margin-top: 9%;
  position: relative;
  margin-bottom: -26%;
}

@media screen and (min-width: 1024px) {
  .landing-images--13 img:nth-child(3) {
    width: 100%;
    margin-left: 0;
    margin-top: 11%;
    margin-bottom: 1%;
  }
}

.landing-images--13 img:nth-child(4) {
  margin-bottom: 0;
}

.landing-images--13 > video {
  /* stylelint-disable-line */
  width: 100%;
}

.landing-images--13 .landing-images__text-block {
  /* stylelint-disable-line */
  padding-top: 88px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .landing-images--13 .landing-images__text-block {
    text-align: center;
    padding-top: 182px;
    padding-bottom: 71px;
  }
}

.landing-images--13 .landing-images__text-block > h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 -13px;
  letter-spacing: -0.75px;
}

@media screen and (min-width: 1024px) {
  .landing-images--13 .landing-images__text-block > h2 {
    font-size: 44px;
    line-height: 1.4545454545;
    letter-spacing: -1.1px;
    margin-bottom: -13px;
  }
}

.landing-images--13 .landing-images__text-block > p {
  line-height: 1.8333333333;
}

.landing-images--14 img:nth-child(1) {
  width: 200%;
  margin-left: -63%;
  margin-top: -1050px;
  margin-bottom: -62%;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(1) {
    margin-top: -2300px;
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--14 img:nth-child(2) {
  display: block;
  width: 80%;
  margin: -63% auto -20%;
}

@media screen and (min-width: 400px) {
  .landing-images--14 img:nth-child(2) {
    margin-top: -95%;
  }
}

@media screen and (min-width: 550px) {
  .landing-images--14 img:nth-child(2) {
    margin-top: -140%;
  }
}

@media screen and (min-width: 750px) {
  .landing-images--14 img:nth-child(2) {
    margin-top: -180%;
  }
}

@media screen and (min-width: 1000px) {
  .landing-images--14 img:nth-child(2) {
    margin-top: -215%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(2) {
    width: 29%;
    margin: -6.5% auto -12%;
  }
}

.landing-images--14 img:nth-child(3) {
  width: 231%;
  margin-left: -102%;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--14 img:nth-child(4) {
  width: 130%;
  margin-left: -14%;
  margin-top: -41%;
  margin-bottom: -5%;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(4) {
    width: 100%;
    margin-left: 0;
    margin-top: -13%;
    margin-bottom: 10%;
  }
}

.landing-images--14 img:nth-child(6) {
  margin-top: -12%;
  margin-bottom: 9%;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(6) {
    margin-top: -28%;
  }
}

.landing-images--14 img:nth-child(10) {
  width: 145%;
  margin-left: -22%;
  margin-top: -38%;
  margin-bottom: -17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(10) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--14 img:nth-child(11) {
  width: 149%;
  margin-left: -24%;
  margin-top: -7%;
  margin-bottom: 14%;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(11) {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.landing-images--14 img:nth-child(12) {
  margin-top: -19%;
  margin-bottom: 1%;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 img:nth-child(12) {
    margin-bottom: -11%;
  }
}

.landing-images--14 img:nth-child(14) {
  margin-top: -17%;
  margin-bottom: 10%;
  position: relative;
  z-index: -1;
}

.landing-images--14 .landing-images__text-block {
  /* stylelint-disable-line */
  position: relative;
}

.landing-images--14 .landing-images__text-block > h2 {
  font-size: 28px;
  line-height: 1.2142857143;
  letter-spacing: -0.7px;
}

@media screen and (min-width: 1024px) {
  .landing-images--14 .landing-images__text-block > h2 {
    max-width: 510px;
    font-size: 44px;
    line-height: 1.2272727273;
    letter-spacing: -1.1px;
  }
}

.landing-images--15 img:nth-child(1),
.landing-images--15 img:nth-child(2) {
  width: 179%;
  margin-top: -937px;
  margin-bottom: -239px;
}

@media screen and (min-width: 450px) {
  .landing-images--15 img:nth-child(1),
  .landing-images--15 img:nth-child(2) {
    margin-top: -261%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(1),
  .landing-images--15 img:nth-child(2) {
    margin-top: -2642px;
    margin-bottom: -39%;
    width: 100%;
  }
}

.landing-images--15 img:nth-child(6) {
  position: relative;
  z-index: -1;
  margin-top: 5%;
  margin-bottom: -16%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(6) {
    margin-top: -44%;
    margin-bottom: -29%;
  }
}

.landing-images--15 img:nth-child(8) {
  margin-top: -11%;
  margin-bottom: -29%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(8) {
    margin-top: -3%;
    margin-bottom: -45%;
  }
}

.landing-images--15 img:nth-child(11) {
  margin-top: -7%;
  position: relative;
  z-index: -1;
  margin-bottom: -2%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(11) {
    margin-bottom: -13%;
  }
}

.landing-images--15 img:nth-child(12) {
  margin-top: -109%;
  margin-bottom: 52%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(12) {
    margin-top: -97%;
    margin-bottom: 40%;
  }
}

.landing-images--15 img:nth-child(14) {
  position: relative;
  z-index: -1;
  margin-top: 42%;
  margin-bottom: -235%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(14) {
    margin-top: 0;
    margin-bottom: -186%;
  }
}

.landing-images--15 img:nth-child(15) {
  width: 134%;
  margin-left: -16%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(15) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--15 img:nth-child(20) {
  position: relative;
  z-index: -1;
  margin-top: -29%;
  margin-bottom: -163%;
}

.landing-images--15 img:nth-child(21) {
  width: 139%;
  margin-left: -19%;
  margin-top: -29%;
  margin-bottom: 117%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(21) {
    margin-top: -3%;
    margin-bottom: 110.6%;
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--15 img:nth-child(24) {
  position: relative;
  z-index: -1;
  margin-top: 3%;
  margin-bottom: 16%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(24) {
    margin-top: -5%;
    margin-bottom: -15%;
  }
}

.landing-images--15 img:nth-child(26) {
  margin-bottom: 9%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(26) {
    margin-bottom: -25%;
  }
}

.landing-images--15 img:nth-child(29) {
  width: 137%;
  margin-left: -18%;
  margin-top: 15%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(29) {
    width: 100%;
    margin-left: 0;
    margin-top: 1%;
  }
}

.landing-images--15 img:nth-child(30) {
  margin-top: -37%;
  position: relative;
  z-index: -1;
  margin-bottom: 13%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(30) {
    margin-bottom: -12%;
  }
}

.landing-images--15 img:nth-child(33) {
  width: 140%;
  margin-left: -18%;
  margin-top: 14%;
  margin-bottom: 5%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 img:nth-child(33) {
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
    margin-bottom: 0;
  }
}

.landing-images--15 img:nth-child(34) {
  margin-top: -56%;
  position: relative;
  z-index: -1;
  margin-bottom: -60%;
}

.landing-images--15 > video {
  /* stylelint-disable-line */
  width: 100%;
}

.landing-images--15 .landing-images__text-block {
  /* stylelint-disable-line */
  color: #737979;
}

.landing-images--15 .landing-images__text-block:nth-child(3) {
  margin-top: -30px;
  margin-bottom: 69%;
}

@media screen and (min-width: 450px) {
  .landing-images--15 .landing-images__text-block:nth-child(3) {
    margin-top: -19%;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(3) {
    margin-top: -2%;
    margin-bottom: 0;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(3) > h2 {
  margin-bottom: 41%;
  text-align: center;
  font-size: 30px;
  letter-spacing: -0.75px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(3) > h2 {
    font-size: 78px;
    letter-spacing: -1.95px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(5) {
  margin-top: 31%;
  display: flex;
  justify-content: center;
}

.landing-images--15 .landing-images__text-block:nth-child(5) > h2 {
  max-width: 50rem;
  text-align: center;
  margin-top: -11%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(5) > h2 {
    margin-top: 0;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(7) {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

.landing-images--15 .landing-images__text-block:nth-child(7) > h2 {
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(7) > h2 {
    text-align: left;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(7) > h2 > span:first-child {
  line-height: 1;
  font-size: 77px;
  margin-bottom: -21px;
  display: block;
  letter-spacing: -2px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(7) > h2 > span:first-child {
    font-size: 146px;
    letter-spacing: -3.65px;
    margin-bottom: 0;
    display: initial;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(7) > h2 > span:last-child {
  font-size: 59px;
  margin-top: 20px;
  margin-bottom: 21px;
  letter-spacing: -1px;
  line-height: 1;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(7) > h2 > span:last-child {
    font-size: 112px;
    letter-spacing: -2.8px;
    margin-top: -19px;
    margin-bottom: 0;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(7) > p {
  text-align: left;
  margin-right: -20px;
  margin-bottom: 3rem;
  margin-top: 0;
}

.landing-images--15 .landing-images__text-block:nth-child(7) > p:nth-child(2) {
  margin-bottom: 21px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(7) > p:nth-child(2) {
    margin-bottom: 3rem;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(9) {
  text-align: center;
  margin-bottom: 20%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(9) {
    margin-bottom: 11%;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(13) {
  max-width: 55rem;
  margin-top: -5%;
  margin-bottom: -12%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(13) {
    margin-bottom: -13%;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(13) > h2 {
  margin-bottom: 7px;
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(13) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(13) > p {
  /* stylelint-disable-line */
  margin-bottom: 44px;
  text-align: left;
  padding-right: 30px;
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(13) > p:nth-child(2) {
    margin-bottom: 20px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(13) > p:last-child {
  padding-right: 70px;
}

.landing-images--15 .landing-images__text-block:nth-child(16) {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 118%;
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(16) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(16) {
    margin-top: 19%;
    margin-bottom: 79%;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(18) {
  max-width: 52rem;
  margin-top: 19%;
  margin-bottom: 85px;
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(18) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(18) {
    margin-top: 6%;
    margin-bottom: 256px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(18) > p:nth-child(2) {
  margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(18) > p:nth-child(2) {
    margin-bottom: 47px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(19) {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(19) {
    margin-bottom: 28%;
  }

  .landing-images--15 .landing-images__text-block:nth-child(19) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(23) {
  max-width: 51rem;
  margin-top: 14%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(23) {
    margin-top: 6%;
  }
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(23) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(25) {
  max-width: 51rem;
  margin-bottom: 28%;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(25) {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(25) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(25) > p:nth-child(2) {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(25) > p:nth-child(2) {
    margin-bottom: 45px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(27) {
  max-width: 51rem;
  margin-bottom: 82px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(27) {
    margin-bottom: 142px;
  }
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(27) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(27) > p:nth-child(2) {
  margin-bottom: 22px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(27) > p:nth-child(2) {
    margin-bottom: 45px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(28) {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(28) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(31) {
  max-width: 51rem;
  margin-bottom: 106px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block:nth-child(31) {
    margin-bottom: 175px;
  }
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(31) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block:nth-child(32) {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .landing-images--15 .landing-images__text-block:nth-child(32) > h2 {
    font-size: 30px;
    letter-spacing: -0.75px;
  }
}

.landing-images--15 .landing-images__text-block > h2 {
  /* stylelint-disable-line */
  margin: 0;
  font-weight: 700;
  color: #737979;
  font-size: 24px;
  letter-spacing: -0.6px;
}

@media screen and (min-width: 1024px) {
  .landing-images--15 .landing-images__text-block > h2 {
    font-weight: 600;
    font-size: 58px;
    line-height: 1.5172413793;
    letter-spacing: -1.45px;
  }
}

.landing-images--15 .landing-images__text-block > p {
  /* stylelint-disable-line */
  margin: 0;
  line-height: 1.8333333333;
}

.landing-images--16 {
  background: #13151c;
}

.landing-images--16 img:nth-child(1) {
  position: relative;
  margin-top: -178px;
  margin-left: -36.5%;
  width: 228%;
  margin-bottom: -2%;
}

@media screen and (min-width: 1024px) {
  .landing-images--16 img:nth-child(1) {
    width: 100%;
    margin-bottom: 0;
    margin-top: -200px;
    margin-left: 14%;
  }
}

@media screen and (min-width: 1550px) {
  .landing-images--16 img:nth-child(1) {
    margin-top: -35.5%;
    margin-left: 40.5%;
  }
}

.landing-images--16 img:nth-child(2) {
  width: 136%;
  margin-left: -35%;
}

@media screen and (min-width: 1024px) {
  .landing-images--16 img:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--16 img:nth-child(3) {
  margin-top: -24%;
  margin-bottom: -1%;
}

@media screen and (min-width: 1024px) {
  .landing-images--16 img:nth-child(3) {
    margin-top: -19%;
  }
}

.landing-images--16 img:nth-child(5) {
  margin-top: -1%;
}

.landing-images--17 img:nth-child(1) {
  position: relative;
  z-index: -1;
  width: 172%;
  margin-top: -93px;
  margin-left: -72%;
  margin-bottom: -180%;
}

@media screen and (min-width: 1024px) {
  .landing-images--17 img:nth-child(1) {
    width: 100%;
    margin-left: 0;
    margin-top: -294px;
    margin-bottom: -152%;
  }
}

@media screen and (min-width: 1380px) {
  .landing-images--17 img:nth-child(1) {
    margin-top: -1276px;
  }
}

.landing-images--17 img:nth-child(2) {
  position: relative;
  margin-top: -1.4%;
  width: 144%;
  margin-left: -22%;
  margin-bottom: -2%;
}

@media screen and (min-width: 1024px) {
  .landing-images--17 img:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: -1.4%;
    margin-bottom: 19%;
  }
}

.landing-images--17 img:nth-child(4) {
  margin-top: -64%;
  margin-bottom: -73%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .landing-images--17 img:nth-child(4) {
    margin-top: -55%;
    margin-bottom: -72%;
  }
}

.landing-images--18 img:nth-child(1) {
  position: relative;
  z-index: -1;
  margin-top: -149px;
  width: 161%;
  margin-left: -21%;
}

@media screen and (min-width: 1024px) {
  .landing-images--18 img:nth-child(1) {
    margin-top: -315px;
    width: 58%;
    margin-left: 42%;
  }
}

@media screen and (min-width: 1700px) {
  .landing-images--18 img:nth-child(1) {
    margin-top: -770px;
  }
}

.landing-images--18 img:nth-child(2) {
  position: relative;
  margin-top: -50%;
  z-index: -2;
}

@media screen and (min-width: 1024px) {
  .landing-images--18 img:nth-child(2) {
    margin-top: -30%;
  }
}

.landing-images--18 img:nth-child(5) {
  margin-top: -13%;
  margin-bottom: -9.5%;
  position: relative;
}

.landing-images--19 img:nth-child(1) {
  position: relative;
  z-index: -1;
  margin-top: -99px;
  width: 117%;
  margin-left: -8%;
}

@media screen and (min-width: 1024px) {
  .landing-images--19 img:nth-child(1) {
    width: 50%;
    margin-top: -340px;
    margin-left: 50%;
  }
}

@media screen and (min-width: 1530px) {
  .landing-images--19 img:nth-child(1) {
    margin-top: -773px;
  }
}

.landing-images--19 img:nth-child(2) {
  width: 113%;
  margin-left: -6%;
  margin-top: -13%;
}

@media screen and (min-width: 1024px) {
  .landing-images--19 img:nth-child(2) {
    width: 36%;
    margin-top: -5%;
    margin-left: 32%;
    margin-bottom: -3%;
  }
}

.landing-images--19 img:nth-child(4) {
  position: relative;
  width: 154%;
  margin-top: -27%;
  margin-left: -21%;
  margin-bottom: -17%;
}

@media screen and (min-width: 1024px) {
  .landing-images--19 img:nth-child(4) {
    margin-top: -20%;
    margin-bottom: -18%;
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--19 img:nth-child(6) {
  position: relative;
  width: 143%;
  margin-left: -21%;
  margin-top: -19%;
  margin-bottom: -28%;
}

@media screen and (min-width: 1024px) {
  .landing-images--19 img:nth-child(6) {
    margin-top: -16%;
    margin-bottom: -24%;
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--20 img:nth-child(1) {
  position: relative;
  z-index: -1;
  width: 168%;
  margin-left: -21%;
  margin-top: -101px;
  margin-bottom: -0.5%;
}

@media screen and (min-width: 1024px) {
  .landing-images--20 img:nth-child(1) {
    margin-top: -340px;
    margin-left: 35.5%;
    width: 91%;
  }
}

@media screen and (min-width: 1470px) {
  .landing-images--20 img:nth-child(1) {
    margin-top: -1238px;
  }
}

@media screen and (max-width: 1023px) {
  .landing-images--20 img:nth-child(2) {
    width: 150%;
    margin-left: -25%;
    margin-top: -2%;
  }
}

@media screen and (max-width: 1023px) {
  .landing-images--20 img:nth-child(6) {
    width: 166%;
    margin-left: -33%;
    margin-top: -3%;
  }
}

.landing-images--20 img:nth-child(8) {
  position: relative;
  z-index: 1;
  margin-top: -35%;
  margin-bottom: -24%;
}

@media screen and (min-width: 1024px) {
  .landing-images--20 img:nth-child(8) {
    margin-top: -35%;
    margin-bottom: -23%;
  }
}

.landing-images--21 img:nth-child(1) {
  position: relative;
  z-index: -1;
  width: 124%;
  margin-left: -15%;
  margin-top: -78px;
}

@media screen and (min-width: 1024px) {
  .landing-images--21 img:nth-child(1) {
    margin-top: -230px;
    width: 40.5%;
    margin-left: 54%;
  }
}

@media screen and (min-width: 1400px) {
  .landing-images--21 img:nth-child(1) {
    margin-top: -663px;
  }
}

.landing-images--21 img:nth-child(2) {
  margin-top: -20%;
  margin-bottom: -14%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .landing-images--21 img:nth-child(2) {
    margin-bottom: -22.5%;
  }
}

.landing-images--21 img:nth-child(4) {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
  width: 133%;
  margin-left: -16%;
}

@media screen and (min-width: 1024px) {
  .landing-images--21 img:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--22 img:nth-child(1) {
  position: relative;
  z-index: -1;
  width: 161%;
  margin-top: -127px;
  margin-left: -26%;
  margin-bottom: -5%;
}

@media screen and (min-width: 1024px) {
  .landing-images--22 img:nth-child(1) {
    margin-top: -350px;
    margin-left: 18.5%;
    margin-bottom: -7%;
    width: 100%;
  }
}

@media screen and (min-width: 1730px) {
  .landing-images--22 img:nth-child(1) {
    margin-top: -976px;
  }
}

.landing-images--22 img:nth-child(3) {
  margin-top: 67%;
  margin-bottom: -114%;
}

@media screen and (min-width: 1024px) {
  .landing-images--22 img:nth-child(3) {
    margin-top: 39%;
  }
}

.landing-images--22 img:nth-child(4) {
  width: 116%;
  margin-left: -8%;
  margin-top: -131%;
  margin-bottom: 51%;
}

@media screen and (min-width: 1024px) {
  .landing-images--22 img:nth-child(4) {
    margin-top: -114%;
    margin-bottom: 47%;
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--22 img:nth-child(5) {
  position: relative;
  margin-bottom: -18%;
}

.landing-images--22 img:nth-child(7) {
  margin-top: -89%;
  width: 113%;
  margin-left: -4%;
}

@media screen and (min-width: 1024px) {
  .landing-images--22 img:nth-child(7) {
    margin-top: -78%;
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--23 img:nth-child(1) {
  position: relative;
  z-index: -1;
  width: 109%;
  margin-top: -96px;
  margin-left: -6%;
}

@media screen and (min-width: 1024px) {
  .landing-images--23 img:nth-child(1) {
    width: 61%;
    margin-top: -270px;
    margin-left: 37%;
  }
}

@media screen and (min-width: 1740px) {
  .landing-images--23 img:nth-child(1) {
    margin-top: -704px;
  }
}

.landing-images--23 img:nth-child(2) {
  margin-top: -4%;
  width: 100%;
  margin-left: 0;
  margin-bottom: 1%;
}

@media screen and (min-width: 1024px) {
  .landing-images--23 img:nth-child(2) {
    margin-left: 4%;
    margin-bottom: -14%;
    width: 47%;
  }
}

.landing-images--23 img:nth-child(3) {
  position: relative;
  margin-bottom: -13%;
  width: 123%;
  margin-left: -10%;
}

@media screen and (min-width: 1024px) {
  .landing-images--23 img:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}

.landing-images--23 img:nth-child(9) {
  margin-top: -21%;
}

.landing-images--23 img:nth-child(11) {
  margin-top: -21%;
}

.landing-images--23 img:nth-child(14) {
  margin-top: -99%;
  position: relative;
  z-index: -1;
}

/**
 * Link components
 */

.link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.link:hover {
  color: #f87329;
}

.link--active {
  color: #f87329;
}

.link--primary {
  color: #f87329;
}

.link--primary:hover {
  color: #222;
}

.link--secondary {
  color: #737979;
}

/**
 * Navigation items component
 */

.list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list__item {
  display: block;
}

.list--horizontal {
  flex-direction: row;
}

/**
 * Menu Panel component
 */

.menu-panel {
  box-sizing: border-box;
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #222;
  transition: transform linear 0.3s;
}

.menu-panel.menu-panel--active {
  transform: none;
}

.menu-panel .link--active {
  color: #f87329;
}

.menu-panel .link:hover {
  color: #f87329;
}

.menu-panel__header {
  display: flex;
  padding: 0.6875rem 0;
  margin-bottom: 1.625rem;
}

.menu-panel__logo {
  display: block;
  height: 1.9375rem;
  width: 2.5625rem;
  margin-left: 0.3125rem;
  margin-right: auto;
  background: url("/img/logo.svg") no-repeat center/contain;
}

.menu-panel__toggle {
  width: 1.375rem;
  height: 1.375rem;
  margin: 0.3125rem 0.625rem;
  background: url("/img/icons/close.svg") no-repeat center/contain;
}

.menu-panel__main {
  margin-left: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3333333333;
  padding-bottom: 1.125rem;
}

.menu-panel__main > * {
  margin-bottom: 0.75rem;
}

.menu-panel__social {
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 1.375;
}

.menu-panel__social > * {
  margin-bottom: 0.6875rem;
}

.menu-panel__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.menu-panel__background > * {
  position: absolute;
  -webkit-filter: drop-shadow(0 3px 30px #0000000b);
          filter: drop-shadow(0 3px 30px #0000000b);
}

.menu-panel__background > *:first-child {
  width: 70rem;
  height: 70rem;
  left: 0.5rem;
  top: -16rem;
}

.menu-panel__background > *:last-child {
  width: 25.25rem;
  height: 25.25rem;
  left: -12.1875rem;
  top: 26.8125rem;
  transform: rotate(-20deg);
}

/**
 * Navigation component
 */

.navigation {
  display: flex;
}

.navigation__toggle {
  width: 1.6875rem;
  height: 0.75rem;
  margin: 0.625rem;
  background: url("/img/icons/menu.svg") no-repeat center/contain;
}

@media screen and (min-width: 1024px) {
  .navigation__toggle {
    display: none;
  }
}

.navigation__bar {
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  padding: 0.625rem 0;
}

@media screen and (min-width: 1024px) {
  .navigation__bar {
    display: flex;
  }
}

.navigation__bar > * {
  margin-left: 3.75rem;
}

.navigation__menu {
  transform: translateX(100%);
}

@media screen and (min-width: 1024px) {
  .navigation__menu {
    display: none;
  }
}

/**
 * Pagination component
 */

.pagination {
  padding: 40px 0;
  text-align: center;
}

.pagination__breadcrumbs {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 5px;
}

.pagination__next {
  display: inline;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3846153846;
  padding-right: 28px;
  background: url("/img/icons/next.svg") no-repeat right 10px/12px;
}

@media screen and (min-width: 1024px) {
  .pagination__next {
    font-size: 32px;
    line-height: 1.34375;
    background-position: right 15px;
  }
}

/**
 * Paragraph component
 */

.paragraph {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02375rem;
  margin: 0rem 0rem 1.5625rem;
}

@media screen and (min-width: 1024px) {
  .paragraph {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.0375rem;
  }
}

.paragraph--huge {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: -0.6px;
}

@media screen and (min-width: 1024px) {
  .paragraph--huge {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-top: -9px;
  }
}

.paragraph--medium {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0.45px;
  padding-top: 9px;
}

@media screen and (min-width: 1024px) {
  .paragraph--medium {
    margin-top: -10px;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.5px;
  }
}

/**
 * Partners component
 */

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .partners {
    padding-top: 0;
  }
}

.partners__heading {
  margin: 0 0 38px;
  font-size: 24px;
  line-height: 1.4583333333;
  list-style: -0.6px;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .partners__heading {
    margin-bottom: 3rem;
    font-size: 34px;
    line-height: 1.1470588235;
    list-style: -0.85px;
  }
}

.partners__list {
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 -19px 120px;
}

.partners__list > li {
  width: 185px;
}

@media screen and (min-width: 1024px) {
  .partners__list > li {
    width: 235px;
  }
}

/**
 * Project Carousel component
 */

@-webkit-keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-5076px, 0, 0);
  }
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-5076px, 0, 0);
  }
}

@-webkit-keyframes slide-r {
  0% {
    transform: translate3d(-5076px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-r {
  0% {
    transform: translate3d(-5076px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-sm {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-2933px, 0, 0);
  }
}

@keyframes slide-sm {
  0% {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-2933px, 0, 0);
  }
}

@-webkit-keyframes slide-r-sm {
  0% {
    transform: translate3d(-2933px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-r-sm {
  0% {
    transform: translate3d(-2933px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.project-carousel .project-carousel__row {
  display: flex;
}

.project-carousel > div:nth-child(1) .project-carousel__row {
  -webkit-animation: 80s infinite slide-sm linear;
          animation: 80s infinite slide-sm linear;
}

@media screen and (min-width: 1024px) {
  .project-carousel > div:nth-child(1) .project-carousel__row {
    -webkit-animation: 80s infinite slide linear;
            animation: 80s infinite slide linear;
  }
}

.project-carousel > div:nth-child(2) .project-carousel__row {
  -webkit-animation: 70s infinite slide-r-sm linear;
          animation: 70s infinite slide-r-sm linear;
}

@media screen and (min-width: 1024px) {
  .project-carousel > div:nth-child(2) .project-carousel__row {
    -webkit-animation: 70s infinite slide-r lяырinear;
            animation: 70s infinite slide-r lяырinear;
  }
}

.project-carousel > div:nth-child(3) .project-carousel__row {
  -webkit-animation: 100s infinite slide-sm linear;
          animation: 100s infinite slide-sm linear;
}

@media screen and (min-width: 1024px) {
  .project-carousel > div:nth-child(3) .project-carousel__row {
    -webkit-animation: 100s infinite slide linear;
            animation: 100s infinite slide linear;
  }
}

.project-carousel__slide {
  display: block;
  height: 174px;
  margin: 8px;
}

@media screen and (min-width: 1024px) {
  .project-carousel__slide {
    height: 300px;
    margin: 15px;
  }
}

.project-carousel__image {
  height: 100%;
  width: auto;
  border-radius: 10px;
}

/**
 * Spots component
 */

.spots {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 130px;
}

@media screen and (min-width: 1024px) {
  .spots {
    margin-top: 110px;
  }
}

.spots__heading {
  color: #737979;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: -0.4px;
}

.spots__list {
  display: flex;
  flex-direction: column;
  margin: -20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .spots__list {
    flex-direction: row;
    margin-top: 0;
    text-align: left;
  }
}

.spots__list > li {
  position: relative;
  padding: 24px 0;
}

.spots__list > li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  border-bottom: 1px solid;
}

.spots__list > li:last-child::before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .spots__list > li {
    border-right: 2px solid;
    padding: 12px 50px;
  }

  .spots__list > li::before {
    display: none;
  }

  .spots__list > li:last-child {
    border-right: none;
  }
}

.spots--wide {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .spots--wide {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/**
 * Testimonials component
 */

.testimonials {
  display: flex;
  flex-direction: column;
  padding-bottom: 72px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .testimonials {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: -60px;
  }
}

.testimonials__item {
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.38px;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .testimonials__item {
    box-sizing: border-box;
    width: calc((100% - 82px) / 2);
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: -0.5px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1680px) {
  .testimonials__item {
    width: calc((100% - 246px) / 4);
  }
}

.testimonials__quote {
  margin: 0 0 4px;
}

@media screen and (min-width: 1024px) {
  .testimonials__quote {
    margin-bottom: 27px;
  }
}

.testimonials__author {
  color: #737979;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .testimonials__author {
    font-weight: 400;
  }
}

/**
 * Thumbnail component
 */

.thumbnail {
  box-shadow: 0 5px 20px #00000029;
  border-radius: 10px;
}

/**
 * Video Modal component
 */

.video-modal {
  margin-bottom: 72px;
}

@media screen and (min-width: 1024px) {
  .video-modal {
    display: none;
  }
}

.video-modal__frame {
  z-index: 1;
  top: 1px;
  position: relative;
}

.video-modal__inner {
  position: relative;
  margin: -20px -8%;
}

.video-modal__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79%;
  height: auto;
}

.video-modal__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 61px;
  background: transparent url("/img/icons/play.svg") no-repeat center/contain;
}

.video-modal__back {
  display: none;
  width: 12px;
  height: 20px;
  margin: 17px 20px;
  background: transparent url("/img/icons/back.svg") no-repeat center/contain;
}

.video-modal__heading {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: -0.6px;
  font-weight: 700;
  margin: 0 0 18px;
}

.video-modal__description {
  margin: 0;
  line-height: 1.6666666667;
}

.video-modal--active {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #222;
  z-index: 3;
  color: #fff;
}

.video-modal--active .video-modal__heading,
.video-modal--active .video-modal__description {
  opacity: 1 !important;
  transform: none;
}

.video-modal--active .video-modal__play {
  display: none;
}

.video-modal--active .video-modal__back {
  display: block;
}

.video-modal--active .video-modal__inner {
  margin: 0 0 23px;
}

.video-modal--active .video-modal__frame {
  display: none;
}

.video-modal--active .video-modal__video {
  position: static;
  width: 100%;
  transform: none;
}

/**
 * Video Motion component
 */

.video-motion__well,
.video-motion__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79%;
  max-width: 82.125rem;
}

@media screen and (max-aspect-ratio: 7/10) {
  .video-motion__well,
  .video-motion__video {
    width: 73%;
  }
}

.video-motion {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  max-width: 120rem;
  margin: 0 auto 2rem;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .video-motion {
    margin-bottom: 18.75rem;
  }
}

.video-motion__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 !important;
}

.video-motion__frame {
  max-width: 104.375rem;
  z-index: 1;
}

.video-motion__video {
  height: auto;
}

.video-motion__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

[data-motion-type=paneOut] .video-motion__overlay {
  position: absolute;
  left: -2rem;
}

.video-motion__overlay--home-bangle {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--home-home-smart {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--home-smart-key {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-product-experience {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-bangle {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-smart-key {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-home-smart {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-brand-communications {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-hackadram {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-re-hack {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-vvoosh {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-motion-interaction {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-motion-reel {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-hybrid-9 {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-levlink {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-darwin {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-skytile {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-dugout {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--work-hoxton-mix {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-thomsons {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-rehack {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-vvoosh {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-1up {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-barometa {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-darwin {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-dugout {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-hackadram {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--brand-hoxton {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-bangle {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-day-app {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-dugout {
  background: transparent linear-gradient(61deg, #1b3242 0%, transparent 50%);
}

.video-motion__overlay--product-home-smart {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-hoxton {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-lg-design {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-lg-icons {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-lg-quick-window {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-lg-tv {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-nfc-rings {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-personal-perks {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-smart-key {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-stag-racing {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__overlay--product-vvoosh {
  background: transparent linear-gradient(61deg, #222 0%, transparent 50%);
}

.video-motion__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 85px;
  background: transparent url("/img/icons/play.svg") no-repeat center/contain;
}

.video-motion__well {
  color: white;
  margin: 0;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2666666667;
  letter-spacing: 0.046875rem;
}

@media screen and (min-width: 1024px) {
  .video-motion__well {
    font-size: 5.25rem;
    line-height: 1.0714285714;
    letter-spacing: -0.13125rem;
  }
}

.video-motion__text {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  padding-top: 1.6875rem;
  padding-bottom: 5.9375rem;
  color: white;
  overflow: hidden;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .video-motion__text {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.video-motion__heading {
  margin: 0 0 1.125rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: -0.0375rem;
}

@media screen and (min-width: 1024px) {
  .video-motion__heading {
    margin: 0 0 0.875rem;
    font-size: 2.125rem;
    line-height: 1.0588235294;
    letter-spacing: -0.053125rem;
  }
}

.video-motion__description {
  max-width: 27.5rem;
  margin: 0 0 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02375rem;
}

@media screen and (min-width: 1024px) {
  .video-motion__description {
    margin: 0 0 1.5rem;
    font-size: 1.1875rem;
    line-height: 1.1578947368;
    letter-spacing: -0.029375rem;
  }
}

.video-motion__description--spaced {
  padding-bottom: 6rem;
}

@media screen and (min-width: 1024px) {
  .video-motion__description--spaced {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    padding-bottom: 3rem;
    max-width: 600px;
  }
}

.video-motion__description--small {
  max-width: 460px;
}

.video-motion__navigation {
  margin: 50px 0 auto;
  list-style: none;
  padding: 0;
  line-height: 2;
}

.video-motion__navigation > li {
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .video-motion__navigation {
    font-size: 16px;
    margin-top: 70px;
  }

  .video-motion__navigation .link {
    display: inline-block;
    padding-left: 21px;
  }

  .video-motion__navigation .link.link--active {
    background: url("/img/icons/arrow-white.svg") no-repeat left center/12px;
  }

  .video-motion__navigation .link.link--back {
    background: url("/img/icons/back-white.svg") no-repeat left center/12px;
  }
}

.video-motion__heading--huge {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  letter-spacing: 0.046875rem;
  margin-bottom: 112px;
}

@media screen and (min-width: 1024px) {
  .video-motion__heading--huge {
    max-width: 800px;
    margin-bottom: 75px;
    font-size: 55px;
    line-height: 1.0714285714;
    letter-spacing: -0.13125rem;
  }
}

.video-motion__heading--medium,
.video-motion__heading--large {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  letter-spacing: 0.046875rem;
  margin-bottom: 112px;
}

@media screen and (min-width: 1024px) {
  .video-motion__heading--medium,
  .video-motion__heading--large {
    max-width: 500px;
    margin-bottom: 75px;
    font-size: 44px;
    line-height: 1.2272727273;
    letter-spacing: -1.1px;
  }
}

.video-motion__heading--large {
  max-width: 800px;
}

.video-motion--playing .video-motion__overlay,
.video-motion--playing .video-motion__text {
  display: none !important;
}

.video-motion__mute {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/img/icons/sound-off.svg") no-repeat center/contain;
  right: 40px;
  bottom: 95px;
}

@media screen and (min-width: 1024px) {
  .video-motion__mute {
    bottom: 40px;
  }
}

.video-motion__mute.is-fixed {
  position: fixed;
  display: none;
  z-index: 2;
}

.video-motion__controls {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-motion__mute--off {
  background-image: url("/img/icons/sound-on.svg");
}

.video-motion__scroll-down,
.video-motion__scroll-down::before,
.video-motion__scroll-down::after {
  position: absolute;
  left: 50%;
}

.video-motion__scroll-down {
  width: 30px;
  height: 52px;
  margin-left: -15px;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 25px;
  transition: opacity 1s ease;
}

@media screen and (min-width: 1024px) {
  .video-motion__scroll-down {
    bottom: 95px;
  }
}

.video-motion__scroll-down::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  margin-left: -2.5px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

.video-motion__scroll-down::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  margin-left: -2.5px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    transform: translateY(16px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    transform: translateY(16px);
  }

  100% {
    opacity: 0;
  }
}

/**
 * Utility classes
 */

.u-overflow-hidden {
  overflow: hidden !important;
}

@media screen and (min-width: 1024px) {
  .u-mobile {
    display: none !important;
  }
}

.u-desktop {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .u-desktop {
    display: initial !important;
  }
}

.u-landscape {
  display: none;
}

@media screen and (min-aspect-ratio: 7/10) {
  .u-landscape {
    display: initial;
  }
}

.u-portrait {
  display: none;
}

@media screen and (max-aspect-ratio: 7/10) {
  .u-portrait {
    display: initial;
  }
}

.u-display-flex {
  display: flex !important;
}

@media screen and (min-width: 1024px) {
  .u-lg-pr-3 {
    padding-right: 3rem !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-1 {
  margin-bottom: 1rem !important;
}

.u-mb-5 {
  margin-bottom: 5rem !important;
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-1 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-2 {
    margin-bottom: 2rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-7 {
    margin-bottom: 7rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-10 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-13 {
    margin-bottom: 13rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-20 {
    margin-bottom: 20rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mb-negative-2 {
    margin-bottom: -2rem !important;
  }
}

.u-mt-2 {
  margin-top: 2rem !important;
}

.u-mt-7 {
  margin-top: 7rem !important;
}

.u-mt-14 {
  margin-top: 14rem !important;
}

@media screen and (min-width: 1024px) {
  .u-lg-mt-5 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mt-7 {
    margin-top: 7rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mt-14 {
    margin-top: 14rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mt-15 {
    margin-top: 15rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mt-20 {
    margin-top: 20rem !important;
  }
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .u-sm-mb-1 {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .u-sm-mb-8 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-mr-16 {
    margin-right: 16rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-wide {
    max-width: 555px !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-short {
    min-height: 30rem !important;
  }
}

.u-bg-transparent {
  background: transparent !important;
}

.u-z-1 {
  z-index: 1 !important;
}

.u-z-negative-1 {
  z-index: -1 !important;
}

.u-relative {
  position: relative !important;
}

.u-maw-100 {
  max-width: 100% !important;
  overflow: hidden !important;
}

