@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-Black.woff2") format("woff2");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "Alaska";
  src: url("../fonts/Alaska-BlackItalic.woff2") format("woff2");
  font-weight: bolder;
  font-style: italic;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-BookItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
.is-xxs, .is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 320px) {
  .is-xxs {
    display: block;
  }
}

@media only screen and (min-width: 570px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 740px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 1100px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xxs, .only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
  .only-xxs {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 570px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 571px) and (max-width: 740px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 741px) and (max-width: 1100px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1301px) {
  .only-xl {
    display: block;
  }
}

*:focus {
  outline: none !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

.pointer {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

.alert {
  line-height: 1.8rem;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-container .swiper-slide .swiper-button-white {
  transition: 0.5s ease;
  margin-left: 10px;
  margin-right: 10px;
}
.swiper-container .swiper-slide .swiper-button-white:hover {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.container-fluid {
  padding: 0 !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

#loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
#loader .loading {
  height: 20vw;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  #loader .loading {
    width: 50vw;
    height: auto;
  }
}
@media only screen and (max-width: 740px) {
  #loader .loading {
    width: 90vw;
  }
}

.fade-in {
  opacity: 0;
}

.slide-up-fade-in {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
}

.slide-right-fade-in {
  position: relative;
  opacity: 0;
  transform: translateX(-50px);
}

.slide-left-fade-in {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
}

html, body {
  width: 100vw;
  color: #242424;
  font-family: "CircularStd";
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  html, body {
    overflow-x: hidden;
  }
}
html ::-moz-selection, body ::-moz-selection {
  background: #F2001C;
}
html ::selection, body ::selection {
  background: #F2001C;
}
html ::-moz-selection, body ::-moz-selection {
  background: #F2001C;
}
html a, body a {
  text-decoration: none;
  color: #242424;
  font-weight: bold;
}
html a:hover, body a:hover {
  color: #F2001C;
}
html img, body img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

body {
  padding-top: 120px;
  overflow-x: hidden;
  position: absolute;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5 {
  font-family: "Alaska";
  font-weight: bold;
}

h1 {
  font-size: 80px;
  width: 80%;
}
@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 100px;
    width: 60%;
  }
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 70px;
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 60px;
  width: 80%;
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 70px;
    width: 60%;
  }
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (min-width: 1600px) {
  h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 740px) {
  h3 {
    font-size: 24px;
  }
}

p, a, ul, h4 {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1600px) {
  p, a, ul, h4 {
    font-size: 22px;
  }
}

p, ul {
  margin-bottom: 20px;
}

.headline, .headline p {
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 1600px) {
  .headline, .headline p {
    font-size: 30px;
    line-height: 38px;
  }
}

.highlight, .highlight p {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 1600px) {
  .highlight, .highlight p {
    font-size: 26px;
    line-height: 34px;
  }
}

#play-cursor {
  z-index: 100;
  opacity: 0;
  position: absolute;
  width: 120px;
  height: 120px;
  pointer-events: none;
  transition: opacity 0.5s ease;
  mix-blend-mode: difference;
  /*     
      fill: $white;
      font-family: $font-title;
      font-weight: bolder;
      text-transform: uppercase;
      -webkit-animation-name: rotate;
      -moz-animation-name: rotate;
      -ms-animation-name: rotate;
      -o-animation-name: rotate;
      animation-name: rotate;
      -webkit-animation-duration: 15s;
      -moz-animation-duration: 15s;
      -ms-animation-duration: 15s;
      -o-animation-duration: 15s;
      animation-duration: 15s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      animation-timing-function: linear;

      .round-cursor {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50% -50%);
          background-color: $white;
          width: 6px;
          height: 6px;
          border-radius: 10px;
      }
  */
}
#play-cursor .icon {
  color: #ffffff;
  font-size: 120px;
}
@media only screen and (max-width: 1100px) {
  #play-cursor {
    display: none;
  }
}

.active {
  font-weight: bolder !important;
  color: #F2001C !important;
}

.container {
  width: 80vw;
  max-width: 1800px;
}
@media only screen and (max-width: 1100px) {
  .container {
    width: 90vw;
  }
}

.top-round-outline, .top-round-outline-footer {
  z-index: -500;
  position: absolute;
}

