html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
background-color: #0d0d0e !important; 
overflow-x: hidden;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: auto;
}
a:visited {
color: auto;
}
a:hover,
a:focus,
a:active {
color: auto;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .destino-paralelogramo {
position: relative;
overflow: hidden;
display: inline-block;
transform: skew(-15deg);
margin: 0 10px;
width: 280px;
height: 380px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-decoration: none;
color: inherit;
}
.destino-paralelogramo:hover,
.destino-paralelogramo:focus,
.destino-paralelogramo:visited {
transform: skew(-15deg) translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
text-decoration: none;
color: inherit;
}
.destino-paralelogramo:active {
transform: skew(-15deg) translateY(-2px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}
.destino-paralelogramo img {
transform: skew(15deg) scale(2);
transition: transform 0.3s ease;
width: 100%;
height: 100%;
object-fit: cover;
}
.destino-paralelogramo:hover img {
transform: skew(15deg) scale(1.5);
}
.destino-contenedor {
display: flex;
justify-content: center;
gap: 1.5rem;
margin-top: 2rem;
flex-wrap: wrap;
}
.destino-label {
position: absolute;
bottom: 0;
left: -10%;
right: -10%;
background-color: rgba(0, 0, 0);
color: white;
text-align: center;
padding: 15px;
transform: skew(15deg);
font-weight: bold;
font-size: 1.5rem;
width: 120%;
letter-spacing: 2px;
border-top: 2px solid #eab308;
} @media (max-width: 1024px) and (min-width: 769px) {
.destino-paralelogramo {
width: 240px;
height: 320px;
margin: 0 5px;
}
.destino-label {
padding: 12px;
font-size: 1.3rem;
}
.destino-contenedor {
gap: 1rem;
}
} @media (max-width: 768px) {
.destino-paralelogramo {
width: 220px;
height: 280px;
margin: 0 auto 20px auto;
}
.destino-label {
padding: 10px;
font-size: 1.1rem;
letter-spacing: 1px;
}
.destino-contenedor {
flex-direction: column;
align-items: center;
gap: 1rem;
margin-top: 1.5rem;
}
} @media (max-width: 480px) {
.destino-paralelogramo {
width: 200px;
height: 250px;
margin: 0 auto 15px auto;
}
.destino-label {
padding: 8px;
font-size: 1rem;
letter-spacing: 0.5px;
}
.destino-contenedor {
flex-direction: column;
align-items: center;
gap: 0.8rem;
margin-top: 1rem;
}
} .text-stroke-black-xl {
text-shadow: rgb(0, 0, 0) 4px 0px 0px, rgb(0, 0, 0) 3.87565px 0.989616px 0px, rgb(0, 0, 0) 3.51033px 1.9177px 0px, rgb(0, 0, 0) 2.92676px 2.72656px 0px, rgb(0, 0, 0) 2.16121px 3.36588px 0px, rgb(0, 0, 0) 1.26129px 3.79594px 0px, rgb(0, 0, 0) 0.282949px 3.98998px 0px, rgb(0, 0, 0) -0.712984px 3.93594px 0px, rgb(0, 0, 0) -1.66459px 3.63719px 0px, rgb(0, 0, 0) -2.51269px 3.11229px 0px, rgb(0, 0, 0) -3.20457px 2.39389px 0px, rgb(0, 0, 0) -3.69721px 1.52664px 0px, rgb(0, 0, 0) -3.95997px 0.56448px 0px, rgb(0, 0, 0) -3.97652px -0.432781px 0px, rgb(0, 0, 0) -3.74583px -1.40313px 0px, rgb(0, 0, 0) -3.28224px -2.28625px 0px, rgb(0, 0, 0) -2.61457px -3.02721px 0px, rgb(0, 0, 0) -1.78435px -3.57996px 0px, rgb(0, 0, 0) -0.843183px -3.91012px 0px, rgb(0, 0, 0) 0.150409px -3.99717px 0px, rgb(0, 0, 0) 1.13465px -3.8357px 0px, rgb(0, 0, 0) 2.04834px -3.43574px 0px, rgb(0, 0, 0) 2.83468px -2.82216px 0px, rgb(0, 0, 0) 3.44477px -2.03312px 0px, rgb(0, 0, 0) 3.84068px -1.11766px 0px, rgb(0, 0, 0) 3.9978px -0.132717px 0px;
}
.text-stroke-black-lg {
text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
} @media (max-width: 900px) and (min-width: 769px) {
#paquetes .flex[class*="gap-4"] {
flex-direction: column !important;
align-items: center !important;
gap: 2rem !important;
}
#paquetes article {
width: 100% !important;
max-width: 400px !important;
margin-left: 0 !important;
}
} @media (max-width: 1024px) and (min-width: 901px) {
#paquetes {
padding-left: 0 !important;
}
#paquetes .flex[class*="gap-4"] {
justify-content: center !important;
align-items: center !important;
}
#paquetes article {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
}
}.mode-tab {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform-origin: center;
backface-visibility: hidden;
} .mode-content {
transform-origin: center;
backface-visibility: hidden;
} article {
transform: translateZ(0);
backface-visibility: hidden;
} .paintball-mode-active {
box-shadow: 0 0 20px rgba(239, 68, 68, 0.3);
}
.hidrogel-mode-active {
box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
} @keyframes packageSlideIn {
from {
opacity: 0;
transform: translateY(30px) scale(0.95);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.package-enter-animation {
animation: packageSlideIn 0.4s ease-out;
} @keyframes tabPulse {
0%, 100% {
box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
}
50% {
box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
}
}
.mode-tab.active {
animation: tabPulse 2s infinite;
} .mode-tab:hover:not(.active) {
transform: translateY(-2px) scale(1.02);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
} .package-content-transition {
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
} .mode-tab.loading {
opacity: 0.6;
pointer-events: none;
position: relative;
}
.mode-tab.loading::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
border: 2px solid transparent;
border-top: 2px solid currentColor;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @media (max-width: 768px) {
.mode-tab, .mode-content, article {
will-change: transform;
transform: translateZ(0);
} @media (prefers-reduced-motion: reduce) {
.mode-tab, .mode-content, article {
animation: none !important;
transition: none !important;
}
}
} .mode-tab:focus {
outline: 2px solid rgba(239, 68, 68, 0.5);
outline-offset: 2px;
} .premium-package {
position: relative;
overflow: hidden;
}
.premium-package::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
transform: rotate(45deg);
animation: shimmer 3s infinite;
pointer-events: none;
}
@keyframes shimmer {
0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
} .particle-effect {
position: absolute;
width: 4px;
height: 4px;
background: currentColor;
border-radius: 50%;
pointer-events: none;
z-index: 1000;
opacity: 0;
} .gsap-fade-in {
opacity: 0;
transform: translateY(20px);
}
.gsap-slide-left {
opacity: 0;
transform: translateX(-30px);
}
.gsap-slide-right {
opacity: 0;
transform: translateX(30px);
}
.gsap-scale-in {
opacity: 0;
transform: scale(0.9);
} @media (prefers-color-scheme: dark) {
.mode-tab:focus {
outline-color: rgba(239, 68, 68, 0.8);
}
}.hero-video { transform: translateZ(0);
-webkit-transform: translateZ(0);
backface-visibility: hidden;
-webkit-backface-visibility: hidden; will-change: opacity; -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); filter: 
contrast(1.3) 
brightness(0.85) 
saturate(1.6) 
hue-rotate(350deg) 
sepia(0.3); opacity: 0 !important; mix-blend-mode: normal;
} .hero-video.active {
z-index: 2; filter: 
contrast(1.4) 
brightness(0.8) 
saturate(1.8) 
hue-rotate(345deg) 
sepia(0.4); box-shadow: 
inset 0 0 50px rgba(239, 68, 68, 0.3),
0 0 20px rgba(239, 68, 68, 0.2); opacity: 0.5 !important;
} .hero-action-image,
.hero-action-image-mobile { transform: translateZ(0);
-webkit-transform: translateZ(0);
backface-visibility: hidden;
-webkit-backface-visibility: hidden; transition: opacity 1s ease-in-out;
will-change: opacity; -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); object-fit: contain;
object-position: center;
} .hero-action-slider,
.hero-action-slider-mobile { transform: translateZ(0);
-webkit-transform: translateZ(0);
} .hero-action-slider { display: none; align-items: center;
justify-content: center;
background: transparent;
} .hero-action-slider-mobile { display: flex; align-items: center;
justify-content: center;
background: transparent;
} @media (max-width: 768px) {
.hero-video { -webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; filter: 
contrast(1.2) 
brightness(0.9) 
saturate(1.4) 
hue-rotate(355deg) 
sepia(0.25);
} @media (max-width: 480px) {
.hero-video { filter: 
contrast(1.15) 
brightness(0.92) 
saturate(1.3) 
hue-rotate(355deg) 
sepia(0.2);
}
.hero-video.active { filter: 
contrast(1.25) 
brightness(0.85) 
saturate(1.5) 
hue-rotate(350deg) 
sepia(0.3);
}
} .hero-action-image-mobile {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} @media (min-width: 768px) {
.hero-action-slider {
display: flex; }
.hero-action-slider-mobile {
display: none; }
} @media (min-width: 769px) and (max-width: 1024px) {
.hero-video { -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.hero-action-image,
.hero-action-image-mobile { image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
}
} @supports not (transform: translate3d(0, 0, 0)) {
.hero-video,
.hero-action-image,
.hero-action-image-mobile { position: relative;
z-index: auto;
}
} @media (prefers-reduced-motion: reduce) {
.hero-video,
.hero-action-image,
.hero-action-image-mobile {
transition: none;
animation: none;
}
} .hero-video {
transition: none !important;
} .hero-video.active::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(
circle at center,
rgba(239, 68, 68, 0.1) 0%,
rgba(220, 38, 38, 0.15) 50%,
rgba(185, 28, 28, 0.2) 100%
);
pointer-events: none;
z-index: 2; mix-blend-mode: multiply;
} .hero-video.active::after {
content: '';
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
background: linear-gradient(
45deg,
rgba(239, 68, 68, 0.1),
rgba(220, 38, 38, 0.05),
rgba(239, 68, 68, 0.1)
);
pointer-events: none;
z-index: 3;
animation: battlePulse 3s ease-in-out infinite;
}
@keyframes battlePulse {
0%, 100% { 
opacity: 0.3;
transform: scale(1);
}
50% { 
opacity: 0.6;
transform: scale(1.02);
}
}  @media (prefers-reduced-data: reduce) {
.hero-video { display: none;
}
} .hero-video[data-loading="true"] {
opacity: 0;  filter: 
contrast(1.2) 
brightness(0.9) 
saturate(1.4) 
hue-rotate(355deg) 
sepia(0.25);
}
.hero-video[data-loaded="true"] {
opacity: 0;  filter: 
contrast(1.3) 
brightness(0.85) 
saturate(1.6) 
hue-rotate(350deg) 
sepia(0.3);
transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
} .hero-video.active[data-loading="true"] {
opacity: 0.3; }
.hero-video.active[data-loaded="true"] {
opacity: 0.5; } .hero-video[data-error="true"] {
display: none;
} .hero-video:not(.in-viewport) { pointer-events: none;
} .hero-video.inactive { src: '';
poster: '';
} .hero-section-loading .hero-video {
opacity: 0; pointer-events: none;
}
.hero-section-loaded .hero-video {
opacity: 0; pointer-events: auto;
}
.hero-section-loaded .hero-video.active {
opacity: 0.5; } .hero-video-container { isolation: isolate;
contain: layout style paint;
} @supports (filter: blur(0px)) {
.hero-video.low-performance {
filter: none;
transform: none;
transition: opacity 0.3s ease;
}
} @media (max-width: 768px) and (orientation: portrait) {
.hero-video { -webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0, 0, 0);
}
}