/* #region default */
/*!
Theme Name: RadiantPower
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: radiantpower
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

RadiantPower is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
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%;
}

/* Elements
--------------------------------------------- */
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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.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;
}

/* Small menu. */
.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%;
}

/* Posts and pages
--------------------------------------------- */
.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* #endregion default */

/*-----*/
/* #region global */
html, body {
    overflow-x: hidden;
    margin: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.post, .page {
    margin: 0;
}
/* #endregion global */
/* #region header */
header#masthead {
    padding: 15px 10px 15px 10px;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
}
div#header-container img.custom-logo {
    max-width: 240px;
}
.elementor-kit-3911 button, .elementor-kit-3911 input[type="button"], .elementor-kit-3911 input[type="submit"], .elementor-kit-3911 .elementor-button {
    box-shadow: 0 0 !important;
}
#rmp-container-4003 {
    top: 70px !important;
    height: auto !important;
    right: 50px !important;
    border-radius: 10px !important;
}
body .rmp-container.rmp-slide-right, body .rmp-container.rmp-push-right {
    transform: translateX(calc(50px + 100%)) !important;
    -ms-transform: translateX(calc(50px + 100%)) !important;
    -webkit-transform: translateX(calc(50px + 100%)) !important;
    -moz-transform: translateX(calc(50px + 100%)) !important;
}
.rmp-container.rmp-slide-right.rmp-menu-open, .rmp-container.rmp-push-right.rmp-menu-open {
    transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
}
body #rmp-menu-wrap-4003 {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}
#rmp_menu_trigger-4003 {
    right: 0 !important;
    left: 1150px !important;
    margin: 0 auto 0 auto !important;
}
.page-id-3945 .site-branding {
    opacity: 0;
}
#rmp-menu-wrap-4003 .rmp-submenu .rmp-menu-item-link {
    line-height: 16px;
    margin: 6px 0 0 0;
}
#rmp-menu-wrap-4003 .rmp-menu-item-link .rmp-font-icon {
    margin-top: -15px;
}
#rmp-menu-wrap-4003 ul.rmp-submenu.rmp-submenu-depth-2 {
    background: #711412;
    padding: 10px 0 10px 0;
    border-radius: 8px;
    box-shadow: inset 0 0 5px #00000057;
}
#rmp-menu-wrap-4003 .rmp-submenu .rmp-submenu-depth-4 li a {
    font-size: 11px;
}
/* #endregion header */
/* #region hero-home */
div#section1-home {
    margin-top: -94px;
    margin-bottom: 80px;
}
div#hero-container {
    height: 650px;
}
div#hero-plane {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 560px;
    height: 150px;
    max-width: none;
    transition: all .5s ease-in-out;
}
.animate__animated.animate__fadeInUp, 
.animate__animated.animate__fadeOutUp,
.animate__animated.animate__fadeInDown
    {
    --animate-duration: 2s;
}
.animate__animated.animate__fadeInRightBig {
    --animate-duration: 3s;
}
div#hero-plane.trigger-animation {
    right: -104px;
}
.slide-hero {
    position: relative;
}
.slide-hero {
    display: flex !important;
}
#hero-container .slick-track, 
#hero-container .slick-list.draggable,
#product-home .slick-track,  
#product-home .slick-list.draggable{
    overflow: visible !important;
}
#hero-container button.slick-prev.slick-arrow, 
#hero-container button.slick-next.slick-arrow, 
#products-slider-top button.slick-prev.slick-arrow, 
#products-slider-top button.slick-next.slick-arrow, 
#products-slider-blue button.slick-prev.slick-arrow, 
#products-slider-blue button.slick-next.slick-arrow,
#product-home button.slick-prev.slick-arrow, 
#product-home button.slick-next.slick-arrow{
    background: url(/wp-content/uploads/2025/05/Group-1945@2x.png) center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 10;
    color: transparent;
    width: 45px;
    height: 45px;
    right: 0;
    left: 0;
    margin: auto 0;
    top: 450px;
    bottom: 0;
}
#hero-container button.slick-next.slick-arrow, 
#product-home button.slick-next.slick-arrow  {
    background: url(/wp-content/uploads/2025/05/Group-1946@2x.png) center no-repeat;
    background-size: contain;
}
#hero-container button.slick-prev.slick-arrow {
    left: 70px;
}
#hero-container button.slick-next.slick-arrow {
    left: 140px;
}


