/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-3\/4 {
  bottom: -75%;
}

.-top-96 {
  top: -24rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.-mb-\[8\%\] {
  margin-bottom: -8%;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-80 {
  margin-top: 20rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-3\/5 {
  height: 60%;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[4px\] {
  height: 4px;
}

.h-\[5px\] {
  height: 5px;
}

.h-\[70px\] {
  height: 70px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-8 {
  width: 2rem;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[70px\] {
  width: 70px;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[12px\] {
  --tw-translate-y: -12px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[13px\] {
  --tw-translate-y: 13px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[80\] {
  --tw-scale-x: 80;
  --tw-scale-y: 80;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.list-disc {
  list-style-type: disc;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-\[\#00d400\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 212 0 / var(--tw-bg-opacity));
}

.bg-\[\#4F4F4F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}

.bg-\[\#CE8046\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 128 70 / var(--tw-bg-opacity));
}

.bg-\[\#EAE9DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 222 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-survivers {
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 222 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.text-\[\#CE8046\] {
  --tw-text-opacity: 1;
  color: rgb(206 128 70 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.duration-300 {
  transition-duration: 300ms;
}

:root {
  --survivers-white: #EAE9DE;
}

body {
  font-family: Raleway, sans-serif;
  background-color: var(--survivers-white);
}

body.survivers {
  display: flex;
  flex-direction: column;
  position: relative;
}

.top-nav {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 100%;
  z-index: 3;
  position: sticky;
  top: 0;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--survivers-white);
}

.desktop-menu {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.menu-item {
  /* border: 1px solid black; */
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  padding: 7px 5px;
  /* background-color: red; */
  cursor: pointer;
}

.hamburger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: black;
}

.cta-button {
  background-color: #CE8046;
  color: white;
  padding: 4px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  font-style: italic;
}

.cta-green {
  color: #25D22E;
  border: 2px solid #25D22E;
  border-radius: 30px;
}

.cta-gray {
  color: #4F4F4F;
  border: 2px solid #4F4F4F;
  border-radius: 30px;
}

.cta-gray span {
  font-family: Times New Roman, Times, serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: -0.15rem;
  position: relative;
  top: 1px;
}

.cta-green:hover {
  background-color: #25D22E;
  color: white;
}

.cta-green .plus-icon span {
  display: block;
  width: 60%;
  height: 2px;
  background-color: white;
  transform: translateY(1px);
}

.cta-green:hover .plus-icon span {
  transform: translateY(2px);
  background-color: #25D22E;
}

.cta-green:hover .plus-icon {
  background-color: white;
}

.cta-green .plus-icon span:nth-child(2) {
  transform: rotate(90deg) translateX(0px) translateY(0px);
}

.cta-green:hover .plus-icon span:nth-child(2) {
  width: 30%;
  transform: rotate(45deg) translateX(1px) translateY(-7px);
}

.cta-green .plus-icon span:nth-child(3) {
  display: none;
}

.cta-green:hover .plus-icon span:nth-child(3) {
  display: block;
  width: 30%;
  transform: rotate(-45deg) translateX(3px) translateY(5px);
}

.programas-header {
  background-color: #7dc1d3;
  background-image: url("../img/survivers/programas-header-bg.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

html:not([data-scroll='0']) .top-nav  {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* .hero-image {
  background-image: url("../img/survivers/hero-image-768.jpg");
  background-size: cover;
} */

.survivers-block {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, var(--survivers-white), #fff);
}

@media (min-width: 320px) {
  .survivers-block {
    height: calc(100vh + 120px);
    padding-top: 2.5rem/* 40px */;
  }
}

@media (min-width: 600px) {
  .survivers-block {
    height: auto;
    padding-top: 0px;
  }
}

.sobrevivientes-wrapper.is-pinned {
  background-color: #7dc1d3;
}

.sobrevivientes-wrapper {
  width: 100%;
  padding-top: 1rem;
  /* padding-bottom: 1rem16px; */
  /* transition: all 0.3s ease; */
  background-image: url("../img/survivers/survivers-overlay.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  display: flex;
  overflow-x: scroll;
  align-items: flex-start;
  scroll-snap-type: x mandatory;
  position: relative;
  z-index:1;
}

@media (min-width: 320px) {
  .sobrevivientes-wrapper {
    height: 90vh;
    align-self: flex-start;
    padding: 1rem 1rem;
    /* padding-left: 1rem16px; */
    /* padding-right: 1rem16px; */
    position: sticky;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    top: 4rem;
    z-index:1;
  }
}

@media (min-width: 600px) {
  .sobrevivientes-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    align-self: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: black;
    align-items: flex-end;
    overflow-x: hidden;
    scroll-snap-type: none;
    position: relative;
    top: auto;
    z-index:1;
  }
}

@media (min-width: 600px and orientation: landscape) {
  .sobrevivientes-slidable {
    height: 100vh;
  }
}

#sobrevivientes-slidable {
  transition: transform 0.3s ease-in-out;
  width: 100vw;
}

@media (min-width: 320px) {
  .sobreviviente-container {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% - 2rem/* 32px */);
    border-radius: 0.5rem/* 8px */;
    transform: scaleX(0.95) scaleY(0.95);
    background-color: black;
    background-image: url("../img/survivers/survivers-overlay.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
  }

  .sobreviviente-container:last-child {
    margin-right: 20rem /* 16px */;
  }
}

@media (min-width: 600px) {
  .sobreviviente-container {
    width: 100%;
    background-color: transparent;
    transform: scaleX(1) scaleY(1);
    border-radius: 0px;
    background-image: none;
  }
}

.sobreviviente-container {
  position: relative;
  margin-top: 0px;
  z-index: 1;
  flex-shrink: 0;
  height: 100%;
  /* background-color: black; */
  overflow: hidden;
  transform-origin: top left;
  scroll-snap-align: start;
  /* transform: scaleX(1) scaleY(1); */
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}

#left-arrow, #right-arrow {
  background-image: url("../img/survivers/arrow@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: calc(50% - 2rem);
  z-index: 2;
  cursor: pointer;
  display: block;
}

#left-arrow.hidden, #right-arrow.hidden {
  display: none;
}

#left-arrow {
  left: 2rem;
}

#right-arrow {
  right: 2rem;
  transform: rotate(180deg);
}

@media (min-width: 320px) {
  #left-arrow, #right-arrow {
    display: none;
  }
}

@media (min-width: 600px) {
  #left-arrow, #right-arrow {
    display: block;
  }
}

/* Less than 768 */

@media (max-width: 599px) {
  .sobrevivientes-wrapper {
    background-image: none;
  }
}

.surviver-img {
  position: relative;
  display: block;
  z-index: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .surviver-img {
    width: 50%;
    padding-bottom: 0;
    align-self: center;
  }
}

@media (min-width: 1280px) {
  .surviver-img {
    align-self: flex-start;
  }
}

.surviver-img.vinny {
  background-image: url("../img/survivers/surviver-vinny.jpg");
  background-size: contain;
  background-position: center;
  -webkit-mask-image: url("../img/survivers/surviver-vinny-mask.png");
          mask-image: url("../img/survivers/surviver-vinny-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.surviver-img.ximena {
  background-image: url("../img/survivers/surviver-ximena.jpg");
  background-size: contain;
  background-position: center;
  -webkit-mask-image: url("../img/survivers/surviver-ximena-mask.png");
          mask-image: url("../img/survivers/surviver-ximena-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.surviver-img.mario {
  background-image: url("../img/survivers/surviver-mario.jpg");
  background-size: contain;
  background-position: center;
  -webkit-mask-image: url("../img/survivers/surviver-mario-mask.png");
          mask-image: url("../img/survivers/surviver-mario-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.surviver-img.regina {
  background-image: url("../img/survivers/surviver-regina.jpg");
  background-size: contain;
  background-position: center;
  -webkit-mask-image: url("../img/survivers/surviver-regina-mask.png");
          mask-image: url("../img/survivers/surviver-regina-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.surviver-overlay{
  position: absolute;
  align-self: flex-end;
  content:"";
  height:80%;
  width:100%;
  bottom:0;
  /* left:0; */
  z-index:1;
  background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,1) 100%);
}

#comparteForm input[type='text'], #comparteForm textarea,  #comparteForm select {
  border: 1px solid #9ca3af;
}

#comparteForm input[type='text'].error, #comparteForm textarea.error,  #comparteForm select.error {
  border: 1px solid red;
}

#comparteForm fieldset:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.submit-button {
  background-color: #25D22E;
  color: white;
  padding: 4px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.submit-button:disabled {
  background-color: rgb(79, 79, 79);
  color: white;
}

input[type='text'], select {
  height: 40px;
}

input[type='text'], textarea, select {
  border-radius: 5px;
  padding: 10px 10px;
  /* margin: 4px 0; */
  background-color: white;
}

select {
  padding: 0px 10px;
}

/* if value is "País" selector */

select[data-chosen='0']  {
  color: #9ca3af;
  padding-left: 6px;
}

.footer-block {
  background-color: black;
  min-height: 140px;
  width: 100%;
  color: white;
}

.logo-footer {
  filter: invert(1);
}

.footer-links {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.footer-links span {
  display: inline-block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.footer-socials img {
  height: 30px !important;
  flex-shrink: 0;
  align-self: start;
  margin-left: 1rem;
}

[data-animation], [data-animation2]{
  transition-property: all;
  transition-easing: ease-out;
  transition-duration: 0.6s;
}

[data-animation*="opacity"], [data-animation2*="opacity"] {
  opacity: 0;
}

._visible[data-animation*="opacity"], ._visible[data-animation2*="opacity"] {
  opacity: 1;
}

[data-animation*="slideInLeft"], [data-animation2*="slideInLeft"] {
  transform: translateX(-10%);
}

._visible[data-animation*="slideInLeft"], ._visible[data-animation2*="slideInLeft"] {
  transform: translateX(0);
}

[data-animation*="slideInLeftBig"], [data-animation2*="slideInLeftBig"] {
  transform: translateX(-100%);
}

._visible[data-animation*="slideInLeftBig"], ._visible[data-animation2*="slideInLeftBig"] {
  transform: translateX(0);
}

[data-animation*="slideInRight"], [data-animation2*="slideInRight"] {
  transform: translateX(10%);
}

._visible[data-animation*="slideInRight"], ._visible[data-animation2*="slideInRight"] {
  transform: translateX(0);
}

[data-animation*="slideInBottom"], [data-animation2*="slideInBottom"] {
  transform: translateY(10%);
}

._visible[data-animation*="slideInBottom"], ._visible[data-animation2*="slideInBottom"] {
  transform: translateY(0);
}

[data-animation*="scaleIn"], [data-animation2*="scaleIn"] {
  transform: scale(0.3);
  filter: blur(10px);
}

._visible[data-animation*="scaleIn"], ._visible[data-animation2*="scaleIn"] {
  transform: scale(1);
  filter: blur(0px);
}

.staggered > *:nth-child(2) {
  transition-delay: 100ms;
}

.staggered > *:nth-child(3) {
  transition-delay: 200ms;
}

.staggered > *:nth-child(4) {
  transition-delay: 300ms;
}

.staggered > *:nth-child(5) {
  transition-delay: 400ms;
}

.staggered > *:nth-child(6) {
  transition-delay: 500ms;
}

.staggered > *:nth-child(7) {
  transition-delay: 600ms;
}

.staggered > *:nth-child(8) {
  transition-delay: 700ms;
}

@media(prefers-reduced-motion) {
  {
    transition: none;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .md\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 475px) {
    .md\:container {
      max-width: 475px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1600px) {
    .md\:container {
      max-width: 1600px;
    }
  }
}

@media (min-width: 320px) {
  .xxs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xxs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xxs\:mt-4 {
    margin-top: 1rem;
  }

  .xxs\:block {
    display: block;
  }

  .xxs\:hidden {
    display: none;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:flex-col {
    flex-direction: column;
  }

  .xxs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xxs\:items-center {
    align-items: center;
  }

  .xxs\:self-start {
    align-self: flex-start;
  }

  .xxs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xxs\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xxs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxs\:pt-4 {
    padding-top: 1rem;
  }

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

  .xxs\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xxs\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xxs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xxs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xxs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xxs\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  @media not all and (min-width: 1024px) {
    .xxs\:max-lg\:flex {
      display: flex;
    }

    .xxs\:max-lg\:justify-center {
      justify-content: center;
    }
  }

  @media not all and (min-width: 768px) {
    .xxs\:max-md\:hidden {
      display: none;
    }
  }

  @media not all and (min-width: 475px) {
    .xxs\:max-xs\:inline-block {
      display: inline-block;
    }
  }
}

@media (min-width: 475px) {
  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  @media not all and (min-width: 640px) {
    .xs\:max-sm\:inline-block {
      display: inline-block;
    }
  }
}

@media (min-width: 640px) {
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  @media not all and (min-width: 1024px) {
    .sm\:max-lg\:columns-2 {
      -moz-columns: 2;
           columns: 2;
    }

    .sm\:max-lg\:gap-2 {
      gap: 0.5rem;
    }
  }

  @media not all and (min-width: 768px) {
    .sm\:max-md\:inline-block {
      display: inline-block;
    }
  }
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[130px\] {
    height: 130px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:bg-\[\#7dc1d3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(125 193 211 / var(--tw-bg-opacity));
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  @media not all and (min-width: 1024px) {
    .md\:max-lg\:inline-block {
      display: inline-block;
    }

    .md\:max-lg\:inline {
      display: inline;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  @media not all and (min-width: 1280px) {
    .lg\:max-xl\:inline-block {
      display: inline-block;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[180px\] {
    height: 180px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-normal {
    justify-content: normal;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  @media not all and (min-width: 1536px) {
    .xl\:max-2xl\:inline-block {
      display: inline-block;
    }
  }
}

@media (min-width: 1536px) {
  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:leading-tight {
    line-height: 1.25;
  }

  @media not all and (min-width: 1600px) {
    .\32xl\:max-3xl\:inline-block {
      display: inline-block;
    }
  }
}

@media (min-width: 1600px) {
  .\33xl\:inline-block {
    display: inline-block;
  }

  .\33xl\:leading-tight {
    line-height: 1.25;
  }
}
