.magicblue {
  background: #6289CE;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vhcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.big-section:not(.magicblue) {
  height: 100vh;
  position: relative;
  width: 100vw;
}

.box {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
}

.box1 {
  -webkit-transform: translateX(25%) translateY(25%);
          transform: translateX(25%) translateY(25%);
  background: #d2d2d2;
}

.box2 {
  -webkit-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
  background: #b8b8b8;
}

.box3 {
  -webkit-transform: translateX(75%) translateY(75%);
          transform: translateX(75%) translateY(75%);
  background: #9f9f9f;
}

.s-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.s-1 h1 {
  font-size: 48px;
  font-weight: bold;
}

.s-2 {
  position: relative;
  background-color: rgba(6, 72, 148, 0.2);
}

.s-2-inner {
  width: 50%;
  position: relative;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.3;
  padding: 25px;
  border: 10px solid white;
}

.s-2-inner h2 {
  font-size: 36px;
  font-weight: bold;
}

.s-2-inner p {
  font-size: 24px;
  letter-spacing: 5px;
  margin: 20px 0;
}

.s-2-inner a {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
}

.s-2 img {
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-2 .box {
  width: 512px;
  height: 350px;
  background-color: transparent;
  border: 10px solid white;
  position: absolute;
  right: 22%;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.s-3 h3 {
  font-size: 24px;
  font-weight: bold;
}

.fuckyou h1 {
  font-size: 2em;
  text-align: center;
  margin-top: 30%;
}

.fuckyou section {
  padding: 3em;
  height: 100vh;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fuckyou section .big-text {
  font-size: 2em;
  width: 30%;
  margin-top: 17%;
  position: absolute;
}

.fuckyou section .big-text span {
  width: 100%;
  background: red;
  display: block;
  height: 5px;
  margin-top: 20px;
}

.fuckyou section img {
  position: absolute;
}

.fuckyou section img:nth-of-type(1) {
  width: 40%;
  right: 0;
  top: 20%;
}

.fuckyou section img:nth-of-type(2) {
  width: 25%;
  right: 40%;
  top: 29%;
  margin-top: 15%;
}

.fuckyou section:nth-child(odd) {
  background-image: url("/img/world.svg");
}

.last-scroll section:not(#sectionPin) {
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  padding: 50px 10vw;
  margin: auto;
  place-items: center;
}

.last-scroll img {
  height: 80vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.last-scroll h1 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 1rem;
  position: absolute;
  top: 10vw;
  left: 10vw;
  z-index: 4;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 768px) {
  .last-scroll h1 {
    font-size: 16vw;
  }
}

.last-scroll h1 span {
  display: block;
}

.last-scroll h2 {
  font-size: 2rem;
  max-width: 400px;
}

.last-scroll .credit {
  font-family: Termina, sans-serif;
}

.last-scroll .credit a {
  color: var(--text-color);
}

.last-scroll * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.last-scroll #sectionPin {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  background: var(--text-color);
  color: var(--bg-color);
}

.last-scroll .pin-wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 10vw;
}

.last-scroll .pin-wrap > * {
  min-width: 60vw;
  padding: 0 5vw;
}

.last-scroll p {
  position: absolute;
  bottom: 10vw;
  right: 10vw;
  width: 200px;
  line-height: 1.5;
}

.pdfs img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  -webkit-transition: 3s;
  transition: 3s;
}
/*# sourceMappingURL=custom.css.map */