/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./web/css/style.scss ***!
  \*********************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Global alignment utility classes used by CKEditor when configured to output classes */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-indent: 5em;
  hyphens: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.content {
  display: block;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.loader {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.18, 1), visibility 0.6s;
  opacity: 1;
  visibility: visible;
}
.loader.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader video {
  width: 90%;
  max-width: 300px;
  margin-top: -10dvh;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  mix-blend-mode: lighten;
}

@font-face {
  font-family: "Playfair Display";
  src: url(e5a62ce9d4a6201e6d3c.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "geist";
  src: url(fe39adc18e3ddab984d6.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.section-header {
  overflow: hidden;
  z-index: 0;
  padding-top: 75px;
}
@media only screen and (min-width: 768px) {
  .section-header {
    padding-top: 74px;
  }
}
.section-header h1 {
  font-size: 20vw;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.5vw;
  margin: 0 auto;
  margin-left: -0.5vw;
  font-family: "bebas-neue-pro", sans-serif;
  line-height: 0.775;
  width: 100vw;
  padding: 0;
  display: block;
}
.section-header h1 .char-clone-above {
  display: none !important;
}

body:not(.nav-scroll-enabled) nav {
  mix-blend-mode: lighten;
  transition: mix-blend-mode 0s linear 0s;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 3000;
  color: #FFFDF8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: mix-blend-mode 0s linear 0s;
}
@media only screen and (min-width: 768px) {
  nav {
    height: 100px;
  }
}
nav .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform, background-color;
  background-color: #FF0000;
  padding: 15px 15px 15px;
  cursor: pointer;
  z-index: 4000;
  pointer-events: auto;
  transition: mix-blend-mode linear 0s, transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0s linear 0s, scale 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media only screen and (min-width: 768px) {
  nav .logo {
    width: 100px;
    margin: 0 auto;
  }
}
nav .logo:hover {
  transform: scale(1.1);
}
nav .logo img, nav .logo video {
  width: 100%;
  object-fit: contain;
  transform: translate3d(0, 0, 0);
  mix-blend-mode: lighten;
}
nav .logo .logo-image {
  display: none;
}
nav .logo .open-nav-video {
  display: block;
}
nav .logo .close-nav-video {
  display: none;
}

body.is-homepage:not(.nav-scroll-enabled) nav:hover:has(.logo:hover) {
  mix-blend-mode: lighten;
}
body.is-homepage:not(.nav-scroll-enabled) nav .logo {
  background-color: transparent;
  transition: background-color 0s linear 0s;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 768px) {
  body.is-homepage:not(.nav-scroll-enabled) nav .logo {
    margin: 0 auto;
  }
}
body.is-homepage:not(.nav-scroll-enabled).scrolled nav .logo {
  background-color: #FF0000 !important;
  transition: background-color 0s linear 0s, mix-blend-mode linear 0s, transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), scale 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body.nav-scroll-enabled nav .logo {
  transition: mix-blend-mode linear 0.3s, transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0s linear 0.3s, scale 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body.is-homepage.nav-scroll-enabled nav .logo {
  background-color: #FF0000;
}

.nav-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #252525;
  background-size: cover;
  background-position: center;
  z-index: 2000;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-modal .nav-modal-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.nav-modal.active {
  transform: translateY(0);
}
.nav-modal .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  color: #FFFDF8;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .nav-modal .links {
    font-size: 2rem;
  }
}
.nav-modal .links a {
  display: block;
  color: #FFFDF8;
  text-decoration: none;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 10px;
  white-space: normal;
  letter-spacing: 0;
  text-align: right;
  min-width: 14vw;
}
@media only screen and (min-width: 768px) {
  .nav-modal .links a {
    letter-spacing: 0.25vw;
    font-size: 1vw;
    margin-bottom: 1vh;
    min-width: 25vw;
  }
}
.nav-modal .links a:hover {
  color: #FF0000;
}
.nav-modal .links a.link-header {
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -0.25vw;
  transform-origin: left center;
  transition: transform 0.3s, color 0.3s ease 0.2s;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .nav-modal .links a.link-header {
    font-size: 6vw;
    line-height: 4vw;
  }
}
.nav-modal .link-group {
  position: relative;
  transition: all 0.3s ease;
  transform-origin: left center;
  display: flex;
  flex-direction: row-reverse;
  padding-left: 1vw;
}
.nav-modal .link-group .link-header {
  position: relative;
  z-index: 2;
}
.nav-modal .link-group .links-list {
  position: absolute;
  right: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 3;
  text-align: right;
  transform: translate(-10px, -50%);
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .nav-modal .link-group .links-list {
    min-width: 180px;
    transform: translate(0, -50%);
  }
}
.nav-modal .link-group .links-list a {
  margin-bottom: 2vh;
}
@media only screen and (min-width: 768px) {
  .nav-modal .link-group .links-list a {
    margin-bottom: 0;
    padding: 0.75vh 0;
  }
}
@media (min-width: 768px) {
  .nav-modal .link-group:hover .links-list, .nav-modal .link-group:focus-within .links-list {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }
  .nav-modal .link-group:hover .link-header, .nav-modal .link-group:focus-within .link-header {
    transform: translateX(1vw) scale(1.2);
    color: #FF0000;
  }
}
.nav-modal .link-group.open .links-list {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease 0.1s;
}
.nav-modal .links,
.nav-modal .link-group,
.nav-modal .links-list,
.nav-modal a,
.nav-modal .link-header {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18), 0 0px 1px rgba(0, 0, 0, 0.12), 0 0px 0.5px rgba(0, 0, 0, 0.18);
}
.nav-modal .nav-social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 18vh;
}
@media only screen and (min-width: 768px) {
  .nav-modal .nav-social {
    bottom: 20px;
  }
}
.nav-modal .nav-social a {
  margin: 0 5px;
  transition: all 0.3s ease;
}
.nav-modal .nav-social a:hover {
  transform: scale(1.1);
}
.nav-modal .nav-social a:hover .fa-brands {
  color: #FF0000;
}
.nav-modal .nav-social a .fa-brands {
  font-size: 30px;
  color: #FFFDF8;
}

.nav-modal.active ~ nav .logo .open-nav-video {
  display: none !important;
}
.nav-modal.active ~ nav .logo .close-nav-video {
  display: block !important;
}

body.modal-open nav .logo .open-nav-video {
  display: none !important;
}
body.modal-open nav .logo .close-nav-video {
  display: block !important;
}

