:root {
  --silver: #c4c4c4;
  --white: white;
  --magenta: #dd25ff;
  --imp: #871f1c;
  --09031e: #09031e;
  --midnight-blue: #1d0931;
  --button: #0e4410;
  --grey: #6d6d6d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--silver);
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

h1 {
  color: var(--white);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.157rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.369rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 1.777rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.333em;
  font-weight: 300;
  line-height: 1.3;
}

h5 {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h6 {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 2;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

blockquote {
  border-left: 5px solid var(--magenta);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  font-size: 1.5em;
  line-height: 1.3;
}

figure {
  margin: 20px auto;
}

figcaption {
  color: var(--silver);
  text-align: center;
  margin-top: 12px;
  font-size: .75rem;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  position: sticky;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  max-width: 100px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link {
  color: #000;
  padding: 20px;
  font-size: 1rem;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--imp);
  text-decoration: underline;
}

.nav-link.hide {
  display: block;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--imp);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 16px 32px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.button:hover {
  border: 1px solid var(--imp);
  background-color: var(--white);
  color: var(--imp);
  text-decoration: none;
  box-shadow: 0 0 #9733ee;
}

.section {
  width: 100%;
  padding-top: 90px;
}

.section.footer {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

.section._404 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.hero {
  margin-top: 0;
  padding-top: 0;
}

.hero-wrap {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.play-icon {
  opacity: .75;
  border-radius: 0;
  flex: none;
  width: 45px;
  position: absolute;
}

.play-icon.hide {
  display: none;
}

.hero-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._3-columns-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-icon {
  border-radius: 50%;
  flex: none;
}

.paragraph-smaller {
  font-size: .75rem;
}

.paragraph-smaller.max-35ch {
  text-align: center;
  max-width: 35ch;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
}

.absolute-image {
  object-fit: cover;
  position: absolute;
  inset: 0% auto auto;
}

.ratio-56-25 {
  border-radius: 10px;
  width: 100%;
  max-width: 45%;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}

.ratio-56-25._1 {
  display: none;
}

.ratio-56-25._2 {
  display: block;
}

.no-top-margin {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.no-top-margin.black {
  color: #000;
  font-weight: 700;
}

._2-column-grid {
  background-color: var(--imp);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr .5fr 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.subheading {
  max-width: 74ch;
  margin-bottom: 40px;
}

.subheading.no-margins {
  text-align: justify;
  max-width: 60ch;
}

.social-link {
  color: var(--magenta);
  flex: none;
  padding: 4px;
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
}

.social-link:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.social-icon {
  width: 20px;
}

.social-icon.bigger {
  width: 35px;
}

.black-box {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 40px;
}

.black-box-contenter {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.black-box-content {
  width: 100%;
  max-width: 45%;
}

.absolute-lightbox-link {
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.faq-dropdown {
  color: var(--silver);
  border: 1px solid #9733ee;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.content-box {
  width: 100%;
  max-width: 45%;
}

.content-box.trailer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-image {
  border-radius: 20px;
}

.hero-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margins.font-align-center-on-mobile {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.body {
  background-color: var(--white);
  color: #000;
  font-family: Bebasneue, sans-serif;
}

.image {
  z-index: 999;
}

.text-span {
  font-family: Bebasneue, sans-serif;
  font-weight: 700;
}

.text-block {
  color: var(--imp);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bebasneue Book, sans-serif;
  font-size: 2.369rem;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: justify;
  font-weight: 300;
}

.image-3 {
  max-width: 30px;
}

.text-span-2 {
  font-weight: 200;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grey-box {
  background-color: #eaeaea;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
}

.bold-text {
  color: var(--imp);
  text-decoration: underline;
}

.image-4 {
  margin-bottom: 40px;
}

.div-block-5 {
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.link {
  color: #fff;
}

.link:hover {
  color: var(--silver);
}

.text-span-4 {
  font-size: 1.1rem;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.link-block {
  margin-right: 5px;
}

.div-block-7 {
  width: 100%;
}

.logos-wrapper {
  margin-bottom: 20px;
}

.logofooter {
  border-radius: 0;
  width: 55px;
  margin-left: 40px;
  margin-right: 40px;
}

.link-block-2 {
  margin-left: 5px;
}

.showreel {
  width: 100%;
  max-width: 10%;
  margin-left: auto;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}

.absolute-image-showreel {
  opacity: .91;
  object-fit: cover;
  border-radius: 0;
  max-width: 70%;
  position: absolute;
  inset: 0% auto auto;
}

.absolute-lightbox-link-shrl {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.body-2 {
  background-color: var(--white);
}

.heading, .heading-2 {
  color: #000;
}

.image-9 {
  border-radius: 0;
}

.wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.changer-overflow-2 {
  height: 49px;
  display: inline-block;
  overflow: hidden;
}

.font-align-center-2 {
  color: #6d6d6d;
  text-align: center;
  -webkit-text-stroke-color: #6d6d6d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 50px;
}

.changer-move-2 {
  display: inline-block;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.image-10 {
  width: 33px;
}

.link-block-4 {
  margin-left: 10px;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-10-back {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  display: none;
}

._2page {
  z-index: -1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.page-6 {
  z-index: 4;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-8-back, .button-7-next, .button-4-next {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.image-11 {
  filter: brightness(0%);
}

.button-6-back {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.page-10 {
  z-index: 0;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-8-next, .button-3-back, .button-9-next {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.cover {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.right-page {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: scale(1);
}

.button-5-back {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.page-4 {
  z-index: 6;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.button-2-back, .button-6-next, .button-10-next {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.button-1-next {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.button-1-next:hover {
  text-decoration: none;
}

.button-3-next {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.left-page {
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-4-back {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.page-8 {
  z-index: 2;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-1-back {
  background-color: #ffffff80;
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.link-block-copy {
  z-index: 0;
  width: 15%;
  position: fixed;
  inset: auto 5% 3% auto;
}

.button-9-back {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.page-3 {
  z-index: 7;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.page-2 {
  z-index: 8;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-7-back {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.link-block-5 {
  z-index: 10;
  width: 15%;
  position: fixed;
  inset: auto auto 3% 5%;
}

.test {
  z-index: 9;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: none;
}

.page-5 {
  z-index: 5;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.last-page {
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0, 0, -1px);
}

.page-9 {
  z-index: 1;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.page-7 {
  z-index: 3;
  transform-origin: 0%;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-2-next, .button-5-next {
  background-color: #ffffff80;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.book {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1200px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 48vw;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  transform: none;
}

.body-3 {
  background-image: url('../images/fundo_Flipbook.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.superscript, .text-span-5 {
  font-size: 1rem;
}

.superscript-2 {
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-menu {
    background-color: #fffc;
    border-top: 1px solid #0000001a;
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 10px 10px #0003;
  }

  .hero-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-wrap {
    max-width: 100%;
  }

  ._3-columns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card {
    flex-direction: column;
  }

  .absolute-image {
    position: static;
  }

  .ratio-56-25 {
    max-width: 100%;
    padding-top: 0%;
    position: static;
  }

  .ratio-56-25._1 {
    display: block;
  }

  .ratio-56-25._2 {
    display: none;
  }

  ._2-column-grid {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .subheading.no-margins {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .black-box-contenter {
    flex-direction: column;
    align-items: center;
  }

  .black-box-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .absolute-lightbox-link {
    position: static;
  }

  .content-box {
    max-width: 100%;
  }

  .hero-content-wrap {
    margin-top: 0;
  }

  .image-3 {
    max-width: 40px;
  }

  .div-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    width: 30ch;
  }

  .link-block {
    margin-right: 10px;
  }

  .logofooter {
    margin-left: 15px;
    margin-right: 15px;
  }

  .showreel {
    justify-content: flex-end;
    max-width: 100%;
    padding-top: 0%;
    display: flex;
    position: static;
  }

  .absolute-image-showreel {
    position: static;
  }

  .absolute-lightbox-link-shrl {
    width: 60px;
    position: static;
  }

  .image-9 {
    display: block;
  }

  .font-align-center-2 {
    font-size: 1.68rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrap {
    flex-direction: column;
    justify-content: space-between;
  }

  .hero-image-wrap {
    max-width: 100%;
  }

  ._3-columns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .subheading.no-margins {
    max-width: 100ch;
  }

  .black-box {
    padding: 20px;
  }

  .black-box-contenter {
    flex-direction: column;
  }

  .black-box-content {
    max-width: 100%;
  }

  .hero-content-wrap {
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .no-margins.font-align-center-on-mobile {
    text-align: center;
  }

  .image {
    max-width: 75%;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .grey-box {
    padding: 20px;
  }

  .text-block-2 {
    width: 19ch;
  }

  .font-align-center-2 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    padding: 10px 20px;
  }

  .button.hide {
    display: none;
  }

  .hero-wrap {
    grid-row-gap: 0px;
  }

  .hero-image-wrap {
    opacity: 1;
  }

  ._3-columns-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .social-icon.bigger {
    width: 20px;
  }

  .black-box {
    padding: 20px;
  }

  .faq-dropdown {
    margin-bottom: 12px;
  }

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

  .hero-image {
    width: 100%;
  }

  .no-margins.font-align-center-on-mobile {
    font-size: .8rem;
  }

  .image {
    border-radius: 0;
    max-width: 90%;
  }

  .text-block {
    width: 100%;
    font-size: 7.85vw;
  }

  .image-3 {
    max-width: 30px;
    margin-right: 0;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .grey-box {
    padding: 20px;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .text-block-2 {
    width: 52ch;
    font-size: 11px;
  }

  .link {
    font-size: 10px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .div-block-6.center {
    justify-content: center;
  }

  .div-block-6.center._1line {
    grid-template-rows: auto;
  }

  .link-block {
    margin-right: 0;
  }

  .image-5 {
    width: 35px;
  }

  .image-6 {
    border-radius: 0;
    max-width: 90%;
  }

  .showreel {
    order: -1;
    justify-content: flex-end;
  }

  .wrap-2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .font-align-center-2 {
    font-size: .7rem;
  }

  .div-block-12 {
    align-items: center;
  }

  .image-10 {
    width: 20px;
  }

  .div-block {
    flex-flow: column;
  }

  .book {
    width: 95%;
    height: 66vw;
    margin: 20px 0;
  }
}

#w-node-_18096eac-96cc-1414-0ebb-fe8633391a2c-e409fadd {
  align-self: center;
}

#w-node-e7a88460-30e7-cc7e-6d76-26e979b66590-e409fadd, #w-node-cb0efa69-1bef-ba22-e266-43bf383da93a-9ea95ec4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-cb0efa69-1bef-ba22-e266-43bf383da93a-9ea95ec4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf55883d-5f26-b29e-623d-47cf137168ae-e409fadd, #w-node-a29f8d60-d1a0-75f8-e70d-9bff1f0ba645-e409fadd, #w-node-_1f6311ac-207a-f325-0e94-282884dd82cb-e409fadd, #w-node-_8dc04662-1f41-5e2b-fefc-558642239e30-e409fadd, #w-node-_1b5f717d-dc93-bd5a-27d3-591c9669d97c-e409fadd {
    order: 9999;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue.otf') format('opentype'), url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue Book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype'), url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}