#hero-container button.slick-prev.slick-arrow::before, 
#hero-container button.slick-next.slick-arrow::before,
#products-slider-top button.slick-prev.slick-arrow::before,
#products-slider-top button.slick-next.slick-arrow::before,
#products-slider-blue button.slick-prev.slick-arrow::before,
#products-slider-blue button.slick-next.slick-arrow::before,
#product-home button.slick-prev.slick-arrow::before,
#product-home button.slick-next.slick-arrow::before  {
    display: none;
}
#product-home .slick-slide .elementor-element.e-child {
    display: flex !important;
}
#product-home .slick-list.draggable {
    background: #fff;
    width: 90% !important;
    margin: -170px auto 0 auto !important;
}
#product-home button.slick-prev.slick-arrow {
    top: -150px;
}
#product-home button.slick-next.slick-arrow {
    left: auto;
    top: -150px;
}
#product-home .slick-dots {
    bottom: 34px;
}
#product-home .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 4px;
    color: #ffffff70;
    border: 2px solid;
    border-radius: 50px;
}
#product-home .slick-dots li.slick-active button {
    background: #fff;
    padding: 6px;
    margin-left: -2px;
}
#product-home .slick-dots li button:before {
    display: none;
}
div#tabs-products-home {
    max-width: 1160px;
    margin: 0 auto;
}
.tab-products-home-item {
    transition: all .3s ease-in-out;
}
.tab-products-home-item.tab-product-home-active {
    background: #FD3540 !important;
    width: 160px;
}
.tab-products-home-item.tab-product-home-active .elementor-widget-heading {
    display: none;
}
.tab-products-home-item {
    cursor: pointer;
}
/* #endregion hero-home */
/* #region applications */
#applications-wrapper .elementor-element.e-con.e-child {
    display: flex !important;
    align-items: center;
    gap: 18px;
}
#applications-wrapper .slick-slide {
    margin: 0 9px;
}
/* #endregion applications */
/* #region products */
#product-list .app-item {
    position: relative !important;
    overflow: hidden !important;
    top: 214px;
    transition: all .6s ease-in-out !important;
}
#product-list .app-item.hover-app {
    top: 0;
    background: #044483;
}
#product-list .app-img {
    position: absolute !important;
    width: 290px;
    height: 290px;
    right: -60px;
    background: #fafafa;
    top: -110px;
    padding: 130px 60px 20px 30px;
    border-radius: 50%;
    opacity: 0;
}
#product-list .app-img img {
    max-width: 200px;
}
#product-list #app-img02 img {
    max-width: 180px;
    margin: 0 15px 10px 20px;
}
#product-list .app-item h2 {
    width: 70%;
    height: 66px;
    transition: all .6s ease-in-out !important;
}
#product-list .app-item.hover-app h2 {
    color: #ffffff;
}
#product-list .app-item p {
    width: 90%;
    text-align: left;
    height: 100px;
    transition: all .6s ease-in-out !important;
}
#product-list .app-item.hover-app p {
    color: #ffffff;
}
#product-list .app-ico {
    position: absolute !important;
    width: 70px !important;
    height: 70px !important;
    background-image: url(/wp-content/uploads/2025/04/Path-44.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    border-radius: 50% !important;
    top: 40px;
    left: 30px;
    border: 1px solid transparent;
    transition: all .6s ease-in-out !important;
}
#product-list #app-ico02 {
    background-image: url(/wp-content/uploads/2025/04/Group-44.png);
}
#product-list #app-ico03 {
    background-image: url(/wp-content/uploads/2025/04/Group-42.png);
}