.scrolling-video-cards {
  width: 400%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  background-color: black;
}
.scrolling-video-cards .films-and-year {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 10;
  align-items: center;
  width: 100vw;
  justify-content: flex-end;
}
.scrolling-video-cards .films-and-year .current-slide {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  color: #FFFDF8;
  text-align: right;
}
.scrolling-video-cards .films-and-year .current-slide .year {
  font-size: 0.4rem;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards .films-and-year .current-slide .year {
    font-size: 0.8rem;
    margin-bottom: 7px;
  }
}
.scrolling-video-cards .films-and-year .current-slide .title {
  font-size: 0.5rem;
  color: #FFFDF8;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "adrianna-extended", sans-serif;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards .films-and-year .current-slide .title {
    font-size: 0.9rem;
  }
}
.scrolling-video-cards .films-and-year .current-slide .title span {
  display: inline-block;
  white-space: normal;
}
.scrolling-video-cards .films-and-year .current-slide .title span:empty,
.scrolling-video-cards .films-and-year .current-slide .title span[data-space] {
  width: 0.5em;
  min-width: 0.5em;
  max-width: 0.5em;
  display: inline-block;
}
.scrolling-video-cards .films-and-year .divider {
  position: relative;
  align-self: center;
  height: 40px;
  width: 1px;
  background-color: #FFFDF8;
  margin: 0 0px 0 15px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scaleY(0.2);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.18, 1), transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards .films-and-year .divider {
    height: 56px;
    margin: 0 -15px 0 15px;
  }
}
.scrolling-video-cards .films-and-year .divider.show {
  opacity: 1;
  transform: scaleY(1);
}
.scrolling-video-cards .films-and-year .twenty-five {
  color: #FFFDF8;
  user-select: none;
  align-self: center;
  margin-right: 15px;
  position: relative;
  top: 0;
  width: 55px !important;
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards .films-and-year .twenty-five {
    margin-right: 0px;
    width: 90px !important;
  }
}

.scrolling-video-cards-spacer {
  width: 160vw;
  height: 1px;
  pointer-events: none;
}

