@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-Bold.ttf') format("truetype"), url('../fonts/Spectral-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Spectral-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spectral;
  src: url('../fonts/Spectral-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  display: flex;
}

.dive-or-die-logo {
  width: 55%;
  margin-top: 0%;
}

.cta-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29%;
  margin-top: 0;
  font-size: 40px;
  display: flex;
}

.title {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.title.header {
  color: #fff;
  margin-top: 10px;
}

.subtitle {
  z-index: 999;
  text-transform: uppercase;
  margin-top: 18px;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  position: relative;
}

.text-bloc {
  background-image: url('../images/Tiltle_Short.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 41%;
  height: auto;
  display: flex;
}

.text-bloc.header {
  background-image: none;
  height: 60%;
}

.text-bloc.pitch {
  background-image: none;
  margin-top: 0%;
}

.button {
  display: block;
}

.steam-button.wishlist {
  background-color: #3aa984;
  border: 3px solid #fff;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: flex;
}

.image {
  z-index: 10;
  width: 60%;
  position: relative;
}

.shadow {
  margin-top: 273px;
}

.body {
  background-color: #000;
}

.pitch-section {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -17%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading {
  color: #3aa984;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 720px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  line-height: 1.1;
}

.trailer-section {
  margin-top: -153px;
}

.botom-shadow {
  margin-top: -229px;
  margin-bottom: 0;
  position: relative;
}

.top-shadow {
  width: 100%;
  margin-top: 0;
  margin-bottom: -231px;
  position: relative;
}

.div-block-180 {
  display: none;
}

.keyart {
  width: 100%;
  height: 100vh;
  display: block;
}

.image-217 {
  width: 23%;
  margin-top: -251px;
  margin-left: -277px;
  margin-right: 0;
  position: absolute;
}

.image-202 {
  width: 40%;
}

.image-218 {
  width: 170%;
}

.div-block-178 {
  display: none;
}

.image-203 {
  transform-style: preserve-3d;
  width: 40%;
}

.div-block-173 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 149px;
  display: flex;
}

.pitch-title {
  color: #3aa984;
  text-align: center;
}

.pitch-title.gauche {
  width: 43%;
  font-size: 20px;
}

.pitch-title.gauche._3 {
  width: 30%;
  font-size: 20px;
}

.image-211 {
  width: 15%;
}

.div-block-164 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.div-block-164.gaucher {
  margin-left: 100px;
  margin-right: 0;
}

.image-216 {
  width: 17%;
  margin-top: -235px;
  position: absolute;
}

.game-section {
  height: auto;
  margin-top: 67px;
}

.image-205 {
  transform-style: preserve-3d;
  width: 60%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.first-item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first-item._4 {
  margin-top: 68px;
  display: flex;
}

.first-item._2 {
  margin-left: 0;
  display: flex;
}

.title-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 160%;
  display: flex;
}

.image-204 {
  width: 40%;
  margin-top: 20px;
}

.image-215 {
  width: 14%;
  margin-top: -165px;
  margin-left: 1015px;
  position: absolute;
}

.header-2 {
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.image-212 {
  width: 15%;
}

.div-block---links-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-youtube-icon {
  width: 40px;
}

.button-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.img-instagram-icon {
  width: 40px;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d2b2c00;
  background-image: url('../images/dive-or-die-underwater-shipwreck.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 0 500px;
  display: flex;
}

.section-social-media-icons-3 {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.items {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-159 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.img--twitter-icon {
  width: 40px;
}

.background-video-2 {
  width: 97vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.image-160 {
  width: 170px;
}

.youtube-icon {
  width: 40px;
}

.image-161 {
  width: 170px;
}

.text-block-37 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-172 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #3aa984;
  font-family: Bebas Neue, sans-serif;
  font-size: 100px;
  line-height: 1;
  display: none;
}

.heading-3 {
  color: #3aa984;
  text-align: center;
  margin-top: -10px;
  font-family: Bebas Neue, sans-serif;
  line-height: 1.1;
  display: none;
}

.text-block-42 {
  color: #fff;
  text-align: center;
  width: 500px;
  margin-top: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 21px;
  line-height: 1.1;
}

.image-214 {
  width: 50%;
  margin-top: 30px;
}

.final-section {
  margin-top: 20px;
}

.image-219, .image-220 {
  width: 24%;
}

.image-221 {
  width: 25%;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  width: 60%;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.image-222 {
  width: 35%;
  margin-top: 0;
}

.div-block-181 {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.image-223 {
  width: 100%;
  display: block;
}

.div-block-182 {
  width: 50%;
}

.heading-5 {
  text-align: center;
  width: 220px;
  font-size: 31px;
}

.heading-5._1 {
  width: auto;
}

.bold-text {
  color: #3aa984;
  width: 100%;
  font-size: 30px;
}

.second-item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-224 {
  transform-style: preserve-3d;
  width: 35%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.third-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-225 {
  width: 35%;
}

.fourth-item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-226 {
  display: block;
}

.image-227 {
  transform-style: preserve-3d;
  width: 35%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.driver-video, .code-embed-2 {
  width: 100%;
  height: 100vh;
}

.wishlist-fixed {
  z-index: 599;
  background-image: url('../images/Bloc-CTA.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 210px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.text-block-38 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  position: absolute;
  top: 20px;
  right: 12px;
}

.text-block-39 {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  position: absolute;
  top: 50px;
  right: 12px;
}

.button-encoche {
  background-color: #3aa984;
  border: 2px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  display: flex;
  position: absolute;
  right: 40px;
}

.button-encoche.wishlist {
  background-color: #c3140e;
  box-shadow: 5px 4px 5px #0003;
}

.steam-bloc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-193 {
  width: 70px;
}

.diver._2, .diver._4 {
  transform-style: preserve-3d;
}

.pitch-mobile {
  display: none;
}

.title-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 50px;
  line-height: 70px;
  display: flex;
}

.mobile-trailer {
  display: none;
}

.image-213 {
  margin-top: 0;
  margin-bottom: -128px;
  overflow: visible;
}

.lightbox-link-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.video-trailer1348-2 {
  z-index: -350;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110%;
  margin-top: 44px;
  margin-bottom: 61px;
  display: flex;
  position: relative;
}

.bg-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.button-8 {
  background-color: #3aa984;
  border: 3px solid #fff;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: flex;
}

.mobile-header {
  display: none;
}

.steam-button-2 {
  width: 100px;
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-dive-or-die {
  width: 620px;
  display: block;
}

.item {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 7%;
}

.item.fixed {
  display: none;
}

.subtitle-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.bar-oxygen {
  z-index: 2147483647;
  position: fixed;
  top: 60%;
  right: 20px;
}

.image-194 {
  z-index: 2147483647;
  width: 30px;
  height: auto;
  position: fixed;
  top: 34%;
  right: 12px;
}

.progress-bar-containerr {
  z-index: 2147483647;
  background-color: #3f414300;
  border: 2px solid #3aa984;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 40vh;
  display: flex;
  position: fixed;
  top: 60%;
  right: 20px;
  overflow: hidden;
  transform: translate(0, -50%);
}

.lottie-bubbles {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.progress-fill {
  z-index: 2;
  background-color: #3aa984;
  border: 1px solid #3f4143;
  border-radius: 20px;
  width: 80%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 0;
}

.background {
  width: 75%;
  position: static;
}

.background.fr {
  width: 100%;
}

.image-232 {
  margin-top: 70px;
  position: relative;
}

.shadow-transition {
  margin-top: -209px;
}

.div-block-183 {
  margin-top: -43px;
}

.image-233 {
  display: block;
}

.button-steam {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-234 {
  width: 92%;
  display: block;
  overflow: hidden;
  transform: rotate(-31deg);
}

.image-235 {
  width: 100%;
}

.image-238 {
  width: 50%;
  display: none;
  position: absolute;
}

.steam-icon {
  z-index: 999;
  width: 13%;
  margin-top: 5px;
  position: relative;
}

.steam {
  text-decoration: none;
}

.steam.wishlist {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-186 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-187 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-239, .image-240 {
  width: 25%;
}

.section {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.section-2 {
  margin-top: 50px;
}

.code-embed-6 {
  margin-top: -177px;
}

.image-244 {
  z-index: 500;
  margin-top: 0;
  margin-bottom: -53px;
  position: relative;
}

.code-embed-7 {
  z-index: 20;
  position: relative;
}

.italic-text {
  color: #38a886;
}

.div-block-188 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.prefs_space-medium {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 57%;
  margin-bottom: 2.5rem;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-2 {
  z-index: 9999;
  display: block;
  position: fixed;
}

.prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.prefs_space-small {
  margin-bottom: .75rem;
}

.prefs_content-9 {
  background-color: #377e6c;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.banner_component-8 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.prefs_component-5 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.banner_button-8 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: red;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 50%;
  min-width: 8.75rem;
  margin: 10px;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
}

.banner_button-8.button-alt {
  color: #474a4b;
  -webkit-text-stroke-color: red;
  text-transform: uppercase;
  background-color: #fff;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  margin: 10px;
  font-weight: 700;
}

.banner_text-link-8 {
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.banner_text-link-8.pv {
  font-size: 12px;
}

.prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.prefs_form {
  background-color: #0c1825;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.banner_trigger {
  display: none;
}

.prefs_label-9 {
  color: #8c0303;
  -webkit-text-stroke-color: #151c14;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.prefs_trigger {
  display: none;
}

.prefs_button-8 {
  color: #fff;
  background-color: red;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-8.button-alt {
  color: #474a4b;
  background-color: #fff;
  border-color: #fff;
}

.prefs_title-4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.prefs_checkbox-label {
  display: none;
}

.banner_container-8 {
  color: #443e3e;
  background-color: #377e6c;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 62.5rem;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-block-20 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.prefs_text-2 {
  color: #fff;
  font-size: .75rem;
}

.prefs_toggle-wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.banner_buttons-wrapper-11 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prefs_submit-hide {
  display: none;
}

.banner_text-9 {
  color: #fff;
  padding: 1rem 1rem 1.5rem;
}

.banner_text-5 {
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
}

.banner_button-5 {
  color: #fff;
  text-align: center;
  background-color: #ca2942;
  border: 0 solid #fff;
  border-top: 2px solid #000;
  border-radius: 20px;
  width: 50%;
  min-width: 8.75rem;
  margin: 10px;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.banner_button-5.button-alt {
  color: #c8dcd7;
  -webkit-text-stroke-color: red;
  background-color: #f5f5f500;
  border-width: 2px;
  border-color: #c8dcd7;
  border-radius: 30px;
  margin: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.prefs_component-4 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.banner_component-6 {
  z-index: 998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000a8;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0% 0;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.prefs_button-5 {
  color: #fff;
  background-color: #c3140e;
  border: 2px solid #fff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.prefs_button-5.button-alt {
  color: #0c1825;
  background-color: #fff;
  border-color: #141c13;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.prefs_label-4 {
  color: #c3140e;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-3 {
  z-index: 99999;
  display: block;
  position: relative;
}

.banner_container-3 {
  background-color: #3aa984;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 62.5rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #c8dcd7;
  flex-flow: column;
  margin-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
}

.prefs_overlay-2 {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prefs_text-5 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .75rem;
}

.prefs_title-3 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.bold-text-6 {
  color: #c8dcd7;
}

.text-block-16 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.accept-buttun-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c3140e;
  border: 1px #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 8.75rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.prefs_content-5 {
  background-color: #3aa984;
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.bold-text-5 {
  color: #fff;
}

.banner_buttons-wrapper-3 {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner_text-link-3 {
  color: #c8dcd7;
  text-transform: none;
  border-bottom: 1px solid #c8dcd7;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-46 {
  color: #fff;
  font-size: 17px;
}

@media screen and (min-width: 1280px) {
  .dive-or-die-logo {
    width: 60%;
  }

  .text-bloc.pitch {
    margin-top: -242px;
  }

  .pitch-section {
    z-index: 1;
    margin-top: 0;
    position: relative;
  }

  .trailer-section {
    margin-top: -199px;
  }

  .botom-shadow {
    width: 100%;
  }

  .image-211 {
    width: 20%;
  }

  .title-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .image-212 {
    width: 20%;
  }

  .button-7 {
    color: #fff;
    width: 250px;
  }

  .footer {
    background-color: #1d2b2c00;
    flex-flow: column;
  }

  .section-social-media-icons-3 {
    margin-bottom: 20px;
  }

  .div-block-159 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .img--twitter-icon {
    width: 40px;
  }

  .image-219, .image-220, .image-221 {
    width: 20%;
  }

  .text-block-38 {
    font-size: 25px;
  }

  .video-trailer1348-2 {
    width: 70%;
    max-width: 100%;
    margin-top: 150px;
    margin-bottom: 60px;
  }

  .mobile-header {
    display: none;
  }

  .item {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .shadow-transition {
    margin-top: -247px;
  }

  .button-steam {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .image-234 {
    transform: rotate(-26deg);
  }

  .steam-icon {
    z-index: 999;
    width: 13%;
    position: relative;
  }

  .italic-text {
    color: #38a886;
  }

  .banner_component-8, .prefs_component-5 {
    display: none;
  }

  .banner_container-8 {
    width: 40%;
  }
}

@media screen and (min-width: 1440px) {
  .dive-or-die-logo {
    width: 44%;
    margin-top: 0%;
  }

  .cta-items {
    z-index: 999;
    margin-top: -42px;
    position: relative;
  }

  .title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .title.header {
    margin-top: 10px;
    font-size: 40px;
  }

  .title._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .subtitle {
    margin-top: 7px;
  }

  .pitch-section {
    z-index: 999;
    margin-top: -60px;
    position: relative;
  }

  .trailer-section {
    margin-top: -199px;
  }

  .botom-shadow {
    margin-top: -278px;
    margin-bottom: -179px;
  }

  .keyart {
    z-index: 10;
    position: relative;
  }

  .image-217 {
    margin-top: -368px;
    margin-left: -358px;
    overflow: hidden;
  }

  .image-202 {
    width: 65%;
    margin-top: 30px;
  }

  .image-218 {
    width: 310%;
  }

  .div-block-178 {
    overflow: hidden;
  }

  .image-203 {
    width: 70%;
    margin-top: 30px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .div-block-173 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -162px;
    margin-right: 240px;
    display: flex;
  }

  .pitch-title {
    color: #3aa984;
    text-align: center;
    width: 150%;
  }

  .pitch-title.gauche {
    width: auto;
    line-height: 40px;
  }

  .image-211 {
    width: 16%;
  }

  .div-block-164 {
    z-index: 700;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 16%;
    display: flex;
    position: static;
  }

  .div-block-164.gaucher {
    z-index: 30;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 250px;
    display: flex;
    position: relative;
  }

  .image-216 {
    width: 15%;
    margin-top: -222px;
    position: absolute;
    top: auto;
  }

  .game-section {
    margin-top: 0;
  }

  .image-205 {
    width: 75%;
    margin-top: 30px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .text-block-3 {
    width: 150%;
  }

  .text-block-3._4 {
    width: 150%;
    font-size: 22px;
    line-height: 1.1;
  }

  .text-block-3.gauche {
    font-size: 22px;
    line-height: 1.1;
  }

  .text-block-3.gauche._3 {
    width: 150%;
    font-size: 22px;
  }

  .first-item {
    margin-top: -87px;
  }

  .first-item._2 {
    z-index: -50;
    margin-top: 0;
    position: relative;
  }

  .title-items {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 210%;
    display: flex;
  }

  .image-204 {
    width: 70%;
    margin-top: 30px;
  }

  .image-215 {
    z-index: -10;
    width: 15%;
    margin-top: -278px;
    margin-left: 426px;
    display: none;
    position: absolute;
  }

  .header-2 {
    display: block;
  }

  .image-212 {
    width: 16%;
  }

  .image-195 {
    width: 110%;
    max-width: none;
  }

  .div-block---links-2 {
    margin-left: 30px;
  }

  .button-7 {
    width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }

  .footer {
    background-color: #1d2b2c00;
    background-image: url('../images/bg-footer-palavas.webp');
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .section-social-media-icons-3 {
    font-weight: 700;
  }

  .items {
    margin-top: 30px;
    padding-bottom: 322px;
  }

  .div-block-159 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-160 {
    width: 140px;
  }

  .image-161 {
    width: 110px;
  }

  .text-block-37 {
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    line-height: 32px;
  }

  .div-block-172 {
    margin-top: -118px;
  }

  .heading-3 {
    margin-top: -20px;
    font-size: 30px;
  }

  .image-214 {
    width: 40%;
  }

  .final-section {
    margin-top: 100px;
  }

  .image-219, .image-220 {
    width: 16%;
  }

  .image-220.story {
    width: 17%;
  }

  .image-221 {
    width: 16%;
  }

  .image-221.story {
    width: 17%;
  }

  .text-block-43 {
    font-size: 21px;
    line-height: 1.1;
  }

  .image-222 {
    width: 30%;
    margin-top: 30px;
  }

  .div-block-181 {
    z-index: 500;
    position: relative;
  }

  .image-223 {
    margin-left: 0;
    margin-right: -106px;
  }

  .heading-5 {
    width: 320px;
  }

  .heading-5._1 {
    width: 300px;
  }

  .bold-text {
    font-size: 32px;
  }

  .image-224 {
    width: 30%;
    margin-top: 30px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .image-225 {
    width: 30%;
    margin-top: 30px;
  }

  .image-226 {
    width: 110%;
    max-width: none;
  }

  .image-227 {
    width: 30%;
    margin-top: 30px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .story {
    margin-top: 0;
  }

  .code-embed {
    height: 100vh;
  }

  .wishlist-fixed {
    z-index: 599;
  }

  .text-block-38 {
    font-size: 25px;
  }

  .button-encoche.wishlist {
    background-color: #c3140e;
    box-shadow: 5px 4px 5px #0003;
  }

  .title-2 {
    justify-content: center;
    align-items: flex-start;
    font-size: 40px;
  }

  .image-213 {
    z-index: 500;
    margin-bottom: -193px;
    position: relative;
  }

  .video-trailer1348-2 {
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 51px;
    margin-left: 48px;
  }

  .bg-image {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .div-block-174 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .palavas-key-art {
    width: 100%;
    height: 100%;
  }

  .logo-dive-or-die {
    width: 40%;
  }

  .item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
    bottom: 4%;
  }

  .subtitle-2 {
    margin-top: -21px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .background {
    position: static;
  }

  .image-232 {
    margin-top: 80px;
  }

  .shadow-transition {
    z-index: 999;
    margin-top: -239px;
    position: static;
  }

  .div-block-183 {
    z-index: 999;
    margin-top: -25px;
    position: static;
  }

  .image-233 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-steam {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-234 {
    width: 100%;
    max-width: none;
    margin-left: -100px;
    transform: rotate(-39deg);
  }

  .steam-icon {
    width: 13%;
  }

  .div-block-186 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section {
    display: block;
  }

  .section-2, .section-3 {
    width: 100%;
  }

  .italic-text {
    color: #38a886;
    font-family: Oswald, sans-serif;
  }

  .div-block-188 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: -2%;
  }

  .banner_component-8, .prefs_component-5 {
    display: none;
  }

  .banner_button-8 {
    color: #fff;
    text-transform: uppercase;
    background-color: red;
    border-width: 2px;
  }

  .prefs_label-9 {
    color: #8c0303;
  }

  .prefs_button-8 {
    color: #fff;
    background-color: red;
  }

  .text-block-20 {
    font-weight: 700;
  }

  .banner_container-3 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .header-desktop {
    z-index: 999;
    position: relative;
  }

  .logo {
    width: 100%;
    margin-top: 0%;
  }

  .dive-or-die-logo {
    width: 45%;
    margin-top: 0%;
  }

  .cta-items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    height: 30%;
    margin-top: 0;
  }

  .title {
    text-align: center;
    width: 630px;
    height: 100px;
    font-size: 63px;
  }

  .title.header {
    width: auto;
    height: auto;
    margin-top: 10px;
    font-size: 60px;
    line-height: 1;
  }

  .subtitle {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .text-bloc.header {
    width: 30%;
    height: 48%;
  }

  .text-bloc.pitch {
    width: auto;
    margin-top: -13%;
  }

  .pitch-section {
    z-index: 999;
    margin-top: -110px;
    position: relative;
  }

  .heading {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .text-block {
    font-size: 26px;
  }

  .trailer-section {
    margin-top: -263px;
  }

  .botom-shadow {
    width: 110%;
    margin-top: -282px;
    margin-bottom: 0;
  }

  .top-shadow {
    margin-bottom: -329px;
  }

  .keyart {
    z-index: 10;
    position: relative;
  }

  .image-217 {
    width: 22%;
    margin-top: -456px;
    margin-left: -471px;
  }

  .image-202 {
    width: 40%;
    margin-top: 27px;
  }

  .image-218 {
    width: 300%;
  }

  .image-203 {
    width: 40%;
    margin-top: 27px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .div-block-173 {
    z-index: 50;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 140%;
    margin-right: 220px;
    display: flex;
    position: relative;
  }

  .pitch-title {
    width: 130%;
  }

  .pitch-title.gauche {
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 30px;
    display: flex;
    position: relative;
  }

  .image-211 {
    width: 25%;
  }

  .div-block-164 {
    z-index: 30;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 190%;
    margin-bottom: 0;
    margin-right: 220px;
    font-size: 14px;
    display: flex;
    position: static;
  }

  .div-block-164.gaucher {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 190%;
    margin-left: 220px;
    display: flex;
  }

  .image-216 {
    margin-top: -270px;
  }

  .image-205 {
    width: 54%;
    margin-top: 27px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .text-block-3 {
    width: 130%;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-3._4 {
    width: 100%;
  }

  .text-block-3.gauche {
    width: 100%;
    font-size: 25px;
  }

  .text-block-3.gauche._3 {
    width: 100%;
  }

  .first-item._4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .title-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .image-204 {
    width: 45%;
    margin-top: 27px;
  }

  .image-215 {
    width: 16%;
    margin-top: -339px;
    margin-left: 563px;
  }

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

  .image-212 {
    width: 25%;
    position: relative;
  }

  .image-195 {
    width: 123%;
    max-width: none;
    margin-left: 0;
    position: static;
  }

  .img-youtube-icon {
    width: 50px;
  }

  .button-7 {
    width: 350px;
    font-family: Bebas Neue, sans-serif;
    font-size: 22px;
    line-height: 1.1;
  }

  .img-instagram-icon {
    width: 50px;
  }

  .footer {
    background-color: #1d2b2c00;
    background-image: url('../images/bg-footer-palavas.webp');
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 220px;
    display: flex;
  }

  .section-social-media-icons-3 {
    margin-bottom: 60px;
  }

  .items {
    grid-column-gap: 330px;
    grid-row-gap: 330px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 46px;
    padding-bottom: 523px;
    display: flex;
  }

  .div-block-159 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img--twitter-icon {
    width: 50px;
  }

  .background-video-2 {
    height: 90vh;
  }

  .image-160 {
    width: 160px;
  }

  .youtube-icon {
    width: 50px;
  }

  .image-161 {
    width: 120px;
  }

  .text-block-37 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Bebas Neue, sans-serif;
    font-size: 50px;
    line-height: 1.1;
  }

  .div-block-172 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-4 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    text-overflow: clip;
  }

  .heading-3 {
    color: #3aa984;
    margin-top: -20px;
    font-size: 40px;
    line-height: 1;
  }

  .text-block-42 {
    color: #fff;
    text-align: center;
    width: 820px;
    font-size: 27px;
    line-height: 1;
  }

  .image-214 {
    width: 40%;
  }

  .final-section {
    margin-top: 220px;
  }

  .image-219, .image-220 {
    width: 25%;
  }

  .image-220.story {
    margin-top: 0;
  }

  .image-221 {
    width: 25%;
    position: relative;
  }

  .image-221.story {
    margin-top: 0;
  }

  .text-block-43 {
    width: 60%;
    font-size: 25px;
    line-height: 1.1;
  }

  .image-222 {
    width: 30%;
    margin-top: 27px;
  }

  .div-block-181 {
    width: 50%;
    margin-left: 0;
  }

  .image-223 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-182 {
    position: static;
  }

  .heading-5 {
    width: 316px;
  }

  .bold-text {
    width: 100%;
    font-size: 39px;
  }

  .image-224 {
    width: 30%;
    margin-top: 27px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .third-section {
    flex-flow: row;
  }

  .image-225 {
    width: 30%;
    margin-top: 27px;
  }

  .fourth-item {
    margin-top: 68px;
  }

  .image-226 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    position: static;
  }

  .image-227 {
    width: 30%;
    margin-top: 27px;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .story {
    z-index: 800;
    margin-top: -282px;
    position: relative;
  }

  .wishlist-fixed {
    z-index: 998;
  }

  .text-block-38 {
    font-size: 25px;
  }

  .text-block-38.en {
    font-size: 40px;
  }

  .title-2 {
    font-size: 50px;
  }

  .image-213 {
    width: 100%;
    margin-bottom: -150px;
    overflow: clip;
  }

  .lightbox-link-8 {
    background-image: none;
    background-size: auto;
  }

  .video-trailer1348-2 {
    border: 1px #000;
    border-radius: 0;
    width: 73%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    transform: translate(0);
  }

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

  .logo-dive-or-die {
    width: 40%;
  }

  .item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 4%;
    margin-bottom: 0%;
    padding-top: 0;
    position: static;
    bottom: 0%;
  }

  .subtitle-2 {
    font-size: 31px;
  }

  .image-194 {
    height: 40px;
  }

  .progress-bar-containerr {
    background-color: #3f414300;
    position: relative;
    right: 0;
    overflow: hidden;
    transform: translate(0, -50%);
  }

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

  .background {
    display: block;
    position: static;
  }

  .image-232 {
    margin-top: 130px;
  }

  .shadow-transition {
    z-index: 999;
    position: relative;
  }

  .image-233 {
    margin-left: 0;
    margin-right: 132px;
  }

  .button-steam {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    line-height: 1;
    display: flex;
  }

  .image-234 {
    width: 100%;
    max-width: none;
    margin-left: -142px;
    margin-right: 0;
    transform: rotate(-37deg);
  }

  .steam.wishlist {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-186 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-187 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-5 {
    width: 100%;
    height: 100vh;
  }

  .section {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .section-2, .section-3 {
    width: 100%;
    height: 100vh;
  }

  .code-embed-6 {
    margin-top: -208px;
  }

  .image-244 {
    margin-bottom: -71px;
  }

  .italic-text {
    color: #3aa984;
    font-family: Oswald, sans-serif;
    font-style: italic;
    font-weight: 400;
  }

  .div-block-188 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .prefs_content-9 {
    background-color: #377e6c;
  }

  .banner_component-8 {
    background-color: #00000080;
    display: none;
  }

  .prefs_component-5 {
    display: none;
  }

  .prefs_button-8.button-alt {
    border-color: #111c0e;
  }

  .banner_container-8 {
    background-color: #377e6c;
  }

  .banner_component-6 {
    display: none;
  }

  .prefs_button-5.button-alt {
    border-color: #111c0e;
  }

  .banner_container-3 {
    width: 40%;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .text-block-46 {
    font-family: Bebas Neue, sans-serif;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 991px) {
  .game-section {
    display: none;
  }

  .header-2 {
    background-position: 60%;
    background-size: cover;
  }

  .button-7 {
    background-color: #3898ec00;
    font-size: 17px;
  }

  .footer {
    background-color: #1d2b2c00;
    overflow: hidden;
  }

  .section-social-media-icons-3 {
    overflow: visible;
  }

  .third-pitch, .first-pitch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .diver._3, .diver._1, .diver._2, .diver._4 {
    width: 30%;
    margin-top: 20px;
  }

  .second-pitch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .pitch-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .fourth-pitch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .text-block-44 {
    color: #fff;
    text-align: center;
    font-family: Bebas Neue, sans-serif;
    font-size: 22px;
  }

  .bold-text-2 {
    color: #398771;
  }

  .mobile-trailer {
    display: block;
  }

  .mobile-header, .bar-oxygen, .banner_component-8, .prefs_component-5 {
    display: none;
  }

  .banner_button-8 {
    text-transform: uppercase;
  }

  .banner_trigger {
    display: none;
  }

  .banner_container-8 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .banner_buttons-wrapper-11 {
    margin-top: 0;
  }

  .banner_text-9 {
    margin-right: 0;
    padding-bottom: 1rem;
  }

  .banner_text-5 {
    margin-right: 0;
  }

  .banner_button-5.button-alt {
    padding-bottom: 15px;
  }

  .banner_component-6 {
    width: 100%;
  }

  .banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
  }

  .accept-buttun-mobile {
    justify-content: center;
    align-items: center;
  }

  .banner_buttons-wrapper-3 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .header-2 {
    display: none;
  }

  .footer {
    background-color: #1d2b2c;
    display: flex;
  }

  .section-social-media-icons-3 {
    margin-bottom: 20px;
  }

  .banner_component-8, .prefs_component-5 {
    display: none;
  }

  .prefs_title-4 {
    font-size: 1.25rem;
  }

  .banner_container-8 {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
  }

  .prefs_overlay {
    background-color: #0009;
  }

  .banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .prefs_title-3 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .header-desktop {
    display: none;
  }

  .text-bloc.pitch {
    width: 70%;
  }

  .pitch-section {
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .text-block {
    width: 290px;
  }

  .trailer-section, .game-section, .header-2 {
    display: none;
  }

  .div-block---links-2 {
    margin-bottom: 0;
  }

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

  .footer {
    background-color: #000;
    background-image: url('../images/bg-footer-palavas.webp');
    background-size: cover;
    flex-flow: column;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 450px;
    display: flex;
  }

  .section-social-media-icons-3 {
    margin-bottom: 40px;
    padding-top: 16px;
  }

  .items {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
  }

  .image-160 {
    width: 130px;
  }

  .image-161 {
    width: 90px;
  }

  .game-studio {
    order: 1;
  }

  .div-block-172 {
    margin-top: 30px;
  }

  .text-block-42 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
  }

  .image-214 {
    width: 90%;
  }

  .story, .wishlist-fixed {
    display: none;
  }

  .text-block-38 {
    font-size: 30px;
  }

  .text-block-39 {
    font-size: 19px;
  }

  .button-encoche.wishlist {
    width: 85px;
    height: 35px;
    margin-top: -11px;
    margin-left: 0;
    margin-right: 15px;
    position: static;
    right: 30px;
  }

  .image-193 {
    width: 60px;
  }

  .third-pitch, .first-pitch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .diver {
    width: 45%;
    margin-top: 20px;
    transform: rotate(0);
  }

  .diver._3, .diver._1 {
    width: 40%;
  }

  .diver._2, .diver._4 {
    width: 40%;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .second-pitch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-3 {
    width: auto;
  }

  .pitch-mobile {
    display: flex;
  }

  .title-2 {
    z-index: 800;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    font-size: 40px;
    position: relative;
  }

  .fourth-pitch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .image-228 {
    width: 21%;
  }

  .heading-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-229 {
    width: 21%;
  }

  .trailer-pitch-mobile {
    width: 100%;
    height: auto;
  }

  .text-block-44 {
    color: #fff;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 1.1;
  }

  .bold-text-2 {
    color: #3aa984;
    width: auto;
    font-size: 21px;
    line-height: 1.1;
  }

  .pitch {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-trailer {
    margin-top: 20px;
    display: block;
  }

  .image-213 {
    margin-top: -123px;
  }

  .lightbox-link-8 {
    display: flex;
  }

  .video-trailer1348-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-230 {
    margin-top: -35px;
  }

  .bg-image {
    display: none;
  }

  .mobile-header {
    z-index: 600;
    height: 100vh;
    display: block;
    position: relative;
  }

  .steam-button-2 {
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .div-block-174 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-dive-or-die {
    margin-top: 60%;
  }

  .item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 98px;
    margin-bottom: 20%;
    display: flex;
    position: fixed;
    bottom: 0%;
  }

  .item.fixed {
    z-index: 999;
    display: flex;
  }

  .item.initial {
    display: none;
    position: static;
  }

  .subtitle-2 {
    letter-spacing: 3px;
    text-shadow: 1px 1px 8px #000;
    margin-top: 0;
    font-size: 20px;
    line-height: 1;
  }

  .bar-oxygen {
    display: none;
  }

  .image-194 {
    margin-bottom: 50px;
  }

  .shadow-transition {
    z-index: 700;
    margin-top: -58px;
    position: relative;
  }

  .image-235 {
    position: relative;
  }

  .image-236 {
    width: 100%;
    position: static;
  }

  .div-block-185 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-237 {
    margin-top: 20px;
    display: none;
  }

  .div-block-187 {
    width: 99.9996%;
  }

  .heading-7 {
    line-height: 1;
  }

  .image-241, .image-242 {
    display: none;
  }

  .code-embed-4 {
    display: block;
  }

  .image-243, .section-2 {
    display: none;
  }

  .heading-8 {
    width: 278px;
  }

  .div-block-141 {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .prefs_content-9 {
    background-color: #000;
    padding: 1.5rem;
  }

  .banner_component-8 {
    background-color: #00000080;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: none;
    bottom: 0%;
    left: 0%;
  }

  .prefs_component-5 {
    padding: 1.5rem;
    display: none;
  }

  .banner_button-8 {
    color: #fff;
    background-color: red;
    width: 80%;
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
  }

  .banner_button-8.button-alt {
    color: #050426;
    font-weight: 700;
  }

  .banner_text-link-8 {
    text-align: left;
    order: 0;
  }

  .prefs_label-9 {
    color: #8c0303;
    font-weight: 700;
  }

  .prefs_button-8 {
    background-color: red;
    margin-bottom: .5rem;
  }

  .banner_container-8 {
    background-color: #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .text-block-20 {
    display: none;
  }

  .banner_buttons-wrapper-11 {
    text-align: center;
    flex-flow: column;
    order: 0;
  }

  .banner_text-9 {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner_text-5 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .banner_button-5 {
    width: 80%;
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .banner_button-5.button-alt {
    border-radius: 30px;
    width: 90%;
  }

  .prefs_component-4 {
    padding: 1.5rem;
  }

  .banner_component-6 {
    width: 100%;
    bottom: 0%;
    left: 0%;
  }

  .prefs_button-5 {
    margin-bottom: .5rem;
  }

  .banner_container-3 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-9 {
    order: 1;
    margin-top: 10px;
    padding-left: 0;
  }

  .text-block-16 {
    display: none;
  }

  .accept-buttun-mobile {
    text-transform: uppercase;
    width: 90%;
    margin-bottom: .5rem;
    margin-left: 0;
    font-size: 1rem;
    display: block;
  }

  .prefs_content-5 {
    padding: 1.5rem;
  }

  .banner_buttons-wrapper-3 {
    text-align: center;
    flex-flow: column;
    order: 0;
  }

  .banner_text-link-3 {
    color: #c8dcd7;
    text-align: left;
    order: 0;
  }
}


@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-Bold.ttf') format('truetype'), url('../fonts/Spectral-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Spectral-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts/Spectral-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}