#product-list .app-item.hover-app  #app-ico01 {
    background-image: url(/wp-content/uploads/2025/04/Path-2562.png);
    border: 1px solid #ffffff;
    background-color: transparent;
}
#product-list .app-item.hover-app  #app-ico02 {
    background-image: url(/wp-content/uploads/2025/04/Group-1932.png);
    border: 1px solid #ffffff;
    background-color: transparent;
}
#product-list .app-item.hover-app  #app-ico03 {
    background-image: url(/wp-content/uploads/2025/04/Group-1934.png);
    border: 1px solid #ffffff;
    background-color: transparent;
}
/*---*/
#products-slider-top button.slick-prev.slick-arrow {
    background: url(/wp-content/uploads/2025/05/Group-1938@2x.png) center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 10;
    color: transparent;
    width: 45px;
    height: 45px;
    right: 0;
    left: 106px;
    margin: auto;
    top: 450px;
    bottom: 0;
    opacity: 1;
}
#products-slider-top button.slick-next.slick-arrow {
    background: url(/wp-content/uploads/2025/05/Group-1939@2x.png) center no-repeat;
    background-size: contain;
    left: 243px;
    opacity: 1;
    margin: auto;
}
#products-slider-blue button.slick-prev.slick-arrow {
    background: url(/wp-content/uploads/2025/05/Group-1945@2x.png) center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 10;
    color: transparent;
    width: 45px;
    height: 45px;
    right: 0;
    left: 109px;
    margin: auto;
    top: 290px;
    bottom: 0;
    opacity: 1;
}
#products-slider-blue button.slick-next.slick-arrow {
    background: url(https://rtest.rpcaero.com/wp-content/uploads/2025/05/Group-1946@2x.png) center no-repeat;
    background-size: contain;
    left: 259px;
    opacity: 1;
    top: 290px;
    margin: auto;
}
#product-fixed-menu.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}
div#product-fixed-menu {
    background: #ffffff96;
}
div#product-fixed-menu.on-power #button-power { background-color: #FD3540; }
div#product-fixed-menu.on-emergency #button-emergency { background-color: #FD3540; }
div#product-fixed-menu.on-flight #button-flight { background-color: #FD3540; }
div#product-fixed-menu.on-custom #button-custom { background-color: #FD3540; }