.scrolling-video-cards-grid {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: #252525;
}
.scrolling-video-cards-grid .scrolling-video-cards-title {
  width: 50vw;
  color: #FFFDF8;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 5%;
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(255, 255, 255, 0.08);
  text-align: left;
  padding: 0 7%;
  font-size: 100px;
  line-height: 0.8;
  max-width: 90vw;
  width: 90vw;
  flex-wrap: wrap;
  align-content: center;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
}
.scrolling-video-cards-grid .scrolling-video-cards-title.title-initialized {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards-grid .scrolling-video-cards-title {
    font-size: 14vw;
    width: 90vw;
  }
}
.scrolling-video-cards-grid .scrolling-video-cards-title.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards-grid .scrolling-video-cards-title.desktop {
    display: flex;
  }
}
.scrolling-video-cards-grid .scrolling-video-cards-title.mobile {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards-grid .scrolling-video-cards-title.mobile {
    display: none;
  }
}
.scrolling-video-cards-grid .scrolling-video-cards-title .word {
  display: inline-block;
  white-space: nowrap;
}
.scrolling-video-cards-grid .scrolling-video-cards-title .char {
  will-change: transform, opacity;
}
.scrolling-video-cards-grid .scrolling-video-cards-title p {
  font-size: inherit;
  line-height: inherit;
}
.scrolling-video-cards-grid .trailer {
  position: relative;
  min-width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  color: #333;
  text-align: left;
}
.scrolling-video-cards-grid .trailer-videobox {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.5s;
  will-change: opacity;
}
.scrolling-video-cards-grid .trailer-videobox video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.scrolling-video-cards-boxes {
  position: relative;
  z-index: 2;
  width: max-content;
  height: 100vh;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.scrolling-video-cards-boxes .trailer-box {
  min-width: 300px;
  width: 28.8vw;
  max-width: 450px;
  margin: 15vh 25.6vw 0;
  height: 64vh;
  background: #FF0000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  pointer-events: auto;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards-boxes .trailer-box {
    min-width: 350px;
  }
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner {
  width: 100%;
  text-align: center;
  color: #FFFDF8;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  overflow: hidden;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .trailer-box-video {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  transform: scaleX(1.01);
  position: relative;
  top: -1px;
  transition: all 0.3s ease;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 2rem;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details h2 {
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-shadow: none;
  text-align: left;
  padding: 0 7%;
  font-size: 5vh;
  line-height: 0.9;
  margin-top: 2vh;
  width: 70%;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details p {
  font-size: 1.18rem;
  color: #FFFDF8;
  opacity: 0.92;
  line-height: 1.6;
  margin: 0;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details .info {
  transition: all 0.3s ease;
  font-family: "adrianna-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  padding: 0 7%;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details .info .type {
  color: #252525;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details .info .tags {
  color: #FFFDF8;
  text-transform: uppercase;
  line-height: 1.25;
  will-change: color;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details .info .left {
  width: 75%;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details .info .right {
  width: 20%;
  padding-left: 5%;
  text-align: right;
}
.scrolling-video-cards-boxes .trailer-box .trailer-box-inner .details .info .right img {
  width: 100%;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
  transform: translate(0, 0);
  opacity: 1;
  animation: none;
}
.scrolling-video-cards-boxes .trailer-box:hover {
  background: #FFFDF8;
  transform: scale(1.05);
}
.scrolling-video-cards-boxes .trailer-box:hover video.trailer-box-video {
  padding: 5%;
  margin: 0;
}
.scrolling-video-cards-boxes .trailer-box:hover .trailer-box-inner .details .info .tags {
  color: #FF0000;
}
.scrolling-video-cards-boxes .trailer-box:hover .trailer-box-inner .details .info .right img {
  filter: invert(0%);
  animation: arrow-boomerang 0.5s ease 0.3s;
}
.scrolling-video-cards-boxes .trailer-box:first-of-type {
  margin-left: 90vw;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards-boxes .trailer-box:first-of-type {
    margin-left: 80vw;
  }
}
.scrolling-video-cards-boxes .trailer-box:last-of-type {
  margin-right: 100vw;
}
@media only screen and (min-width: 768px) {
  .scrolling-video-cards-boxes .trailer-box:last-of-type {
    margin-right: 50vw;
  }
}
.scrolling-video-cards-boxes .trailer-box a {
  height: 100%;
  width: 100%;
}

.pin-spacer:first-of-type {
  background-color: black;
}

.repeated-word {
  background-color: #FFFDF8;
  font-family: bebas-neue-pro, sans-serif;
}
.repeated-word h2 {
  color: #252525;
  text-align: center;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  padding: 1vw 0 0;
  font-size: 25vw;
  margin-left: -130vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .repeated-word h2 {
    font-size: 10vw;
    margin-left: -3vw;
  }
}
.repeated-word h2 span {
  color: #FF0000;
}

@keyframes arrow-boomerang {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  51% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.image-card-grid {
  position: relative;
  margin: 10px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  background-color: #FFFDF8;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .image-card-grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 15px;
    margin: 15px 0;
    gap: 15px;
  }
}
.image-card-grid .image-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .image-card-grid .image-card {
    min-height: calc((100vw - 100px) / 4 / 2 * 3);
  }
}
.image-card-grid .image-card:hover .image {
  transform: scale(1.3) rotate(3deg);
}
.image-card-grid .image-card:hover .image-card-inner {
  opacity: 1;
}
.image-card-grid .image-card a {
  width: 100%;
  height: 100%;
}
.image-card-grid .image-card a.image-card-link.is-disabled {
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.image-card-grid .image-card a .image {
  width: 100%;
  display: block;
  transition: 0.3s ease 0.1s;
  will-change: transform;
}
.image-card-grid .image-card a .image-card-inner {
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFDF8;
  transition: all 0.3s ease;
  width: 100%;
  position: absolute;
  z-index: 1;
  border: 10px solid #FF0000;
}
@media only screen and (min-width: 768px) {
  .image-card-grid .image-card a .image-card-inner {
    border: 15px solid #FF0000;
  }
}
.image-card-grid .image-card a .image-card-inner .details {
  height: 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  background-color: #FF0000;
  width: 100%;
}
.image-card-grid .image-card a .image-card-inner .details h2 {
  font-family: bebas-neue-pro, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-shadow: none;
  text-align: left;
  font-size: 21px;
  line-height: 0.9;
  margin: 1vh 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  .image-card-grid .image-card a .image-card-inner .details h2 {
    font-size: 3vw;
    margin: 2vh 0 1.2rem;
  }
}
.image-card-grid .image-card a .image-card-inner .details p {
  font-size: 15px;
  color: #FFFDF8;
  opacity: 0.92;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .image-card-grid .image-card a .image-card-inner .details p {
    font-size: 1.18rem;
  }
}
.image-card-grid .image-card a .image-card-inner .details .info {
  transition: all 0.3s ease;
  font-family: "adrianna-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 9px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .image-card-grid .image-card a .image-card-inner .details .info {
    font-size: 0.9rem;
  }
}
.image-card-grid .image-card a .image-card-inner .details .info .type {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .image-card-grid .image-card a .image-card-inner .details .info .type {
    font-size: 1vw;
    margin-bottom: 5px;
  }
}
.image-card-grid .image-card a .image-card-inner .details .info .tags {
  color: #FFFDF8;
  text-transform: uppercase;
  line-height: 1.25;
  will-change: color;
  display: none;
}
@media only screen and (min-width: 768px) {
  .image-card-grid .image-card a .image-card-inner .details .info .tags {
    display: block;
    font-size: 1vw;
  }
}
.image-card-grid .image-card a .image-card-inner .details .info .left {
  width: 80%;
}
.image-card-grid .image-card a .image-card-inner .details .info .right {
  width: 20%;
  padding-left: 5%;
  text-align: right;
}
.image-card-grid .image-card a .image-card-inner .details .info .right img {
  width: 100%;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.image-card-grid .image-card .image-card-inner .details .info .right img {
  transform: translate(0, 0);
  opacity: 1;
  animation: none;
}
.image-card-grid .image-card a.image-card-link.is-disabled .image-card-inner .details .info .right img {
  opacity: 0 !important;
  animation: none !important;
}
.image-card-grid .image-card:hover a:not(.is-disabled) .image-card-inner .details .info .right img {
  animation: arrow-boomerang 0.5s ease 0.3s;
}
.image-card-grid .load-more-btn {
  display: block;
  width: 100%;
  margin: 30px auto;
  padding: 20px 18px;
  font-size: 14px;
  cursor: pointer;
  background: #FF0000;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border: none;
  font-family: inherit;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
  text-align: center;
  grid-column: 1/-1;
  max-width: 204px;
  font-weight: 600;
  height: 55px;
}
.image-card-grid .load-more-btn:hover {
  color: #FFFDF8;
}

section.video-accordion {
  margin: 10px 0 !important;
  color: #FFFDF8;
  height: calc(100vh - 20px);
}
@media only screen and (min-width: 768px) {
  section.video-accordion {
    margin: 15px 0 !important;
    padding: 0 15px;
    height: calc(100vh - 30px);
  }
}
section.video-accordion .inner {
  background-color: #252525;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner {
    padding: 40px;
  }
}
section.video-accordion .inner .video-block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  transition: height 0.4s ease, box-shadow 0.3s;
  position: relative;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block {
    width: 90%;
  }
}
section.video-accordion .inner .video-block.active {
  height: 275px;
  transition: height 0.4s ease, box-shadow 0.3s;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block.active {
    height: 520px;
  }
}
section.video-accordion .inner .video-block.active h3 {
  font-size: 32px;
  opacity: 1;
  left: 0;
  position: relative;
  letter-spacing: unset;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block.active h3 {
    font-size: 48px;
    left: -4px;
  }
}
section.video-accordion .inner .video-block.active .progress-bar {
  top: unset;
  left: 48px;
  height: 220px;
  display: block;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block.active .progress-bar {
    display: block;
    height: 87.75%;
    left: 75px;
  }
}
section.video-accordion .inner .video-block.active .video-player {
  height: 100%;
  transition: height 0.4s ease;
}
section.video-accordion .inner .video-block.active .video-player .play-icon {
  left: 12%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block.active .video-player .play-icon {
    left: 7%;
  }
}
section.video-accordion .inner .video-block.active .video-player .play-icon img {
  margin-right: 20px;
  transition: 0.3s ease 0.5s;
  width: 64px;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block.active .video-player .play-icon img {
    width: 125px;
  }
}
section.video-accordion .inner .video-block h3 {
  margin-left: 43.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  opacity: 0.6;
  font-family: bebas-neue-pro, sans-serif;
  will-change: opacity, font-size, left, position, letter-spacing;
  letter-spacing: unset;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block h3 {
    margin-left: 72.5px;
  }
}
section.video-accordion .inner .video-block:not(.active):hover h3 {
  color: #FF0000;
  opacity: 1;
  transition: color 0.3s ease, opacity 0.3s ease;
}
section.video-accordion .inner .video-block .progress-bar {
  width: 2px;
  height: 50%;
  position: absolute;
  top: 25px;
  left: 75px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  display: none;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block .progress-bar {
    display: block;
  }
}
section.video-accordion .inner .video-block .progress-bar .progress {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease;
}
section.video-accordion .inner .video-block .video-player {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
section.video-accordion .inner .video-block .video-player .thumbnail {
  position: absolute;
  width: 100%;
}
section.video-accordion .inner .video-block .video-player video {
  width: 100%;
}
section.video-accordion .inner .video-block .video-player .play-icon {
  width: 64px;
  position: absolute;
  top: 43%;
  left: 0;
  transform: translate(-400%, -50%);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease 0.3s;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  section.video-accordion .inner .video-block .video-player .play-icon {
    top: 43%;
    width: 125px;
  }
}
section.video-accordion .inner .video-block .video-player .play-icon img {
  margin-right: 0;
  transition: 0.3s ease 0.3s;
}

#video-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
#video-modal.active {
  opacity: 1;
  pointer-events: auto;
}
#video-modal #close-video-modal {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 10001;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: #FFFDF8;
  cursor: pointer;
}
#video-modal .video-modal-content {
  position: relative;
  width: 96vw;
  height: 96vh;
  max-width: 1920px;
  max-height: 96vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-modal .video-modal-content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
}

section.rich-text {
  height: auto;
  margin: 15px 0;
  padding: 0 15px;
  width: 100%;
}
section.rich-text .inner {
  margin: 60px auto;
  max-width: 700px;
  width: 90%;
  text-wrap: pretty;
  /* CKEditor alignment classes */
}
@media only screen and (min-width: 768px) {
  section.rich-text .inner {
    margin: 90px auto;
  }
}
section.rich-text .inner h2 {
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 32px;
  color: #252525;
  line-height: 0.9;
  margin: 20px 0;
  font-weight: 700;
  text-transform: unset;
}
@media only screen and (min-width: 768px) {
  section.rich-text .inner h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}
section.rich-text .inner p {
  font-family: "geist", monospace;
  font-size: 3vw;
}
@media only screen and (min-width: 768px) {
  section.rich-text .inner p {
    font-size: 1.25vw;
  }
}
section.rich-text .inner .text-left {
  text-align: left;
}
section.rich-text .inner .text-center {
  text-align: center;
}
section.rich-text .inner .text-right {
  text-align: right;
}
section.rich-text .inner .text-justify {
  text-align: justify;
}

.client-list-grid {
  position: relative;
  margin: 10px 0;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  background-color: #FFFDF8;
  height: unset;
}
@media only screen and (min-width: 768px) {
  .client-list-grid {
    grid-template-columns: repeat(4, 1fr);
    height: auto;
    margin: 15px 0;
    padding: 0 15px;
    gap: 15px;
  }
}
.client-list-grid .client {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  min-height: calc((100vw - 20px) / 3);
}
@media only screen and (min-width: 768px) {
  .client-list-grid .client {
    min-height: calc((100vw - 20px) / 4 / 2);
  }
}
.client-list-grid .client .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-list-grid .client .inner .image {
  max-width: 80%;
  max-height: 80%;
  display: block;
  transition: 0.3s ease 0.1s;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  .client-list-grid .client .inner .image {
    max-width: 50%;
    max-height: 50%;
  }
}

.two-thirds-image {
  margin: 10px;
  display: flex;
  align-items: stretch;
  width: calc(100% - 20px);
  background-color: #FF0000;
}
@media only screen and (min-width: 768px) {
  .two-thirds-image {
    margin: 15px;
    width: calc(100% - 30px);
  }
}
.two-thirds-image .red-rectangle {
  width: 40px;
  background: #FF0000;
  height: 100%;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .two-thirds-image .red-rectangle {
    width: 33.33%;
  }
}
.two-thirds-image .image-container {
  flex: 1 1 0;
  padding-left: 10px;
  position: relative;
  background-color: #FFFDF8;
}
@media only screen and (min-width: 768px) {
  .two-thirds-image .image-container {
    width: 66.67%;
    padding-left: 15px;
  }
}
.two-thirds-image .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.full-width-image {
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .full-width-image {
    margin: 15px;
  }
}
.full-width-image img {
  width: 100%;
}

.two-images {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .two-images {
    margin: 15px;
    gap: 15px;
  }
}
.two-images .media-container {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  .two-images .media-container:hover .play-icon {
    transform: scale(1.1);
  }
}
.two-images .media-container .thumbnail {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 1;
  width: 100%;
}
.two-images .media-container .thumbnail.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.two-images .media-container .play-icon {
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
}
.two-images .media-container .play-icon img {
  margin: 0;
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .two-images .media-container .play-icon img {
    width: 125px;
  }
}
.two-images .media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  cursor: pointer;
}

.three-images {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .three-images {
    margin: 15px;
    gap: 15px;
  }
}
.three-images .media-container {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  .three-images .media-container:hover .play-icon {
    transform: scale(1.1);
  }
}
.three-images .media-container .thumbnail {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 1;
  width: 100%;
}
.three-images .media-container .thumbnail.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.three-images .media-container .play-icon {
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 2;
}
.three-images .media-container .play-icon img {
  margin: 0;
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .three-images .media-container .play-icon img {
    width: 125px;
  }
}
.three-images .media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  cursor: pointer;
}

