/*
Theme Name: Harry Potter Fan Zone
Theme URI: https://www.harrypotterfanzone.com
Author: @andymccray
Author URI: https://www.andymccray.com
Description: WordPress + Gutenberg theme for Harry Potter Fan Zone.
Version: 1.0
*/

/*
 *  -- Fantastic Styles and Where to Find Them
 *  1. Reset
 *  2. Base
 *  3. Common traits and helpers
 *  4. Skip links
 *  5. Frame
 *  6. Header
 *  7. Navigation
 *  8. Search form
 *  9. Footer
 * 10. Social links
 * 11. Article
 * 12. Copy
 * 13. Image (block)
 * 14. Gallery (block)
 * 15. Audio (block)
 * 16. Video (block)
 * 17. Tweet (block)
 * 18. Table (block)
 * 19. Ad (custom block)
 * 20. Article item
 * 21. Pagination
 * 22. Tag
 * 23. Form
 * 24. Home page
 * 25. Fade in (animation)
 * 26. Lamp (animation)
 * 27. Flying broom (animation)
 * 28. Time Turner (animation)
 * 29. Monster Book of Monsters (animation)
 * 30. Triwizard Cup (animation)
 */

/* 1. Reset */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0;}

/* 2. Base */

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
body {
  background-color: #000;
  background-image: url("./assets/background.jpg"),
                    url("./assets/footer.jpg");
  background-position: center top, right bottom;
  background-repeat: no-repeat;
  background-size: 100%, 43.8rem 46.3rem;
  color: #666;
  font-family: "Average", "Georgia", "Hoefler Text", serif;
  font-size: 1.6rem;
  line-height: 1.2;
  min-height: 100vh;
}
@media screen and (min-width: 2800px) {
  body {
    background-image: url("./assets/background-full.jpg");
    background-size: 280rem 117.6rem;
  }
}
@media screen and (min-width: 1500px) {
  body {
    background-image: url("./assets/background.jpg");
    background-position: center top;
    background-size: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  body {
    background-position: center top, calc(100% + 4rem) calc(100% + 4rem);
    background-size: 100%, 21.9rem 23.1rem;
  }
}
@media screen and (max-width: 639px) {
  body {
    background-image: url("./assets/background-mobile.jpg"),
                      url("./assets/footer.jpg");
    background-position: center top, calc(100% + 4rem) calc(100% + 4rem);
    background-size: contain, 21.9rem 23.1rem;
  }
}
body.nav-open {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a {
  color: #008bda;
  text-decoration: underline;
  transition: color 150ms ease;
}
a:hover,
a:focus {
  color: #0d56a0;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button:focus,
a:focus {
  outline: 1px currentColor dotted;
}
button:hover,
a:hover,
button:active,
a:active {
  outline: none;
}
img {
  background-color: #eee;
  display: block;
  height: auto;
  max-width: 100%;
}
svg {
  display: block;
}
svg path,
svg g {
  transition: fill 150ms ease;
}

/* 3. Common traits and helpers */

.hide-visually {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.medium-heading {
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 3.6rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .medium-heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .medium-heading {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
.large-heading {
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 4rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .large-heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 639px) {
  .large-heading {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
.caps-heading {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .caps-heading {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .caps-heading {
    font-size: 1.2rem;
  }
}
.copy .caption {
  color: #888;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .copy .caption {
    font-size: 1.4rem;
    min-width: 100%;
  }
}
.t-center {
  text-align: center;
}
.t-black {
  font-weight: 800;
}
.t-decoration-none {
  text-decoration: none;
}
.t-heading {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, sans-serif;
}
.t-label {
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .t-label {
    font-size: 1.7rem;
  }
}
.pt-large {
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .pt-large {
    padding-top: 3rem;
  }
}
.pt-medium {
  padding-top: 3rem;
}
@media screen and (max-width: 1023px) {
  .pt-medium {
    padding-top: 2rem;
  }
}
.pt-small {
  padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .pt-small {
    padding-top: 1rem;
  }
}
.pb-xsmall {
  padding-bottom: 0.6rem;
}
.pb-small {
  padding-bottom: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-large {
  margin-top: 5rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .mt-large {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .mt-large {
    margin-top: 2.6rem;
  }
}
.mt-neg-small {
  margin-top: -3rem;
}
.mb-large {
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .mb-large {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .mb-large {
    margin-bottom: 2.6rem;
  }
}
.mb-small {
  margin-bottom: 2rem;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.flex-items-center {
  align-items: center;
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.c-blue,
.copy .c-blue {
  color: #008bda;
}
.bt-grey {
  border-top: 1px solid #ddd;
}
.bb-grey {
  border-bottom: 1px solid #ddd;
}
.hov-bounce:hover,
.hov-bounce:focus {
  -webkit-animation: snitch 200ms ease-in-out 2;
          animation: snitch 200ms ease-in-out 2;
}

/* 4. Skip links */

a.skip-link {
  box-sizing: border-box;
  background-color: #fafafa;
  display: block;
  font-size: 1.8rem;
  padding: 1.5rem;
  position: absolute;
  top: -10rem;
  width: 100%;
  opacity: 0;
  transition: none;
  z-index: 100;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  a.skip-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  a.skip-link {
    font-size: 1.4rem;
  }
}
a.skip-link:focus {
  border: 1px dotted #222;
  top: 0;
  opacity: 1;
}

/* 5. Frame */

.frame {
  display: block;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .frame {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .frame {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.frame__inner {
  background-color: #fff;
  border: 0.4rem solid #99daff;
  box-shadow: 0 0 8rem 0.6rem rgba(0,0,0,0.4);
  max-width: 130rem;
  padding: 3rem 6rem 4rem;
}
@media screen and (min-width: 2800px) {
  .frame__inner {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .frame__inner {
    min-height: 45rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .frame__inner {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 639px) {
  .frame__inner {
    padding: 2rem;
  }
}
.frame__lumos-header {
  margin-bottom: 3rem;
}
@media screen and (max-width: 639px) {
  .frame__lumos-header {
    margin-bottom: 2rem;
  }
}
.frame__lumos-footer {
  margin-bottom: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 940px) {
  .frame__lumos-footer {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 850px) {
  .frame__lumos-footer {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}

/* 6. Header */

.header {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0.6rem;
  }
}
.header__logo {
  background-image: url("./assets/logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  display: block;
  width: 17rem;
  height: 11.8rem;
  position: relative;
  transition: -webkit-transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
@media screen and (min-width: 1024px) {
  .header__logo:hover,
  .header__logo:focus {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .header__logo {
    width: 15rem;
    height: 10.4rem;
  }
}
@media screen and (max-width: 639px) {
  .header__logo {
    width: 12rem;
    height: 8.3rem;
  }
}
.header__nav {
  display: flex;
  position: absolute;
  top: 0;
  right: 2rem;
  -webkit-filter: drop-shadow(0.1rem 0.1rem 0.4rem rgba(0,0,0,1));
          filter: drop-shadow(0.1rem 0.1rem 0.4rem rgba(0,0,0,1));
}
@media screen and (max-width: 639px) {
  .header__nav {
    right: 0.4rem;
  }
}
.header__search {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 2.4rem 1rem 2rem 2rem;
}
@media screen and (min-width: 2200px) {
  .header__search {
    padding: 3.4rem 2rem 3rem 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .header__search {
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 639px) {
  .header__search {
    display: none;
  }
}
.nav-open .header__search {
  display: none;
}
.header__search svg {
  width: 3rem;
  height: 3rem;
  -webkit-transform: translate(0.2rem, 0.3rem);
          transform: translate(0.2rem, 0.3rem);
}
@media screen and (min-width: 2200px) {
  .header__search svg {
    width: 5.4rem;
    height: 5.4rem;
    -webkit-transform: translate(0.2rem, 0.5rem);
            transform: translate(0.2rem, 0.5rem);
  }
}
.header__search:hover svg path,
.header__search:focus svg path {
  fill: #efc90e;
}
.header__nav-menu {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  padding: 2.4rem 2rem 2rem;
}
@media screen and (min-width: 2200px) {
  .header__nav-menu {
    padding: 3.4rem 3rem 3rem;
  }
}
@media screen and (max-width: 639px) {
  .header__nav-menu {
    padding-top: 2.4rem;
    padding-right: 2rem;
  }
}
.header__nav-snitch {
  background-image: url("./assets/golden-snitch.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 2200px) {
  .header__nav-snitch {
    width: 6rem;
    height: 6rem;
  }
}
.nav-open .header__nav-snitch {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav-menu:hover .header__nav-snitch,
  .header__nav-menu:focus .header__nav-snitch {
    -webkit-animation: snitch 200ms ease-in-out 2;
            animation: snitch 200ms ease-in-out 2;
  }
}
@-webkit-keyframes snitch {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
}
@keyframes snitch {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
}
.header__nav-menu svg {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (min-width: 2200px) {
  .header__nav-menu svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav-menu:hover svg path,
  .header__nav-menu:focus svg path {
    fill: #efc90e;
  }
}

/* 7. Navigation */

.nav {
  background-color: #446aa9;
  background-image: url("./assets/navigation-background.gif");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  -webkit-overflow-scrolling: touch;
}
.nav-open .nav {
  display: block;
  pointer-events: all;
}
.nav__inner {
  background-color: #fff;
  margin: 1.4rem;
  min-height: calc(100vh - 2.8rem);
}
@media screen and (max-width: 639px) {
  .nav__inner {
    margin: 0.8rem;
    min-height: calc(100vh + 1.6rem);
  }
}
.nav__close {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 3.2rem 4rem 2rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 2200px) {
  .nav__close {
    padding: 4.2rem 5rem 3rem 3rem;
  }
}
@media screen and (max-width: 639px) {
  .nav__close {
    padding-top: 3.2rem;
    padding-right: 2.4rem;
  }
}
.nav__close svg {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
@media screen and (min-width: 2200px) {
  .nav__close svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav__close:hover svg g,
  .nav__close:focus svg g {
    fill: #666;
  }
}
.nav__social {
  position: absolute;
  top: 3.6rem;
  right: 59.4rem;
  z-index: 2;
}
@media screen and (min-width: 2200px) {
  .nav__social {
    top: 5.2rem;
    right: 91.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .nav__social {
    display: none;
  }
}
.nav__contents {
  background-color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 8rem;
  position: relative;
}
@media screen and (min-width: 2200px) {
  .nav__contents {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 1390px) {
  .nav__contents {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 639px) {
  .nav__contents {
    padding-top: 7rem;
  }
}
.nav__columns {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  padding-top: 3rem;
  padding-left: 14rem;
  padding-right: 2rem;
  max-width: 120rem;
  width: 100%;
}
@media screen and (min-width: 2200px) {
  .nav__columns {
    max-width: 150rem;
  }
}
@media screen and (max-width: 1390px) {
  .nav__columns {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .nav__columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
    padding: 2rem 1rem;
  }
}
.nav__list {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .nav__list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.nav__list-item {
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 639px) {
  .nav__list-item {
    padding-bottom: 0.6rem;
  }
}
.nav__list-item:last-of-type {
  padding-bottom: 0;
}
.nav__list-heading {
  color: #555;
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  padding-bottom: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .nav__list-heading {
    font-size: 2rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 639px) {
  .nav__list-heading {
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
  }
}
.nav__list-heading:hover,
.nav__list-heading:focus {
  color: #555;
}
.nav__list-anchor {
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .nav__list-anchor {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .nav__list-anchor {
    font-size: 1.5rem;
  }
}
.nav__award {
  display: block;
  width: 10rem;
  height: 11rem;
  margin-top: 2rem;
}

/* 8. Search form */

.search-form {
  position: absolute;
  top: 2.2rem;
  right: 13.6rem;
  z-index: 2;
}
@media screen and (min-width: 2200px) {
  .search-form {
    top: 2.8rem;
    right: 20.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .search-form {
    right: 13rem;
  }
}
@media screen and (max-width: 639px) {
  .search-form {
    top: 2.4rem;
    right: auto;
    left: 3rem;
  }
}
.search-form--body {
  justify-content: center;
  position: static;
  padding-top: 4rem;
}
@media screen and (max-width: 639px) {
  .search-form--body {
    padding-top: 3rem;
  }
}
.search-form:before {
  background-image: url("./assets/sorting-hat.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: -2.1rem;
  left: -4.4rem;
  width: 8rem;
  height: 8rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  z-index: 3;
}
@media screen and (min-width: 2200px) {
  .search-form:before {
    left: -6.4rem;
    width: 11rem;
    height: 11rem;
  }
}
@media screen and (max-width: 639px) {
  .search-form:before {
    top: -1.4rem;
    left: -3rem;
    width: 7rem;
    height: 7rem;
  }
}
.search-form--body:before {
  display: none;
}
.search-form__input {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 1rem 0 0 1rem;
  color: #666;
  font-size: 1.6rem;
  font-family: "Average", "Georgia", "Hoefler Text", serif;
  padding: 1rem 1rem 1rem 3rem;
  transition: border-color 150ms ease;
  height: 4.7rem;
  width: 30rem;
  -webkit-appearance: none;
  z-index: 2;
}
@media screen and (min-width: 2200px) {
  .search-form--header .search-form__input {
    font-size: 2.2rem;
    height: 7.4rem;
    width: 50rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 639px) {
  .search-form__input {
    padding-left: 3rem;
    width: 26rem;
  }
}
@media screen and (max-width: 449px) {
  .search-form__input {
    padding-left: 3rem;
    width: 22rem;
  }
}
.search-form--body .search-form__input {
  padding-left: 2.4rem;
}
@media screen and (max-width: 639px) {
  .search-form--body .search-form__input {
    width: 26rem;
  }
}
.search-form__input::-webkit-input-placeholder {
  color: #aaa;
}
.search-form__input:-ms-input-placeholder {
  color: #aaa;
}
.search-form__input::-ms-input-placeholder {
  color: #aaa;
}
.search-form__input::placeholder {
  color: #aaa;
}
.search-form__input:focus {
  border-color: #aaa;
}
.search-form__button {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-radius: 0 1rem 1rem 0;
  cursor: pointer;
  width: 4.7rem;
  height: 4.7rem;
  transition: border-color 150ms ease;
}
@media screen and (min-width: 2200px) {
  .search-form--header .search-form__button {
    width: 7.4rem;
    height: 7.4rem;
  }
}
.search-form__input:focus + .search-form__button {
  border-color: #aaa;
}
.search-form--body .search-form__button {
  position: relative;
}
.search-form--body .search-form__button:before {
  background-image: url("./assets/hufflepuff-cup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: -0.7rem;
  left: -32.4rem;
  width: 4.7rem;
  height: 5.9rem;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .search-form--body .search-form__button:before {
    left: -28.4rem;
  }
}
.search-form__button svg {
  width: 3rem;
  height: 3rem;
  -webkit-transform: translate(0.3rem, 0.2rem);
          transform: translate(0.3rem, 0.2rem);
}
@media screen and (min-width: 2200px) {
  .search-form--header .search-form__button svg {
    width: 5.4rem;
    height: 5.4rem;
    -webkit-transform: translate(0.6rem, 0.3rem);
            transform: translate(0.6rem, 0.3rem);
  }
}
.search-form__button svg path {
  fill: #008bda;
}
@media screen and (min-width: 1024px) {
  .search-form__button:hover svg path,
  .search-form__button:focus svg path {
    fill: #666;
  }
}

/* 9. Footer */

.footer {
  color: #999;
  font-size: 1.5rem;
  max-width: 41rem;
  padding: 3rem 2rem;
  position: relative;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.5);
}
@media screen and (max-width: 639px) {
  .footer {
    font-size: 1.3rem;
  }
}
.footer a {
  color: #ccc;
}
.footer a:hover,
.footer a:focus {
  color: #eee;
}
.footer__award {
  display: block;
  width: 9rem;
  height: 9.9rem;
  margin-bottom: 2rem;
}
.footer__award img {
  background-color: #333;
}
.footer__text {
  font-size: 1.3rem;
  line-height: 1.35;
  padding-top: 1rem;
}
@media screen and (max-width: 449px) {
  .footer__text {
    font-size: 1.2rem;
  }
}
.footer__links {
  padding-top: 2rem;
}
.footer__link {
  display: inline-block;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.footer__social {
  padding-top: 2rem;
}

/* 10. Social links */

.social-links a {
  display: block;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.social-links a.footer__facebook {
  width: 1.2rem;
}
.social-links a:hover svg path,
.social-links a:focus svg path {
  fill: #99daff;
}
.social-links--light a:hover svg path,
.social-links--light a:focus svg path {
  fill: #555;
}

/* 11. Article */

.article__title {
  color: #008bda;
  font-size: 6.4rem;
  letter-spacing: -0.03em;
  line-height: 1;
  max-width: 110rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .article__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .article__title {
    letter-spacing: -0.02em;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .article__title {
    font-size: 4.3rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 639px) {
  .article__title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 449px) {
  .article__title {
    line-height: 1.1;
    font-size: 3rem;
  }
}
.article__title a {
  color: #008bda;
  text-decoration: none;
}
.article__meta {
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .article__meta {
    padding-top: 1.6rem;
    padding-bottom: 1rem;
  }
}
.article__author,
.article__date,
.article__date a,
.article__breadcrumb,
.article__breadcrumb a {
  color: #999;
  display: inline-block;
  text-decoration: none;
}
.article__date:after,
.article__breadcrumb:after {
  content: "/";
  color: #ddd;
  padding-left: 1rem;
  padding-right: 0.6rem;
}
.article__breadcrumb:last-of-type:after {
  display: none;
}
.article__breadcrumb a:hover,
.article__breadcrumb a:focus,
.article__date a:hover,
.article__date a:focus {
  color: #0d56a0;
}
.article__breadcrumbs {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  .article__breadcrumbs {
    padding-top: 0.6rem;
    padding-bottom: 1.6rem;
  }
}
.article__body {
  padding-top: 4rem;
  padding-bottom: 5rem;
  max-width: 80rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .article__body {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 639px) {
  .article__body {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.article__more {
  margin-top: 8rem;
  max-width: 68rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .article__more {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 639px) {
  .article__more {
    margin-top: 7rem;
    padding-bottom: 3rem;
  }
}
.article__more:before {
  background-color: #dcf2ff;
  content: "";
  position: absolute;
  top: -7rem;
  left: 50%;
  margin-left: -1px;
  width: 0.2rem;
  height: 5rem;
}
.article__more-cup {
  display: block;
  width: 11.8rem;
}
.article__action {
  font-size: 1.8rem;
  margin-top: -5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 639px) {
  .article__action {
    font-size: 1.7rem;
    padding-bottom: 4rem;
  }
}
.article__related-more {
  font-size: 1.8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 639px) {
  .article__related-more {
    font-size: 1.7rem;
    padding-bottom: 3rem;
  }
}

/* 12. Copy */

.copy p {
  font-size: 2.2rem;
  line-height: 1.55;
  padding-bottom: 2.6rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 639px) {
  .copy p {
    font-size: 1.7rem;
    padding-bottom: 2.2rem;
  }
}
.copy p.highlight {
  font-size: 2.6rem;
  line-height: 1.5;
  padding-bottom: 3.6rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy p.highlight {
    font-size: 2.2rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .copy p.highlight {
    font-size: 1.8rem;
    padding-bottom: 2.6rem;
  }
}
.copy p.has-text-align-center {
  text-align: center;
}
.copy p:last-child {
  padding-bottom: 0;
}
.copy h2 {
  color: #555;
  font-size: 3.6rem;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .copy h2 {
    font-size: 2.2rem;
    padding-bottom: 1.6rem;
  }
}
.copy p + h2,
.copy ul + h2,
.copy ol + h2 {
  margin-top: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy p + h2,
  .copy ul + h2,
  .copy ol + h2 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .copy p + h2,
  .copy ul + h2,
  .copy ol + h2 {
    margin-top: 0;
  }
}
.copy p:first-child + h2 {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  .copy .image + h2,
  .copy .gallery + h2 {
    padding-top: 1rem;
  }
}
.copy h2 a {
  color: currentColor;
  text-decoration: none;
}
.copy h2 a:hover,
.copy h2 a:focus {
  color: #0d56a0;
}
.copy h3 {
  color: #008bda;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding-top: 2.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy h3 {
    font-size: 2.2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .copy h3 {
    font-size: 1.8rem;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .copy .image + h3,
  .copy .gallery + h3 {
    padding-top: 1rem;
  }
}
.copy h3 a {
  color: currentColor;
  text-decoration: none;
}
.copy h3 a:hover,
.copy h3 a:focus {
  color: #0d56a0;
}
.copy ul,
.copy ol {
  padding-left: 2rem;
  padding-bottom: 2rem;
}
.copy ul:last-child,
.copy ol:last-child {
  padding-bottom: 0;
}
.copy li {
  font-size: 2.2rem;
  line-height: 1.55;
  padding-left: 0.4rem;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy li {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 639px) {
  .copy li {
    font-size: 1.7rem;
    padding-left: 0;
  }
}
.copy ul li:before {
  content: "\00b7";
  font-size: 4.6rem;
  line-height: 0;
  position: absolute;
  top: 1.4rem;
  left: -2rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy ul li:before {
    top: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .copy ul li:before {
    top: 1rem;
  }
}
.copy ol li {
  list-style: decimal;
}
.copy strong {
  font-weight: 600;
}
.copy em {
  font-style: italic;
}
.copy p a,
.copy li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* 13. Image (block) */

.copy .image {
  margin-top: 3rem;
  margin-left: -10rem;
  margin-right: -10rem;
  padding-bottom: 4rem;
  position: relative;
  width: calc(100% + 20rem);
  z-index: 2;
}
.copy .image:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .copy .image:last-child {
    padding-bottom: 0;
  }
}
.copy .image:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .copy .image:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .copy .image--align-center {
    margin-left: -7rem;
    margin-right: -7rem;
    width: calc(100% + 14rem);
  }
}
@media screen and (max-width: 1100px) {
  .copy .image--align-center {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 8rem);
  }
}
@media screen and (max-width: 1023px) {
  .copy .image {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3rem;
    width: 100%;
  }
}
.copy h2 + .image {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .copy h2 + .image {
    margin-top: 1rem;
  }
}
.copy .image--align-none {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
}
.copy .image--align-right {
  float: right;
  margin: 1rem -16rem 3rem 4rem;
  max-width: 40rem;
  width: auto;
}
@media screen and (max-width: 1300px) {
  .copy .image--align-right {
    margin-right: -7rem;
  }
}
@media screen and (max-width: 1100px) {
  .copy .image--align-right {
    margin-right: -4rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy .image--align-right {
    margin: 1rem 0 3rem 3rem;
    max-width: 30rem;
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .copy .image--align-right {
    float: none;
    margin: 1rem 0 0;
    max-width: 100%;
    width: 100%;
  }
}
.copy .image--align-left {
  float: left;
  margin: 1rem 4rem 3rem -16rem;
  max-width: 40rem;
  width: auto;
}
@media screen and (max-width: 1300px) {
  .copy .image--align-left {
    margin-left: -7rem;
  }
}
@media screen and (max-width: 1100px) {
  .copy .image--align-left {
    margin-left: -4rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy .image--align-left {
    margin: 1rem 3rem 3rem 0;
    max-width: 30rem;
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .copy .image--align-left {
    float: none;
    margin: 1rem 0 0;
    max-width: 100%;
    width: 100%;
  }
}
.copy .image--single {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .copy .image--single {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .image:first-child {
    margin-top: 0;
  }
}
.copy .image a {
  display: block;
}
.copy .image__aspect-wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.copy img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.copy .image .caption {
  padding-top: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy .image .caption {
    padding-top: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .copy .image .caption {
    padding-top: 1rem;
  }
}
.copy img.static-image {
  background-color: #fff;
  position: static;
}

/* 14. Gallery (block) */

.copy .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
  margin-left: -16rem;
  margin-right: -18rem;
  padding-bottom: 3rem;
  width: calc(100% + 34rem);
}
.copy .gallery:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .copy .gallery:last-child {
    padding-bottom: 0;
  }
}
.copy .gallery:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .copy .gallery:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .copy .gallery {
    margin-left: -7rem;
    margin-right: -9rem;
    width: calc(100% + 16rem);
  }
}
@media screen and (max-width: 1100px) {
  .copy .gallery {
    margin-left: -4rem;
    margin-right: -6rem;
    width: calc(100% + 10rem);
  }
}
@media screen and (max-width: 1023px) {
  .copy .gallery {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: -2rem;
    padding-bottom: 2rem;
    width: calc(100% + 2rem);
  }
}
@media screen and (max-width: 449px) {
  .copy .gallery {
    margin-left: -0.8rem;
    width: calc(100% + 2.8rem);
  }
}
.copy h2 + .gallery {
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .copy h2 + .gallery {
    margin-top: 1rem;
  }
}
.copy .gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 2rem;
  margin-bottom: 2rem;
  width: calc(25% - 2rem);
}
@media screen and (max-width: 449px) {
  .copy .gallery__item {
    margin-right: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.copy .gallery--2 .gallery__item {
  width: calc(50% - 2rem);
}
.copy .gallery--3 .gallery__item {
  width: calc(33.333333333% - 2rem);
}
.copy .gallery--4 .gallery__item {
  width: calc(25% - 2rem);
}
.copy .gallery--5 .gallery__item {
  width: calc(20% - 2rem);
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy .gallery--5 .gallery__item {
    width: calc(25% - 2rem);
  }
}
.copy .gallery--6 .gallery__item {
  width: calc(16.666666667% - 2rem);
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy .gallery--6 .gallery__item {
    width: calc(25% - 2rem);
  }
}
@media screen and (min-width: 450px) and (max-width: 639px) {
  .copy .gallery--2 .gallery__item {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 450px) and (max-width: 639px) {
  .copy .gallery--3 .gallery__item,
  .copy .gallery--4 .gallery__item,
  .copy .gallery--5 .gallery__item,
  .copy .gallery--6 .gallery__item {
    width: calc(33.333333333% - 2rem);
  }
}
@media screen and (max-width: 449px) {
  .copy .gallery--2 .gallery__item,
  .copy .gallery--3 .gallery__item,
  .copy .gallery--4 .gallery__item,
  .copy .gallery--5 .gallery__item {
    width: calc(50% - 1.2rem);
  }
  .copy .gallery--6 .gallery__item {
    width: calc(33.333333333% - 1.2rem);
  }
}
.copy .gallery__wrapper {
  display: block;
  text-decoration: none;
  width: 100%;
}
.copy .gallery__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  width: 100%;
}
.copy .gallery--cropped .gallery__wrapper,
.copy .gallery--cropped .image__aspect-wrapper {
  height: 100%;
}
.copy .gallery__item img {
  height: 100%;
  width: 100%;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.copy .gallery__caption {
  padding-top: 1rem;
  text-align: center;
}
.copy .gallery__lumos {
  padding-top: 2rem;
  padding-bottom: 4rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .copy .gallery__lumos {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}

/* 15. Audio (block) */

.copy .audio__player {
  display: block;
  width: 100%;
}

/* 16. Video (block) */

.copy .responsive-embed {
  height: 0;
  overflow: hidden;
  background: white;
  position: relative;
}
.copy .responsive-embed iframe,
.copy .responsive-embed object,
.copy .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 17. Tweet (block) */

.copy .image--twitter + .image--twitter {
  margin-top: -2rem;
}
@media screen and (max-width: 1023px) {
  .copy .image--twitter + .image--twitter {
    margin-top: -1rem;
  }
}
.copy .tweet-embed > .twitter-tweet {
  margin: 0 auto !important;
}

/* 18. Table (block) */

.copy table {
  height: auto;
  table-layout: fixed;
  width: 100%;
}
.copy tr {
  border-bottom: 1px solid #ddd;
}
.copy tr:first-of-type {
  border-bottom-width: 2px;
}
.copy tr:last-of-type {
  border-bottom: none;
}
.copy tr td:first-of-type {
  padding-left: 0;
}
.copy tr td:last-of-type {
  padding-right: 0;
}
.copy tr:first-of-type td {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1.4rem;
  vertical-align: bottom;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy tr:first-of-type td {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .copy tr:first-of-type td {
    font-size: 1.6rem;
  }
}
.copy td {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1.4rem;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  vertical-align: top;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .copy td {
    font-size: 1.5rem;
  }
}

/* 19. Ad (custom block) */

.lumos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.copy .lumos--align-right {
  float: right;
  margin: 3rem -15rem 4rem 6rem;
}
.copy .lumos--align-left {
  float: left;
  margin: 3rem 6rem 4rem -15rem;
}
.copy .lumos--align-center {
  margin: 3rem auto 4rem;
}
.lumos--hat-right:before {
  right: -4.6rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.lumos--hat-left:before {
  left: -4.6rem;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.lumos--hat-hide:before {
  display: none;
}
@media screen and (max-width: 1300px) {
  .copy .lumos--align-right {
    margin-right: -6rem;
  }
  .copy .lumos--align-left {
    margin-left: -6rem;
  }
}
@media screen and (max-width: 1100px) {
  .copy .lumos--align-right {
    margin-right: -3rem;
  }
  .copy .lumos--align-left {
    margin-left: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .lumos--widescreen-billboard,
  .lumos--widescreen-billboard .lumos__block {
    width: 970px;
    height: 250px;
  }
  .copy .lumos--widescreen-billboard {
    margin-left: -8.5rem;
  }
  .lumos--widescreen-banner,
  .lumos--widescreen-banner .lumos__block {
    width: 728px;
    height: 90px;
  }
  .lumos--widescreen-rectangle,
  .lumos--widescreen-rectangle .lumos__block {
    width: 336px;
    height: 280px;
  }
  .lumos--widescreen-mobile,
  .lumos--widescreen-mobile .lumos__block {
    width: 320px;
    height: 50px;
  }
  .lumos--widescreen-skyscraper,
  .lumos--widescreen-skyscraper .lumos__block {
    width: 300px;
    height: 600px;
  }
  .lumos--widescreen-hide,
  .lumos--widescreen-hide .lumos__block {
    display: none;
  }
  .lumos--widescreen-border {
    background-color: #e8f7ff;
    border-radius: 0.3rem;
    padding: 1rem;
  }
  .lumos--widescreen-border:before {
    background-image: url("./assets/sorting-hat.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -6.4rem;
  }
  .lumos--widescreen-rectangle.lumos--widescreen-border.lumos--hat-right:before {
    -webkit-transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
            transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
  }
  .lumos--widescreen-rectangle.lumos--widescreen-border.lumos--hat-left:before {
    -webkit-transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
            transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .lumos--desktop-banner,
  .lumos--desktop-banner .lumos__block {
    width: 728px;
    height: 90px;
  }
  .lumos--desktop-rectangle,
  .lumos--desktop-rectangle .lumos__block {
    width: 336px;
    height: 280px;
  }
  .lumos--desktop-mobile,
  .lumos--desktop-mobile .lumos__block {
    width: 320px;
    height: 50px;
  }
  .lumos--desktop-skyscraper,
  .lumos--desktop-skyscraper .lumos__block {
    width: 300px;
    height: 600px;
  }
  .lumos--desktop-hide,
  .lumos--desktop-hide .lumos__block {
    display: none;
  }
  .lumos--desktop-border {
    background-color: #e8f7ff;
    border-radius: 0.3rem;
    padding: 1rem;
  }
  .lumos--desktop-border:before {
    background-image: url("./assets/sorting-hat.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -6.4rem;
  }
  .lumos--desktop-rectangle.lumos--desktop-border.lumos--hat-right:before {
    -webkit-transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
            transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
  }
  .lumos--desktop-rectangle.lumos--desktop-border.lumos--hat-left:before {
    -webkit-transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
            transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .copy .lumos--align-right {
    margin: 1rem 0 3rem 4rem;
  }
  .copy .lumos--align-left {
    margin: 1rem 4rem 3rem 0;
  }
  .lumos--tablet-rectangle,
  .lumos--tablet-rectangle .lumos__block {
    width: 336px;
    height: 280px;
  }
  .lumos--tablet-mobile,
  .lumos--tablet-mobile .lumos__block {
    width: 320px;
    height: 50px;
  }
  .lumos--tablet-skyscraper,
  .lumos--tablet-skyscraper .lumos__block {
    width: 300px;
    height: 600px;
  }
  .lumos--tablet-hide,
  .lumos--tablet-hide .lumos__block {
    display: none;
  }
  .lumos--tablet-border {
    background-color: #e8f7ff;
    border-radius: 0.3rem;
    padding: 1rem;
  }
  .lumos--tablet-border:before {
    background-image: url("./assets/sorting-hat.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -6.4rem;
  }
  .lumos--tablet-border.lumos--hat-right:before {
    -webkit-transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
            transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
  }
  .lumos--tablet-border.lumos--hat-left:before {
    -webkit-transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
            transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lumos--tablet-banner,
  .lumos--tablet-banner .lumos__block {
    width: 728px;
    height: 90px;
  }
}
@media screen and (max-width: 850px) {
  .lumos--tablet-banner,
  .lumos--tablet-banner .lumos__block {
    width: 320px;
    height: 50px;
  }
}
@media screen and (max-width: 639px) {
  .copy .lumos--align-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  .copy .lumos--align-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  .copy .lumos--align-center {
    margin-bottom: 3rem;
  }
  .lumos--phone-mobile,
  .lumos--phone-mobile .lumos__block {
    width: 320px;
    height: 50px;
  }
  .lumos--phone-skyscraper,
  .lumos--phone-skyscraper .lumos__block {
    width: 300px;
    height: 600px;
  }
  .lumos--phone-hide,
  .lumos--phone-hide .lumos__block {
    display: none;
  }
  .lumos--phone-border {
    background-color: #e8f7ff;
    border-radius: 0.3rem;
    padding: 1rem;
  }
  .lumos--phone-border:before {
    background-image: url("./assets/sorting-hat.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: -6.4rem;
  }
  .lumos--phone-border.lumos--hat-right:before {
    -webkit-transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
            transform: scale(0.65) rotate(18deg) translate(-0.8rem, 1.6rem);
  }
  .lumos--phone-border.lumos--hat-left:before {
    -webkit-transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
            transform: scale(0.65) rotate(-18deg) translate(0.8rem, 1.6rem);
  }
}
@media screen and (min-width: 450px) and (max-width: 639px) {
  .lumos--phone-rectangle,
  .lumos--phone-rectangle .lumos__block {
    width: 336px;
    height: 280px;
  }
}
@media screen and (max-width: 449px) {
  .lumos--phone-rectangle,
  .lumos--phone-rectangle .lumos__block {
    width: 300px;
    height: 250px;
  }
}

/* 20. Article item */

.article-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -3rem;
  width: calc(100% + 3rem);
}
@media screen and (max-width: 639px) {
  .article-item {
    margin-right: -2rem;
    width: calc(100% + 2rem);
  }
}
.article-item__item {
  display: block;
  margin-right: 3rem;
  margin-bottom: 3rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-item__item {
    width: calc(25% - 3rem);
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .article-item__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 639px) {
  .article-item__item {
    margin-right: 2rem;
    margin-bottom: 4rem;
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 449px) {
  .article-item__item {
    margin-bottom: 3rem;
  }
}
.article-item--1 .article-item__item {
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .article-item--1 .article-item__item {
    margin-right: 2rem;
    width: calc(100% + 2rem);
  }
}
@media screen and (min-width: 768px) {
  .article-item--2 .article-item__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1024px) {
  .article-item--4 .article-item__item {
    width: calc(25% - 3rem);
  }
}
@media screen and (min-width: 768px) {
  .article-item--3 .article-item__item  {
    width: calc(33.33333333% - 3rem);
  }
}
@media screen and (min-width: 768px) {
  .article-item__item--large {
    display: flex;
  }
}
.article-item__image-container {
  width: 55%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-item__image-container {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .article-item__image-container {
    width: 100%;
  }
}
.article-item__image-wrapper {
  background-color: #eee;
  overflow: hidden;
  position: relative;
}
.article-item__item--exclusive .article-item__image-wrapper {
  background-image: linear-gradient(120deg, #99daff, #efc90e);
}
.article-item__image-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 52.5%;
}
.article-item__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-item__item--exclusive .article-item__image {
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  left: 0.4rem;
  height: calc(100% - 0.8rem);
  width: calc(100% - 0.8rem);
}
.article-item__label {
  background-color: #333;
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  padding: 0.6rem 1rem 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .article-item__label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 449px) {
  .article-item__label {
    font-size: 1rem;
  }
}
.article-item__label span {
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  width: 1.2rem;
}
.article-item__label--exclusive em {
  background-image: linear-gradient(120deg, #79cdfd, #ffdc2f);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article-item__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6rem;
  width: calc(45% - 6rem);
}
@media screen and (max-width: 1480px) {
  .article-item__text-container {
    padding-left: 5rem;
    width: calc(45% - 5rem);
  }
}
@media screen and (max-width: 1300px) {
  .article-item__text-container {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-item__text-container {
    width: calc(50% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .article-item__text-container {
    padding-top: 1.6rem;
    padding-left: 0;
    width: 100%;
  }
}
.article-item__latest {
  color: #888;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 3.6rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .article-item__latest {
    display: none;
  }
}
.article-item__item:hover .article-item__latest:before,
.article-item__item:focus .article-item__latest:before {
  -webkit-animation: snitch 200ms ease-in-out 2;
          animation: snitch 200ms ease-in-out 2;
}
.article-item__latest:before {
  background-image: url("./assets/golden-snitch.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -0.8rem;
  left: 0;
}
.article-item__title {
  color: #555;
  display: block;
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding-top: 1.6rem;
  transition: color 150ms ease;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .article-item__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 639px) {
  .article-item__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .article-item__title {
    font-size: 1.7rem;
  }
}
.article-item__item:hover .article-item__title,
.article-item__item:focus .article-item__title {
  color: #008bda;
}
.article-item__item--large .article-item__title {
  color: #008bda;
  font-size: 4rem;
  line-height: 1.05;
  padding-top: 0;
  transition: color 150ms ease;
}
@media screen and (max-width: 1100px) {
  .article-item__item--large .article-item__title {
    line-height: 1.1;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-item__item--large .article-item__title {
    font-size: 3.4rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .article-item__item--large .article-item__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 639px) {
  .article-item__item--large .article-item__title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
.article-item__item--large:hover .article-item__title,
.article-item__item--large:focus .article-item__title {
  color: #555;
}
.article-item__item--dark .article-item__title {
  color: #eee;
}
.article-item__item--dark:hover .article-item__title,
.article-item__item--dark:focus .article-item__title {
  color: #aaa;
}
.article-item__description {
  color: #888;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-top: 1rem;
}
@media screen and (min-width: 450px) and (max-width: 639px) {
  .article-item__description {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 449px) {
  .article-item__description {
    padding-top: 0.6rem;
    font-size: 1.4rem;
  }
}
.article-item__item--large .article-item__description {
  font-size: 1.8rem;
  max-width: 80%;
  padding-top: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .article-item__item--large .article-item__description {
    font-size: 1.7rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .article-item__item--large .article-item__description {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .article-item__item--large .article-item__description {
    font-size: 1.5rem;
    padding-top: 0.8rem;
  }
}
.article-item__item--dark .article-item__description {
  color: #aaa;
}
.article-item__read {
  display: block;
  font-size: 1.8rem;
  padding-top: 2.2rem;
  text-decoration: underline;
  transition: color 150ms ease;
}
@media screen and (max-width: 1100px) {
  .article-item__read {
    display: none;
  }
}
.article-item__item:hover .article-item__read,
.article-item__item:focus .article-item__read {
  color: #0d56a0;
}
.article-item__placeholder {
  background-color: #eee;
  background-image: url("./assets/glasses.png");
  background-repeat: no-repeat;
  background-size: 11.9rem 9.5rem;
  background-position: center 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .article-item__placeholder {
    background-size: 8.3rem 6.5rem;
  }
}
.article-item__lumos {
  padding-top: 1rem;
  padding-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .article-item__lumos {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

/* 21. Pagination */

.pagination {
  margin-top: -2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 639px) {
  .pagination {
    margin-top: -1rem;
  }
}
.pagination--top {
  margin-top: 4rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 639px) {
  .pagination--top {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
.pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__label {
  font-size: 1.3rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .pagination__label {
    font-size: 1.2rem;
  }
}
.pagination__number {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.pagination__number span,
.pagination__number a {
  border-radius: 50%;
  background-color: #eee;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
  font-weight: 600;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
@media screen and (max-width: 1023px) {
  .pagination__number span,
  .pagination__number a {
    font-size: 1.5rem;
    height: 3.2rem;
    width: 3.2rem;
  }
}
.pagination__number a:hover,
.pagination__number a:focus {
  color: #fff;
  background-color: #008bda;
}
.pagination__number span.current {
  background-color: #008bda;
  color: #fff;
}

/* 22. Tag */

.tag {
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.tag a {
  background-color: #eee;
  border-radius: 0.3rem;
  color: #666;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  padding: 1rem 1.2rem;
  text-shadow: none;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
@media screen and (max-width: 639px) {
  .tag a {
    font-size: 1.1rem;
  }
}
.tag a:hover,
.tag a:focus {
  color: #fff;
  background-color: #008bda;
}

/* 23. Form */

.form {
  max-width: 65rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .form {
    padding-top: 1rem;
  }
}
.form__input,
.form__textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  color: #333;
  font-family: "Average", "Georgia", "Hoefler Text", serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
  transition: background-color ease 150ms;
  z-index: 2;
  width: calc(100% - 2rem);
}
@media screen and (max-width: 639px) {
  .form__input,
  .form__textarea {
    font-size: 1.6rem;
  }
}
.form__textarea {
  height: 14rem;
  resize: none;
}
@media screen and (max-width: 639px) {
  .form__textarea {
    height: 16rem;
  }
}
.form__input:focus,
.form__textarea:focus {
  background-color: #fafafa;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #bbb;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #bbb;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #bbb;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: #bbb;
}
.form__input:nth-of-type(2),
.form__input:nth-of-type(3),
.form__input:nth-of-type(5),
.form__input:nth-of-type(7) {
  display: none !important;
}
.form__button {
  background-color: #008bda;
  border: none;
  border-radius: 0.3rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
  padding: 1rem 1.2rem;
  position: relative;
  text-shadow: none;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.form__button:hover,
.form__button:focus {
  background-color: #444;
}
.form__button:active:before {
  content: "";
  background-color: #444;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.form__button:active:after {
  content: "Sending\2026";
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  text-align: center;
}

/* 24. Home page */

.home-page__hero {
  padding-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .home-page__hero {
    padding-top: 0;
  }
}
.home-page__articles {
  margin-top: 6rem;
  padding-top: 5rem;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .home-page__articles {
    margin-top: 5rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 639px) {
  .home-page__articles {
    margin-top: 3rem;
    padding-top: 4rem;
  }
}
.home-page__articles:before {
  background-color: #dcf2ff;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -1px;
  margin-left: -10rem;
  height: 0.2rem;
  width: 20rem;
}
@media screen and (max-width: 639px) {
  .home-page__articles:before {
    margin-left: -25%;
    left: 50%;
    width: 50%;
  }
}
.home-page__articles:after {
  background-color: #fff;
  background-image: url("./assets/sorting-hat.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5rem;
  content: "";
  position: absolute;
  top: -3.6rem;
  left: 50%;
  margin-left: -2.9rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 5rem;
  height: 5rem;
}
.home-page__heading-wrapper {
  padding-bottom: 4rem;
}
@media screen and (max-width: 639px) {
  .home-page__heading-wrapper {
    padding-bottom: 3rem;
  }
}
.home-page__heading-anchor {
  display: inline-block;
  text-decoration: none;
}
.home-page__heading {
  text-align: center;
  transition: color 150ms ease;
}
.home-page__heading-anchor:hover .home-page__heading,
.home-page__heading-anchor:focus .home-page__heading {
  color: #555;
}
.home-page__heading--exclusives,
.home-page__heading-anchor:hover .home-page__heading--exclusives,
.home-page__heading-anchor:focus .home-page__heading--exclusives {
  color: #fff;
}
.home-page__description {
  color: #888;
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .home-page__description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .home-page__description {
    font-size: 1.5rem;
    padding-top: 0.8rem;
  }
}
.home-page__articles-grid {
  padding-right: 4rem;
  width: calc(100% - 300px - 4rem);
}
@media screen and (min-width: 1024px) and (max-width: 1120px) {
  .home-page__articles-grid .article-item__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 1023px) {
  .home-page__articles-grid {
    padding-right: 0;
    width: 100%;
  }
}
.home-page__articles-mobile-lumos {
  display: none;
}
@media screen and (max-width: 639px) {
  .home-page__articles-mobile-lumos {
    display: block;
  }
}
.home-page__articles-lumos {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .home-page__articles-lumos {
    display: none;
  }
}
.home-page__exclusives .home-page__description {
  color: #aaa;
}
.home-page__description--small {
  font-size: 1.6rem;
}
.home-page__exclusives {
  background-color: #333;
  background-image: linear-gradient(to top, #222, #333, #222);
  border-left: 0.4rem solid #444;
  border-right: 0.4rem solid #444;
  margin-top: 5rem;
  margin-left: -6.4rem;
  margin-right: -6.4rem;
  overflow: hidden;
  padding: 6rem 6rem 4rem;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .home-page__exclusives {
    padding: 4rem;
    margin-top: 4rem;
    margin-left: -4.4rem;
    margin-right: -4.4rem;
  }
}
@media screen and (max-width: 639px) {
  .home-page__exclusives {
    padding: 3rem 2rem;
    margin-top: 3rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
.home-page__exclusives:before {
  content: "";
  background-image: url("./assets/deathly-hallows.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -3.4rem;
  right: 6rem;
  width: 8.5rem;
  height: 17.6rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .home-page__exclusives:before {
    right: 0;
    top: -8.4rem;
  }
}
@media screen and (max-width: 639px) {
  .home-page__exclusives:before {
    right: 4rem;
    top: -8.4rem;
    width: 6.8rem;
    height: 14rem;
  }
}
.home-page__more-exclusives a {
  color: #eee;
}
.home-page__more-exclusives a:hover,
.home-page__more-exclusives a:focus {
  color: #aaa;
}
.home-page__exclusives-lumos {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .home-page__exclusives-lumos {
    display: none;
  }
}
.home-page__exclusives-mobile-lumos {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .home-page__exclusives-mobile-lumos {
    display: block;
  }
}
.home-page__search {
  max-width: 70rem;
  padding: 7rem 3rem 10rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .home-page__search {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 639px) {
  .home-page__search {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .home-page__lumos {
    display: none;
  }
}
.home-page__split {
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home-page__split {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .home-page__split {
    display: block;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.home-page__split:before {
  background-image: linear-gradient(to bottom, rgba(235,248,255,1), rgba(235,248,255,0));
  content: "";
  position: absolute;
  top: 0;
  left: -6rem;
  right: -6rem;
  height: 10rem;
}
@media screen and (max-width: 1023px) {
  .home-page__split:before {
    left: -4rem;
    right: -4rem;
  }
}
@media screen and (max-width: 639px) {
  .home-page__split:before {
    left: -2rem;
    right: -2rem;
  }
}
.home-page__split:after {
  background-color: #f1f1f1;
  content: "";
  position: absolute;
  top: 6rem;
  bottom: 3rem;
  left: 50%;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .home-page__split:after {
    display: none;
  }
}
.home-page__guides {
  padding-right: 5rem;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .home-page__guides {
    padding-right: 0;
    width: 100%;
  }
}
.home-page__pictures {
  padding-left: 5rem;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .home-page__pictures {
    padding-top: 2rem;
    padding-left: 0;
    width: 100%;
  }
}
.home-page__more {
  max-width: 68rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .home-page__more {
    margin-top: 2rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 639px) {
  .home-page__more {
    margin-top: 2rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .home-page__more:before {
    display: none;
  }
}
.home-page__more:before {
  background-color: #dcf2ff;
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  margin-left: -1px;
  width: 0.2rem;
  height: 5rem;
}

/* 25. Fade in (animation) */

.fade-in {
  -webkit-animation: fade-in 800ms cubic-bezier(0.175, 0.885, 0.32, 1) 1 forwards;
          animation: fade-in 800ms cubic-bezier(0.175, 0.885, 0.32, 1) 1 forwards;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 26. Lamp (animation) */

.lamp-animation {
  opacity: 0.6;
  position: absolute;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  width: 6rem;
  height: 9rem;
  top: 0.8rem;
  right: 20.6%;
  z-index: 2;
}
@media screen and (min-width: 2800px) {
  .lamp-animation {
    width: 8rem;
    height: 12rem;
    top: -16rem;
    right: -12rem;
  }
}
@media screen and (max-width: 2000px) {
  .lamp-animation {
    width: 3.6rem;
    height: 5.6rem;
    top: 0.8rem;
    right: 20.6%;
  }
}
@media screen and (max-width: 1023px) {
  .lamp-animation {
    display: none;
  }
}
.lamp-animation__animation {
  -webkit-animation: lamp 6s infinite;
          animation: lamp 6s infinite;
  background-color: #fff788;
  border-radius: 50%;
  box-shadow: 0 0 2.5rem 1rem rgba(255,247,136,.9);
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
}
@-webkit-keyframes lamp {
  0% { opacity: 0.85; }
  20% { opacity: 0.7; }
  30% { opacity: 0.8; }
  40% { opacity: 0.6; }
  60% { opacity: 0.95; }
  80% { opacity: 0.6; }
  100% { opacity: 0.85; }
}
@keyframes lamp {
  0% { opacity: 0.85; }
  20% { opacity: 0.7; }
  30% { opacity: 0.8; }
  40% { opacity: 0.6; }
  60% { opacity: 0.95; }
  80% { opacity: 0.6; }
  100% { opacity: 0.85; }
}

/* 27. Flying broom (animation) */

.flying-animation {
  display: none;
}
@media screen and (min-width: 1024px) {
  .flying-animation {
    -webkit-animation: flying 3000ms linear 2 2500ms;
            animation: flying 3000ms linear 2 2500ms;
    background-image: url("./assets/flying.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 8.1rem;
    height: 5.4rem;
    position: absolute;
    top: 11rem;
    left: 30%;
    opacity: 0.8;
    -webkit-transform: translate(0, 9rem);
            transform: translate(0, 9rem);
    z-index: -1;
  }
}
@media screen and (min-width: 2200px) {
  .flying-animation {
    display: none;
  }
}
@-webkit-keyframes flying {
  0% {
    -webkit-transform: translate(0, 9rem);
            transform: translate(0, 9rem);
  }
  100% {
    -webkit-transform: translate(500%, -800%);
            transform: translate(500%, -800%);
  }
}
@keyframes flying {
  0% {
    -webkit-transform: translate(0, 9rem);
            transform: translate(0, 9rem);
  }
  100% {
    -webkit-transform: translate(500%, -800%);
            transform: translate(500%, -800%);
  }
}

/* 28. Time Turner (animation) */

.time-turner-animation {
  background-image: url("./assets/time-turner.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13rem;
  height: 17rem;
  overflow: hidden;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (max-width: 1390px) {
  .time-turner-animation {
    top: -7rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .time-turner-animation {
    -webkit-transform: scale(0.8) rotate(-8deg);
            transform: scale(0.8) rotate(-8deg);
    left: -2rem;
  }
}
@media screen and (max-width: 639px) {
  .time-turner-animation {
    display: none;
  }
}
.time-turner-animation__outer {
  -webkit-animation: spin-and-flip 1300ms linear infinite;
          animation: spin-and-flip 1300ms linear infinite;
  background-image: url("./assets/time-turner-outer.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 6rem;
  height: 6.2rem;
  position: absolute;
  bottom: 0.8rem;
  left: 3.3rem;
  transform-style: preserve-3d;
}
.time-turner-animation__inner {
  -webkit-animation: spin-and-flip 1300ms linear infinite reverse;
          animation: spin-and-flip 1300ms linear infinite reverse;
  background-image: url("./assets/time-turner-inner.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 5.1rem;
  height: 5.1rem;
  position: absolute;
  bottom: 1.4rem;
  left: 3.7rem;
  transform-style: preserve-3d;
}
@-webkit-keyframes spin-and-flip {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0) rotateY(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg) rotateY(0);
  }
}
@keyframes spin-and-flip {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0) rotateY(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg) rotateY(0);
  }
}

/* 29. Monster Book of Monsters (animation) */

.monster-book-animation {
  background-image: url("./assets/monster-book.gif");
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  bottom: 3.4rem;
  right: 3rem;
  width: 14rem;
  height: 8.8rem;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
@media screen and (max-width: 1390px) {
  .monster-book-animation {
    display: none;
  }
}
.monster-book-animation:hover,
.monster-book-animation:focus {
  -webkit-animation: monster-book 200ms ease-in-out 4;
          animation: monster-book 200ms ease-in-out 4;
}
@-webkit-keyframes monster-book {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  25% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes monster-book {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
  }
  25% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

/* 30. Triwizard Cup (animation) */

.triwizard-cup-animation {
  background-image: url("./assets/triwizard-cup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 11.8rem;
  height: 15.4rem;
}
@media screen and (min-width: 1024px) {
  .triwizard-cup-animation:hover,
  .triwizard-cup-animation:focus {
    -webkit-animation: triwizard-cup 600ms ease-in-out infinite;
            animation: triwizard-cup 600ms ease-in-out infinite;
    -webkit-filter: drop-shadow(0.1rem 0.1rem 0.4rem rgba(96,224,165,1));
            filter: drop-shadow(0.1rem 0.1rem 0.4rem rgba(96,224,165,1));
  }
}
@-webkit-keyframes triwizard-cup {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  75% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes triwizard-cup {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  75% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

.kickstarter-banner .rectangle {display:none;}
@media screen and (max-width: 1023px) {
  .kickstarter-banner .banner {display:none;}
  .kickstarter-banner .rectangle {display:block;}
}