#product-fixed-menu a.elementor-button {
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#products-list .slick-dots li {
    width: 40px;
    height: 40px;
}
#products-list .slick-dots li button {
    font-size: 25px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    color: #243048;
    border: 1px solid;
    border-radius: 9px;
    font-weight: 600;
}
#products-list .slick-dots li.slick-active button {
    background: #FD3540;
    color: #ffffff;
}
#products-list .slick-dots li.slick-active button:before {
    display: none;
}
#products-accordion details .elementor-element.e-flex.e-con.e-child {
    border: 0;
}
#products-accordion details summary {
    display: none;
}
/*---*/
#products-slider-blue
/* #endregion products */
/* #region redplane */
div#red-plane {
    position: absolute;
    left: -240px;
    top: 240px;
    opacity: 0;
    transition: all 1.8s ease-in-out;
}
div#red-plane.visible-red {
    opacity: 1;
    left: 100px;
    top: -100px;
}
div#red-plane img {
    max-width: 500px;
}
/* #endregion redplane */
/* #region footer */
footer.entry-footer {
    display: none;
}
footer#colophon {
    background: #000;
    color: #fff;
    padding: 60px 0 20px 0;
    position: relative;
    z-index: 8;
}
.site-info.wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
div#contact-footer {
    text-align: right;
}
#contact-footer p {
    font-family: arial;
    margin: -4px 0 0 0;
    font-size: 16px;
    background: url(/wp-content/uploads/2025/05/Path-1222x.png) left center no-repeat;
    padding: 0 0 0 20px;
    background-size: 15px;
}
#contact-footer a {
    color: #fff;
    background: url(/wp-content/uploads/2025/05/CTA-Button2x.png) right center no-repeat;
    background-size: 18px;
    padding: 7px 26px 7px 0;
}
div#copy-footer {
    text-align: center;
    padding: 32px 0 0 0;
}
#copy-footer p {
    font-size: 14px;
}
/* #endregion footer */
/* #region documents */
#tabs-documents .e-n-tabs-heading {
    background: #f1f2f3;
    padding-top: 60px;
    border-radius: 0 15px 15px 0;
}
/* #endregion documents */
/* #region news */
.archive-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 40px auto;
    max-width: 1080px;
}
.archive-wrapper aside {
    width: 140px;
}
.archive-wrapper ul {
    padding: 0;
    margin: 0;
}
ul.year {
    cursor: pointer;
    margin: 5px;
}
.archive-years {
    display: flex;
    flex-direction: column;
}
.archive-years li {
    margin-bottom: 10px;
    list-style: none;
}
.archive-content {
    flex: 1;
}
.post-card {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0;
    width: 47%;
}
.pagination {
    margin-top: 20px;
}
.months {
    text-transform: uppercase;
}
ul.year {
    overflow: hidden;
    height: 22px;
    transition: all .3s ease-in-out;
}
ul.year:hover {
    height: auto;
}
ul.year p {
    color: #565656;
    margin: 0;
}
ul.year p:hover, ul.year:hover p {
    font-weight: 600;
    color: #FD3540;
}
.months li a {
    color: #BFBFBF;
    text-decoration: none;
}
li.month {
    list-style: none;
}
.months a:hover {
    color: #FD3540;
}
section.archive-content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
section.archive-content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-content: flex-start;
}
.post-card h3 a {
    text-decoration: none;
    color: #070707;
}
.post-card a.read-more-button {
    text-decoration: none;
    background: #FD3540;
    color: #fff;
    width: 170px;
    display: block;
    text-align: center;
    padding: 12px 10px;
    border-radius: 0;
}
div span.page-numbers.current {
    display: flex;
    width: 26px;
    height: 26px;
    background: #FD3540;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.archive-content .pagination {
    display: flex;
    gap: 8px;
}
a.page-numbers {
    display: flex;
    width: 26px;
    height: 26px;
    background: #fff;
    color: #FD3540;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
}
a.next.page-numbers, a.prev.page-numbers {
    width: auto;
    background: #FD3540;
    color: #fff;
    padding: 0px 20px;
    height: 30px;
    border-radius: 50px;
    margin-top: -2px;
}
.archive.date .pagination {
    display: none;
}
.hero-news {
    color: #fff;
    background: url(/wp-content/uploads/2025/05/Group-1926.png) center no-repeat;
    background-size: contain;
    text-align: center;
    width: 1080px;
    min-height: 348px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-news h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    margin: 0;
}
.single article {
    max-width: 1140px;
    margin: 0 auto;
    min-height: calc(100vh - 400px);
}
.single article .entry-title {
    font-size: 28px;
    line-height: 1em;
}
.archive h2.entry-title a {
    text-decoration: none;
    font-size: 28px;
    line-height: 1em;
}
.archive header.page-header h1 {
    font-size: 23px;
    color: #9c201e;
    border-bottom: 1px solid;
    display: block;
    width: 100%;
}
.archive article {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #00000030;
}
.years-list h2{
    display: none;
}
.nav-links {
    max-width: 100px;
    margin: 0 auto;
    gap: 20px;
}
.nav-previous a {
    display: block;
    height: 0;
    overflow: hidden;
    width: 50px;
    color: transparent;
    padding-top: 50px;
    background: url(/wp-content/uploads/2025/05/Group-1938@2x.png);
    background-size: contain;
}
.nav-next a {
    display: block;
    height: 0;
    overflow: hidden;
    width: 50px;
    color: transparent;
    padding-top: 50px;
    background: url(/wp-content/uploads/2025/05/Group-1939@2x.png);
    background-size: contain;
}