.contact-form {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #FFFDF8;
  background-color: #252525;
  font-family: "bebas-neue-pro", sans-serif;
}
@media only screen and (min-width: 768px) {
  .contact-form {
    flex-wrap: nowrap;
    margin: 15px;
  }
}
.contact-form .left {
  width: 100%;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .contact-form .left {
    width: 34%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
.contact-form .left h2 {
  font-size: 18vw;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin: 1vw;
}
@media only screen and (min-width: 768px) {
  .contact-form .left h2 {
    font-size: 9vw;
  }
}
.contact-form .left .message {
  margin: 1.2vw;
  padding-left: 2px;
  color: #FFFDF8;
}
.contact-form .left .message p {
  font-size: 3vw;
  font-family: "geist", monospace;
}
@media only screen and (min-width: 768px) {
  .contact-form .left .message p {
    font-size: 1.25vw;
  }
}
.contact-form .right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .contact-form .right {
    width: 60%;
  }
}
.contact-form .right .form {
  width: 100%;
  margin: 0 10px 20px;
}
@media only screen and (min-width: 768px) {
  .contact-form .right .form {
    width: 70%;
    margin: 20px;
  }
}
.contact-form .right .form .fui-form-container .fui-row {
  display: flex;
}
.contact-form .right .form .fui-form-container .fui-row .fui-field {
  width: 50%;
}
.contact-form .right .form .fui-form-container .fui-row input, .contact-form .right .form .fui-form-container .fui-row textarea {
  border-radius: 0;
  font-family: "geist", monospace;
  font-size: 3vw;
  font-weight: 700;
  color: #FFFDF8;
  background-color: #252525;
  border: 1px solid #FFFDF8;
}
@media only screen and (min-width: 768px) {
  .contact-form .right .form .fui-form-container .fui-row input, .contact-form .right .form .fui-form-container .fui-row textarea {
    font-size: 1.25vw;
  }
}
.contact-form .right .form .fui-form-container .fui-row input::placeholder, .contact-form .right .form .fui-form-container .fui-row textarea::placeholder {
  color: #FFFDF8;
}
.contact-form .right .form .fui-form-container .fui-row .fui-type-multi-line-text {
  width: 100%;
}
.contact-form .right .form .fui-form-container .fui-row .fui-type-multi-line-text textarea {
  min-height: 142px;
  resize: vertical;
}
.contact-form .right .form .fui-form-container .fui-row .fui-input.fui-error, .contact-form .right .form .fui-form-container .fui-row .fui-error-message {
  color: #FF0000;
}
.contact-form .right .form .fui-form-container button {
  border-radius: 0;
  font-family: "adrianna-extended", sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 10px 0.18em 10px 0;
  cursor: pointer;
  background: #FF0000;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border: none;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
  text-align: center;
  grid-column: 1/-1;
  max-width: 204px;
  font-weight: 700;
  height: 46px;
  width: 45%;
}
.contact-form .right .form .fui-form-container button:hover {
  color: #FFFDF8;
}
.contact-form .right .form .fui-alert {
  font-family: "bebas-neue-pro";
  background-color: transparent !important;
  color: #FFFDF8 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
.contact-form .right .form .formie-recaptcha-placeholder {
  display: none;
}

.subnav-and-image {
  display: flex;
  gap: 15px;
}
.subnav-and-image .left, .subnav-and-image .right {
  width: calc(50vw - 5px);
}
.subnav-and-image .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5.5vw 15px 15px 15px;
  background-color: #FF0000;
  text-transform: uppercase;
  z-index: 1;
}
.subnav-and-image .left .title {
  font-size: 1.5vw;
  color: #FFFDF8;
  margin-bottom: 5px;
  font-weight: 800;
  letter-spacing: 0.5vw;
  z-index: 1;
  font-family: "adrianna-extended", sans-serif;
}
@media only screen and (min-width: 768px) {
  .subnav-and-image .left .title {
    font-size: 1vw;
    margin-bottom: 15px;
  }
}
.subnav-and-image .left .subnav {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.subnav-and-image .left .subnav a {
  font-family: "bebas-neue-pro", sans-serif;
  margin: 0;
  text-decoration: none;
  color: #252525;
  font-weight: bold;
  width: 100%;
  line-height: 0.9;
  font-size: 8vw;
  transition: none;
}
@media only screen and (min-width: 768px) {
  .subnav-and-image .left .subnav a {
    font-size: 8vw;
  }
}
.subnav-and-image .left .subnav a:hover {
  color: #FFFDF8;
}
.subnav-and-image .left .subnav a:hover .arrow {
  width: 5vw;
  margin-right: 20px;
  filter: brightness(0) invert(1);
}
.subnav-and-image .left .subnav a .arrow {
  transform: rotate(90deg);
  height: 5vw;
  margin-right: 0;
  width: 0;
  transition: all 0.3s ease;
}
.subnav-and-image .right {
  position: relative;
  width: calc(55vw - 5px);
}
@media only screen and (min-width: 768px) {
  .subnav-and-image .right {
    width: calc(50vw - 5px);
  }
}
.subnav-and-image .right .bg-image,
.subnav-and-image .right .fg-image {
  position: relative;
  width: 100%;
  bottom: 0;
  right: 0;
}
.subnav-and-image .right .fg-image {
  position: absolute;
}

.icon-copy-image {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  padding: 15px;
  font-family: "bebas-neue-pro", sans-serif;
}
.icon-copy-image.right-aligned {
  flex-direction: row-reverse;
}
.icon-copy-image.right-aligned .title {
  text-align: right;
}
.icon-copy-image .left {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .icon-copy-image .left {
    width: calc(50% - 10px);
  }
}
.icon-copy-image .left .red-rectangle {
  background-color: #FF0000;
  width: 100%;
  padding: 20px 20px 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .icon-copy-image .left .red-rectangle {
    padding: 3vw;
    margin-bottom: 30px;
  }
}
.icon-copy-image .left .red-rectangle .icon {
  width: 33px;
}
@media only screen and (min-width: 768px) {
  .icon-copy-image .left .red-rectangle .icon {
    width: 4vw;
  }
}
.icon-copy-image .left .copy {
  font-size: 3vw;
  width: 99%;
  margin-left: 0.3vw;
  font-family: "geist", monospace;
}
@media only screen and (min-width: 768px) {
  .icon-copy-image .left .copy {
    font-size: 1.25vw;
  }
}
.icon-copy-image .right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .icon-copy-image .right {
    width: calc(50% - 10px);
  }
}
.icon-copy-image .right .bg-image {
  width: 100%;
}
.icon-copy-image img {
  width: 100%;
  height: auto;
  z-index: 0;
}

.subtitle-title-image-more {
  position: relative;
  z-index: 0;
  margin-bottom: -12vw;
}
.subtitle-title-image-more .bg {
  width: 100%;
  height: auto;
  position: relative;
}
.subtitle-title-image-more .fg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  will-change: transform;
  transform: translateY(0);
}
.subtitle-title-image-more .subtitle-title {
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  top: 10%;
}
.subtitle-title-image-more .subtitle-title .title {
  z-index: 1;
}

