.gexbfx-71c4-divider-wrap { --color-1: rgba(var(--rgb-1), var(--alpha-1));
--color-2: rgba(var(--rgb-2), var(--alpha-2));
--color-1-glow: rgba(var(--rgb-1), calc(var(--alpha-1) * 0.4));
--color-2-glow: rgba(var(--rgb-2), calc(var(--alpha-2) * 0.4));
position: absolute; 
left: 0; 
width: 100%; 
height: var(--div-height); 
pointer-events: none; 
overflow: hidden; 
z-index: 5; 
}
.gexbfx-71c4-divider-wrap.gexbfx-71c4-pos-top { 
top: 0; 
transform: scaleY(1); 
mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness)); 
-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness)); 
} 
.gexbfx-71c4-divider-wrap.gexbfx-71c4-pos-bottom { 
bottom: 0; 
transform: scaleY(-1); 
mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness)); 
-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness)); 
}
.gexbfx-71c4-motion-layer { 
width: 100%; 
height: 100%; 
position: relative; 
transform: scale(var(--div-zoom)); 
transform-origin: top center; 
transition: transform 0.3s ease; 
}
.gexbfx-71c4-motion-layer svg { 
width: 100%; 
height: 100%; 
display: block; 
overflow: visible; 
} .gexbfx-71c4-scene-1 { background: transparent; display: flex; position: relative; }
.gexbfx-71c4-scene-1::before { content:''; width:100%; height:1px; background: rgba(var(--rgb-1), 0.3); opacity: 0.8; }
.gexbfx-71c4-scene-1::after { content:''; position: absolute; left: 0; top: -1px; width: 120px; height: 2px; background: linear-gradient(90deg, transparent, #fff, transparent); box-shadow: 0 0 15px 3px var(--color-1-glow); animation: gexbfx71c4_scanline calc(var(--div-speed)*0.8) ease-in-out infinite alternate; }
.gexbfx-71c4-scene-2 { background: radial-gradient(ellipse at 30% -20%, var(--color-1) 0%, transparent 60%), radial-gradient(ellipse at 70% -10%, var(--color-2) 0%, transparent 60%); background-size: 150% 100%; opacity: 0.7; filter: blur(25px); animation: gexbfx71c4_plasmaSmooth var(--div-speed) ease-in-out infinite alternate; }
.gexbfx-71c4-scene-3 { background-image: linear-gradient(transparent 90%, var(--color-1) 90%), linear-gradient(90deg, transparent 90%, var(--color-2) 90%); background-size: 40px 40px; opacity: 0.3; animation: gexbfx71c4_slideDown var(--div-speed) linear infinite; }
.gexbfx-71c4-scene-4 path { fill: none; stroke-width: 1.5; mix-blend-mode: screen; filter: drop-shadow(0 0 5px var(--color-1-glow)); }
.gexbfx-71c4-scene-4 path:nth-child(1) { stroke: var(--color-1); animation: gexbfx71c4_waveFloat var(--div-speed) ease-in-out infinite alternate; }
.gexbfx-71c4-scene-4 path:nth-child(2) { stroke: var(--color-2); animation: gexbfx71c4_waveFloat calc(var(--div-speed)*1.3) ease-in-out infinite alternate-reverse; }
.gexbfx-71c4-scene-5 { background: transparent; position: relative; }
.gexbfx-71c4-scene-5 .gexbfx-71c4-particle { position: absolute; background: var(--color-1); border-radius: 50%; box-shadow: 0 0 10px var(--color-1-glow); animation: gexbfx71c4_floatUp var(--div-speed) ease-in infinite; }
.gexbfx-71c4-scene-6 path { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 5px var(--color-1-glow)); }
.gexbfx-71c4-scene-6 path:nth-child(1) { stroke: var(--color-1); stroke-dasharray: 150 50; animation: gexbfx71c4_zap var(--div-speed) linear infinite; }
.gexbfx-71c4-scene-6 path:nth-child(2) { stroke: var(--color-2); stroke-dasharray: 100 100; animation: gexbfx71c4_zap calc(var(--div-speed)*1.5) linear infinite reverse; transform: translateY(10px); }
.gexbfx-71c4-scene-7 path { fill: none; stroke-width: 2; stroke-linecap: round; filter: drop-shadow(0 0 5px var(--color-1-glow)); }
.gexbfx-71c4-scene-7 path:nth-child(1) { stroke: var(--color-1); stroke-dasharray: 400 400; animation: gexbfx71c4_dashFlow calc(var(--div-speed)*0.8) linear infinite; }
.gexbfx-71c4-scene-7 path:nth-child(2) { stroke: var(--color-2); stroke-dasharray: 300 300; animation: gexbfx71c4_dashFlow calc(var(--div-speed)*1.2) linear infinite reverse; }
.gexbfx-71c4-scene-8 { background-image: radial-gradient(var(--color-1) 2px, transparent 2.5px), radial-gradient(var(--color-2) 2px, transparent 2.5px); background-size: 60px 60px; background-position: 0 0, 30px 30px; animation: gexbfx71c4_slideDiag var(--div-speed) linear infinite; opacity: 0.8; }
.gexbfx-71c4-scene-9 { position: relative; border-top: 1px solid rgba(var(--rgb-1), 0.15); }
.gexbfx-71c4-scene-9 .gexbfx-71c4-spark { position: absolute; top: 0px; width: 1.5px; background: #fff; border-radius: 50%; box-shadow: 0 0 10px 2px var(--color-1); animation: gexbfx71c4_sparkFly var(--div-speed) ease-in infinite; }
.gexbfx-71c4-scene-9 .gexbfx-71c4-spark:nth-child(even) { box-shadow: 0 0 10px 2px var(--color-2); animation-duration: calc(var(--div-speed)*0.8); }
.gexbfx-71c4-scene-10 path { fill: none; stroke-width: 1.5; mix-blend-mode: screen; filter: drop-shadow(0 0 3px var(--color-1-glow)); }
.gexbfx-71c4-scene-10 path:nth-child(1) { stroke: var(--color-1); stroke-dasharray: 50 15; animation: gexbfx71c4_dnaScroll var(--div-speed) linear infinite; }
.gexbfx-71c4-scene-10 path:nth-child(2) { stroke: var(--color-2); stroke-dasharray: 50 15; animation: gexbfx71c4_dnaScroll calc(var(--div-speed)*1.2) linear infinite reverse; }
.gexbfx-71c4-scene-11 { position: relative; }
.gexbfx-71c4-scene-11 .gexbfx-71c4-geo { position: absolute; border: 1px solid var(--color-1); opacity: 0.4; box-shadow: inset 0 0 5px var(--color-1-glow); animation: gexbfx71c4_floatGeo var(--div-speed) linear infinite; }
.gexbfx-71c4-scene-12 { position: relative; display: flex; justify-content: space-evenly; overflow: visible; }
.gexbfx-71c4-scene-12 .gexbfx-71c4-data-drop { position: absolute; width: 2px; background: linear-gradient(to bottom, transparent, var(--color-1), #fff); border-radius: 2px; animation: gexbfx71c4_cascadeFall var(--div-speed) linear infinite; filter: drop-shadow(0 0 5px var(--color-1-glow)); top: -200px; }
.gexbfx-71c4-scene-13 { background: repeating-linear-gradient(90deg, transparent 0, transparent 20px, var(--color-1) 20px, var(--color-1) 50px); background-size: 70px 4px; background-repeat: repeat-x; background-position: 0 20px; animation: gexbfx71c4_slideDataLeft var(--div-speed) linear infinite; opacity: 0.8; filter: drop-shadow(0 0 5px var(--color-1-glow));}
.gexbfx-71c4-scene-13::after { content:''; position: absolute; width: 100%; height: 100%; background: repeating-linear-gradient(90deg, transparent 0, transparent 40px, var(--color-2) 40px, var(--color-2) 60px); background-size: 100px 2px; background-repeat: repeat-x; background-position: 0 40px; animation: gexbfx71c4_slideDataRight calc(var(--div-speed)*1.5) linear infinite; opacity: 0.6; filter: drop-shadow(0 0 5px var(--color-2-glow));}
.gexbfx-71c4-scene-14 { position: relative; width: 100%; height: 100%; overflow: hidden; }
.gexbfx-71c4-scene-14 .gexbfx-71c4-ai-bubble { position: absolute; animation: gexbfx71c4_floatUp var(--div-speed) ease-in infinite; opacity: var(--alpha-1); }
.gexbfx-71c4-scene-14 .gexbfx-71c4-ai-bubble .gexbfx-71c4-ai-item { width: 35px; height: 35px; filter: invert(100%) drop-shadow(0 0 8px var(--color-1)); }
.gexbfx-71c4-scene-14 .gexbfx-71c4-ai-bubble:nth-child(even) { opacity: var(--alpha-2); animation-duration: calc(var(--div-speed)*1.5); }
.gexbfx-71c4-scene-14 .gexbfx-71c4-ai-bubble:nth-child(even) .gexbfx-71c4-ai-item { filter: invert(100%) drop-shadow(0 0 8px var(--color-2)); }
.gexbfx-71c4-scene-15 path { fill: none; stroke-width: 2; mix-blend-mode: screen; filter: drop-shadow(0 2px 5px var(--color-1-glow)); }
.gexbfx-71c4-scene-15 path:nth-child(1) { stroke: var(--color-1); animation: gexbfx71c4_sineWaveSoft var(--div-speed) ease-in-out infinite alternate; }
.gexbfx-71c4-scene-15 path:nth-child(2) { stroke: var(--color-2); animation: gexbfx71c4_sineWaveSoft calc(var(--div-speed)*1.2) ease-in-out infinite alternate-reverse; }
.gexbfx-71c4-scene-16 { background-image: linear-gradient(var(--color-1-glow) 1px, transparent 1px), linear-gradient(90deg, var(--color-1-glow) 1px, transparent 1px); background-size: 40px 40px; position: relative; opacity: 0.5; animation: gexbfx71c4_slideGridExact var(--div-speed) linear infinite; }
.gexbfx-71c4-scene-17 path { fill: none; stroke: var(--color-1); stroke-width: 2; filter: drop-shadow(0 0 5px var(--color-1-glow)); stroke-dasharray: 100 50; animation: gexbfx71c4_dashFlow calc(var(--div-speed)*0.5) linear infinite;}
.gexbfx-71c4-scene-17 path:nth-child(2) { stroke: var(--color-2); opacity: 0.5; stroke-dasharray: 80 80; animation-duration: calc(var(--div-speed)*0.8); animation-direction: reverse;}
.gexbfx-71c4-scene-18 { position: relative; }
.gexbfx-71c4-scene-18 .gexbfx-71c4-shape-item { position: absolute; background-color: transparent; border: 1.5px solid var(--color-1); box-shadow: inset 0 0 8px var(--color-1-glow), 0 0 8px var(--color-1-glow); animation: gexbfx71c4_floatUp var(--div-speed) ease-in infinite; }
.gexbfx-71c4-scene-18 .gexbfx-71c4-shape-item:nth-child(even) { border-color: var(--color-2); box-shadow: inset 0 0 8px var(--color-2-glow), 0 0 8px var(--color-2-glow); animation-duration: calc(var(--div-speed)*1.5); }
.gexbfx-71c4-shape-hex { width: 30px; height: 34.64px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
.gexbfx-71c4-shape-tri { width: 30px; height: 30px; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
.gexbfx-71c4-shape-sqr { width: 30px; height: 30px; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); } 
.gexbfx-71c4-shape-cube { width: 30px; height: 34.64px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); background: linear-gradient(180deg, rgba(255,255,255,0.1) 50%, transparent 50%); border-radius: 2px;} 
.gexbfx-71c4-scene-19 { background-image: linear-gradient(var(--color-1) 1px, transparent 1px), linear-gradient(90deg, var(--color-1) 1px, transparent 1px); background-size: 50px 20px; transform: perspective(500px) rotateX(60deg) scale(2); transform-origin: top; opacity: 0.2; animation: gexbfx71c4_wireMove var(--div-speed) linear infinite; }
.gexbfx-71c4-scene-20 { position: relative; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: flex-start; }
.gexbfx-71c4-marquee-track { display: flex; width: max-content; animation: gexbfx71c4_scrollMarquee calc(var(--div-speed)*4) linear infinite; }
.gexbfx-71c4-marquee-group { display: flex; justify-content: space-around; width: 150vw; }
.gexbfx-71c4-marquee-track .gexbfx-71c4-ai-item { 
height: 45px; width: 45px; flex-shrink: 0; margin: 0 40px; 
filter: invert(100%) drop-shadow(0 0 10px var(--color-1)); 
opacity: var(--alpha-1); 
animation: gexbfx71c4_waveY calc(var(--div-speed)*1.2) ease-in-out infinite alternate; 
}
.gexbfx-71c4-marquee-track .gexbfx-71c4-ai-item:nth-child(even) { 
filter: invert(100%) drop-shadow(0 0 10px var(--color-2)); 
opacity: var(--alpha-2); 
animation-duration: calc(var(--div-speed)*1.5); 
animation-direction: alternate-reverse; 
} @keyframes gexbfx71c4_scanline { 0% { left: -5%; } 100% { left: 100%; } }
@keyframes gexbfx71c4_plasmaSmooth { 0% { background-position: 0% 50%; opacity: 0.5; } 100% { background-position: 100% 50%; opacity: 0.8; } }
@keyframes gexbfx71c4_slideDown { 0% { background-position: 0 0; } 100% { background-position: 0 40px; } }
@keyframes gexbfx71c4_waveFloat { 0% { transform: translateY(-5px); } 100% { transform: translateY(10px); } }
@keyframes gexbfx71c4_floatUp { 0% { transform: translateY(20px) rotate(0deg); opacity: 0; } 50% { opacity: 0.8; } 100% { transform: translateY(-120px) rotate(180deg); opacity: 0; } }
@keyframes gexbfx71c4_zap { to { stroke-dashoffset: -200; } }
@keyframes gexbfx71c4_dashFlow { 0% { stroke-dashoffset: 800; } 100% { stroke-dashoffset: 0; } }
@keyframes gexbfx71c4_sparkFly { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(100px); opacity: 0; } }
@keyframes gexbfx71c4_dnaScroll { to { stroke-dashoffset: -200; } }
@keyframes gexbfx71c4_floatGeo { 0% { transform: translateY(0) rotate(0deg); opacity: 0; } 20% { opacity: 0.6; } 80% { opacity: 0.6; } 100% { transform: translateY(100px) rotate(360deg); opacity: 0; } }
@keyframes gexbfx71c4_cascadeFall { 0% { top: -100px; opacity: 0; height: 10px; } 20% { opacity: 1; } 80% { opacity: 1; height: 60px; } 100% { top: 200px; opacity: 0; height: 10px; } }
@keyframes gexbfx71c4_slideDiag { 0% { background-position: 0 0, 30px 30px; } 100% { background-position: -60px 60px, -30px 90px; } }
@keyframes gexbfx71c4_slideDataLeft { 0% { background-position-x: 0; } 100% { background-position-x: -100px; } }
@keyframes gexbfx71c4_slideDataRight { 0% { background-position-x: 0; } 100% { background-position-x: 100px; } }
@keyframes gexbfx71c4_slideGridExact { 0% { background-position: 0 0; } 100% { background-position: 40px 40px; } }
@keyframes gexbfx71c4_sineWaveSoft { 0% { transform: scaleY(0.9) translateY(0); } 100% { transform: scaleY(1.05) translateY(5px); } }
@keyframes gexbfx71c4_wireMove { 0% { background-position: 0 0; } 100% { background-position: 0 20px; } }
@keyframes gexbfx71c4_scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes gexbfx71c4_waveY { 0% { transform: translateY(-15px); } 100% { transform: translateY(15px); } } .gexbfx-71c4-native-fragment {
position: relative;
width: 100%;
height: auto;
line-height: normal;
pointer-events: none;
--gexbfx-density-11: 20;
--gexbfx-shape18-mode: shape-mixed;
} .gexbfx-71c4-native-fragment > .gexbfx-71c4-native-measure {
display: block;
opacity: 0;
pointer-events: none;
} .gexbfx-71c4-native-fragment > .gexbfx-71c4-divider-wrap {
top: 0 !important;
bottom: 0 !important;
left: 0;
width: 100%;
height: auto !important;
min-height: 0;
} .elementor-shape-top .gexbfx-71c4-native-fragment > .gexbfx-71c4-divider-wrap {
transform: scaleY(1);
mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness));
-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness));
} .elementor-shape-bottom .gexbfx-71c4-native-fragment > .gexbfx-71c4-divider-wrap {
transform: scaleY(-1);
mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness));
-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent var(--div-softness));
} .gexbfx-71c4-native-fragment .gexbfx-71c4-motion-layer svg {
position: static !important;
left: auto !important;
top: auto !important;
width: 100% !important;
height: 100% !important;
transform: none !important;
} .gexbfx-71c4-native-fragment .gexbfx-71c4-motion-layer {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
} .gexbfx-71c4-native-fragment[data-gexbfx-design="11"] .gexbfx-71c4-geo {
will-change: transform, opacity;
} .gexbfx-71c4-native-fragment[data-gexbfx-design="14"] img,
.gexbfx-71c4-native-fragment[data-gexbfx-design="20"] img {
object-fit: contain;
} .gexbfx-71c4-native-fragment > .gexbfx-71c4-native-measure {
position: relative !important;
left: 0 !important;
transform: none !important;
width: 100% !important;
z-index: 0 !important;
}
.gexbfx-71c4-native-fragment > .gexbfx-71c4-divider-wrap {
height: 100% !important;
}
.gexbfx-71c4-native-fragment .gexbfx-71c4-motion-layer svg {
z-index: 0 !important;
} .elementor-shape-bottom[data-negative="false"] .gexbfx-71c4-native-fragment > .gexbfx-71c4-divider-wrap {
transform: scaleX(-1);
} .gexbfx-71c4-divider-widget-v2 {
position: relative;
width: 100%;
min-width: 0;
isolation: isolate;
line-height: 0;
}
.gexbfx-71c4-divider-widget-v2 > .gexbfx-71c4-divider-wrap {
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
width: 100%;
height: var(--div-height);
}
.gexbfx-71c4-divider-widget-v2 > .gexbfx-71c4-divider-wrap.gexbfx-71c4-pos-top {
transform: scaleY(1);
}
.gexbfx-71c4-divider-widget-v2 > .gexbfx-71c4-divider-wrap.gexbfx-71c4-pos-bottom {
transform: scaleY(-1);
}[data-fgpab-enabled="yes"],
.fgpab-runtime-active,
.fgpab-live-enabled-yes {
isolation: isolate;
}
.fgpab-needs-position {
position: relative;
} .fgpab-bg-wrapper {
--bg-color-1: var(--fgpab-bg-color-1, #09090b);
--bg-color-2: var(--fgpab-bg-color-2, #3b82f6);
--bg-thickness: var(--fgpab-bg-thickness, 2px);
--bg-scale: var(--fgpab-bg-scale, 1);
--anim-speed: var(--fgpab-anim-speed, 5s);
--anim-speed-fast: var(--fgpab-anim-speed, 5s);
--anim-speed-slow: var(--fgpab-anim-speed, 7.5s);
--anim-speed-vslow: var(--fgpab-anim-speed, 10s);
--anim-delay-half: -2.5s;
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
overflow: hidden;
border-radius: inherit;
background-color: var(--bg-color-1, #09090b);
contain: paint;
} .fgpab-runtime-active > :where(.elementor-element, .e-con-inner) {
z-index: 1;
}
.fgpab-anim-layer {
position: absolute;
inset: 0;
transform: scale(var(--bg-scale, 1));
transform-origin: center;
}
.fgpab-anim-layer::before,
.fgpab-anim-layer::after,
.fgpab-em-pulse {
will-change: transform, opacity;
} .fgpab-bg-wrapper[data-fgpab-motion="running"] :is(.fgpab-anim-layer, .fgpab-em-pulse),
.fgpab-bg-wrapper[data-fgpab-motion="running"] .fgpab-anim-layer::before,
.fgpab-bg-wrapper[data-fgpab-motion="running"] .fgpab-anim-layer::after {
animation-play-state: running !important;
}
.fgpab-bg-wrapper[data-fgpab-motion="reset"] :is(.fgpab-anim-layer, .fgpab-em-pulse),
.fgpab-bg-wrapper[data-fgpab-motion="reset"] .fgpab-anim-layer::before,
.fgpab-bg-wrapper[data-fgpab-motion="reset"] .fgpab-anim-layer::after {
animation: none !important;
}  .fgpab-style-1 .fgpab-anim-layer {
perspective: 1000px;
}
.fgpab-style-1 .fgpab-anim-layer::after {
content: '';
position: absolute;
inset: -60% -50%;
background-image:
linear-gradient(var(--bg-color-2) var(--bg-thickness, 2px), transparent var(--bg-thickness, 2px)),
linear-gradient(90deg, var(--bg-color-2) var(--bg-thickness, 2px), transparent var(--bg-thickness, 2px));
background-size: 80px 80px;
transform-origin: center;
-webkit-mask-image: linear-gradient(to bottom, transparent 35%, black 60%);
mask-image: linear-gradient(to bottom, transparent 35%, black 60%);
animation: fgpab-gridInfinite var(--anim-speed, 5s) linear infinite;
opacity: 0.35;
}
@keyframes fgpab-gridInfinite {
from { transform: rotateX(65deg) translate3d(0, -40px, 0); }
to { transform: rotateX(65deg) translate3d(0, 40px, 0); }
} .fgpab-style-2 .fgpab-anim-layer::after {
content: '';
position: absolute;
inset: -60%;
background: repeating-linear-gradient(45deg, transparent, transparent 30px, var(--bg-color-2) 30px, var(--bg-color-2) calc(30px + var(--bg-thickness, 2px)));
opacity: 0.15;
animation: fgpab-flowData var(--anim-speed, 5s) linear infinite;
}
@keyframes fgpab-flowData {
from { transform: translate3d(-50px, -50px, 0); }
to { transform: translate3d(50px, 50px, 0); }
} .fgpab-style-3 .fgpab-anim-layer::before {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(90deg, transparent calc(100% - var(--bg-thickness, 2px)), var(--bg-color-2) 100%),
linear-gradient(180deg, transparent calc(100% - var(--bg-thickness, 2px)), var(--bg-color-2) 100%);
background-size: 100px 100px;
opacity: 0.08;
}
.fgpab-style-3 .fgpab-anim-layer::after {
content: '';
position: absolute;
inset: -10%;
background: radial-gradient(circle at 50% 50%, var(--bg-color-2) 0%, transparent 60%);
opacity: 0.15;
mix-blend-mode: screen;
animation: fgpab-pulseNode var(--anim-speed, 5s) ease-in-out infinite alternate;
}
@keyframes fgpab-pulseNode {
from { transform: scale(0.8); opacity: 0.05; }
to { transform: scale(1.2); opacity: 0.25; }
} .fgpab-style-4 .fgpab-anim-layer::before {
content: '';
position: absolute;
inset: -50%;
background-color: var(--bg-color-2);
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='173.2' viewBox='0 0 100 173.2'%3E%3Cpolygon points='50,0 100,28.86 100,86.6 50,115.47 0,86.6 0,28.86' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpolygon points='50,173.2 100,144.34 100,86.6 50,115.47 0,86.6 0,144.34' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
-webkit-mask-size: 80px 138.56px;
mask-size: 80px 138.56px;
opacity: 0.15;
animation: fgpab-hexFloat var(--anim-speed-vslow, 10s) linear infinite;
}
@keyframes fgpab-hexFloat {
from { transform: translate3d(0, -69.28px, 0); }
to { transform: translate3d(0, 69.28px, 0); }
} .fgpab-style-5 .fgpab-anim-layer::before {
content: '';
position: absolute;
inset: 0;
background-image:
linear-gradient(90deg, transparent calc(50% - var(--bg-thickness, 2px)), var(--bg-color-2) 50%, transparent calc(50% + var(--bg-thickness, 2px))),
linear-gradient(0deg, transparent calc(50% - var(--bg-thickness, 2px)), var(--bg-color-2) 50%, transparent calc(50% + var(--bg-thickness, 2px)));
background-size: 100px 100px;
opacity: 0.1;
}
.fgpab-style-5 .fgpab-anim-layer::after {
content: '';
position: absolute;
inset: -60%;
background: linear-gradient(45deg, transparent 40%, var(--bg-color-2) 50%, transparent 60%);
opacity: 0.3;
mix-blend-mode: color-dodge;
animation: fgpab-energyFlow var(--anim-speed, 5s) linear infinite;
}
@keyframes fgpab-energyFlow {
from { transform: translate3d(35%, 35%, 0); }
to { transform: translate3d(-35%, -35%, 0); }
} .fgpab-style-6 .fgpab-anim-layer::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(var(--bg-color-2) var(--bg-thickness, 2px), transparent calc(var(--bg-thickness, 2px) + 1px));
background-size: 30px 30px;
opacity: 0.2;
}
.fgpab-style-6 .fgpab-anim-layer::after {
content: '';
position: absolute;
inset: -60%;
background: linear-gradient(135deg, transparent 40%, var(--bg-color-1) 50%, transparent 60%);
opacity: 0.92;
animation: fgpab-sweepDots var(--anim-speed, 5s) linear infinite;
}
@keyframes fgpab-sweepDots {
from { transform: translate3d(35%, 35%, 0); }
to { transform: translate3d(-35%, -35%, 0); }
} .fgpab-style-7 .fgpab-anim-layer::before {
content: '';
position: absolute;
inset: -25%;
background-image:
linear-gradient(30deg, transparent 48%, var(--bg-color-2) 49%, transparent 51%),
linear-gradient(150deg, transparent 48%, var(--bg-color-2) 49%, transparent 51%);
background-size: 120px 69.28px;
opacity: 0.1;
animation: fgpab-driftMesh var(--anim-speed, 5s) linear infinite;
}
@keyframes fgpab-driftMesh {
from { transform: translate3d(-60px, -34.64px, 0); }
to { transform: translate3d(60px, 34.64px, 0); }
} .fgpab-style-8 .fgpab-anim-layer::before {
content: '';
position: absolute;
inset: -5%;
background-image:
radial-gradient(circle at 25px 25px, var(--bg-color-2) var(--bg-thickness, 2px), transparent calc(var(--bg-thickness, 2px) + 2px)),
radial-gradient(circle at 75px 75px, var(--bg-color-2) var(--bg-thickness, 2px), transparent calc(var(--bg-thickness, 2px) + 2px));
background-size: 100px 100px;
opacity: 0.15;
animation: fgpab-pulseNodes var(--anim-speed, 5s) ease-in-out infinite alternate;
}
@keyframes fgpab-pulseNodes {
from { opacity: 0.05; transform: scale(0.95); }
to { opacity: 0.3; transform: scale(1.05); }
} .fgpab-style-9 .fgpab-anim-layer::before {
content: '';
position: absolute;
inset: -50%;
background-image:
repeating-linear-gradient(45deg, var(--bg-color-2) 0, var(--bg-color-2) var(--bg-thickness, 2px), transparent var(--bg-thickness, 2px), transparent 60px),
repeating-linear-gradient(-45deg, var(--bg-color-2) 0, var(--bg-color-2) var(--bg-thickness, 2px), transparent var(--bg-thickness, 2px), transparent 60px);
opacity: 0.08;
animation: fgpab-crossHatch var(--anim-speed, 5s) linear infinite;
}
@keyframes fgpab-crossHatch {
from { transform: translate3d(-30px, -30px, 0); }
to { transform: translate3d(30px, 30px, 0); }
} .fgpab-style-10 .fgpab-anim-layer::before,
.fgpab-style-10 .fgpab-anim-layer::after {
--fgpab-shift-scale: 1;
content: '';
position: absolute;
inset: -50%;
background-image:
linear-gradient(var(--bg-color-2) var(--bg-thickness, 2px), transparent var(--bg-thickness, 2px)),
linear-gradient(90deg, var(--bg-color-2) var(--bg-thickness, 2px), transparent var(--bg-thickness, 2px));
background-size: 80px 80px;
opacity: 0.06;
}
.fgpab-style-10 .fgpab-anim-layer::before {
animation: fgpab-shiftGrid var(--anim-speed, 5s) ease-in-out infinite alternate;
}
.fgpab-style-10 .fgpab-anim-layer::after {
--fgpab-shift-scale: 1.05;
animation: fgpab-shiftGrid var(--anim-speed-slow, 7.5s) ease-in-out infinite alternate-reverse;
}
@keyframes fgpab-shiftGrid {
from { transform: translate3d(-15px, -15px, 0) scale(var(--fgpab-shift-scale)); }
to { transform: translate3d(15px, 15px, 0) scale(var(--fgpab-shift-scale)); }
} .fgpab-style-11 .fgpab-anim-layer {
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.fgpab-em-pulse {
position: absolute;
inline-size: 150vmax;
block-size: 150vmax;
border: var(--bg-thickness, 2px) solid var(--bg-color-2);
border-radius: 50%;
opacity: 0;
transform: scale(0.001);
animation: fgpab-emExpand var(--anim-speed, 5s) cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
}
.fgpab-em-pulse:nth-child(1) {
animation-delay: 0s;
}
.fgpab-em-pulse:nth-child(2) {
animation-delay: var(--anim-delay-half, -2.5s);
}
@keyframes fgpab-emExpand {
from { transform: scale(0.001); opacity: 0.5; }
to { transform: scale(1); opacity: 0; }
}img.emtel-logo-hotfix {
display: block !important;
width: auto !important;
height: auto !important;
max-width: 100% !important;
max-height: 100% !important;
object-fit: contain !important;
object-position: center center !important;
clip-path: none !important;
transform-origin: center center;
}
.emtel-logo-hotfix-wrap,
.emtel-logo-hotfix-wrap > .elementor-widget-container,
.emtel-logo-hotfix-wrap .elementor-image,
.emtel-logo-hotfix-wrap a {
overflow: visible !important;
} @media (max-width: 767px) {
.emtel-tel-somos-hotfix,
.emtel-tel-somos-hotfix > .elementor-widget-container,
.emtel-tel-somos-hotfix .elementor-widget-container {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
} .emtel-tel-somos-hotfix-shell {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
} .emtel-tel-somos-hotfix::before,
.emtel-tel-somos-hotfix::after {
max-height: 100% !important;
} .emtel-tel-somos-hotfix img {
max-width: 100% !important;
height: auto !important;
object-fit: contain;
}
img.emtel-logo-hotfix {
max-width: min(100%, 240px) !important;
max-height: none !important;
}
}