/* #endregion news */
/* #region contact */
div#wpcf7-f4272-p4264-o1 {
    width: 340px;
    margin: 0 auto;
}
div#wpcf7-f4272-p4264-o1 p {
    margin: 0 0 9px 0;
    color: #BFBFBF;
    font-size: 14px;
}
div#wpcf7-f4272-p4264-o1 p input, div#wpcf7-f4272-p4264-o1 p textarea, div#wpcf7-f4272-p4264-o1 p select {
    background: #F4F4F4;
    width: 100%;
    padding: 3px 10px;
    font-size: 14px;
}
div#wpcf7-f4272-p4264-o1 p input.submitbutton {
    background: #fd3540;
    padding: 12px 0;
    width: 190px;
    border: 0;
    margin-top: 17px;
    font-weight: 600;
    font-size: 16px;
}
/* #endregion contact */
/* #region privacy */
.link-privacy a {
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
}    
.link-privacy a::after {
    content: '›';
    position: absolute;
    right: -20px;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: #375F83;
    font-size: 28px;
    top: -3px;
}    
.link-privacy a:hover {
    color: #375F83 !important;
}    
.link-privacy a:hover::after {
    opacity: 1;
    transform: translateX(0);
}
/* #endregion privacy */
.elementor-html #products-accordion details summary {
    display: block;
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	div#text-hero1 {
        right: auto;
        left: calc(330px + 27vw);
    }
	div#action-hero.second-stage {
        margin-left: calc(9vw - 30px);
        left: auto;
    }

    div#red-plane img {
        max-width: 38vw;
    }
    div#red-plane.visible-red {
        left: 1vw;
        top: 10px;
    }
    /*----*/
    .wrapper {
        max-width: 90%;
    }
    /*---*/
    div#hero-title {
        width: 86vw;
        height: 120px;
        text-align: center;
    }
    div#hero-title h1 {
        font-size: 6.3vw;
        margin-top: 5vw;
    }
    /*---*/
    #products-slider-top button.slick-prev.slick-arrow, #products-slider-top button.slick-next.slick-arrow {
        top: 550px;
    }
}	
/*-------------------------------------------------------------*/
@media screen and (max-width: 1220px) {
    #rmp_menu_trigger-4003 {
        right: 20px !important;
        left: auto !important;
        margin: 0 auto 0 auto !important;
    }
    .single article {
        max-width: 90%;
        margin: 0 auto;
    }
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
    div#red-plane img {
        max-width: 46vw;
    }
    div#red-plane.visible-red {
        left: -4vw;
    }
    .hero-news {
        width: 96%;
        border-radius: 30px;
    }
    .archive-wrapper {
        max-width: 90%;
    }
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    div#hero-container {
        min-height: 65vw;
    }
    div#action-hero.second-stage {
        min-height: 60vw;
        width: 45vw;
    }
    div#hero-plane.trigger-animation {
        right: -7vw;
        width: 60vw;
    }
    div#text-hero1 {
        width: 300px;
        left: 60vw;
    }
    #hero-container button.slick-prev.slick-arrow, #hero-container button.slick-next.slick-arrow, #applications-wrapper button.slick-prev.slick-arrow, #applications-wrapper button.slick-next.slick-arrow {
        top: 50vw;
    }
    /*----*/
    #product-list .app-img img {
        max-width: 170px;
    }
    #product-list #app-img02 img {
        max-width: 140px;
        margin: 0px 5px 0px 30px;
    }
    #product-list #app-img03 img {
        max-width: 120px;
    }
    #product-list .app-img {
        width: 260px;
        height: 270px;
        right: -60px;
        top: -120px;
    }
    /*---*/
    .archive-wrapper {
        flex-direction: column !important;
        gap: 20px !important;
        margin: 20px !important;
    }
    .archive-sidebar {
        width: 100%;
    }
    section.archive-content {
        gap: 20px;
        justify-content: center;
    }
    /*---*/
    #applications-wrapper button.slick-prev.slick-arrow, #applications-wrapper button.slick-next.slick-arrow {
        top: 50px;
    }
    /*---*/
    #product-list .app-item {
        top: 274px;
    }
    #product-list .app-item p {
        height: 150px;
    }
    #product-list .app-ico {
        width: 60px !important;
        height: 60px !important;
        background-image: url(/wp-content/uploads/2025/04/Path-44.png);
        background-size: 45px;
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: center;
        top: 45px;
        left: 15px;
    }
    #product-list .app-img {
        width: 230px;
        height: 260px;
        right: -60px;
        top: -120px;
    }
    #product-list .app-img img {
        max-width: 150px;
        margin-left: -10px;
    }
    #product-list #app-img02 img {
        max-width: 130px;
        margin: 7px 9px 0px 0px;
    }
    /*---*/
    div#red-plane.visible-red {
        left: -4vw;
        top: 11vw;
    }
    /*---*/
    #products-slider-blue button.slick-prev.slick-arrow, 
    #products-slider-blue button.slick-next.slick-arrow {
        top: 400px;
    }
    .archive-years {
        flex-direction: row;
        justify-content: center;
    }
    .archive-wrapper {
        max-width: 100%;
    }
    .years-list {
        height: 30px;
        overflow: hidden;
        position: relative;
    }
    .years-list:hover{
        height: auto;
    }
    .years-list h2 {
        display: block;
        margin: 0;
        font-size: 22px;
        font-weight: 400;
    }
    .years-list h2 span {
        background: #dfdfdf;
        padding: 0 26px;
        font-size: 20px;
        margin-left: 10px;
    }
    ul.year {
        border-bottom: 1px solid #ccc;
    }
    ul.year p {
        text-align: center;        
    }
    .yearlist-container {
        position: absolute;
        background: #fff;
        width: 150px;
        border: 1px solid #ccc;
        box-shadow: 0 0 6px #00000038;
    }
    .years-list:hover {
        position: relative;
        overflow: visible;
    }
    ul.months {
        text-align: center;
        background: #e9e9e9;
    }
    .months li a {
        color: #5b5b5b;
    }
    .hero-news {
        background: url(/wp-content/uploads/2025/05/Group-1926.png) center no-repeat;
        background-size: cover;     
    }

}
/*-------------------------------------------------------------*/
@media screen and (max-width: 900px) {
    div#red-plane img {
        max-width: 47vw;
    }
    div#red-plane.visible-red {
        left: -4vw;
        top: 7vw;
    }   
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #hero-container.e-con,
    #applications-wrapper > .e-con-inner,
    #products-slider-top, #products-slider-blue, #products-list {
        flex-direction: row;
    }
    #hero-container .slick-list.draggable {
        width: 100% !important;
        min-height: 700px;
    }
    #hero-container .text-hero {
        background: #fff;
        padding-top: 160px;
        margin-top: -170px;
    }
    #hero-container .text-hero h2 {
        color: #9C201E;
    }
    #hero-container .text-hero h3, #hero-container .text-hero p {
        color: #212121;
    }    
    #hero-container button.slick-prev.slick-arrow {
        left: 10px;
        background-color: #fff;
        background-image: url(/wp-content/uploads/2025/05/Group-1938@2x.png);
        background-size: contain;
    }
    #hero-container button.slick-next.slick-arrow {
        left: auto;
        right: 10px;
        background-color: #fff;
        background-image: url(/wp-content/uploads/2025/05/Group-1939@2x.png);
        background-size: contain;
    }
    div#hero-title {
        display: none;
    }
    div#action-hero {
        min-height: 350px !important;
        width: 270px !important;
        border-radius: 0 0 50px 50px !important;
        transition: none !important;
        margin: 0 auto !important;
    }
    div#logo-hero {
        width: 200px;
        margin: -19px auto 0 auto;
        top: 44px;
        opacity: 1;
    }
    div#hero-plane {
        right: -70px !important;
        width: 400px !important;
        transition: none !important;
    }
    div#text-hero1 {
        width: 100%;
        left: 0;
        right: 0;
        position: relative;
        margin: 0 auto;
        opacity: 1;
    }
    /*-----*/
    .site-info.wrapper {
        align-items: center;
        flex-direction: column;
        gap: 33px;
    }
    #contact-footer p {
        margin: 0;
        font-size: 16px;
        background: url(/wp-content/uploads/2025/04/Path-27.png) top center no-repeat;
        padding: 46px 0 0 0;
        background-size: 27px;
        text-align: center;
    }
    #contact-footer a {
        background: url(/wp-content/uploads/2025/04/CTA-Button.png) right center no-repeat;
        background-size: 18px;
        padding: 7px 26px 7px 0;
        display: block;
        margin: -5px auto 0 auto;
        width: 124px;
    }
    div#copy-footer {
        width: 90%;
        margin: 0 auto;
    }
    /*-----*/
    #product-list .app-item {
        top: 0;
        background: #044483;
        transition: none !important;
        width: 330px !important;
        margin: 0 auto;
        display: block !important;
    }
    #product-list .app-ico {
        transition: none !important;
        background-color: #044483;
    }
    #product-list .app-item #app-ico01 {
        background-image: url(/wp-content/uploads/2025/04/Path-2562.png);
        border: 1px solid #ffffff;
        background-color: #044483;
    }
    #product-list .app-item #app-ico02 {
        background-image: url(/wp-content/uploads/2025/04/Group-1932.png);
        border: 1px solid #ffffff;
        background-color: #044483;
    }
    #product-list .app-item #app-ico03 {
        background-image: url(/wp-content/uploads/2025/04/Group-1934.png);
        border: 1px solid #ffffff;
        background-color: #044483;
    }
    #product-list .app-item h2 {
        color: #ffffff;
        transition: none;
    }
    #product-list .app-item p {
        color: #ffffff;
        transition: none;
    }
    #product-list .app-img {
        opacity: 1;
    }
    #product-list button.slick-prev.slick-arrow, #product-list button.slick-next.slick-arrow{
        background: url(/wp-content/uploads/2025/04/Feature-Card-Icon-1.png) center no-repeat;
        background-size: contain;
        position: absolute;
        z-index: 10;
        color: transparent;
        width: 45px;
        height: 45px;
        right: 0;
        left: -55px;
        margin: auto;
        top: auto;
        bottom: -10px;
    }
    #product-list button.slick-next.slick-arrow {
        background: url(/wp-content/uploads/2025/04/Feature-Card-Icon.png) center no-repeat;
        right: -55px;
        left: 0;
        background-size: contain;
    }
    #product-list button.slick-prev.slick-arrow::before,
    #product-list button.slick-next.slick-arrow::before {
        display: none;
    }
    #product-list .e-con-inner.slider-wrapper {
        padding-bottom: 75px;
    }
    /*---*/
    div#red-plane {
        left: 0;
        top: -7vw;
        right: 0;
        opacity: 1;
    }
    div#red-plane img {
        max-width: 510px;
    }
    /*----*/
    #products-slider-top button.slick-prev.slick-arrow {
        right: 0;
        left: -55px;
        top: 390px;
        bottom: 0;
        opacity: 1;
    }
    #products-slider-top button.slick-next.slick-arrow {
        left: 0;
        right: -55px;
        opacity: 1;
        top: 390px;
    }
    /*----*/
    #products-slider-blue button.slick-prev.slick-arrow {
        left: -55px;
        right: 0;
        top: auto;
        bottom: -60px;
    }
    #products-slider-blue button.slick-next.slick-arrow {
        left: 0;
        right: -55px;
        top: auto;
        bottom: -60px;
    }
    #products-accordion details summary {
        display: flex;
    }
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 600px) {
    /*-----*/
    .site-branding {
        text-align: center;
    }
    div#header-container img.custom-logo {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
    #rmp_menu_trigger-4003 {
        right: 15px !important;
        width: 40px !important;
        height: 40px !important;
        top: 10px !important;
    }
    #rmp-container-4003 {
        top: 60px !important;
        height: auto !important;
        right: 13px !important;
        border-radius: 10px !important;
    }
    /*-----*/
    .post-card {
        width: 100%;
        margin: 0;
    }
    .hero-news h4 {
        font-size: 40px;
    }
    /*---*/
    div#wpcf7-f4272-p4264-o1 {
        width: 100%;
    }
    /*---*/
    div#red-plane img {
        max-width: 94vw;
    }
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 575px) {
    #products-slider-top button.slick-next.slick-arrow, #products-slider-top button.slick-prev.slick-arrow {
        top: calc(-620px + 182vw);
    } 
    #hero-container button.slick-prev.slick-arrow, #hero-container button.slick-next.slick-arrow {
        top: 8vw;
    }   
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 450px) {
    #hero-container .slick-initialized .slick-slide {
        width: 96% !important;
    }
    #applications-wrapper button.slick-prev.slick-arrow, 
    #applications-wrapper button.slick-next.slick-arrow {
        top: auto;
        bottom: -77px;
    }
    #applications-wrapper button.slick-prev.slick-arrow {
        margin: 0 auto;
        right: 0;
        left: -55px;
    }
    #applications-wrapper button.slick-next.slick-arrow {
        margin: 0 auto;
        left: 0;
        right: -55px;
    }
    /*---*/
    div#red-plane {
        left: -9vw;
        top: -6vw;
    }
    div#red-plane img {
        max-width: 104vw;
    }

}
/*-------------------------------------------------------------*/
@media screen and (max-width: 360px) {
    #product-list .app-item {
        width: 96% !important;
    }
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 337px) {
    #hero-container button.slick-prev.slick-arrow {
        left: -55px;
    }
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 285px) {
    div#action-hero {
        width: 100% !important;
    }
    div#hero-plane {
        right: -33vw !important;
        width: 160vw !important;
    }
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
body.e-preview--show-hidden-elements.elementor-editor-active div#hero-container {
    height: 100%;
}