.mask-for-fg-parallax {
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5vw;
  z-index: 1;
  display: block;
  pointer-events: none;
  background-color: #FFFDF8;
  margin-top: calc(12vw - 3px);
  position: relative;
  margin-bottom: calc(-12vw + 3px);
}

.large-small-two-lines {
  margin: 40px 15px;
  display: flex;
  flex-wrap: wrap;
}
.large-small-two-lines .top, .large-small-two-lines .bottom {
  width: 100%;
  display: flex;
  align-items: center;
}
.large-small-two-lines .top .title-large, .large-small-two-lines .bottom .title-large {
  margin-top: 0;
  margin-right: 15px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .large-small-two-lines .top .title-large, .large-small-two-lines .bottom .title-large {
    margin-right: 20px;
  }
}
.large-small-two-lines .top .subtitle, .large-small-two-lines .bottom .subtitle {
  color: #FF0000;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .large-small-two-lines .top .subtitle, .large-small-two-lines .bottom .subtitle {
    margin-left: 20px;
  }
}
.large-small-two-lines .bottom .subtitle {
  width: unset;
  margin-right: 0px;
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .large-small-two-lines .bottom .subtitle {
    margin-right: 15px;
  }
}
.large-small-two-lines .bottom .title-large {
  width: unset;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .large-small-two-lines .bottom .title-large {
    margin-left: 0;
  }
}
.large-small-two-lines .red-box {
  font-family: "bebas-neue-pro", sans-serif;
  width: 80%;
  background-color: #FF0000;
  color: #FFFDF8;
  padding: 20px;
  margin: 20px auto 30px 0;
  text-transform: uppercase;
  font-size: 3.5vw;
  line-height: 0.9;
}
.large-small-two-lines .red-box p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.large-small-two-lines .two-column-text {
  font-family: "geist", monospace;
  font-size: 3vw;
  margin: 0 20% 40px;
  width: 80%;
  text-wrap: pretty;
}
@media only screen and (min-width: 768px) {
  .large-small-two-lines .two-column-text {
    margin: 0 20% 90px 30%;
    font-size: 1.25vw;
  }
}