.text-circle {
  font-family: "CircularStd";
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 100%;
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.homepage header {
  padding-top: 0;
  margin-top: 10vh;
  position: relative;
}
.homepage header .circle {
  z-index: 300;
  position: absolute;
  top: calc(50% - 10vw);
  left: -10vw;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.5s ease;
  border-radius: 100%;
}
@media only screen and (max-width: 1100px) {
  .homepage header .circle {
    top: calc(50% - 15vw);
    left: -15vw;
  }
}
@media only screen and (max-width: 740px) {
  .homepage header .circle {
    display: none;
  }
}
.homepage header .circle svg {
  fill: #242424;
}
.homepage header .circle .text-circle {
  width: 20vw;
}
@media only screen and (max-width: 1100px) {
  .homepage header .circle .text-circle {
    width: 30vw;
  }
}
@media only screen and (max-width: 740px) {
  .homepage header .circle .text-circle {
    width: 45vw;
  }
}
.homepage header .circle:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 1100px) {
  .homepage header .circle:hover {
    transform: scale(1);
  }
}
.homepage header .video-container {
  position: relative;
}
.homepage header .video-container #home-video {
  background-color: #242424;
}
.homepage header .video-container #home-video:hover .vid-container {
  opacity: 1;
}
.homepage header .video-container #home-video:hover .vid-container video {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.homepage header .video-container #home-video a {
  position: relative;
  padding: 56.25% 0 0 0;
}
.homepage header .video-container #home-video a iframe, .homepage header .video-container #home-video a .object, .homepage header .video-container #home-video a .embed, .homepage header .video-container #home-video a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 0.5s ease;
}
.homepage header .video-container #home-video a .vid-container {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.homepage .top-round-outline {
  top: 7vw;
  left: 20vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .homepage .top-round-outline {
    top: -30vw;
    width: 250vw;
  }
}
@media only screen and (max-width: 1100px) {
  .homepage .latest-projects .project-card:last-child {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 570px) {
  .homepage .latest-projects .project-card:last-child {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .homepage .latest-projects .container {
    position: relative;
  }
  .homepage .latest-projects .container #pinned {
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .homepage .latest-projects .container #pinned .text {
    position: absolute;
    top: 0;
  }
  .homepage .latest-projects .container #pinned .CTA {
    position: absolute;
    bottom: -200px;
  }
}
@media only screen and (max-width: 570px) {
  .homepage .latest-projects .container #pinned {
    top: -200px;
  }
  .homepage .latest-projects .container #pinned .CTA {
    bottom: -200px;
  }
}
.homepage footer {
  margin-top: 100px;
}
.homepage .project-card:first-child {
  z-index: 500;
}
.homepage .project-card:first-child .circle {
  transform: scale(0.6);
  right: -125px;
  top: -125px;
}
@media only screen and (max-width: 1100px) {
  .homepage .project-card:first-child .circle {
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 570px) {
  .homepage .project-card:first-child .circle {
    transform: scale(0.4);
  }
}

.about .top-round-outline {
  top: -60vw;
  left: 30vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .about .top-round-outline {
    top: -80vw;
    left: -30vw;
    width: 300vw;
  }
}
.about header {
  margin-bottom: -100px;
}
.about header .image-left {
  margin-top: 200px;
  grid-column-start: 1;
  grid-column-end: 4;
}
@media only screen and (max-width: 1100px) {
  .about header .image-left {
    margin-top: 100px;
    grid-column-end: 6;
  }
}
.about header .image-right {
  margin-top: 400px;
  grid-column-start: 5;
  grid-column-end: 9;
}
@media only screen and (max-width: 1100px) {
  .about header .image-right {
    margin-top: 200px;
    grid-column-start: 2;
  }
}

.projects .top-round-outline {
  top: -50vw;
  left: -45vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .projects .top-round-outline {
    left: -140vw;
    top: -30vw;
    width: 220vw;
  }
}

.details h1 {
  margin-bottom: 20px !important;
}
.details .top-round-outline {
  top: -50vw;
  left: -40vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .details .top-round-outline {
    top: 20vw;
    width: 300vw;
  }
}
.details #home-video {
  background-color: #242424;
}
.details #home-video .vid-container {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.details #home-video .vid-container video {
  transition: transform 0.5s ease;
}
.details #home-video:hover .vid-container {
  opacity: 1;
}
.details #home-video:hover .vid-container video {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.details ul {
  list-style: disc;
  padding-left: 24px;
}
.details ul li {
  margin-bottom: 10px;
}
.details ul li:last-child {
  margin-bottom: 0;
}

.contact .top-round-outline {
  top: -75vw;
  left: 30vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .contact .top-round-outline {
    width: 220vw;
    top: -75vw;
  }
}
.contact .image-right {
  margin-top: 200px;
  grid-column-start: 5;
  grid-column-end: 8;
  margin-bottom: -200px;
}
@media only screen and (max-width: 1100px) {
  .contact .image-right {
    grid-column-start: 2;
    grid-column-end: 9;
    margin-top: 100px;
    margin-bottom: 0;
  }
}

.jobs .top-round-outline {
  top: -60vw;
  left: 50vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .jobs .top-round-outline {
    width: 260vw;
    top: -100vw;
    left: 20vw;
  }
}
.jobs .image-right {
  margin-top: 200px;
  grid-column-start: 5;
  grid-column-end: 8;
  margin-bottom: -200px;
}
@media only screen and (max-width: 1100px) {
  .jobs .image-right {
    grid-column-start: 2;
    grid-column-end: 9;
    margin-top: 100px;
    margin-bottom: 0;
  }
}

.video-container {
  position: relative;
  width: 70vw;
  margin-left: 30vw;
  overflow: hidden;
  background-color: #ffffff;
}
@media only screen and (max-width: 740px) {
  .video-container {
    width: 160vw;
    margin-left: -30vw;
  }
}
.video-container #home-video {
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.video-container #home-video a {
  display: block;
  width: 100%;
  height: 100%;
}
.video-container #home-video a img {
  position: absolute;
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 740px) {
  .video-container #home-video a img {
    height: 100%;
    width: auto;
  }
}
.video-container #home-video a video {
  width: 100%;
}
.video-container .icon {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 150px;
  pointer-events: none;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .video-container .icon {
    font-size: 100px;
  }
}
.video-container:hover .icon {
  font-size: 0px;
  opacity: 0;
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.4));
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .video-container:hover .icon {
    font-size: 150px;
    opacity: 1;
  }
}
.video-container:hover img {
  transition: all 0.5s ease;
}

.CTA {
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.CTA a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #242424;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 740px) {
  .CTA a {
    display: block;
  }
}
.CTA a svg {
  width: 70px;
  margin-left: 20px;
  stroke: #F2001C;
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .CTA a svg {
    width: 40px;
  }
}
.CTA a:hover {
  color: #F2001C;
}
.CTA a:hover svg {
  transform: translateX(20px);
  transition: transform 0.5s ease;
}

.CTA-block .text {
  margin-bottom: 20px;
  text-align: center;
}
.CTA-block .text .headline {
  color: #242424;
}
.CTA-block .text .headline h2, .CTA-block .text .headline h3 {
  margin-bottom: 0;
  width: 100%;
}
.CTA-block .CTA {
  pointer-events: initial;
  margin: 0 auto;
}
.CTA-block .CTA a {
  color: #242424;
}
.CTA-block .CTA a svg {
  stroke: #F2001C;
}
.CTA-block .CTA a:hover {
  color: #F2001C;
}

#pinned {
  pointer-events: none;
  z-index: 500;
  position: sticky;
  position: -webkit-sticky;
  top: 40%;
  text-align: center;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 740px) {
  #pinned {
    mix-blend-mode: initial;
  }
}
#pinned .text {
  margin-bottom: 20px;
}
#pinned .text .headline {
  color: #ffffff;
}
@media only screen and (max-width: 740px) {
  #pinned .text .headline {
    color: #242424;
  }
}
#pinned .text .headline h2, #pinned .text .headline h3 {
  margin-bottom: 0;
}
#pinned .CTA {
  pointer-events: initial;
  margin: 0 auto;
}
#pinned .CTA a {
  color: #ffffff;
}
@media only screen and (max-width: 740px) {
  #pinned .CTA a {
    color: #242424;
  }
}
#pinned .CTA a svg {
  stroke: #0dffe3;
}
@media only screen and (max-width: 740px) {
  #pinned .CTA a svg {
    stroke: #F2001C;
  }
}
#pinned .CTA a:hover {
  color: #0dffe3;
}
@media only screen and (max-width: 740px) {
  #pinned .CTA a:hover {
    color: #F2001C;
  }
}

