/* stylelint-disable value-keyword-case  */
/* stylelint-enable value-keyword-case */
@font-face {
  font-family: "League Gothic";
  src: url("/fonts/LeagueGothic.woff2") format("woff2"), url("/fonts/LeagueGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 /* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 15px;
}

body {
  background-color: #313231;
  color: white;
  line-height: 1.5;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0;
}

cite {
  font-style: inherit;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 20px;
  }
}
h1,
h2,
.h2,
h3,
.h3,
h4 {
  font-family: "League Gothic", "Oswald", Impact, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child {
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 2rem;
  margin-bottom: 4rem;
}

h3,
.h3 {
  font-size: 1.3333333333rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.8235294118rem;
  }
  h3,
  .h3 {
    font-size: 1.4117647059rem;
  }
}
@media screen and (min-width: 1025px) {
  h2,
  .h2 {
    font-size: 3.6rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1480px) {
  .container {
    max-width: 1440px;
  }
}
.btn {
  background-color: #f8ce62;
  color: #313231;
  font-family: "League Gothic", "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 3.2em;
  line-height: 3.2em;
  letter-spacing: 0.1em;
  white-space: nowrap;
  vertical-align: top;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn:hover, .btn:focus {
  background-color: #fabb34;
}

.label {
  font-size: 12px;
  opacity: 0.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .label {
    font-size: 0.7rem;
  }
}
.quote {
  font-family: "Crimson Text", Times, serif;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  .quote {
    font-size: 1.7647058824rem;
  }
}
@media screen and (min-width: 1025px) {
  .quote {
    font-size: 2rem;
  }
}
.story {
  position: relative;
  padding-top: 22.5vw;
  padding-bottom: 22.5vw;
  background-image: url("/img/story-bg-sm.jpg");
  background-size: cover;
  background-position: 65% 65%;
}
.story::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  background-color: #313231;
  opacity: 0.6;
}
.story__content-1 {
  margin-bottom: 2rem;
}
.story__image-2 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.story__title {
  margin-left: 5vw;
}
.story__btn {
  margin-left: 2.5vw;
  margin-top: 4rem;
}
.story .container {
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .story {
    padding-bottom: 11.25vw;
    background-image: url("/img/story-bg-md.jpg");
  }
  .story::after {
    clear: both;
    content: "";
    display: block;
  }
  .story__content-1, .story__content-2 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 70.1828410689%;
    margin-left: 7.4542897328%;
  }
  .story__content-1:last-child, .story__content-2:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .story__content-3 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .story {
    background-image: url("/img/story-bg-lg.jpg");
    background-attachment: fixed;
  }
  .story__content-1, .story__content-2 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 32.9113924051%;
  }
  .story__content-1:last-child, .story__content-2:last-child {
    margin-right: 0;
  }
  .story__content-3 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 55.2742616034%;
  }
  .story__content-3:last-child {
    margin-right: 0;
  }
  .story__image-1 {
    float: left;
    display: block;
    margin-right: 7.8880407125%;
    width: 86.5139949109%;
    margin-left: 13.4860050891%;
  }
  .story__image-1:last-child {
    margin-right: 0;
  }
  .story__image-2 {
    float: left;
    display: block;
    margin-right: 7.8880407125%;
    width: 73.0279898219%;
  }
  .story__image-2:last-child {
    margin-right: 0;
  }
}
.characters {
  position: relative;
  background-color: #3a3530;
}
.characters__title {
  margin-bottom: 1.5rem;
  margin-left: 5vw;
}
.characters__image {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .characters__joel, .characters__ellie {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .characters::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    background-color: #313231;
    opacity: 0.6;
  }
  .characters__joel, .characters__ellie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: 60% 50%;
    min-height: 100vh;
  }
  .characters__joel {
    background-image: url("/img/characters-joel-bg-lg.jpg");
  }
  .characters__ellie {
    background-image: url("/img/characters-ellie-bg-lg.jpg");
  }
  .characters__content {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 40.3656821378%;
    margin-left: 52.1800281294%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .characters__content:last-child {
    margin-right: 0;
  }
  .characters__image {
    display: none;
  }
  .characters .container {
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .characters__joel, .characters__ellie {
    background-attachment: fixed;
  }
  .characters__content {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 32.9113924051%;
    margin-left: 59.6343178622%;
  }
  .characters__content:last-child {
    margin-right: 0;
  }
}
.left-behind {
  position: relative;
  padding-top: 22.5vw;
  padding-bottom: 22.5vw;
  background-image: url("/img/left-behind-bg-lg.jpg");
  background-size: cover;
  background-position: 60% 50%;
}
.left-behind::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  background-color: #313231;
  opacity: 0.6;
}
.left-behind__title {
  margin-bottom: 2rem;
  margin-left: 5vw;
}
.left-behind__btn {
  margin-left: 2.5vw;
}
.left-behind__tv-noise {
  position: absolute;
  top: 7.3%;
  left: 0;
  bottom: 16.7%;
  right: 0;
  -webkit-animation: tv-noise 0.2083333333s steps(1) infinite;
          animation: tv-noise 0.2083333333s steps(1) infinite;
  background-size: 200px 200px;
  background-image: url("/img/left-behind-tv-noise.jpg");
}
.left-behind__image {
  position: relative;
}
.left-behind__container {
  margin-top: 4rem;
}
.left-behind__content-2 {
  position: relative;
}
.left-behind__content-3 {
  margin-top: 2rem;
}
.left-behind .container {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .left-behind__container {
    width: 100%;
  }
  .left-behind__content-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .left-behind__polaroid {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .left-behind {
    padding-bottom: 11.25vw;
  }
  .left-behind__content-1 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 55.2742616034%;
    margin-left: 7.4542897328%;
  }
  .left-behind__content-1:last-child {
    margin-right: 0;
  }
  .left-behind__content-2 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 85.0914205345%;
  }
  .left-behind__content-2:last-child {
    margin-right: 0;
  }
  .left-behind__polaroid {
    right: -8.7230959383%;
    bottom: -2rem;
    position: absolute;
    width: 40%;
  }
  .left-behind__content-3 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 62.7285513361%;
    margin-left: 14.9085794655%;
    margin-top: 4rem;
  }
  .left-behind__content-3:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .left-behind {
    background-attachment: fixed;
  }
  .left-behind__content-1 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 40.3656821378%;
    margin-left: 14.9085794655%;
  }
  .left-behind__content-1:last-child {
    margin-right: 0;
  }
  .left-behind__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2rem;
  }
  .left-behind__content-2 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 47.8199718706%;
  }
  .left-behind__content-2:last-child {
    margin-right: 0;
  }
  .left-behind__polaroid {
    right: -15.1907007529%;
  }
  .left-behind__content-3 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 32.9113924051%;
    margin-left: 7.4542897328%;
    margin-top: 0;
  }
  .left-behind__content-3:last-child {
    margin-right: 0;
  }
}
@-webkit-keyframes tv-noise {
  0% {
    background-position: 11px 119px;
  }
  20% {
    background-position: 120px 187px;
  }
  40% {
    background-position: 134px 10px;
  }
  60% {
    background-position: 74px 178px;
  }
  80% {
    background-position: 4px 49px;
  }
  100% {
    background-position: 146px 122px;
  }
}
@keyframes tv-noise {
  0% {
    background-position: 11px 119px;
  }
  20% {
    background-position: 120px 187px;
  }
  40% {
    background-position: 134px 10px;
  }
  60% {
    background-position: 74px 178px;
  }
  80% {
    background-position: 4px 49px;
  }
  100% {
    background-position: 146px 122px;
  }
} 
.part-2 {
  position: relative;
  padding-top: 11.25vw;
  padding-bottom: 11.25vw;
  background-image: url("/img/part-2-bg-lg.jpg");
  background-size: cover;
  background-position: center;
}
.part-2::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  background-color: #313231;
  opacity: 0.6;
}
.part-2__title {
  text-align: center;
  margin-bottom: 11.25vw;
}
.part-2__content-1, .part-2__content-2 {
  margin-bottom: 4rem;
}
.part-2__content-3, .part-2__content-4, .part-2__content-5 {
  margin-bottom: 2rem;
}
.part-2__content-5 {
  text-align: right;
}
.part-2__content-6 {
  text-align: center;
}
.part-2__img-1 {
  display: none;
}
.part-2__video-link {
  display: block;
}
.part-2__container {
  width: 100%;
}
.part-2 .container {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .part-2 .btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .part-2__content-1, .part-2__content-3 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 70.1828410689%;
    margin-left: 7.4542897328%;
  }
  .part-2__content-1:last-child, .part-2__content-3:last-child {
    margin-right: 0;
  }
  .part-2__content-2 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 77.6371308017%;
    margin-left: 14.9085794655%;
  }
  .part-2__content-2:last-child {
    margin-right: 0;
  }
  .part-2__content-4, .part-2__content-5 {
    margin-bottom: 4rem;
  }
  .part-2__content-4 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 40.3656821378%;
    margin-left: 52.1800281294%;
  }
  .part-2__content-4:last-child {
    margin-right: 0;
  }
  .part-2__content-5 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 47.8199718706%;
    margin-left: -96.905766526%;
  }
  .part-2__content-5:last-child {
    margin-right: 0;
  }
  .part-2__content-6 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 85.0914205345%;
    margin-left: 7.4542897328%;
  }
  .part-2__content-6:last-child {
    margin-right: 0;
  }
  .part-2__wrapper-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .part-2 .quote {
    border-left: 0.4rem solid #f8ce62;
    padding-left: 8%;
  }
  .part-2 .btn {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .part-2 {
    background-attachment: fixed;
  }
  .part-2__content-1, .part-2__content-3, .part-2__content-6 {
    margin-left: 14.9085794655%;
  }
  .part-2__content-1, .part-2__content-2, .part-2__content-6 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 55.2742616034%;
  }
  .part-2__content-1:last-child, .part-2__content-2:last-child, .part-2__content-6:last-child {
    margin-right: 0;
  }
  .part-2__content-2, .part-2__content-6, .part-2__img-container-1 {
    position: relative;
  }
  .part-2__content-3 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 32.9113924051%;
    margin-bottom: 4rem;
  }
  .part-2__content-3:last-child {
    margin-right: 0;
  }
  .part-2__img-1 {
    float: left;
    display: block;
    margin-right: 4.3600562588%;
    width: 47.8199718706%;
    position: absolute;
    top: -2rem;
    right: 0;
    margin-right: 0;
  }
  .part-2__img-1:last-child {
    margin-right: 0;
  }
  .part-2 .quote {
    margin-left: 8%;
  }
  .part-2 .btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
}
.footer {
  padding: 2rem;
  background-image: url("/img/awards-bg-lg.jpg");
  background-size: 360px 170px;
  color: #8a918e;
  -webkit-box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.footer__link {
  color: #f8ce62;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.yellow-text {
  color: #f8ce62;
}

.yellow-dark-text {
  color: #fabb34;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}