.image-over-text {
  position: relative;
}
.image-over-text .bg {
  width: 100%;
}
.image-over-text .title-large {
  position: absolute;
  color: #FFFDF8;
  width: 100%;
  top: 0;
  margin-top: 0;
  margin: 0;
  padding: 15px;
  font-size: 20vw;
}
@media only screen and (min-width: 768px) {
  .image-over-text .title-large {
    font-size: 22vw;
  }
}
.image-over-text .fg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.image-over-text .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #FFFDF8;
  font-family: "geist", monospace;
  font-size: 3vw;
  width: 50%;
  margin: 15px;
}
@media only screen and (min-width: 768px) {
  .image-over-text .text {
    font-size: 1.25vw;
    width: 29%;
  }
}
@media only screen and (max-width: 768px) {
  .image-over-text .text.desktop {
    display: none;
  }
}
.image-over-text .text.mobile p {
  line-height: 1;
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .image-over-text .text.mobile {
    display: none;
  }
}

.latest {
  margin: 15px;
}
.latest .subtitle {
  color: #FF0000;
}
.latest .creation {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .latest .creation {
    flex-wrap: nowrap;
    margin: 15px 0;
  }
}
.latest .creation .left {
  position: relative;
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .latest .creation .left {
    width: 50%;
  }
}
.latest .creation .left img {
  width: 100%;
  height: auto;
  display: block;
}
.latest .creation .left .image-caption {
  position: absolute;
  color: #FFFDF8;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 6.5vw;
  left: 5%;
  bottom: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) {
  .latest .creation .left .image-caption {
    font-size: 3.5vw;
    left: 5%;
    bottom: 2%;
  }
}
.latest .creation .left .image-caption p {
  font-size: unset;
  line-height: 0.9;
}
@media only screen and (min-width: 768px) {
  .latest .creation .right {
    width: 50%;
  }
}
.latest .creation .right .title {
  font-size: 5vw;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .latest .creation .right .title {
    font-size: 1.75vw;
  }
}
.latest .creation .right .copy {
  font-size: 4vw;
  width: 80%;
  line-height: 1.25;
  font-family: "geist", monospace;
}
@media only screen and (min-width: 768px) {
  .latest .creation .right .copy {
    font-size: 1.25vw;
  }
}
.latest .creation .right .copy p {
  font-size: 3vw;
}
@media only screen and (min-width: 768px) {
  .latest .creation .right .copy p {
    font-size: 1.25vw;
  }
}

.header-and-copy {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .header-and-copy {
    flex-wrap: nowrap;
    align-items: flex-end;
    padding: 80px 0;
  }
}
.header-and-copy .title-large {
  width: 100%;
  margin-right: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-and-copy .title-large {
    width: 70%;
    width: 65%;
    display: block;
  }
}
.header-and-copy .title-large h2 {
  font-family: "bebas-neue-pro", sans-serif;
  margin: 0;
  text-decoration: none;
  color: #252525;
  font-weight: bold;
  width: 100%;
  line-height: 0.9;
  text-transform: uppercase;
  font-size: clamp(50px, 8vw, 100px); /* min, preferred (vw), max */
}
.header-and-copy .title-large.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header-and-copy .title-large.mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header-and-copy .title {
    width: 64.5%;
  }
}
.header-and-copy .title:not(.mobile) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-and-copy .title:not(.mobile) {
    display: block;
  }
}
.header-and-copy .title.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header-and-copy .title.mobile {
    display: none;
  }
}
.header-and-copy .copy {
  width: 100%;
  font-family: "geist", monospace;
  font-size: 3vw;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  background-color: #FFFDF8;
}
@media only screen and (min-width: 768px) {
  .header-and-copy .copy {
    width: 35%;
    font-size: 1.25vw;
  }
}
.header-and-copy .copy p:last-of-type {
  margin-bottom: 4px;
}

.social-handles {
  display: flex;
  flex-wrap: wrap;
  background-color: #FF0000;
  padding: 20px;
  margin: 15px;
}
@media only screen and (min-width: 768px) {
  .social-handles {
    flex-wrap: nowrap;
  }
}
.social-handles .left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .social-handles .left {
    width: 50%;
  }
}
.social-handles .left .subtitle {
  color: #FFFDF8;
}
.social-handles .left .title {
  flex-basis: 100%;
  line-height: 0.9;
  font-size: 12vw;
}
@media only screen and (min-width: 768px) {
  .social-handles .left .title {
    font-size: 8vw;
  }
}
.social-handles .left .title p {
  margin-bottom: 0;
}
.social-handles .right {
  width: 100%;
  color: #FFFDF8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .social-handles .right {
    width: 50%;
  }
}
.social-handles .right a {
  color: #FFFDF8;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  font-family: "bebas-neue-pro", sans-serif;
  transition: all 0.3s ease;
  transform-origin: left;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .social-handles .right a {
    font-size: 2vw;
  }
}
.social-handles .right a img {
  width: 2vw;
  margin-right: 1vw;
}
.social-handles .right a:hover {
  transform: scale(1.05);
}

