.elementor-widget-hermes-featured-image-box,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box-shell,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box-shell *,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box * {
	box-sizing: border-box;
}

.elementor-widget-hermes-featured-image-box {
	min-width: 0;
	overflow: visible;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box-shell {
	width: 100%;
	min-width: 0;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__header {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 26px;
	text-align: center;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-title {
	margin: 0 0 10px;
	color: #160a69;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.4;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-highlight {
	color: #4c25c5;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-description,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-description p {
	margin: 0;
	color: #697083;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box {
	--hmw-fib-animation-duration: 6s;
	--hmw-fib-animation-distance: 14px;
	position: relative;
	width: 100%;
	min-width: 0;
	padding: 34px;
	overflow: visible;
	background: #f5f7fc;
	isolation: isolate;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__canvas {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 680px;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-frame {
	position: absolute;
	z-index: 2;
	top: 53%;
	left: 50%;
	width: 82%;
	transform: translate(-50%, -50%);
	transform-origin: center;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-motion {
	width: 100%;
	transform-origin: center;
	will-change: transform;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 610px;
	margin: 0 auto;
	object-fit: contain;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-motion--float-y {
	animation: hmw-fib-float-y var(--hmw-fib-animation-duration) ease-in-out infinite;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-motion--float-x {
	animation: hmw-fib-float-x var(--hmw-fib-animation-duration) ease-in-out infinite;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-motion--breathe {
	animation: hmw-fib-breathe var(--hmw-fib-animation-duration) ease-in-out infinite;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-motion--orbit {
	animation: hmw-fib-orbit var(--hmw-fib-animation-duration) ease-in-out infinite;
}

@keyframes hmw-fib-float-y {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, calc(-1 * var(--hmw-fib-animation-distance)), 0); }
}

@keyframes hmw-fib-float-x {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(var(--hmw-fib-animation-distance), 0, 0); }
}

@keyframes hmw-fib-breathe {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.025); }
}

@keyframes hmw-fib-orbit {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
	35% { transform: translate3d(var(--hmw-fib-animation-distance), calc(-1 * var(--hmw-fib-animation-distance)), 0) rotate(.5deg); }
	70% { transform: translate3d(calc(-1 * var(--hmw-fib-animation-distance)), 0, 0) rotate(-.35deg); }
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badges,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decorations {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badges {
	z-index: 6;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decorations {
	z-index: 4;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration {
	--hmw-fib-top: auto;
	--hmw-fib-right: auto;
	--hmw-fib-bottom: auto;
	--hmw-fib-left: auto;
	--hmw-fib-anchor-x: 0%;
	--hmw-fib-anchor-y: 0%;
	--hmw-fib-x: 0px;
	--hmw-fib-y: 0px;
	--hmw-fib-x-active: var(--hmw-fib-x);
	--hmw-fib-y-active: var(--hmw-fib-y);
	--hmw-fib-decoration-rotation: 0deg;
	position: absolute;
	top: var(--hmw-fib-top);
	right: var(--hmw-fib-right);
	bottom: var(--hmw-fib-bottom);
	left: var(--hmw-fib-left);
	transform: translate(
		calc(var(--hmw-fib-anchor-x) + var(--hmw-fib-x-active)),
		calc(var(--hmw-fib-anchor-y) + var(--hmw-fib-y-active))
	) rotate(var(--hmw-fib-decoration-rotation));
	transform-origin: center;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge {
	--hmw-fib-accent: #4324d1;
	--hmw-fib-secondary: #120a4b;
	--hmw-fib-icon-bg: rgba(67, 36, 209, .1);
	--hmw-fib-badge-bg: rgba(255, 255, 255, .84);
	--hmw-fib-badge-blur: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: max-content;
	max-width: 380px;
	min-height: 72px;
	padding: 10px 12px 10px 20px;
	color: var(--hmw-fib-secondary);
	background: var(--hmw-fib-badge-bg);
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 22px;
	box-shadow: 0 12px 35px rgba(41, 27, 107, .08);
	-webkit-backdrop-filter: blur(var(--hmw-fib-badge-blur)) saturate(130%);
	backdrop-filter: blur(var(--hmw-fib-badge-blur)) saturate(130%);
	white-space: nowrap;
	direction: rtl;
	pointer-events: auto;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon {
	display: inline-flex;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: var(--hmw-fib-accent);
	background: var(--hmw-fib-icon-bg);
	border-radius: 50%;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon svg,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon img,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon i {
	display: block;
	width: 25px;
	height: 25px;
	max-width: none;
	font-size: 25px;
	object-fit: contain;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon svg {
	fill: currentColor;
	stroke: none;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__accent-text {
	display: inline-block;
	min-width: 0;
	color: var(--hmw-fib-accent);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.1;
	unicode-bidi: plaintext;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__secondary-text {
	display: inline-block;
	min-width: 0;
	color: var(--hmw-fib-secondary);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration {
	--hmw-fib-decoration-primary: #3518b0;
	--hmw-fib-decoration-secondary: #d7ddef;
	--hmw-fib-decoration-opacity: 1;
	--hmw-fib-decoration-size: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--hmw-fib-decoration-size);
	height: var(--hmw-fib-decoration-size);
	color: var(--hmw-fib-decoration-primary);
	opacity: var(--hmw-fib-decoration-opacity);
}

.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration svg,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration img,
.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration i {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	font-size: var(--hmw-fib-decoration-size);
	object-fit: contain;
}

/* Nine desktop anchors. */
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-top-left { --hmw-fib-top: 0; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-top-center { --hmw-fib-top: 0; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: 0%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-top-right { --hmw-fib-top: 0; --hmw-fib-right: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-middle-left { --hmw-fib-top: 50%; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: -50%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-middle-center { --hmw-fib-top: 50%; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: -50%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-middle-right { --hmw-fib-top: 50%; --hmw-fib-right: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: -50%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-bottom-left { --hmw-fib-bottom: 0; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-bottom-center { --hmw-fib-bottom: 0; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: 0%; }
.elementor-widget-hermes-featured-image-box .hmw-fib-pos-d-bottom-right { --hmw-fib-right: 0; --hmw-fib-bottom: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }

@media (max-width: 1024px) {
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-title { font-size: 28px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box {
		--hmw-fib-animation-distance: 11px;
		padding: 26px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__canvas {
		min-height: 560px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-frame {
		top: 52%;
		width: 84%;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image {
		max-height: 500px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge,
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration {
		--hmw-fib-top: auto;
		--hmw-fib-right: auto;
		--hmw-fib-bottom: auto;
		--hmw-fib-left: auto;
		--hmw-fib-anchor-x: 0%;
		--hmw-fib-anchor-y: 0%;
		--hmw-fib-x-active: var(--hmw-fib-x-tablet);
		--hmw-fib-y-active: var(--hmw-fib-y-tablet);
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge {
		gap: 8px;
		max-width: 320px;
		min-height: 62px;
		padding: 8px 10px 8px 16px;
		border-radius: 18px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon svg,
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon img,
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon i {
		width: 22px;
		height: 22px;
		font-size: 22px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__accent-text { font-size: 24px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__secondary-text { font-size: 17px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration { width: var(--hmw-fib-decoration-size-tablet); height: var(--hmw-fib-decoration-size-tablet); }

	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-top-left { --hmw-fib-top: 0; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-top-center { --hmw-fib-top: 0; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-top-right { --hmw-fib-top: 0; --hmw-fib-right: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-middle-left { --hmw-fib-top: 50%; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: -50%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-middle-center { --hmw-fib-top: 50%; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: -50%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-middle-right { --hmw-fib-top: 50%; --hmw-fib-right: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: -50%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-bottom-left { --hmw-fib-bottom: 0; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-bottom-center { --hmw-fib-bottom: 0; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-t-bottom-right { --hmw-fib-right: 0; --hmw-fib-bottom: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
}

@media (max-width: 767px) {
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__header { margin-bottom: 18px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-title { font-size: 23px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-description,
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__heading-description p { font-size: 15px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box {
		--hmw-fib-animation-distance: 8px;
		padding: 18px 14px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__canvas {
		min-height: 470px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-frame {
		top: 52%;
		width: 92%;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image {
		max-height: 390px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge,
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration {
		--hmw-fib-top: auto;
		--hmw-fib-right: auto;
		--hmw-fib-bottom: auto;
		--hmw-fib-left: auto;
		--hmw-fib-anchor-x: 0%;
		--hmw-fib-anchor-y: 0%;
		--hmw-fib-x-active: var(--hmw-fib-x-mobile);
		--hmw-fib-y-active: var(--hmw-fib-y-mobile);
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge {
		gap: 6px;
		max-width: 265px;
		min-height: 52px;
		padding: 7px 8px 7px 12px;
		border-radius: 15px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon svg,
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon img,
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__badge-icon i {
		width: 18px;
		height: 18px;
		font-size: 18px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__accent-text { font-size: 19px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__secondary-text { font-size: 13px; }
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__decoration { width: var(--hmw-fib-decoration-size-mobile); height: var(--hmw-fib-decoration-size-mobile); }

	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-top-left { --hmw-fib-top: 0; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-top-center { --hmw-fib-top: 0; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-top-right { --hmw-fib-top: 0; --hmw-fib-right: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-middle-left { --hmw-fib-top: 50%; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: -50%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-middle-center { --hmw-fib-top: 50%; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: -50%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-middle-right { --hmw-fib-top: 50%; --hmw-fib-right: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: -50%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-bottom-left { --hmw-fib-bottom: 0; --hmw-fib-left: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-bottom-center { --hmw-fib-bottom: 0; --hmw-fib-left: 50%; --hmw-fib-anchor-x: -50%; --hmw-fib-anchor-y: 0%; }
	.elementor-widget-hermes-featured-image-box .hmw-fib-pos-m-bottom-right { --hmw-fib-right: 0; --hmw-fib-bottom: 0; --hmw-fib-anchor-x: 0%; --hmw-fib-anchor-y: 0%; }

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box--mobile-badges-stack .hmw-featured-image-box__badges {
		position: relative;
		inset: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100%;
		padding-top: 12px;
	}

	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box--mobile-badges-stack .hmw-featured-image-box__badge {
		position: relative;
		inset: auto;
		justify-self: stretch;
		width: 100%;
		max-width: none;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-widget-hermes-featured-image-box .hmw-featured-image-box__image-motion {
		animation: none !important;
		transform: none !important;
	}
}