.sliding {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  z-index: -200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  height: 0;
}
.sliding .wrapper {
  z-index: -200;
  white-space: nowrap;
}
.sliding .wrapper p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Alaska";
  font-size: 240px;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F2001C;
}
@media only screen and (max-width: 1100px) {
  .sliding .wrapper p {
    font-size: 160px;
  }
}
@media only screen and (max-width: 570px) {
  .sliding .wrapper p {
    font-size: 120px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.project-grid {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 100px;
}
@media only screen and (max-width: 1100px) {
  .project-grid {
    margin-top: 400px;
  }
}
@media only screen and (max-width: 740px) {
  .project-grid {
    margin-top: 200px;
  }
}
.project-grid .project-card {
  position: relative;
  aspect-ratio: 16/9;
}
.project-grid .project-card .circle {
  z-index: 300;
  position: absolute;
  right: -125px;
  top: -125px;
  border-radius: 100%;
  pointer-events: none;
  transform: scale(0.6);
}
@media only screen and (max-width: 570px) {
  .project-grid .project-card .circle {
    transform: scale(0.4);
  }
}
.project-grid .project-card .circle svg {
  fill: #242424;
}
.project-grid .project-card .circle .text-circle {
  width: 250px;
}
.project-grid .project-card a {
  z-index: 60;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-grid .project-card:nth-child(even) .circle {
  right: inherit;
  left: -125px;
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card:nth-child(even) .circle {
    right: -125px;
    left: inherit;
  }
}
.project-grid .project-card:nth-child(1) {
  grid-column-start: 2;
  grid-column-end: 8;
}
.project-grid .project-card:nth-child(1):hover .sliding {
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card:nth-child(1) .sliding {
    opacity: 1;
  }
}
.project-grid .project-card:nth-child(n+2) .sliding {
  display: none;
}
.project-grid .project-card:nth-child(6n+2) {
  grid-column-start: 1;
  grid-column-end: 5;
  text-align: left;
}
.project-grid .project-card:nth-child(6n+3) {
  grid-column-start: 6;
  grid-column-end: 9;
  text-align: right;
}
.project-grid .project-card:nth-child(6n+4) {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: left;
}
.project-grid .project-card:nth-child(6n+5) {
  grid-column-start: 5;
  grid-column-end: 9;
  text-align: right;
}
.project-grid .project-card:nth-child(6n+6) {
  grid-column-start: 2;
  grid-column-end: 5;
  text-align: left;
}
.project-grid .project-card:nth-child(6n+7) {
  grid-column-start: 5;
  grid-column-end: 8;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
    display: flex;
    flex-direction: column-reverse;
  }
}
.project-grid .project-card .text {
  opacity: 0;
  z-index: 50;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card .text {
    position: relative;
    opacity: 1;
    padding: 10px 0;
    text-align: left;
  }
}
.project-grid .project-card .text h4, .project-grid .project-card .text p {
  margin: 0;
  padding: 0;
  color: #242424;
}
.project-grid .project-card .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
}
.project-grid .project-card .thumbnail img, .project-grid .project-card .thumbnail video {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card .thumbnail {
    position: relative;
  }
}
.project-grid .project-card .background {
  width: 100%;
  height: 100%;
  background-color: white;
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card .background {
    display: none;
  }
}
.project-grid .project-card:nth-child(odd) {
  transform: translateY(250px);
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card:nth-child(odd) {
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card .sliding {
    top: calc(50% - 50px);
  }
}
.project-grid .project-card:hover .text {
  opacity: 1;
  transition: all 0.5s ease;
}
.project-grid .project-card:hover img, .project-grid .project-card:hover video {
  transform: scale(1.2);
  opacity: 0.5;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .project-grid .project-card:hover img, .project-grid .project-card:hover video {
    opacity: 1;
  }
}

.projects .latest-projects {
  padding-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  .projects .latest-projects {
    margin-bottom: 200px;
  }
}
.projects .latest-projects .project-grid {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .projects .latest-projects .project-grid {
    margin-top: 100px;
  }
}
.projects .latest-projects .project-grid #pinned {
  position: absolute;
  top: 1000px;
  left: 50%;
  transform: translateX(-50%);
  grid-column-start: 1;
  grid-column-end: 9;
}
@media only screen and (max-width: 1100px) {
  .projects .latest-projects .project-grid #pinned {
    top: auto;
    bottom: -200px;
    width: 100%;
  }
}
.projects .latest-projects .project-grid .project-card:nth-child(1) {
  grid-column-start: 5 !important;
  grid-column-end: 9 !important;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  .projects .latest-projects .project-grid .project-card:nth-child(1) {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
  }
}
.projects .latest-projects .project-grid .project-card:nth-child(6n+2) {
  grid-column-start: 1;
  grid-column-end: 5;
  text-align: left;
}