.black-and-red-boxes {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .black-and-red-boxes {
    flex-wrap: nowrap;
    margin: 15px;
    gap: 15px;
  }
}
.black-and-red-boxes .left {
  padding: 20px;
  background-color: #252525;
  color: #FFFDF8;
  font-family: "geist", monospace;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .black-and-red-boxes .left {
    flex: 1;
    width: unset;
  }
}
.black-and-red-boxes .left .title {
  color: #FFFDF8;
  text-transform: unset;
  margin-bottom: 20px;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .black-and-red-boxes .left .title {
    font-size: 40px;
  }
}
.black-and-red-boxes .left .copy {
  width: 80%;
  font-size: 3vw;
}
@media only screen and (min-width: 768px) {
  .black-and-red-boxes .left .copy {
    font-size: 1.25vw;
  }
}
.black-and-red-boxes .right {
  padding: 20px;
  background-color: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .black-and-red-boxes .right {
    width: 35vw;
    height: 30vw;
  }
}
.black-and-red-boxes .right img.icon {
  width: 100px;
  object-fit: cover;
}

.openings {
  margin: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: stretch;
}
.openings .opening {
  background-color: #252525;
  color: #FFFDF8;
  width: 100%;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .openings .opening {
    width: calc(50vw - 23px);
    padding: 20px 30px;
    height: 100%;
  }
}
.openings .opening:hover .title {
  color: #FF0000;
}
.openings .opening:hover img {
  animation: arrow-boomerang 0.5s ease 0.3s;
}
.openings .opening a {
  height: 100%;
  width: 100%;
}
.openings .opening .title {
  color: #FFFDF8;
  font-size: 5vw;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .openings .opening .title {
    font-size: 3vw;
  }
}
.openings .opening .copy {
  color: #FFFDF8;
  font-size: 3vw;
  font-family: "geist", monospace;
}
@media only screen and (min-width: 768px) {
  .openings .opening .copy {
    font-size: 1.25vw;
  }
}
.openings .opening img {
  filter: brightness(0) invert(1);
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 20px;
  transform: translate(0, 0);
  opacity: 1;
  animation: none;
}
@media only screen and (min-width: 768px) {
  .openings .opening img {
    right: 20px;
    bottom: 20px;
    width: 3vw;
  }
}

.flowchart {
  position: relative;
  width: 100%;
  padding: 10px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .flowchart {
    padding: 15px;
    padding-top: 80px;
  }
}
.flowchart .subtitle-title {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.flowchart .subtitle-title .subtitle {
  width: 100%;
  color: #FF0000;
}
.flowchart .chart {
  margin: 40px auto 60px;
  max-width: 900px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .flowchart .chart {
    margin: 60px auto 120px;
  }
}
.flowchart .chart .chart-title {
  color: #FF0000;
  font-weight: 800;
  letter-spacing: clamp(2px, 1vw, 15px);
  font-size: clamp(12px, 2vw, 20px);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.flowchart .chart .chart-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.flowchart .chart .chart-text-1, .flowchart .chart .chart-text-2, .flowchart .chart .chart-text-3 {
  color: #FF0000;
  font-family: "bebas-neue-pro", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  text-align: center;
  width: 37.5%;
}
@media only screen and (min-width: 768px) {
  .flowchart .chart .chart-text-1, .flowchart .chart .chart-text-2, .flowchart .chart .chart-text-3 {
    font-size: 30px;
  }
}
.flowchart .chart .chart-text-3 {
  color: #252525;
  text-align: left;
  width: 100%;
  margin-top: 20px;
}

.single-video {
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .single-video {
    margin: 15px;
  }
}
.single-video .media-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .single-video .media-container:hover .play-icon {
    transform: scale(1.1);
  }
}
.single-video .media-container .thumbnail {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 1;
  width: 100%;
}
.single-video .media-container .thumbnail.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.single-video .media-container .play-icon {
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
}
.single-video .media-container .play-icon img {
  margin: 0;
  width: 48px;
}
@media only screen and (min-width: 768px) {
  .single-video .media-container .play-icon img {
    width: 125px;
  }
}
.single-video .media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  cursor: pointer;
}

.work-header {
  margin: 10px 0;
  padding: 0 10px;
  color: #252525;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .work-header {
    flex-wrap: nowrap;
    margin: 15px 0;
    padding: 0 15px;
  }
}
.work-header h1 {
  width: 90%;
  font-size: 18vw;
  font-family: "bebas-neue-pro", sans-serif;
  line-height: 0.9;
  margin: 100px 0 20px;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  .work-header h1 {
    width: 50%;
    font-size: 10vw;
    margin: 200px 0 0px;
  }
}
.work-header .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  text-align: right;
  font-size: 2.5vw;
}
@media only screen and (min-width: 768px) {
  .work-header .description {
    width: 30%;
    font-size: 1.25vw;
  }
}
.work-header .description .type {
  font-weight: 800;
  letter-spacing: 4.5px;
}
.work-header .description .tags {
  font-weight: 400;
  margin-top: 5px;
  color: #FF0000;
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .work-header .description .tags {
    width: 100%;
  }
}

