/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.gradient-border .elementor-button,.resource-grid .e-loop__load-more .elementor-button {
	position: relative;
    z-index: 1;
    border-radius: 10px;
}
.resource-grid .e-loop__load-more .elementor-button{background:transparent !important;}
.resource-grid .e-loop__load-more .elementor-button:hover{background:#fff !important; color:#000 !important;}
.gradient-border .elementor-button:before,.resource-grid .e-loop__load-more .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        #F6F8F2 0%,
        #9BA2FF 19%,
        #AAFAC8 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}
.subheading-underline .elementor-heading-title {
	border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #181818 0%, #F6F8F2 100%) 1;
    border-image-slice: 1;
	padding-bottom:10px;
}
.pilot-card {
	position:relative;
	transition: all 0.5s ease-out;
}
.pilot-card:after {
	position:absolute;
	content:'';
	top:0;
	right:0;
	width:228px;
	height:230px;
	background-image: url(/wp-content/uploads/2025/12/Porpeller.png);
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.pilot-card:hover:after {
	opacity:1;
}
.pilot-card:hover .elementor-widget-text-editor,
.pilot-card:hover .elementor-heading-title,
.pilot-card:hover .elementor-button,
.resources-loop-item .e-loop-item:hover .elementor-heading-title,
.resources-loop-item .e-loop-item:hover .elementor-widget-text-editor,
.resources-loop-item .e-loop-item:hover .elementor-widget-theme-post-excerpt,
.resources-loop-item .e-loop-item:hover .elementor-button,
.resources-loop-item .e-loop-item:hover
.elementor-post-info__terms-list-item,
.control-hover-details:hover .elementor-heading-title,
.control-hover-details:hover .elementor-widget-text-editor,
.control-hover-details:hover .elementor-button,
.control-hover-details:hover .elementor-post-info__terms-list-item {
	color: #AAFAC8 !important;
}
.control-hover-details:hover .article-post-term {
	background-color: rgb(170 250 200 / 20%);
}
.pilot-card:hover svg,
.resources-loop-item .e-loop-item:hover svg,
.resources-loop-item .e-loop-item:hover img,
.control-hover-details:hover svg {
	filter: brightness(0) saturate(100%) invert(88%) sepia(22%) saturate(514%) hue-rotate(81deg) brightness(101%) contrast(96%);
}
.resources-loop-item .e-loop-item:hover .elementor-widget-post-info {
	background-color: rgb(170 250 200 / 20%);
}
.category-details {
	flex-direction:row !important;
	align-items: center;
}
.category-details .elementor-widget-post-info {
	padding: 4px 10px;
	border-radius: 5px;
}
.resources-loop-item .e-loop-item {
	position: relative;
    z-index: 1;
    border-radius: 20px;
}
.resources-loop-item .e-loop-item:before,
.progressbar-slider:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: 20px;
   background: linear-gradient(
        140deg,
        #F6F8F2 0%,
        #181818 50%,
        #F6F8F2 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}
.resources-loop-item .elementor-widget-theme-post-featured-image:before {
	position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 310px;
    height: 270px;
    background-image: url(/wp-content/uploads/2025/12/blog-blure-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}
.resources-loop-item .e-loop-item:hover:before {
	background: linear-gradient(
        140deg,
        #AAFAC8 0%,
        #181818 50%,
        #AAFAC8 100%
    );
}
.resources-loop-item .e-loop-item:hover .elementor-widget-theme-post-featured-image:before {
	background-image: url(/wp-content/uploads/2025/12/green-blure-img.png);
}
.testimonial-loop-item {
    overflow: hidden;
    height: 900px; /* your desired container height */
	position:relative;
}
.testimonial-loop-item:before,
.testimonial-loop-item:after {
	position:absolute;
	content:'';
	top:-3px;
	left:0;
	width:100%;
	height: 360px;
background: linear-gradient(180deg, #181818 0%, rgba(24, 24, 24, 0) 100%);
	z-index:1;
	
}
.testimonial-loop-item:after {
	top:unset;
	bottom:-3px;
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.testimonial-column1 .elementor-loop-container,
.testimonial-column2 .elementor-loop-container {
   display: flex;
  flex-direction: column;
  animation: scrollTopToBottom 45s linear infinite;
	will-change: transform;
}
.testimonial-column2 .elementor-loop-container {
	animation: scrollBottomToTop 45s linear infinite;
}
@keyframes scrollTopToBottom {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scrollBottomToTop {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.software-image:before {
	position:absolute;
	content: '';
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:linear-gradient(45deg, rgba(155, 162, 255, 0.2) 0%, rgba(231, 68, 36, 0.2) 100%), linear-gradient(0deg, rgba(24, 24, 24, 0.4), rgba(24, 24, 24, 0.4));
	border-radius:30px;
}


.community-row .community-card {
    transition: all 0.3s ease-in-out;
    
}
.community-card .community-image {
    width: 90px;
    border-radius: 100%;
}

.community-card .community-image img {
    border-radius: 100%;
}

.community-card .community-content .elementor-widget-image {
    text-align: left;
}
.community-card .community-content .elementor-widget-image img {
    filter: brightness(0);
    transition: all 0.3s ease;
}

.community-card:hover .community-content .elementor-widget-image img {
    filter: brightness(0) invert(1);
}

.community-card:hover .community-content .elementor-widget-text-editor {
    color: #AAFAC8;
}
 
.community-col:hover .community-card .community-content .arrow-btn a{
    color: var( --e-global-color-primary );
}

/* .community-row > .community-col:hover {
    width: 50%;
    flex-basis: 30%;
}
 */
.community-row .community-card:hover {
    width: 70% !important;
    align-items:center;
    transition: all 0.3s ease-in-out;
    justify-content: flex-start;
	padding:0;
}

.community-row .community-card:hover {
    background-color: #000;
    flex-direction: row;
}
/* .community-row .community-card:hover .community-image {
        width:30%
} */
    .community-row .community-card:hover .community-image img {
        border-radius: 20px;
    }
    .community-row .community-card:hover .community-content {
        width:70%;
    }
    .community-row .community-card:hover .community-content .elementor-button {
        color: var(--e-global-color-primary);
    }
    .community-row .community-card:hover .community-content .elementor-button svg {
        filter: brightness(0) saturate(100%) invert(49%) sepia(94%) saturate(1346%) hue-rotate(161deg) brightness(95%) contrast(102%);
    }
    .community-row .upcomming-mission-card .community-image {
        width: 100%;
    }
.community-row .upcomming-mission-card .community-image img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    object-position: top;
    height: 300px;
    object-fit: cover;
}
.community-row .upcomming-mission-card:hover .community-image {
    width: 50%;
    height: 100%;
}
.community-row .upcomming-mission-card:hover .community-image .elementor-widget-image {
    height: 100%;
}
.community-row .upcomming-mission-card:hover .community-image img {
    aspect-ratio: unset;
    height: 100%;
    border-radius: 0;
	border:0;

}
/* .community-row .upcomming-mission-card:hover .card-heading {
    color:var( --e-global-color-accent ) !important;
    margin-bottom: 80px;
    border-bottom: 1px solid var(--e-global-color-primary);
    padding-bottom: 5px;
} */
.community-row .upcomming-mission-card:hover .sub-heading .elementor-heading-title,
.community-row .upcomming-mission-card:hover .community-content .elementor-button {
    color:var( --e-global-color-accent ) !important;
}
.community-row .upcomming-mission-card:hover .community-content .elementor-button svg {
    filter: brightness(0) invert(1);
}
.community-row .upcomming-mission-card:hover .community-content {
    height: 100%;
    justify-content: center !important;
	padding: 20px;
    padding-left: 0;
}
.community-row .upcomming-mission-card:hover .community-content .elementor-heading-title {
	color: #AAFAC8 !important;
}

.hero-banner-section .e-con-inner {
    opacity:0;
}

.hero-banner-section.is-page-hero-blurred {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.hero-banner-section.is-page-hero-blurred .hero-banner-blur-layer {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(5px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease;
	z-index: 1;
}

.hero-banner-section.is-page-hero-blurred.is-page-hero-blur-visible .hero-banner-blur-layer {
	opacity: 1;
}

.hero-banner-section.is-page-hero-blurred .e-con-inner {
	position: relative;
	z-index: 2;
}

.icarus-visor-hero {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	min-height: 100svh;
	width: 100%;
	padding: 0;
	background: #111111;
	color: #f6f8f2;
	isolation: isolate;
	--icarus-low-imc: #f14cff;
	--icarus-imc: #ff4a17;
	--icarus-marginal-vmc: #2f6de4;
	--icarus-vmc: #18d40e;
}

.icarus-visor-hero__background,
.icarus-visor-hero__visor,
.icarus-visor-hero__inner {
	position: absolute;
	inset: 0;
}

.icarus-visor-hero__background {
	z-index: 0;
	border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
	background-color: #181818;
	background-image:
		linear-gradient(180deg, rgba(24, 24, 24, 0.1) 0%, rgba(24, 24, 24, 0.5) 42%, rgba(10, 10, 10, 0.4) 100%),
		var(--icarus-hero-bg-image, radial-gradient(circle at top, rgba(103, 110, 116, 0.92) 0%, rgba(74, 79, 84, 0.84) 40%, rgba(35, 35, 35, 1) 100%));
	background-position: center 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.icarus-visor-hero__background::after {
	position: absolute;
	content: "";
	inset: 0;
	background:
		radial-gradient(circle at 18% 58%, rgba(246, 248, 242, 0.1) 0%, rgba(246, 248, 242, 0) 18%),
		radial-gradient(circle at 82% 62%, rgba(246, 248, 242, 0.08) 0%, rgba(246, 248, 242, 0) 18%);
}

.icarus-visor-hero__visor {
	z-index: 1;
	pointer-events: none;
}

.icarus-visor-hero__visor-shell,
.icarus-visor-hero__visor-image-wrap {
	position: absolute;
	inset: 0;
	opacity: var(--icarus-current-opacity, 0.56);
	transition: opacity 0.3s ease;
}

.icarus-visor-hero__visor-side,
.icarus-visor-hero__visor-bridge {
	position: absolute;
	background:
		linear-gradient(180deg, rgba(88, 91, 96, 0.92) 0%, rgba(73, 77, 82, 0.84) 42%, rgba(49, 50, 54, 0.88) 100%);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow:
		inset 0 1px 0 rgba(246, 248, 242, 0.18),
		inset 0 -1px 0 rgba(10, 10, 10, 0.18);
}

.icarus-visor-hero__visor-side--left,
.icarus-visor-hero__visor-side--right {
	top: 0;
	width: 29.15%;
	height: 72.5%;
}

.icarus-visor-hero__visor-side--left {
	left: 0;
	border-radius: 0 0 42px 0;
	box-shadow:
		inset 1px 0 0 rgba(155, 162, 255, 0.78),
		inset -1px 0 0 rgba(246, 248, 242, 0.16),
		inset 0 1px 0 rgba(246, 248, 242, 0.18),
		inset 0 -1px 0 rgba(205, 212, 255, 0.18);
}

.icarus-visor-hero__visor-side--right {
	right: 0;
	border-radius: 0 0 0 42px;
	box-shadow:
		inset -1px 0 0 rgba(255, 74, 23, 0.86),
		inset 1px 0 0 rgba(246, 248, 242, 0.14),
		inset 0 1px 0 rgba(246, 248, 242, 0.18),
		inset 0 -1px 0 rgba(255, 179, 159, 0.16);
}

.icarus-visor-hero__visor-bridge {
	top: 30%;
	left: 29.15%;
	right: 29.15%;
	height: 39.5%;
	border-radius: 28px 28px 0 0;
	box-shadow:
		inset 0 1px 0 rgba(246, 248, 242, 0.18),
		inset 0 -1px 0 rgba(10, 10, 10, 0.18);
}

.icarus-visor-hero__visor-bridge::before {
	position: absolute;
	content: "";
	inset: 0;
	padding: 1px 1px 0;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(155, 162, 255, 0.82) 0%, rgba(246, 248, 242, 0.46) 52%, rgba(255, 74, 23, 0.86) 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.icarus-visor-hero__visor-side--left::after,
.icarus-visor-hero__visor-side--right::after {
	position: absolute;
	content: "";
	top: 68px;
	width: 28%;
	height: 28px;
	opacity: 0.4;
	background:
		radial-gradient(circle, rgba(255, 120, 120, 0.95) 0 1px, transparent 1.5px) 0 0 / 10px 10px,
		radial-gradient(circle, rgba(155, 162, 255, 0.95) 0 1px, transparent 1.5px) 5px 5px / 10px 10px;
}

.icarus-visor-hero__visor-side--left::after {
	left: 12%;
}

.icarus-visor-hero__visor-side--right::after {
	right: 12%;
}

.icarus-visor-hero__visor-image-wrap {
	z-index: 2;
	display: none;
	scale: 1.1;
	inset: 4.8vh 0 0;
}

.icarus-visor-hero.has-visor-image .icarus-visor-hero__visor-image-wrap {
	display: block;
}

.icarus-visor-hero.has-visor-image .icarus-visor-hero__visor-shell {
	opacity: 0;
}

.icarus-visor-hero__visor-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.icarus-visor-hero__inner {
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	padding: 0;
}

.icarus-visor-hero__content-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 920px);
	min-height: clamp(340px, 34vw, 560px);
	padding: clamp(18px, 2vw, 28px) 24px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.icarus-visor-hero__content {
	max-width: 760px;
	text-align: center;
	text-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}
@media (min-width: 996px) {
	.icarus-visor-hero__content {
		margin-top: 120px;
	}
}

.icarus-visor-hero__title {
	margin: 0;
	font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
	font-size: clamp(4.5rem, 8vw, 8.8rem);
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.icarus-visor-hero__description {
	max-width: 480px;
	margin: 22px auto 0;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(246, 248, 242, 0.95);
}

.icarus-visor-hero__actions {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 14px;
	margin-top: 36px;
}

.icarus-visor-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	padding: 15px 28px;
	border-radius: 14px;
	border: 1px solid transparent;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.icarus-visor-hero__actions .icarus-visor-hero__button:nth-of-type(2):hover {
	color: #f3f3f3!important;
}
.icarus-visor-hero__actions .icarus-visor-hero__button:nth-of-type(1):hover {
	color: #141414!important;
}
.icarus-visor-hero__button:hover {
	transform: translateY(-1px);
}

.icarus-visor-hero__button--primary {
	background: #f6f8f2;
	color: #181818;
}

.icarus-visor-hero__button--secondary {
	background: transparent;
	color: #f6f8f2;
}

.icarus-visor-hero__controls {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 4;
	width: min(100%, 886px);
	min-width: 320px;
	padding: 0;
	transform: translateX(-50%);
}

.icarus-visor-hero__scale {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: end;
	width: 100%;
	margin: 0 0px 12px;
	color: #f6f8f2;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.icarus-visor-hero__scale-group {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 74px;
}

.icarus-visor-hero__scale-group:first-child {
	justify-content: flex-start;
}

.icarus-visor-hero__scale-group:nth-child(2) {
	padding: 0 140px 0 8px;
}

.icarus-visor-hero__scale-group:last-child {
	justify-content: flex-end;
	padding-left: 8px;
}
.icarus-visor-hero__scale-group:last-child .icarus-visor-hero__scale-item:nth-child(2) { 
	margin-right: 130px;
}

.icarus-visor-hero__scale-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12px;
}

.icarus-visor-hero__toggle-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border-radius: 28px 28px 0 0;
	box-shadow:
		0 16px 42px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(246, 248, 242, 0.08);
}

.icarus-visor-hero__toggle {
	padding: 20px 16px 18px;
	border: 0;
	background: rgba(24, 24, 24, 0.901);
	color: #f6f8f2;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
	transition: filter 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.icarus-visor-hero__toggle:hover,
.icarus-visor-hero__toggle.is-active {
	filter: brightness(1.08);
}

.icarus-visor-hero__toggle:focus-visible {
	outline: 2px solid #f6f8f2;
	outline-offset: -2px;
	position: relative;
	z-index: 1;
}

.icarus-visor-hero__toggle[data-state="low-imc"],
.icarus-visor-hero__toggle[data-state="low-imc"]:focus {
	background: var(--icarus-low-imc);
	color: whitesmoke;
}

.icarus-visor-hero__toggle[data-state="imc"],
.icarus-visor-hero__toggle[data-state="imc"]:focus {
	background: var(--icarus-imc);
	color: whitesmoke;
}

.icarus-visor-hero__toggle[data-state="marginal-vmc"],
.icarus-visor-hero__toggle[data-state="marginal-vmc"]:focus {
	background: var(--icarus-marginal-vmc);
	color: whitesmoke;
}

.icarus-visor-hero__toggle[data-state="vmc"],
.icarus-visor-hero__toggle[data-state="vmc"]:focus {
	background: var(--icarus-vmc);
	color: whitesmoke;
}

.icarus-visor-hero__toggle:first-child {
	border-radius: 28px 0 0 0;
}

.icarus-visor-hero__toggle:last-child {
	border-radius: 0 28px 0 0;
}

.icarus-visor-hero__toggle:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.icarus-visor-hero__toggle:not(.is-active) {
	opacity: 0.88;
}

.icarus-visor-hero__toggle.is-active {
	box-shadow:
		inset 0 -4px 0 rgba(246, 248, 242, 0.72),
		inset 0 0 0 999px rgba(255, 255, 255, 0.08);
	opacity: 1;
}

@media (max-width: 1024px) {
	.icarus-visor-hero {
		min-height: 100vh;
		min-height: 100svh;
	}

	.icarus-visor-hero__visor-side--left,
	.icarus-visor-hero__visor-side--right {
		width: 31.5%;
		height: 66%;
	}

	.icarus-visor-hero__visor-bridge {
		top: 26%;
		left: 31.5%;
		right: 31.5%;
		height: 32%;
	}

	.icarus-visor-hero__content-card {
		width: min(calc(100% - 68px), 760px);
	}

}
@media (min-width: 560px) {
	.icarus-visor-hero__actions {
		display: flex;
    align-items: center;
	}
	.icarus-visor-hero__actions a {
		width: 160px;
	}
}
@media (max-width: 767px) {
	.icarus-visor-hero {
		min-height: 100vh;
		min-height: 100svh;
	}

	.icarus-visor-hero__inner {
		padding: 0;
	}

	.icarus-visor-hero__visor-side--left,
	.icarus-visor-hero__visor-side--right {
		width: 35%;
		height: 48%;
	}

	.icarus-visor-hero__visor-bridge {
		top: 18%;
		left: 35%;
		right: 35%;
		height: 20%;
		border-radius: 20px 20px 0 0;
	}

	.icarus-visor-hero__content-card {
		min-height: 0;
		padding: 12px 18px 0;
		width: calc(100% - 20%);
	}

	.icarus-visor-hero__title {
		font-size: clamp(3.4rem, 15vw, 5.4rem);
	}

	.icarus-visor-hero__description {
		margin-top: 18px;
		font-size: 1rem;
		max-width: 520px;
	}

	.icarus-visor-hero__actions {
		gap: 15px;
		margin-top: 24px;
		flex-direction: column;
	}

	.icarus-visor-hero__button {
		flex: 1 1 100%;
		min-width: 0;
	}

	.icarus-visor-hero__controls {
		width: min(calc(100% - 24px), 720px);
		bottom: 0;
	}

	.icarus-visor-hero__scale {
		width: calc(100% - 36px);
		margin-bottom: 10px;
		font-size: 0.82rem;
	}

	.icarus-visor-hero__scale-group {
		gap: 28px;
	}

	.icarus-visor-hero__scale-group:nth-child(2) {
		padding: 0 80px 0 4px;
	}

	.icarus-visor-hero__scale-group:last-child {
		padding-left: 4px;
	}

	.icarus-visor-hero__toggle-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		border-radius: 18px 18px 0 0;
	}

	.icarus-visor-hero__toggle {
		padding: 16px 8px 14px;
		font-size: 0.9rem;
		white-space: nowrap;
	}

}

@media (max-width: 420px) {
	.icarus-visor-hero__actions {
		gap: 10px;
	}

	.icarus-visor-hero__button {
		min-width: 0;
		padding: 14px 18px;
		font-size: 0.98rem;
	}

	.icarus-visor-hero__controls {
		width: calc(100% - 8px);
		min-width: 320px;
	}

	.icarus-visor-hero__scale {
		width: calc(100% - 18px);
		font-size: 0.74rem;
	}

	.icarus-visor-hero__scale-group {
		gap: 10px;
	}

	.icarus-visor-hero__scale-group:nth-child(2) {
		padding: 0 6px 0 2px;
	}

	.icarus-visor-hero__toggle {
		padding: 14px 4px 13px;
		font-size: 0.78rem;
		letter-spacing: -0.02em;
	}
}

@media (max-width: 380px) {
	.icarus-visor-hero__visor-image-wrap {
		inset: -3vh -10px 0;
	}

	.icarus-visor-hero__visor-image {
		transform: scale(1.30);
		transform-origin: top center;
	}
}

.icarus-visor-hero.is-state-low-imc {
	--icarus-active-color: var(--icarus-low-imc);
}

.icarus-visor-hero.is-state-imc {
	--icarus-active-color: var(--icarus-imc);
}

.icarus-visor-hero.is-state-marginal-vmc {
	--icarus-active-color: var(--icarus-marginal-vmc);
}

.icarus-visor-hero.is-state-vmc {
	--icarus-active-color: var(--icarus-vmc);
}

.icarus-visor-hero__toggle-row {
	box-shadow:
		0 16px 42px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(246, 248, 242, 0.08);
}

.icarus-visor-hero__button--secondary:hover {
	background: rgba(246, 248, 242, 0.08);
}

@media (max-width: 520px) {
	.icarus-visor-hero__toggle {
		padding: 12px 5px !important;
    font-size: 12px !important;
	}
}
@media (max-width: 820px) {
	.icarus-visor-hero__scale {
		display: none;
	}
}
.control-hover-details .elementor-widget-image img {
	opacity:40%;
}
.control-hover-details:hover .elementor-widget-image img {
	opacity:100%;
}
.control-hover-details .elementor-widget-image:after,
.control-hover-details .elementor-widget-image:before,
.pilot-resources-loop-item .e-loop-item .elementor-widget-image:before {
	position:absolute;
	content:'';
	top:0;
	left: 0;
	background: linear-gradient(0deg, rgba(10, 10, 10, 0.3), rgba(10, 10, 10, 0.3));
	width:100%;
	height:100%
}
.control-hover-details .elementor-widget-image:before {
	opacity:0;
	background: linear-gradient(246.04deg, rgba(155, 162, 255, 0.3) 0%, rgba(170, 250, 200, 0.3) 100%);
}
.control-hover-details:hover .elementor-widget-image:before {
	opacity:1;
}
.resources-loop-item.pilot-resources-loop-item .e-loop-item:hover img {
	filter:unset;
} 
.pilot-resources-loop-item .e-loop-item .elementor-widget-image:before {
    border-radius: 11px 11px 0px 0px;
	background: linear-gradient(68.67deg, rgba(231, 68, 36, 0.5) 0.05%, rgba(155, 162, 255, 0.5) 99.93%);
}
.pilot-resources-loop-item .e-loop-item:after {
	position:absolute;
	content:'';
	bottom: 0;
	left:0;
	width: 100%;
	height:85px;
	background-image:url(/wp-content/uploads/2026/01/Content.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -2;
    opacity: 50%;
}
.pilot-resources-loop-item .e-loop-item:hover:after {
	background-image:url(/wp-content/uploads/2026/01/green-blur-img.png);
}
.pilot-resources-loop-item .e-loop-item:hover .elementor-widget-image:before {
	background: linear-gradient(68.67deg, rgba(170, 250, 200, 0.5) 0.05%, rgba(155, 162, 255, 0.5) 99.93%);
}
.about-bio-details:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color: rgb(24 24 24 / 75%);
}
.gform-body input[type="text"],
.gform-body input[type="email"],
.gform-body input[type="tel"],
.gform-body textarea,
.gform-body select {
	height: 48px !important;
    background-color: #0A0A0A !important;
    border: none !important;
    border-radius: 0px !important;
	box-shadow: none !important;
}
.gform-body .gfield_label,
.gform-body .gform-field-label {
	font-size: 16px !important;
    color: #F6F8F2 !important;
}
.gform-body select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 40px; /* space for arrow */

    /* your styles */
    background-color: #000;
    color: #fff;
}

/* custom arrow */
.gform-body select,
.gform-body select:hover {
    background-image: url("/wp-content/uploads/2026/02/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
}
.gform-body select,
::placeholder{
	font-size: 16px !important;
   color: rgb(246 248 242 / 50%) !important;
}
.gform-body textarea {
	height: 180px !important;
	resize: none !important;
}
.gform-body .gform_fields {
	row-gap: 15px !important;
}
.gform-body .gfield_radio {
	display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}
.gform-body .gfield_radio .gfield-choice-input,
.gform-body input[type="checkbox"] {
	border: none !important;
    box-shadow: none !important;
    background-color: rgb(246 248 242 / 30%); !important;
}
.gform-footer .gform_button {
	background-color: transparent !important;
	border-radius: 10px !important;
    padding: 15px 25px !important;
    color: #F6F8F2 !important;
    font-size: 16px !important;
	font-weight:600 !important;
	z-index: 1 !important;
}
.gform-footer {
	position: relative;
	width: fit-content;
}
.gform-footer:before {
	content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(90deg, #F6F8F2 0%, #9BA2FF 19%, #AAFAC8 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.gform-footer .gform_button:hover {
	background-color: #F6F8F2 !important;
	color: #181818 !important;
}
.progressbar-slider-section .swiper-pagination-progressbar {
	background: rgb(246 248 242 / 10%);
    border-radius: 20px;
/* 	top: -60px; */
}
.progressbar-slider-section .swiper-pagination-progressbar-fill {
	border-radius: 20px !important;
}
.progressbar-slider-section .swiper-slide:nth-child(odd) .slider-blur-background:after,
.progressbar-slider-section .swiper-slide:nth-child(even) .slider-blur-background:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    
	background-image: url(/wp-content/uploads/2026/02/green-blur-img.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.progressbar-slider-section .swiper-slide:nth-child(even) .slider-blur-background:after {
	background-image: url(/wp-content/uploads/2026/02/red-blur-img.png);
}

/* SIGNUP FORM */
.signup-form_wrapper h2.gform_title { display: none !important; }
.signup-form_wrapper form.signup-form { display: flex;}
.signup-form_wrapper form.signup-form .gform-footer.gform_footer.top_label { margin: 0 !important; }
.signup-form_wrapper form.signup-form .gform-footer.gform_footer.top_label input#gform_submit_button_3 { width: 92px; padding: 7px 15px !important; }
.signup-form_wrapper form.signup-form .gform-body.gform_body { width: calc(100% - 92px); padding-right: 16px; }

@media (max-width: 1280px) {
	.community-row .community-card:hover {
		width: 100% !important;
	}
	.community-row .upcomming-mission-card .community-image img {
		height: 100%;
	}
	.community-row .upcomming-mission-card:hover .community-image img {
		border-radius: 20px 20px 0 0;
	}
}
@media (max-width: 991px) {
	.about-bio-details-section .about-bio-second-slide {
		flex-direction: column-reverse;
	}
}
@media (max-width: 767px) {
	.footer-menu .elementor-nav-menu {
		justify-content: center;
	
	}
	.home-banner-section .hero-bg-img {
		background-color: #b2b3af5c;
	}
	.testimonial-loop-item {
		height:auto;
	}
	.testimonial-column1 .elementor-loop-container,
	.testimonial-column2 .elementor-loop-container {
  flex-direction: row;
  animation: scrollLeftToRight 55s linear infinite;
		will-change: transform;
		width: max-content !important;
    min-width: max-content !important;
}
.testimonial-column2 .elementor-loop-container {
	animation: scrollRightToLeft 55s linear infinite;
}
@keyframes scrollLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scrollRightToLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
	.testimonial-loop-item:before,
.testimonial-loop-item:after {
	content:unset;
}
	.community-row .community-card:hover .community-content {
            width:100%
        }
   
    .community-row .upcomming-mission-card:hover .community-image {
      width: 100%;
      height: auto;
    }
    .community-row .upcomming-mission-card:hover .community-content {
      height: auto;
    }
	.community-row .community-card:hover {
		padding: 20px;
	}
	.community-row .upcomming-mission-card:hover .community-content {
		padding: 0px;
	}
	
	    .signup-form_wrapper form.signup-form {
        flex-direction: column;
        gap: 15px;
    }
	.signup-form_wrapper form.signup-form .gform-footer.gform_footer.top_label input#gform_submit_button_3,
.signup-form_wrapper form.signup-form .gform-body.gform_body { width:100% !important; }
	.signup-form_wrapper form.signup-form .gform-body.gform_body{padding:0 !important}
}

/* WooCommerce checkout */
body.woocommerce-checkout {
	--checkout-bg: #ffffff;
	--checkout-surface: #ffffff;
	--checkout-surface-alt: #f7f8fb;
	--checkout-border: #d6dbe3;
	--checkout-border-strong: #0a0a0a;
	--checkout-text: #17191c;
	--checkout-muted: #657080;
	--checkout-accent: #aafac8;
	--checkout-danger: #d1493f;
}

body.woocommerce-checkout form.checkout {
	max-width: 1280px;
	margin: 0 auto;
	color: var(--checkout-text);
}

body.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 18px;
}

body.woocommerce-checkout .woocommerce form .form-row label {
	display: block;
	margin-bottom: 8px;
	color: var(--checkout-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

body.woocommerce-checkout .woocommerce form .form-row .required {
	color: var(--checkout-danger);
}

body.woocommerce-checkout .woocommerce form .form-row .optional,
body.woocommerce-checkout .woocommerce form .form-row .description,
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-privacy-policy-text p {
	color: var(--checkout-muted);
	font-size: 14px;
}

body.woocommerce-checkout .col2-set,
body.woocommerce-checkout #order_review {
	background: var(--checkout-surface);
	border: 1px solid rgba(23, 25, 28, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
}

body.woocommerce-checkout .col2-set {
	gap: 32px;
	padding: 32px;
	margin-bottom: 32px;
}

body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: 100%;
}

body.woocommerce-checkout .col2-set .col-2 {
	display: grid;
	align-content: start;
	gap: 24px;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout #order_review_heading {
	margin: 0 0 24px;
	color: var(--checkout-text);
	font-size: clamp(28px, 2.4vw, 42px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

body.woocommerce-checkout .icarus-checkout-survey__header {
	margin: 0 0 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(23, 25, 28, 0.08);
}

body.woocommerce-checkout .icarus-checkout-survey__title {
	margin: 0;
	color: var(--checkout-text);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: flow-root;
}

body.woocommerce-checkout .woocommerce-additional-fields .icarus-checkout-survey__field:last-child {
	margin-bottom: 0;
}

body.woocommerce-checkout .icarus-checkout-survey__secondary-label {
	display: block;
	margin: -2px 0 8px;
	color: var(--checkout-muted);
	font-size: 14px;
	line-height: 1.4;
}

body.woocommerce-checkout .woocommerce form .form-row-first,
body.woocommerce-checkout .woocommerce form .form-row-last {
	width: calc(50% - 10px);
}

body.woocommerce-checkout .woocommerce form .form-row-wide,
body.woocommerce-checkout .woocommerce form .form-row.notes {
	width: 100%;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text,
body.woocommerce-checkout .woocommerce form .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-container--default .select2-selection--multiple {
	min-height: 56px;
	border: 1px solid var(--checkout-border) !important;
	border-radius: 16px !important;
	background: var(--checkout-bg) !important;
	box-shadow: none !important;
	color: var(--checkout-text) !important;
	font-size: 17px;
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text,
body.woocommerce-checkout .woocommerce form .form-row select {
	padding: 15px 18px;
}

body.woocommerce-checkout .woocommerce form .form-row textarea.input-text {
	min-height: 144px;
	resize: vertical;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text::placeholder,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text::placeholder {
	color: #7d8694 !important;
	opacity: 1;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:hover,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text:hover,
body.woocommerce-checkout .woocommerce form .form-row select:hover,
body.woocommerce-checkout .select2-container--default .select2-selection--single:hover {
	border-color: #a7b1bd !important;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row select:focus,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--checkout-border-strong) !important;
	box-shadow: 0 0 0 4px rgba(170, 250, 200, 0.35) !important;
	outline: none;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	padding: 0 46px 0 0;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 18px !important;
	color: var(--checkout-text) !important;
	line-height: 54px !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 14px;
}

body.woocommerce-checkout .select2-dropdown {
	border: 1px solid var(--checkout-border);
	border-radius: 16px;
	box-shadow: 0 18px 44px rgba(16, 24, 40, 0.12);
	overflow: hidden;
}

body.woocommerce-checkout .select2-search--dropdown .select2-search__field {
	border: 1px solid var(--checkout-border);
	border-radius: 12px;
	padding: 10px 12px;
}

body.woocommerce-checkout #ship-to-different-address {
	margin: 4px 0 0;
}

body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--checkout-text);
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
}

body.woocommerce-checkout input[type="checkbox"],
body.woocommerce-checkout input[type="radio"] {
	accent-color: var(--checkout-border-strong);
}

body.woocommerce-checkout .shipping_address,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #payment {
	padding: 24px;
	border: 1px solid rgba(23, 25, 28, 0.08);
	border-radius: 20px;
	background: var(--checkout-surface-alt);
}

body.woocommerce-checkout .shipping_address {
	margin-top: 8px;
}

body.woocommerce-checkout #order_review_heading {
	margin-top: 0;
}

body.woocommerce-checkout #order_review {
	padding: 28px 32px 32px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin: 0 0 24px;
	border: none;
	border-collapse: separate;
	border-spacing: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	padding: 16px 0;
	border-color: rgba(23, 25, 28, 0.08);
	color: var(--checkout-text);
	font-size: 16px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	padding-top: 0;
	color: var(--checkout-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total strong {
	font-size: 22px;
	font-weight: 700;
}

body.woocommerce-checkout .woocommerce-no-shipping-available-html {
	display: block;
	padding: 14px 16px;
	border: 1px solid rgba(209, 73, 63, 0.2);
	border-radius: 14px;
	background: rgba(209, 73, 63, 0.06);
	color: #8c2b24;
}

body.woocommerce-checkout .wc_payment_methods {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .wc_payment_method {
	padding: 0;
	border: none;
}

body.woocommerce-checkout .wc_payment_method > label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: var(--checkout-text);
	font-size: 18px;
	font-weight: 600;
}

body.woocommerce-checkout .payment_box {
	margin: 0 !important;
	padding: 20px !important;
	border: 1px solid rgba(23, 25, 28, 0.08);
	border-radius: 18px !important;
	background: var(--checkout-bg) !important;
}

body.woocommerce-checkout .woocommerce-SavedPaymentMethods {
	margin: 16px 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .woocommerce-SavedPaymentMethods li + li {
	margin-top: 10px;
}

body.woocommerce-checkout .place-order {
	margin: 0;
	padding: 0 !important;
}

body.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 58px;
	border: 1px solid #0a0a0a;
	border-radius: 999px;
	background: #0a0a0a;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.01em;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus {
	background: var(--checkout-accent);
	color: #0a0a0a;
	box-shadow: 0 14px 30px rgba(170, 250, 200, 0.35);
	transform: translateY(-1px);
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	margin-bottom: 24px;
	border: 1px solid rgba(23, 25, 28, 0.08);
	border-radius: 16px;
	background: var(--checkout-surface);
	color: var(--checkout-text);
}

@media (max-width: 1024px) {
	body.woocommerce-checkout .col2-set {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout .col2-set,
	body.woocommerce-checkout #order_review {
		padding: 22px;
		border-radius: 20px;
	}

	body.woocommerce-checkout .col2-set {
		gap: 24px;
	}

	body.woocommerce-checkout .woocommerce form .form-row-first,
	body.woocommerce-checkout .woocommerce form .form-row-last {
		float: none;
		width: 100%;
	}

	body.woocommerce-checkout .woocommerce-billing-fields > h3,
	body.woocommerce-checkout .woocommerce-shipping-fields > h3,
	body.woocommerce-checkout .woocommerce-additional-fields > h3,
	body.woocommerce-checkout #order_review_heading {
		margin-bottom: 20px;
		font-size: 32px;
	}

	body.woocommerce-checkout .icarus-checkout-survey__title {
		font-size: 18px;
	}

	body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
		font-size: 30px;
	}

	body.woocommerce-checkout .shipping_address,
	body.woocommerce-checkout .woocommerce-additional-fields,
	body.woocommerce-checkout #payment {
		padding: 18px;
	}
}

.icarus-how-it-works {
	position: relative;
	padding: clamp(64px, 8vw, 120px) 24px;
	background:
		radial-gradient(circle at 50% 36%, rgba(118, 52, 30, 0.35) 0%, rgba(118, 52, 30, 0) 32%),
		linear-gradient(180deg, #111111 0%, #181818 100%);
	color: #f6f8f2;
}

.icarus-how-it-works__header {
	max-width: 760px;
	margin: 27px auto 80px;
	text-align: center;
}

.icarus-how-it-works__eyebrow-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 22px;
}

.icarus-how-it-works__eyebrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 14px;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #f6f8f2;
}

.icarus-how-it-works__eyebrow::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(246, 248, 242, 0.05) 0%, #f6f8f2 100%);
	transform: scaleX(0);
	transform-origin: left center;
	animation: icarus-how-it-works-line-reveal 0.7s ease-out forwards;
	animation-delay: 0.2s;
}

.icarus-how-it-works__title {
	margin: 0;
	font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
	font-size: clamp(3.5rem, 7vw, 6.5rem);
	font-weight: 700;
	line-height: 0.94;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.icarus-how-it-works__description {
	max-width: 800px;
	margin: 22px auto 0;
	line-height: 1.7;
	color: #F6F8F2;
	font-size: 18px;
}
@media (max-width: 940px) {
	.icarus-how-it-works__description {
		max-width: 640px;
		padding: 0px 10px
	}
}

.icarus-how-it-works__header-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 34px;
}

.icarus-how-it-works__header-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 156px;
	padding: 15px 26px;
	border-radius: 14px;
	border: 1px solid transparent;
	color: #f6f8f2;
	text-decoration: none;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.icarus-how-it-works__header-button:hover {
	color: #0e0e0e!important;
	background: #efecec!important;
	border: none!important;
}

.icarus-how-it-works__header-button:hover {
	transform: translateY(-1px);
}

.icarus-how-it-works__header-button--primary {
	background: rgba(24, 24, 24, 0.72);
}

.icarus-how-it-works__header-button--primary::before {
	position: absolute;
	content: "";
	inset: 0;
	padding: 1px;
	border-radius: inherit;
	background: linear-gradient(90deg, #f6f8f2 0%, #9ba2ff 70%, #aafac8 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.icarus-how-it-works__header-button--secondary {
	background: transparent;
	gap: 12px;
	padding-right: 8px;
}

.icarus-how-it-works__header-button-icon {
	display: block;
	width: 8px;
	height: 8px;
}

.icarus-how-it-works__stage {
	display: grid;
	grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 80px);
	align-items: center;
	max-width: 1320px;
	margin: 0 auto;
	padding: clamp(28px, 4vw, 64px);
	border: 1px solid rgba(246, 248, 242, 0.12);
	border-radius: 32px;
	background:
		radial-gradient(circle at 50% 40%, rgba(148, 70, 42, 0.24) 0%, rgba(148, 70, 42, 0) 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.01) 100%);
	box-shadow: inset 0 1px 0 rgba(246, 248, 242, 0.06);
}

.icarus-how-it-works__phone-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.icarus-how-it-works__phone-heading {
	width: min(100%, 342px);
	margin: 0 0 22px;
	font-family: 'League Gothic', sans-serif;
	text-align: center;
	font-size: clamp(2rem, 3vw, 2.8rem);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #f6f8f2;
}

.icarus-how-it-works__phone-shell {
	position: relative;
	width: min(100%, 342px);
	aspect-ratio: 2 / 3;
	background-image: var(--icarus-phone-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.icarus-how-it-works__phone-frame {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

.icarus-how-it-works__scene-buttons {
	position: absolute;
	left: 19%;
	right: 19%;
}

.icarus-how-it-works__scene-buttons {
	top: 25%;
	bottom: 22%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	z-index: 3;
}

.icarus-how-it-works__stage .icarus-how-it-works__scene-button {
	width: 90%;
	max-width: 160px;
	margin: 0 auto;
	padding: 13px 12px;
	border: 0;
	border-radius: 1px!important;
	background: var(--icarus-hiw-button-bg, #f6f8f2);
	background-image: none !important;
	color: #181818 !important;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 380px) {
	.icarus-how-it-works__scene-button {
		padding: 10px!important;
	}
}

.icarus-how-it-works__stage .icarus-how-it-works__scene-button:first-child {
	margin-top: 18px;
	margin-bottom: 30px;
}

.icarus-how-it-works__scene-button[data-scene="vmc"] {
	background: #28e000 !important;
	color: #181818 !important;
}

.icarus-how-it-works__scene-button[data-scene="marginal-vmc"] {
	background: #2f6de4 !important;
	color: #181818 !important;
}

.icarus-how-it-works__scene-button[data-scene="imc"] {
	background: #ff4a17 !important;
	color: #181818 !important;
}

.icarus-how-it-works__scene-button[data-scene="low-imc"] {
	background: #f14cff !important;
	color: #181818 !important;
}

.icarus-how-it-works__scene-button:hover {
	transform: translateY(-1px);
}

.icarus-how-it-works__scene-button:focus-visible {
	outline: 2px solid #f6f8f2;
	outline-offset: 2px;
}

.icarus-how-it-works__scene-button:not(.is-active) {
	opacity: 1;
	filter: none;
}

.icarus-how-it-works__scene-button.is-active {
	transform: translateY(-2px) scale(1.01);
	opacity: 1;
	filter: none;
	box-shadow:
		0 18px 34px rgba(0, 0, 0, 0.24),
		0 0 0 2px #181818,
		0 0 22px rgba(246, 248, 242, 0.2);
}

.icarus-how-it-works__visual-column {
	min-width: 0;
}

.icarus-how-it-works__visual-shell {
	position: relative;
	min-height: clamp(420px, 52vw, 760px);
	overflow: visible;
	border-radius: 28px;
}

.icarus-how-it-works__visual-shell::before {
	position: absolute;
	content: "";
	inset: 0;
	background:
		radial-gradient(circle at 46% 36%, rgba(255, 116, 58, 0.14) 0%, rgba(255, 116, 58, 0) 34%),
		radial-gradient(circle at 74% 62%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 18%);
	pointer-events: none;
	z-index: 1;
}

.icarus-how-it-works__visual-shell::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.08) 0%, rgba(24, 24, 24, 0.96) 24%, rgba(24, 24, 24, 0.995) 52%, #181818 100%);
	pointer-events: none;
	z-index: 1;
}

.icarus-how-it-works__visual-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	transition: opacity 0.25s ease, transform 0.35s ease;
}

.icarus-how-it-works__hints {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.icarus-how-it-works__hint {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.icarus-how-it-works__hint.is-active {
	z-index: 6;
}

.icarus-how-it-works__hints .icarus-how-it-works__hint-toggle {
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 0 0 36px;
	inline-size: 36px !important;
	block-size: 36px !important;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px;
	min-height: 36px;
	max-width: 36px;
	max-height: 36px;
	aspect-ratio: 1 / 1 !important;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(170, 250, 200, 0.58);
	border-radius: 999px !important;
	clip-path: circle(50%);
	background: linear-gradient(45deg, #f6f8f2 0%, #aafac8 100%);
	font-size: 0;
	line-height: 0;
	flex-shrink: 0;
	cursor: pointer;
	box-shadow:
		0 10px 24px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.icarus-how-it-works__hint-toggle:hover {
	transform: scale(1.05);
}

.icarus-how-it-works__hint-toggle:focus-visible {
	outline: 2px solid #f6f8f2;
	outline-offset: 3px;
}

.icarus-how-it-works__hint-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
}

.icarus-how-it-works__hint-icon img {
	display: none;
}

.icarus-how-it-works__hint-icon--plus::before,
.icarus-how-it-works__hint-icon--plus::after,
.icarus-how-it-works__hint-icon--arrow::before {
	position: absolute;
	content: "";
	display: block;
}

.icarus-how-it-works__hint-icon--plus::before,
.icarus-how-it-works__hint-icon--plus::after {
	top: 50%;
	left: 50%;
	background: #181818;
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.icarus-how-it-works__hint-icon--plus::before {
	width: 14px;
	height: 1.75px;
}

.icarus-how-it-works__hint-icon--plus::after {
	width: 1.75px;
	height: 14px;
}

.icarus-how-it-works__hint-icon--arrow::before {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-left: 2px solid #181818;
	border-bottom: 2px solid #181818;
	transform: translate(-32%, -50%) rotate(45deg);
}

.icarus-how-it-works__hint-icon--arrow {
	display: none;
}

.icarus-how-it-works__hint.is-active .icarus-how-it-works__hint-icon--plus {
	display: none;
}

.icarus-how-it-works__hint.is-active .icarus-how-it-works__hint-icon--arrow {
	display: inline-flex;
}

.icarus-how-it-works__hint-card {
	position: absolute;
	min-width: min(320px, 44vw);
	max-width: 320px;
	padding: 22px 28px;
	border: 1px solid rgba(246, 248, 242, 0.08);
	border-radius: 22px;
	background: rgba(24, 24, 24, 0.88);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 7;
}

.icarus-how-it-works__hint.is-active .icarus-how-it-works__hint-card {
	opacity: 1;
}

.icarus-how-it-works__hint[data-align="right"] .icarus-how-it-works__hint-card {
	top: -180%;
	left: calc(100% + 10px);
	transform: translateY(-50%);
}

.icarus-how-it-works__hint[data-align="right"].is-active .icarus-how-it-works__hint-card {
	transform: translate(0, -50%);
}

.icarus-how-it-works__hint[data-align="left"] .icarus-how-it-works__hint-card {
	top: -250%;
  right: -400%;
	transform: translateY(-50%);
}
@media (max-width: 750px) {
	.icarus-how-it-works__hint[data-align="left"] .icarus-how-it-works__hint-card {
		top: 350%;
    right: -500%;
	}
	.icarus-how-it-works__hint[data-align="right"] .icarus-how-it-works__hint-card {
		top: 450%;
    left: 350%;
	}
}

.icarus-how-it-works__hint[data-align="left"].is-active .icarus-how-it-works__hint-card {
	transform: translate(0, -50%);
}

.icarus-how-it-works__hint[data-align="bottom-left"] .icarus-how-it-works__hint-card {
	top: calc(100% + 30px);
	right: -100px;
	transform: translateY(-6px);
}
@media (max-width: 900px) {
	.icarus-how-it-works__hint[data-align="bottom-left"] .icarus-how-it-works__hint-card {
		top: calc(100% + 120px);
	}
}
@media (max-width: 430px) {
	.icarus-how-it-works__hint[data-align="bottom-left"] .icarus-how-it-works__hint-card {
		left: -30px;
	}
}
@media (max-width: 540px) {
	.icarus-how-it-works__hint[data-align="left"] .icarus-how-it-works__hint-card {
		top: 750%;
    left: -250%;
	}
}

.icarus-how-it-works__hint[data-align="bottom-left"].is-active .icarus-how-it-works__hint-card {
	transform: translateY(0);
}

.icarus-how-it-works__hint[data-align="bottom-right"] .icarus-how-it-works__hint-card {
	top: calc(100% + 10px);
	left: 10px;
	transform: translateY(-6px);
}

.icarus-how-it-works__hint[data-align="bottom-right"].is-active .icarus-how-it-works__hint-card {
	transform: translateY(0);
}

.icarus-how-it-works__hint-title {
	margin: 0;
	font-family: 'League Gothic', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
}

.icarus-how-it-works__hint-text {
	margin: 20px 0 0;
	font-size: 16px;
	font-family: Cabin, sans-serif;
	line-height: 1.55;
	color: #F6F8F2;
}

@media (max-width: 1180px) {
	.icarus-how-it-works__stage {
		grid-template-columns: 320px minmax(0, 1fr);
		gap: 36px;
	}

	.icarus-how-it-works__hint-card {
		min-width: min(280px, 42vw);
		max-width: 280px;
		padding: 20px 22px;
	}
}

@media (max-width: 900px) {
	.icarus-how-it-works__stage {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.icarus-how-it-works__phone-column,
	.icarus-how-it-works__visual-column {
		width: 100%;
	}

	.icarus-how-it-works__visual-shell {
		min-height: 520px;
	}
}

@media (max-width: 767px) {
	.icarus-how-it-works {
		padding: 56px 16px;
	}

	.icarus-how-it-works__header {
		margin-bottom: 32px;
	}

	.icarus-how-it-works__header-actions {
		flex-direction: column;
		gap: 14px;
		margin-top: 26px;
	}

	.icarus-how-it-works__header-button {
		min-width: 0;
		width: 100%;
		max-width: 240px;
	}

	.icarus-how-it-works__stage {
		padding: 22px 18px 28px;
		border-radius: 24px;
	}

	.icarus-how-it-works__phone-shell {
		width: min(100%, 304px);
	}

	.icarus-how-it-works__phone-heading {
		width: min(100%, 304px);
		margin-bottom: 18px;
		font-size: 2.25rem;
		font-family: 'League Gothic', sans-serif;
		text-align: center;
	}

	.icarus-how-it-works__scene-buttons {
		gap: 10px;
	}

	.icarus-how-it-works__scene-button {
		width: 90%;
		padding: 11px 10px;
		font-size: 0.8rem;
	}

	.icarus-how-it-works__visual-shell {
		min-height: 420px;
	}

	.icarus-how-it-works__hint-toggle {
		width: 36px;
		height: 36px;
	}

	.icarus-how-it-works__hint-card {
		min-width: min(240px, 72vw);
		max-width: min(240px, 72vw);
		padding: 18px 18px 20px;
		border-radius: 18px;
	}

	.icarus-how-it-works__hint-title {
		font-size: 1.6rem;
	}

	.icarus-how-it-works__hint-text {
		font-size: 0.92rem;
	}
}

@media (max-width: 560px) {
	.icarus-how-it-works__visual-shell {
		min-height: 360px;
	}

	.icarus-how-it-works__hint[data-align="bottom-left"] .icarus-how-it-works__hint-card,
	.icarus-how-it-works__hint[data-align="bottom-right"] .icarus-how-it-works__hint-card {
		top: calc(100% + 80px);
		left: -200%;
		right: auto;
		transform: translate(-50%, -6px);
	}

	.icarus-how-it-works__hint[data-align="right"] .icarus-how-it-works__hint-card {
		top: 850%;
    left: -50%;
	}

	.icarus-how-it-works__hint.is-active .icarus-how-it-works__hint-card {
		transform: translate(-50%, 0);
	}
}

@media (max-width: 420px) {
	.icarus-how-it-works__scene-button {
		font-size: 0.78rem;
	}
	.icarus-how-it-works__hint[data-align="right"] .icarus-how-it-works__hint-card {
		top: 750%;
	}

	.icarus-how-it-works__phone-heading {
		font-size: 1.9rem;
	}

	.icarus-how-it-works__hint-card {
		min-width: min(220px, 78vw);
		max-width: min(220px, 78vw);
	}
}

@keyframes icarus-how-it-works-line-reveal {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}
.icarus-how-it-works__hint .icarus-how-it-works__hint-toggle {
	padding: 0!important;
}
@media (max-width: 1600px) {
	.icarus-visor-hero__visor {
		scale: 1.03;
    margin-top: 5px;
	}
}
@media (max-width: 1400px) {
	.icarus-visor-hero__visor {
		scale: 1.15;
    margin-top: 35px;
	}
}
@media (max-width: 1300px) {
	.icarus-visor-hero__visor {
		scale: 1.25;
    margin-top: 60px;
	}
}
@media (max-width: 1200px) {
	.icarus-visor-hero__visor {
		scale: 1.3;
    margin-top: 90px;
	}
}
@media (max-width: 1100px) {
	.icarus-visor-hero__visor {
		scale: 1.42;
    margin-top: 120px;
	}
}
@media (max-width: 1050px) {
	.icarus-visor-hero__visor {
		scale: 1.50;
    margin-top: 140px;
	}
}
@media (max-width: 1000px) {
	.icarus-visor-hero__visor {
		scale: 1.52;
    margin-top: 145px;
	}
}
@media (max-width: 950px) {
	.icarus-visor-hero__visor {
		scale: 1.58;
    margin-top: 155px;
	}
}
@media (max-width: 900px) {
	.icarus-visor-hero__visor {
		scale: 1.62;
    margin-top: 165px;
	}
}
@media (max-width: 860px) {
	.icarus-visor-hero__visor {
		scale: 1.65;
    margin-top: 170px;
	}
}
@media (max-width: 800px) {
	.icarus-visor-hero__background::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		height: 40%;
		background: #adaeae;
		opacity: var(--icarus-current-opacity, 0.56);
		transition: opacity 0.3s ease;
	}

	.icarus-visor-hero__visor-shell,
	.icarus-visor-hero__visor-image-wrap {
		display: none !important;
	}

	.icarus-visor-hero__visor {
		scale: 3;
		margin-top: 330px;
	}
	.icarus-visor-hero__content-card {
		margin-top: 200px;
	}
}
@media (max-width: 700px) {
	.icarus-visor-hero__visor {
		margin-top: 380px;
    scale: 4.0;
	}
}
@media (max-width: 600px) {
	.icarus-visor-hero__visor {
		scale: 4.2;
		margin-top: 410px;
	}
}
@media (max-width: 500px) {
	.icarus-visor-hero__visor {
		scale: 4.1;
    margin-top: 430px;
	}
}
@media (max-width: 380px) {
	.icarus-visor-hero__visor {
		scale: 4;
		margin-top: 510px;
	}
}