nav {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 5000;
  height: 100px;
  width: 100vw;
  padding: 0px 60px !important;
}
@media only screen and (max-width: 1100px) {
  nav {
    padding: 0px 20px !important;
  }
}
nav .container-fluid {
  z-index: 5000;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .container-fluid .navbar-brand {
  z-index: 6000;
}
nav .container-fluid .navbar-brand .logo {
  height: 50px;
  width: auto;
  float: left;
}
nav .container-fluid .navbar-toggler {
  height: 54px;
  width: 54px;
  z-index: 6000;
  background-color: white;
  border-radius: 50px;
  border: none;
}
nav .container-fluid .navbar-toggler:focus {
  box-shadow: none;
}
nav .container-fluid .navbar-toggler:hover {
  border: none;
}
nav .container-fluid .navbar-toggler .animated-burger {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav .container-fluid .navbar-toggler .animated-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #242424;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(1) {
  top: 0px;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(2), nav .container-fluid .navbar-toggler .animated-burger span:nth-child(3) {
  top: 10px;
}
nav .container-fluid .navbar-toggler .animated-burger span:nth-child(4) {
  top: 20px;
}
nav .container-fluid .navbar-toggler .animated-burger.open span {
  background: #F2001C;
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
nav .container-fluid .navbar-toggler .animated-burger.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
nav .container-fluid .navbar-collapse {
  z-index: 5500;
  justify-content: flex-end;
}
nav .container-fluid .navbar-collapse .navbar-nav {
  align-items: center;
  list-style: none;
  padding-left: 0px;
}
nav .container-fluid .navbar-collapse .navbar-nav li {
  margin: 0px 20px;
  font-size: 24px;
}
nav .container-fluid .navbar-collapse .navbar-nav li a {
  color: #242424;
}
nav .container-fluid .navbar-collapse .navbar-nav li a:hover {
  color: #F2001C;
}
nav .container-fluid .navbar-collapse .navbar-nav li button {
  padding: 8px 16px;
  border-radius: 50px;
  border: 2px solid #F2001C;
  background-color: #F2001C;
  color: #ffffff;
}
nav .container-fluid .navbar-collapse .navbar-nav li button:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #F2001C;
}
nav .container-fluid .navbar-collapse .navbar-nav li:first-child {
  margin-left: 0px;
}
nav .container-fluid .navbar-collapse .navbar-nav li:last-child {
  margin-right: 0px;
}
nav .container-fluid .navbar-collapse.no-transition {
  transition: height 0s;
}
nav .container-fluid .navbar-collapse.show {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  padding: 100px 0px;
}
nav .container-fluid .navbar-collapse.show ul li {
  margin: 20px 0px;
}

header.slogan, section.slogan {
  padding-top: 0;
}
header .grid h1, header .grid h2, section .grid h1, section .grid h2 {
  grid-column-start: 1;
  grid-column-end: 9;
  margin-bottom: 200px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1100px) {
  header .grid h1, header .grid h2, section .grid h1, section .grid h2 {
    margin-bottom: 100px;
  }
}
header .grid .headline, header .grid .intro, section .grid .headline, section .grid .intro {
  padding: 10px 14px;
  background-color: #ffffff;
}
header .grid .headline, section .grid .headline {
  grid-column-start: 2;
  grid-column-end: 5;
}
@media only screen and (max-width: 1100px) {
  header .grid .headline, section .grid .headline {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
header .grid .headline p, section .grid .headline p {
  margin-bottom: 20px;
}
header .grid .headline p:last-child, section .grid .headline p:last-child {
  margin-bottom: 0;
}
header .grid .intro, section .grid .intro {
  padding-top: 16px;
  grid-column-start: 5;
  grid-column-end: 8;
}
@media only screen and (max-width: 1100px) {
  header .grid .intro, section .grid .intro {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
header .grid .intro p, section .grid .intro p {
  margin-bottom: 20px;
}
header .grid .intro p:last-child, section .grid .intro p:last-child {
  margin-bottom: 0;
}
header .grid .back-to, section .grid .back-to {
  margin-top: 0;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 18px;
  grid-column-start: 1;
  grid-column-end: 9;
  padding: 6px;
  background-color: #ffffff;
  float: left;
}
header .grid .back-to a, section .grid .back-to a {
  font-size: 16px;
}
header .grid .back-to a svg, section .grid .back-to a svg {
  width: 40px;
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
header .grid .back-to a:hover svg, section .grid .back-to a:hover svg {
  transform: rotate(180deg) translateX(10px);
  transition: transform 0.5s ease;
}
header .grid .credits, section .grid .credits {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  grid-column-start: 1;
  grid-column-end: 9;
  padding: 6px;
  background-color: #ffffff;
  float: left;
}
@media only screen and (max-width: 1100px) {
  header .grid .credits, section .grid .credits {
    grid-column-end: 9;
  }
}
header .grid .credits a, section .grid .credits a {
  font-size: 18px;
}
header .grid .brief, section .grid .brief {
  grid-column-start: 3;
  grid-column-end: 7;
  padding: 10px 14px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1300px) {
  header .grid .brief, section .grid .brief {
    grid-column-start: 2;
    grid-column-end: 8;
  }
}
@media only screen and (max-width: 1100px) {
  header .grid .brief, section .grid .brief {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
header .grid .brief p, section .grid .brief p {
  margin-bottom: 20px;
}
header .grid .brief p:last-child, section .grid .brief p:last-child {
  margin-bottom: 0;
}

header {
  padding-top: 100px;
}

section {
  padding-top: 200px;
}
@media only screen and (max-width: 1100px) {
  section {
    padding-top: 100px;
  }
}

main .intro .container h1 {
  margin-bottom: 100px;
}
main .intro .container .highlight, main .intro .container .CTA {
  padding: 10px 14px;
  background-color: #ffffff;
  grid-column-start: 2;
  grid-column-end: 8;
}
@media only screen and (max-width: 1100px) {
  main .intro .container .highlight, main .intro .container .CTA {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
main .intro .container p {
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  main .intro .container .CTA {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  main .intro .container .CTA a {
    display: block;
  }
}
main .partners .partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  margin-top: 100px;
}
main .partners .partner a {
  display: inline-block;
  width: calc(20% - 20px);
  margin-right: 20px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  main .partners .partner a {
    width: 30%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  main .partners .partner a {
    width: 50%;
  }
}
main .partners .partner a .logo {
  width: 100%;
  max-height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  main .partners .partner a .logo {
    width: 100%;
    height: auto;
  }
}
main .partners .partner p {
  width: calc(80% - 20px);
  margin-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  main .partners .partner p {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}
main .partners .partner:nth-child(odd) {
  flex-direction: row-reverse;
}
main .partners .partner:nth-child(odd) a {
  margin-right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  main .partners .partner:nth-child(odd) a {
    margin-left: 0;
  }
}
main .partners .partner:nth-child(odd) p {
  margin-left: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 1100px) {
  main .partners .partner:nth-child(odd) p {
    margin-right: 0;
  }
}
main .clients .clients-block {
  margin-top: 100px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  animation: marquee 30s linear infinite forwards;
}
@media only screen and (max-width: 1100px) {
  main .clients .clients-block {
    width: 90vw;
    animation: none;
    flex-wrap: wrap;
  }
}
main .clients .clients-block:hover {
  animation-play-state: paused;
}
@media only screen and (max-width: 1100px) {
  main .clients .clients-block:hover {
    animation-play-state: running;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
main .clients .clients-block .clients-loop {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  main .clients .clients-block .clients-loop {
    white-space: initial;
    flex-wrap: wrap;
  }
}
main .clients .clients-block .clients-loop .client {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 200px;
  height: -moz-fit-content;
  height: fit-content;
}
main .clients .clients-block .clients-loop .client .logo {
  height: auto;
  width: 200px;
  max-height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.5s ease;
}
main .clients .clients-block .clients-loop .client:nth-child(even) {
  margin-top: 200px;
  margin-bottom: 0;
}
main .clients .clients-block .clients-loop .client:hover .logo {
  filter: grayscale(0);
  opacity: 1;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  main .clients .clients-block .clients-loop .client {
    width: calc(33% - 60px);
    margin: 30px;
  }
  main .clients .clients-block .clients-loop .client:nth-child(even) {
    margin-top: 0;
    margin: 30px;
  }
  main .clients .clients-block .clients-loop .client .logo {
    width: 100%;
    height: auto;
    max-height: 100px;
    opacity: 1;
    filter: grayscale(1);
  }
}
@media only screen and (max-width: 740px) {
  main .clients .clients-block .clients-loop .client {
    width: calc(50% - 40px);
    margin: 20px;
  }
  main .clients .clients-block .clients-loop .client:nth-child(odd) {
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 0;
  }
  main .clients .clients-block .clients-loop .client:nth-child(even) {
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 40px;
  }
  main .clients .clients-block .clients-loop .client:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
main .services .intro {
  margin-bottom: 40px;
}
main .services .service {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px 0;
  grid-column-start: 2;
  grid-column-end: 8;
}
@media only screen and (max-width: 1100px) {
  main .services .service {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
main .services .service .left, main .services .service .right {
  width: calc(50% - 20px);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  main .services .service .left, main .services .service .right {
    width: 100%;
  }
}
main .services .service .left {
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  main .services .service .left {
    margin-right: 0;
  }
}
main .services .service .left .animation {
  height: 300px;
  z-index: -200;
}
@media only screen and (max-width: 1100px) {
  main .services .service .left .animation {
    height: 250px;
    width: 100%;
  }
}
main .services .service .left h3 {
  position: absolute;
  text-align: center;
  margin: 0;
  padding: 10px 14px;
  color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F2001C;
  transition: all 0.5s ease;
}
main .services .service .left h3.active {
  color: #F2001C;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  main .services .service .left h3 {
    padding: 100px 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 740px) {
  main .services .service .left h3 {
    padding: 110px 10px;
  }
}
main .services .service .right {
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  main .services .service .right {
    margin-left: 0;
  }
}
main .services .service .right p {
  padding: 10px 14px;
  margin: 0;
  background-color: #ffffff;
}
main .services .CTA {
  margin-left: auto;
  margin-right: auto;
  grid-column-start: 1;
  grid-column-end: 9;
  text-align: center;
}
main .team .swiper {
  padding: 200px 0 100px 0;
  width: 100vw;
}
@media only screen and (max-width: 1100px) {
  main .team .swiper {
    padding-bottom: 40px;
  }
}
main .team .swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 4/5;
  height: 50vh;
  width: -moz-fit-content;
  width: fit-content;
}
main .team .swiper .swiper-wrapper .swiper-slide:active {
  cursor: grabbing;
}
main .team .swiper .swiper-wrapper .swiper-slide .img {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 100%;
  transition: all 0.5s ease;
}
main .team .swiper .swiper-wrapper .swiper-slide .close {
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease;
}
main .team .swiper .swiper-wrapper .swiper-slide .top-text, main .team .swiper .swiper-wrapper .swiper-slide .bottom-text {
  z-index: 0;
  margin: 0;
  width: 100%;
  padding: 16px 20px;
  font-weight: bold;
  line-height: 24px;
}
main .team .swiper .swiper-wrapper .swiper-slide .top-text {
  font-size: 22px;
  font-family: "Alaska";
}
@media only screen and (max-width: 1100px) {
  main .team .swiper .swiper-wrapper .swiper-slide .top-text {
    font-size: 20px;
  }
}
main .team .swiper .swiper-wrapper .swiper-slide .bottom-text {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  main .team .swiper .swiper-wrapper .swiper-slide .bottom-text {
    font-size: 18px;
  }
}
main .team .swiper .swiper-wrapper .swiper-slide:nth-child(3n+1) {
  transform: translateY(0px);
}
main .team .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) {
  transform: translateY(-60px);
}
main .team .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) {
  transform: translateY(60px);
}
main .team .swiper .swiper-wrapper .swiper-slide:hover .close {
  opacity: 1;
  transition: all 0.5s ease;
}
main .team .swiper .swiper-wrapper .swiper-slide:hover .img {
  background-size: 110%;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  main .team .swiper .swiper-wrapper .swiper-slide {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  main .team .swiper .swiper-wrapper .swiper-slide:hover .close {
    opacity: 0;
  }
  main .team .swiper .swiper-wrapper .swiper-slide:hover .img {
    background-size: 100%;
  }
  main .team .swiper .swiper-wrapper .swiper-slide:active .close {
    opacity: 1;
    transition: all 0.5s ease;
  }
  main .team .swiper .swiper-wrapper .swiper-slide:active .img {
    background-size: 110%;
    transition: all 0.5s ease;
  }
}
main .team .swiper .swiper-wrapper .sliding {
  opacity: 1;
}
main .team .swiper .swiper-scrollbar {
  background: #d6d6d6;
  height: 6px;
  width: 20vw;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #F2001C;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  main .team .swiper .swiper-scrollbar {
    width: calc(90vw - 40px);
  }
}
main .team .swiper .swiper-scrollbar-drag {
  border-radius: 10px;
  background: #F2001C;
}
main .team .swiper .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
main .team .formatrice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  margin-top: 100px;
}
main .team .formatrice a {
  display: inline-block;
  width: calc(20% - 20px);
  margin-right: 20px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  main .team .formatrice a {
    width: 30%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  main .team .formatrice a {
    width: 50%;
  }
}
main .team .formatrice a .logo {
  width: 100%;
  max-height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  main .team .formatrice a .logo {
    width: 100%;
    height: auto;
  }
}
main .team .formatrice span {
  width: calc(80% - 20px);
  margin-left: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  main .team .formatrice span {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}
main .team .formatrice span p {
  margin-bottom: 0px;
}
main .team .CTA-block {
  margin-top: 100px;
}
main .filters {
  padding-top: 40px;
  margin-bottom: 100px;
}
main .filters .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Alaska";
  font-weight: bold;
  padding: 10px 20px;
}
@media only screen and (max-width: 1100px) {
  main .filters .list {
    width: 95%;
  }
}
@media only screen and (max-width: 740px) {
  main .filters .list {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    text-align: center;
  }
}
main .filters .list .filter {
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F2001C;
  font-size: 40px;
  background-color: #ffffff;
}
main .filters .list .filter span {
  -webkit-text-fill-color: black;
}
@media only screen and (max-width: 1600px) {
  main .filters .list .filter {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  main .filters .list .filter {
    font-size: 36px;
  }
}
@media only screen and (max-width: 740px) {
  main .filters .list .filter {
    font-size: 30px;
  }
}
main .filters .list .filter:hover {
  -webkit-text-fill-color: #F2001C;
}
main .filters .list .filter.active {
  -webkit-text-fill-color: #F2001C !important;
}
main .main-content {
  position: relative;
  padding-top: 0;
  margin-top: 100px;
}
main .main-content .video-container {
  aspect-ratio: 16/9;
  height: auto;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
main .main-content .sliding {
  opacity: 1 !important;
}
main .skills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  main .skills {
    flex-direction: column-reverse;
  }
}
main .skills .image {
  width: calc(50vw - 20px);
  margin-right: 20px;
  height: 40vh;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 740px) {
  main .skills .image {
    width: 100vw;
    margin-right: 0;
    height: 20vh;
  }
}
main .skills .vid-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50vw - 20px);
  margin-right: 20px;
  height: 40vh;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  main .skills .vid-container {
    width: 100vw;
    margin-right: 0;
    height: 20vh;
  }
}
main .skills .vid-container video {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  main .skills .vid-container video {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 740px) {
  main .skills .vid-container video {
    width: 100%;
    height: auto;
  }
}
main .skills .list {
  width: calc(50vw - 20px);
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: left;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 740px) {
  main .skills .list {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 0 15px;
  }
}
main .skills .list p {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  padding: 5px 10px;
  margin: 0;
}
main .skills .list .title {
  font-family: "CircularStd";
  font-size: 18px;
}
main .skills .list .skill {
  font-family: "Alaska";
  font-weight: bold;
}
main .project-content {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1100px) {
  main .project-content {
    margin-bottom: 100px;
  }
}
main .project-content .grid {
  margin-bottom: 200px;
}
main .project-content .project-text {
  padding: 10px 14px;
  background-color: #ffffff;
}
main .project-content .project-video {
  width: auto;
  height: auto;
}
main .project-content .project-image {
  width: 100%;
  height: auto;
}
main .project-content .project-ig iframe {
  max-width: unset !important;
  min-width: unset !important;
  width: 100% !important;
}
main .project-content .project-banner {
  width: 100vw;
  height: 40vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1100px) {
  main .project-content .project-banner {
    margin-bottom: 100px;
  }
}
main .project-content .caption {
  margin: 40px 0;
}
@media only screen and (max-width: 1100px) {
  main .project-content .project-image, main .project-content .project-video, main .project-content .project-text, main .project-content .project-ig {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
  }
  main .project-content .grid {
    margin-bottom: 100px !important;
  }
}
main .other-project {
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  main .other-project {
    margin-top: 100px;
  }
}
main .other-project .more {
  position: relative;
  margin-top: 200px;
}
@media only screen and (max-width: 1100px) {
  main .other-project .more {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 740px) {
  main .other-project .more {
    margin-top: 100px;
  }
}
main .other-project .more .text-preview {
  position: absolute;
  top: -60px;
  height: -moz-fit-content;
  height: fit-content;
}
main .other-project .more .text-preview p {
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  main .other-project .more .CTA {
    margin-top: 80px;
  }
}
main .other-project .more .text-preview, main .other-project .more .CTA {
  grid-column-start: 2;
  grid-column-end: 6;
}
@media only screen and (max-width: 740px) {
  main .other-project .more .text-preview, main .other-project .more .CTA {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
main .other-project .more .preview {
  z-index: -100;
  grid-column-start: 5;
  grid-column-end: 8;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}
@media only screen and (max-width: 740px) {
  main .other-project .more .preview {
    grid-column-start: 3;
    grid-column-end: 9;
    margin-top: -100px;
    opacity: 0.3;
  }
}
main .other-project .more .preview img, main .other-project .more .preview video {
  width: 100%;
  height: auto;
}
main .other-project .top-round-outline {
  top: 0;
  left: -170vw;
  width: 500vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  main .other-project .top-round-outline {
    width: 1000vw;
    left: -400vw;
  }
}
main .contact-CTA {
  padding-top: 0;
}
@media only screen and (max-width: 1100px) {
  main .contact h3 {
    font-size: 20px;
  }
}
main .contact .links {
  z-index: 100;
  grid-column-start: 2;
  grid-column-end: 8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  main .contact .links {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
main .contact .links a {
  position: relative;
  display: inline-block;
}
main .contact .links a h3 {
  white-space: nowrap;
}
main .contact .links a .before {
  opacity: 1;
  transition: all 0.5s ease;
}
main .contact .links a .after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  main .contact .links a .before {
    opacity: 0;
  }
  main .contact .links a .after {
    opacity: 1;
  }
}
main .contact .links a:hover .before {
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  main .contact .links a:hover .before {
    opacity: 1;
  }
}
main .contact .links a:hover .after {
  opacity: 1;
  transition: all 0.5s ease;
}
main .contact .address {
  pointer-events: none;
}
main .contact #map {
  width: 100%;
  height: auto;
  margin-bottom: -200px;
  margin-top: -40px;
  grid-column-start: 3;
  grid-column-end: 7;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1100px) {
  main .contact #map {
    margin-top: 0;
    margin-bottom: -100px;
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
main .contact #map .marker {
  background-image: url("../images/top-marker.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
main .contact #map a {
  font-size: 0.7rem;
  font-weight: initial;
}
main .jobs .no-job {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-column-start: 1;
  grid-column-end: 9;
}
main .jobs .no-job h3 {
  grid-column-start: 2;
  grid-column-end: 8;
  margin-bottom: 40px;
}
main .jobs .no-job p {
  grid-column-start: 2;
  grid-column-end: 8;
  margin-bottom: 40px;
}
main .jobs .no-job .CTA {
  margin-top: 0;
  grid-column-start: 2;
  grid-column-end: 8;
}
main .jobs .job {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-column-start: 1;
  grid-column-end: 9;
}
main .jobs .job .dropdown-title {
  display: flex;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: 9;
  margin-bottom: 40px;
  width: -moz-fit-content;
  width: fit-content;
  transition: transform 0.5s ease;
}
main .jobs .job .dropdown-title:hover {
  cursor: pointer;
  color: #F2001C;
  transform: translateX(20px);
  transition: transform 0.5s ease;
}
main .jobs .job .dropdown-title.active {
  transform: translateX(20px);
}
main .jobs .job .dropdown-title svg {
  width: 70px;
  margin-right: 20px;
  stroke: #F2001C;
}
main .jobs .job .content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-column-start: 1;
  grid-column-end: 9;
}
main .jobs .job .content .description {
  grid-column-start: 2;
  grid-column-end: 8;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  background-color: #ffffff;
  padding: 10px 14px;
}
@media only screen and (max-width: 1100px) {
  main .jobs .job .content .description {
    -moz-column-count: 1;
         column-count: 1;
    grid-column-start: 1;
    grid-column-end: 9;
  }
}
main .jobs .job .content .description h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
main .jobs .job .content .description p {
  margin-bottom: 20px;
}
main .jobs .job .content .description ul {
  list-style: disc;
  padding-left: 24px;
}
main .jobs .job .content .description ul li {
  margin-bottom: 10px;
}
main .jobs .job .content .description ul li:last-child {
  margin-bottom: 0;
}
main .jobs .job .content .description p, main .jobs .job .content .description a, main .jobs .job .content .description ul {
  font-size: 24px;
}
@media only screen and (max-width: 1600px) {
  main .jobs .job .content .description p, main .jobs .job .content .description a, main .jobs .job .content .description ul {
    font-size: 20px;
  }
}
main .jobs .job .content .CTA {
  margin-top: 20px;
  grid-column-start: 2;
  grid-column-end: 8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  main .jobs .job .content .CTA {
    grid-column-start: 1;
    grid-column-end: 9;
  }
}

.reels .top-round-outline {
  top: -60vw;
  right: -40vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .reels .top-round-outline {
    top: 20vw;
    width: 300vw;
  }
}
.reels h1 {
  margin-bottom: 0 !important;
}
.reels #reels .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reels #reels h2 {
  width: 100%;
  font-size: 30px;
}
.reels #reels .video-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0;
}
.reels #reels .reel:last-child {
  margin-top: 200px;
}

.danim header {
  position: relative;
  padding-top: 0;
  margin-top: 100px;
}
.danim header .video-container {
  grid-column-start: 2 !important;
  grid-column-end: 8 !important;
  aspect-ratio: 16/9;
  height: auto;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 200px;
  background-color: #242424;
  overflow: visible;
}
.danim header .video-container #home-video {
  overflow: hidden;
}
.danim header .video-container .logo {
  z-index: 500;
  position: absolute;
  width: 160px;
  height: auto;
  right: -60px;
  top: -60px;
  pointer-events: none;
  transform: rotate(15deg);
}
@media only screen and (max-width: 1100px) {
  .danim header .video-container .logo {
    width: 80px;
    height: auto;
    right: -20px;
    top: -20px;
  }
}
.danim header .video-container .vid-container {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.danim header .video-container .vid-container video {
  transition: transform 0.5s ease;
}
.danim header .video-container:hover .vid-container {
  opacity: 1;
}
.danim header .video-container:hover .vid-container video {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 1100px) {
  .danim header .video-container {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.danim header .sliding {
  opacity: 1 !important;
}
.danim .top-round-outline {
  top: -75vw;
  left: 30vw;
  width: 120vw;
  height: auto;
}
@media only screen and (max-width: 1100px) {
  .danim .top-round-outline {
    width: 220vw;
    top: -75vw;
  }
}
.danim .infos {
  padding-top: 0px;
}
.danim .infos h2 {
  margin-bottom: 60px !important;
}
.danim .infos .headline {
  margin: 20px 0px 100px 0px;
  grid-column-start: 2 !important;
  grid-column-end: 8 !important;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1100px) {
  .danim .infos .headline {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
    margin-top: 100px;
  }
  .danim .infos .headline p {
    font-size: 20px;
    line-height: 30px;
  }
}
.danim .infos .image-right {
  margin-top: 100px;
  grid-column-start: 3;
  grid-column-end: 8;
  margin-bottom: -200px;
}
@media only screen and (max-width: 1100px) {
  .danim .infos .image-right {
    grid-column-start: 1;
    grid-column-end: 9;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .danim .steps .columns {
    margin-top: 0px;
  }
}
.danim .steps .columns .step.step1 {
  grid-column-start: 1;
  grid-column-end: 3;
}
.danim .steps .columns .step.step2 {
  grid-column-start: 4;
  grid-column-end: 6;
}
.danim .steps .columns .step.step3 {
  grid-column-start: 7;
  grid-column-end: 9;
}
@media only screen and (max-width: 1100px) {
  .danim .steps .columns .step1, .danim .steps .columns .step2, .danim .steps .columns .step3 {
    margin-top: 40px;
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
  }
}

footer {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
footer a {
  pointer-events: initial;
}
footer h4, footer p {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  padding: 10px 14px;
}
footer .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
footer .contact .block {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  width: calc(25% - 30px);
}
footer .contact .block:first-child {
  margin-left: 0px;
}
footer .contact .block:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 1100px) {
  footer .contact .block {
    width: calc(50% - 30px);
  }
  footer .contact .block:nth-child(-n+2) {
    margin-bottom: 40px;
  }
  footer .contact .block:nth-child(odd) {
    margin-left: 0px;
  }
  footer .contact .block:nth-child(even) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 740px) {
  footer .contact .block {
    width: 100%;
    margin: 20px 0;
  }
  footer .contact .block:first-child {
    margin-top: 0;
  }
}
footer .contact .block h4 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  footer .contact .block h4 {
    margin-bottom: 0;
  }
}
footer .contact .block a, footer .contact .block p, footer .contact .block a p {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  margin-bottom: 0;
}
footer .legal {
  color: #9D9D9D;
}
@media only screen and (max-width: 1100px) {
  footer .legal {
    text-align: center;
  }
}
footer .legal p {
  font-size: 14px;
  margin: 0 auto;
}
footer .legal a {
  font-size: 14px;
  color: #9D9D9D;
  font-weight: normal;
}
footer .legal a:hover {
  color: #F2001C;
}
footer .top-round-outline-footer {
  width: 400vw;
  height: auto;
  top: 50px;
  left: -200vw;
}
@media only screen and (max-width: 740px) {
  footer .top-round-outline-footer {
    width: 1500vw;
    left: -840vw;
  }
}

.error .container {
  display: flex;
  flex-direction: column;
}
.error .container h2 {
  margin-top: 100px;
}
.error .container p {
  margin-bottom: 40px;
}
.error .container img {
  align-self: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1600px) {
  .error .container img {
    max-width: 700px;
  }
}

.basic section {
  padding-top: 0;
}
.basic section h4 {
  margin: 20px 0;
}
.basic section p {
  margin-bottom: 20px;
}
.basic section ul {
  list-style: disc;
  padding-left: 24px;
}
.basic section ul li {
  margin-bottom: 10px;
}
.basic section ul li:last-child {
  margin-bottom: 0;
}
.basic section p, .basic section a, .basic section ul {
  font-size: 24px;
}
@media only screen and (max-width: 1600px) {
  .basic section p, .basic section a, .basic section ul {
    font-size: 20px;
  }
}

.article-header .thumbnail {
  width: 100%;
  aspect-ratio: 16/6;
  margin-bottom: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .article-header .thumbnail {
    aspect-ratio: 16/9;
  }
}
.article-header .thumbnail .img-responsive, .article-header .thumbnail .vid-container {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .article-header .thumbnail .img-responsive, .article-header .thumbnail .vid-container {
    margin-top: 0;
  }
}
.article-header h1 {
  font-size: 60px;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1600px) {
  .article-header h1 {
    font-size: 90px;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .article-header h1 {
    font-size: 30px;
  }
}
.article-header .intro {
  text-align: justify;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .article-header .intro {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }
}
.article-header hr {
  margin-bottom: 0;
}

.article-content {
  padding-top: 40px;
  text-align: justify;
}
@media only screen and (max-width: 1100px) {
  .article-content {
    text-align: left;
  }
}
.article-content .project-text {
  background-color: #ffffff;
  margin-bottom: 40px;
}
.article-content .project-text h1, .article-content .project-text h2, .article-content .project-text h3, .article-content .project-text h4, .article-content .project-text h5 {
  margin-top: 40px;
  text-align: left;
}
.article-content .project-text li {
  list-style: disc;
}
.article-content .project-text a {
  color: #F2001C;
}
.article-content .project-text a:hover {
  text-decoration: underline;
}
.article-content .project-video {
  width: auto;
  height: auto;
  margin-bottom: 40px;
}
.article-content .project-image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.article-content .project-ig {
  margin-bottom: 40px;
}
.article-content .project-ig iframe {
  max-width: unset !important;
  min-width: unset !important;
  width: 100% !important;
}
.article-content .project-banner {
  width: 100vw;
  height: 40vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
}
.article-content .caption {
  margin: 40px 0;
}

.shrooms .shrooms-filter {
  z-index: 5000;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(270deg, #00ffbe, #ff00f5, #00ffbe, #ff00f5, #00ffbe);
  background-size: 1000% 1000%;
  mix-blend-mode: overlay;
  -z-animation: rainbow 10s ease infinite;
  animation: rainbow 10s ease infinite;
}
.shrooms .shrooms-filter.hue {
  mix-blend-mode: hue;
}
@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}

.yo {
  background-image: url(../images/10yo-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.yo nav {
  background-image: url(../images/10yo-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.yo nav li a {
  color: #ffffff !important;
}
.yo nav li a:hover {
  color: #F2001C !important;
}
.yo nav li a.active {
  font-weight: bolder !important;
  color: #F2001C !important;
}
.yo nav .container .navbar-toggler .animated-burger span {
  background: #ffffff;
}
.yo nav .links {
  background-image: url(../images/10yo-bg.jpg);
  background-position: center;
  background-size: cover;
}
.yo nav .navbar-toggler {
  background-image: url(../images/10yo-bg.jpg);
  background-position: center;
  background-size: cover;
}
.yo nav .navbar-toggler span {
  background: #ffffff !important;
}
.yo nav .show {
  background-image: url(../images/10yo-bg.jpg);
  background-position: center;
  background-size: cover;
}
.yo header .brief, .yo header .credits, .yo .brief, .yo header .back-to {
  background-color: transparent !important;
}
.yo header .brief a, .yo header .credits a, .yo .brief a, .yo header .back-to a {
  color: #ffffff;
}
.yo .sliding p {
  -webkit-text-fill-color: transparent;
}
.yo .skills .list p {
  background-color: transparent;
}
.yo .project-content .project-text {
  background-color: transparent;
}
.yo .CTA-block .headline {
  color: #ffffff;
}
.yo .CTA a {
  color: #ffffff;
}
.yo footer p {
  background-color: transparent;
}
.yo footer a {
  color: #ffffff;
}
.yo footer a:hover {
  color: #F2001C;
}
.yo footer h4 {
  color: #ffffff;
  background-color: transparent;
}
.yo footer .legal {
  color: #ffffff;
}

.cky-consent-container a, .cky-modal a {
  font-size: inherit;
  line-height: inherit;
}
.cky-consent-container p, .cky-modal p {
  font-size: inherit;
  line-height: inherit;
}
.cky-consent-container .cky-empty-cookies-text, .cky-modal .cky-empty-cookies-text {
  font-size: 12px;
}

.biskoui-mount .biskoui-cookie-banner a {
  font-size: inherit;
  line-height: inherit;
}
.biskoui-mount .biskoui-cookie-banner p {
  font-size: inherit;
  line-height: inherit;
}

.biskoui-vimeo-placeholder img {
  width: auto;
  height: auto;
}

.lg-backdrop {
  z-index: 9950;
  background-color: rgba(0, 0, 0, 0.8);
}

.lg-outer {
  cursor: pointer;
  z-index: 9960;
}

.lg-toolbar .lg-icon {
  margin: 10px;
  color: #ffffff;
  font-size: 2.5rem;
  transition: color 0.5s ease;
  padding: 0;
  height: auto;
  width: auto;
}
.lg-toolbar .lg-icon:hover {
  color: #F2001C;
  transition: color 0.5s ease;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  transition: opacity 0.5s ease;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  transition: opacity 0.5s ease;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  max-width: 80vw;
}
@media only screen and (max-width: 1100px) {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    max-width: 100vw;
  }
}