footer {
  background-color: #252525;
  padding: 10px;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1000px) {
  footer .inner {
    flex-wrap: nowrap;
  }
}
footer .inner .copyright {
  font-family: bebas-neue-pro, sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #FFFDF8;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  footer .inner .copyright {
    width: 20%;
  }
}
footer .inner .copyright .logo {
  width: 100px;
  margin: 20px auto 10px;
}
footer .inner .copyright p {
  text-align: center;
  width: 100%;
  font-size: 18px;
  display: none;
  font-family: "bebas-neue-pro", sans-serif;
}
@media only screen and (min-width: 1000px) {
  footer .inner .copyright p {
    display: block;
    margin-bottom: 5px;
  }
}
footer .inner .copyright .social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner .copyright .social.desktop {
  display: none;
}
@media only screen and (min-width: 1000px) {
  footer .inner .copyright .social.desktop {
    display: flex;
  }
}
footer .inner .copyright .social a {
  margin: 0 5px;
  transition: all 0.3s ease;
}
footer .inner .copyright .social a:hover {
  transform: scale(1.1);
}
footer .inner .copyright .social a .fa-brands {
  font-size: 24px;
  color: #252525;
}
footer .inner .links {
  width: 90%;
  column-count: 2;
  column-gap: 20px;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  footer .inner .links {
    column-count: 3;
  }
}
@media only screen and (min-width: 1000px) {
  footer .inner .links {
    width: 80%;
    margin: 40px 0 0px 10%;
    display: flex;
    justify-content: space-between;
  }
}
footer .inner .links .link-group {
  display: block;
  width: 100%;
  break-inside: avoid;
  margin: 0 20px 20px;
  color: #FFFDF8;
  box-sizing: border-box;
}
footer .inner .links .link-group .link {
  display: block;
  color: #FFFDF8;
  text-transform: uppercase;
  font-family: "bebas-neue-pro", sans-serif;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1000px) {
  footer .inner .links .link-group .link:hover {
    transform: translateX(5px) scale(1.05);
  }
}
footer .inner .links .link-group .link-header {
  color: #FF0000;
  font-family: "adrianna-extended", sans-serif;
  font-weight: 800;
}
footer .inner .mobile {
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 1000px) {
  footer .inner .mobile {
    display: none;
  }
}
footer .inner .social.mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  footer .inner .social.mobile {
    display: none;
  }
}
footer .inner .social.mobile a {
  margin: 0 5px;
  transition: all 0.3s ease;
}
footer .inner .social.mobile a:hover {
  transform: scale(1.1);
}
footer .inner .social.mobile a .fa-brands {
  font-size: 24px;
  color: #252525;
}
footer.alt-style {
  background-color: #FF0000;
}
footer.alt-style .inner .copyright {
  color: #252525;
}
footer.alt-style .inner .copyright .logo {
  filter: brightness(0) saturate(100%) invert(0%) sepia(31%) saturate(4006%) hue-rotate(113deg) brightness(76%) contrast(71%);
}
footer.alt-style .inner .links .link-group .link {
  color: #252525;
}
footer.alt-style .inner .links .link-group .link-header {
  color: #FFFDF8;
}

.cursor-pointer {
  cursor: pointer;
}

html,
body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.lenis,
html.lenis body {
  height: auto;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "adrianna-extended", sans-serif;
  background-color: #FFFDF8;
  color: #252525;
  position: relative;
  min-height: 100vh;
}
body.fixed {
  position: fixed;
}
body.modal-open {
  overflow: hidden !important;
  height: 100vh;
  position: fixed;
  width: 100vw;
}
body.modal-open nav .nav-right {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

body.fonts-loading,
body.fonts-loading * {
  color: transparent !important;
  caret-color: transparent !important;
  text-shadow: none !important;
}

body.scroll-lock {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed !important;
  width: 100vw !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html.show-scrollbar, body.show-scrollbar {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

html.show-scrollbar::-webkit-scrollbar,
body.show-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html.show-scrollbar::-webkit-scrollbar-track,
body.show-scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

html.show-scrollbar::-webkit-scrollbar-thumb,
body.show-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

html.show-scrollbar::-webkit-scrollbar-thumb:hover,
body.show-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.55);
}

section {
  width: 100vw;
  height: 100dvh;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  section {
    height: 100vh;
  }
}

section.intro,
section.last {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: white;
}

section.intro h1 {
  font-size: 3rem;
  color: white;
  text-align: center;
  margin: 0;
  width: 100%;
}
section.intro p {
  font-size: 1rem;
  color: white;
  text-align: center;
  margin: 0;
  width: 100%;
}

a {
  all: unset;
  cursor: pointer;
  color: #FF0000;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: #252525;
}

p {
  margin-bottom: 20px;
}

i,
em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ul {
  margin-bottom: 30px;
}
ul li {
  list-style: disc;
  margin: 30px;
  padding-left: 15px;
}

ol {
  margin-bottom: 30px;
}
ol li {
  list-style: auto;
  margin: 30px;
  padding-left: 15px;
}

.desktop {
  display: none;
}
@media (min-width: 768px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.user-select {
  user-select: none;
}

h1 {
  line-height: 0.8;
  margin: 40px 0 0 0;
  font-weight: bold;
  z-index: 1;
  width: 100%;
  text-transform: uppercase;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: clamp(80px, 22vw, 200px); /* min, preferred (vw), max */
}
@media only screen and (min-width: 768px) {
  h1 {
    line-height: 0.8;
    margin-top: 60px;
  }
}

h2 {
  font-family: "bebas-neue-pro", sans-serif;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  line-height: 0.9;
  font-size: 8vw;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 8vw;
  }
}

h3 {
  font-size: 1.5vw;
  margin-bottom: 5px;
  font-weight: 800;
  letter-spacing: 0.5vw;
  z-index: 1;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1vw;
    margin-bottom: 10px;
  }
}

h4 {
  font-size: 18px;
  line-height: 2;
  font-family: "bebas-neue-pro", sans-serif;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

p {
  line-height: 1.25;
  text-wrap: pretty;
}
.title {
  font-family: "bebas-neue-pro", sans-serif;
  margin: 0;
  text-decoration: none;
  color: #252525;
  font-weight: bold;
  width: 100%;
  line-height: 0.9;
  font-size: clamp(42px, 9vw, 150px);
  text-transform: uppercase;
}
.title-large {
  line-height: 0.8;
  margin: 40px 0 0 -0.75vw;
  font-weight: bold;
  z-index: 1;
  width: 100%;
  text-transform: uppercase;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: clamp(80px, 22vw, 300px); /* min, preferred (vw), max */
}
@media only screen and (min-width: 768px) {
  .title-large {
    line-height: 0.8;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .title-large {
    margin-left: -0.4vw;
  }
}
.title-large p {
  margin-bottom: 0;
  font-size: unset;
  line-height: unset;
  text-transform: unset;
}
.title p {
  margin-bottom: 0;
  font-size: unset;
  line-height: unset;
}

.subtitle {
  font-size: 1.5vw;
  margin-bottom: 5px;
  margin-left: 0.3vw;
  font-weight: 800;
  letter-spacing: 0.5vw;
  z-index: 1;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    font-size: 1vw;
    margin-bottom: 10px;
  }
}
.subtitle p {
  margin: 0;
  font-size: unset;
}

.subtitle-title-image-more.images-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.subtitle-title-image-more {
  opacity: 1;
  transition: opacity 0.3s;
}

.usn {
  user-select: none;
}

/*# sourceMappingURL=style.css.map*/