.drabows-theme-part {
	width: 100%;
}

.drabows-theme-header .drabows-builder,
.drabows-theme-footer .drabows-builder {
	gap: 0;
	max-width: none;
}

.drabows-theme-header .drabows-section,
.drabows-theme-footer .drabows-section {
	margin: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.drabows-theme-footer .drabows-section {
	padding-top: 32px;
	padding-bottom: 32px;
}

.dx3d-scene {
	--dx3d-height: 520px;
	--dx3d-accent: #18d2c3;
	--dx3d-accent-2: #ff7a59;
	position: relative;
	display: grid;
	align-items: center;
	min-height: var(--dx3d-height);
	margin: 24px 0;
	overflow: hidden;
	isolation: isolate;
	color: #f8fafc;
	background: #101419;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(2, 8, 23, 0.22);
}

.elementor-widget-container > .dx3d-scene,
.dx3d-showcase .dx3d-scene {
	margin: 0;
}

.dx3d-scene::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(16, 20, 25, 0.96), rgba(16, 20, 25, 0.7) 48%, rgba(16, 20, 25, 0.26)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.dx3d-align-center::before {
	background:
		linear-gradient(180deg, rgba(16, 20, 25, 0.84), rgba(16, 20, 25, 0.5)),
		linear-gradient(90deg, rgba(24, 210, 195, 0.06), rgba(255, 122, 89, 0.08));
}

.dx3d-align-right::before {
	background:
		linear-gradient(270deg, rgba(16, 20, 25, 0.96), rgba(16, 20, 25, 0.64) 48%, rgba(16, 20, 25, 0.2)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.dx3d-canvas,
.dx3d-no-webgl {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.dx3d-canvas {
	z-index: 0;
}

.dx3d-no-webgl {
	z-index: 0;
	opacity: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
	background-size: 42px 42px;
	transform: perspective(700px) rotateX(62deg) translateY(40px);
	transform-origin: center bottom;
	animation: dx3d-grid-drift 6s linear infinite;
}

.dx3d-fallback .dx3d-canvas {
	display: none;
}

.dx3d-fallback .dx3d-no-webgl {
	opacity: 0.42;
}

.dx3d-content {
	position: relative;
	z-index: 2;
	width: min(100%, 680px);
	padding: 56px;
}

.dx3d-align-center .dx3d-content {
	margin: 0 auto;
	text-align: center;
}

.dx3d-align-right .dx3d-content {
	margin-left: auto;
	text-align: right;
}

.dx3d-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	padding: 6px 10px;
	color: #101419;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	background: var(--dx3d-accent);
	border-radius: 6px;
}

.dx3d-title {
	max-width: 780px;
	margin: 0;
	color: #ffffff;
	font-size: 4rem;
	font-weight: 850;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.dx3d-text {
	max-width: 640px;
	margin-top: 20px;
	color: rgba(248, 250, 252, 0.82);
	font-size: 1.08rem;
	line-height: 1.65;
}

.dx3d-align-center .dx3d-text {
	margin-right: auto;
	margin-left: auto;
}

.dx3d-align-right .dx3d-text {
	margin-left: auto;
}

.dx3d-text p {
	margin: 0;
}

.dx3d-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.dx3d-align-center .dx3d-feature-list {
	justify-content: center;
}

.dx3d-align-right .dx3d-feature-list {
	justify-content: flex-end;
}

.dx3d-feature-list li {
	padding: 9px 12px;
	color: rgba(248, 250, 252, 0.92);
	font-size: 0.92rem;
	line-height: 1.25;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	backdrop-filter: blur(10px);
}

.dx3d-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
}

.dx3d-align-center .dx3d-actions {
	justify-content: center;
}

.dx3d-align-right .dx3d-actions {
	justify-content: flex-end;
}

.dx3d-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	color: #101419;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	background: var(--dx3d-accent);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	transition: transform 160ms ease, background-color 160ms ease;
}

.dx3d-button:hover,
.dx3d-button:focus {
	color: #101419;
	background: var(--dx3d-accent-2);
	transform: translateY(-1px);
}

.dx3d-badge {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 12px;
	color: rgba(248, 250, 252, 0.84);
	font-size: 0.88rem;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.dx3d-showcase {
	display: grid;
	gap: 22px;
}

.dx3d-showcase-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.dx3d-showcase-grid .dx3d-scene {
	min-height: 440px;
}

.dx3d-showcase-grid .dx3d-title {
	font-size: 2.2rem;
	line-height: 1.05;
}

.dx3d-showcase-grid .dx3d-content {
	padding: 34px;
}

@keyframes dx3d-grid-drift {
	from {
		background-position: 0 0, 0 0;
	}
	to {
		background-position: 0 42px, 42px 0;
	}
}

@media (max-width: 900px) {
	.dx3d-scene {
		min-height: 440px;
	}

	.dx3d-scene::before,
	.dx3d-align-right::before {
		background:
			linear-gradient(180deg, rgba(16, 20, 25, 0.92), rgba(16, 20, 25, 0.58)),
			linear-gradient(90deg, rgba(24, 210, 195, 0.06), rgba(255, 122, 89, 0.08));
	}

	.dx3d-content,
	.dx3d-showcase-grid .dx3d-content {
		width: 100%;
		padding: 34px 24px;
		text-align: left;
	}

	.dx3d-align-right .dx3d-content {
		text-align: left;
	}

	.dx3d-title {
		font-size: 2.65rem;
		line-height: 1.04;
	}

	.dx3d-showcase-grid {
		grid-template-columns: 1fr;
	}

	.dx3d-align-right .dx3d-feature-list,
	.dx3d-align-right .dx3d-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 520px) {
	.dx3d-scene {
		min-height: 410px;
		border-radius: 8px;
	}

	.dx3d-content,
	.dx3d-showcase-grid .dx3d-content {
		padding: 28px 18px;
	}

	.dx3d-title,
	.dx3d-showcase-grid .dx3d-title {
		font-size: 2.05rem;
		line-height: 1.08;
	}

	.dx3d-text {
		font-size: 1rem;
		line-height: 1.55;
	}

	.dx3d-actions,
	.dx3d-feature-list {
		align-items: stretch;
		flex-direction: column;
	}

	.dx3d-button,
	.dx3d-badge,
	.dx3d-feature-list li {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dx3d-no-webgl {
		animation: none;
	}

	.dx3d-button {
		transition: none;
	}

	.drabows-motion,
	.drabows-motion-hover,
	[data-drabows-motion-parallax],
	.drabows-motion-sticky-top {
		opacity: 1 !important;
		transition: none !important;
		transform: none !important;
	}
}

.drabows-builder {
	display: grid;
	gap: 22px;
}

.drabows-canvas-block {
	position: relative;
	min-width: 0;
}

.drabows-canvas-block > .dx3d-scene {
	margin: 0;
}

.drabows-canvas-block > .drabows-section {
	margin: 0;
}

.drabows-canvas-block,
.drabows-block-shell,
.drabows-container-child {
	--drabows-motion-duration: 720ms;
	--drabows-motion-delay: 0ms;
	--drabows-motion-x: 0px;
	--drabows-motion-y: 0px;
	--drabows-motion-scale: 1;
	--drabows-motion-rotate: 0deg;
	--drabows-motion-parallax-y: 0px;
	--drabows-motion-hover-y: 0px;
	--drabows-motion-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
}

.drabows-motion,
.drabows-motion-hover,
[data-drabows-motion-parallax],
.drabows-motion-sticky-top {
	transform: translate3d(var(--drabows-motion-x), calc(var(--drabows-motion-y) + var(--drabows-motion-parallax-y) + var(--drabows-motion-hover-y)), 0) scale(var(--drabows-motion-scale)) rotate(var(--drabows-motion-rotate));
	transform-origin: center center;
	will-change: transform, opacity;
}

.drabows-motion,
.drabows-motion-hover,
[data-drabows-motion-parallax] {
	transition:
		transform var(--drabows-motion-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--drabows-motion-delay),
		opacity var(--drabows-motion-duration) ease var(--drabows-motion-delay),
		box-shadow 220ms ease;
}

.drabows-motion {
	opacity: 0;
}

.drabows-motion.is-motion-visible {
	opacity: 1;
}

.drabows-motion[data-drabows-motion-effect="fade-up"] {
	--drabows-motion-y: 28px;
}

.drabows-motion.is-motion-visible[data-drabows-motion-effect="fade-up"] {
	--drabows-motion-y: 0px;
}

.drabows-motion[data-drabows-motion-effect="fade-in"] {
	--drabows-motion-y: 0px;
}

.drabows-motion[data-drabows-motion-effect="zoom-in"] {
	--drabows-motion-y: 18px;
	--drabows-motion-scale: 0.92;
}

.drabows-motion.is-motion-visible[data-drabows-motion-effect="zoom-in"] {
	--drabows-motion-y: 0px;
	--drabows-motion-scale: 1;
}

.drabows-motion[data-drabows-motion-effect="slide-left"] {
	--drabows-motion-x: -32px;
}

.drabows-motion.is-motion-visible[data-drabows-motion-effect="slide-left"] {
	--drabows-motion-x: 0px;
}

.drabows-motion[data-drabows-motion-effect="slide-right"] {
	--drabows-motion-x: 32px;
}

.drabows-motion.is-motion-visible[data-drabows-motion-effect="slide-right"] {
	--drabows-motion-x: 0px;
}

.drabows-motion-hover:hover {
	--drabows-motion-hover-y: -8px;
	box-shadow: var(--drabows-motion-shadow);
	z-index: 2;
}

.drabows-motion-sticky-top {
	position: sticky;
	top: var(--drabows-motion-sticky-offset, 96px);
	align-self: start;
	z-index: 5;
}

body.admin-bar .drabows-motion-sticky-top {
	top: calc(var(--drabows-motion-sticky-offset, 96px) + 32px);
}

.drabows-section {
	width: 100%;
	margin: 0;
	padding: 56px;
	color: #f8fafc;
	background: #101419;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-section-narrow {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.drabows-kicker {
	display: inline-flex;
	margin: 0 0 12px;
	padding: 6px 10px;
	color: #101419;
	font-size: 0.76rem;
	font-weight: 850;
	line-height: 1.2;
	text-transform: uppercase;
	background: #18d2c3;
	border-radius: 6px;
}

.drabows-section h2 {
	max-width: 820px;
	margin: 0;
	color: #ffffff;
	font-size: 2.8rem;
	line-height: 1.04;
	letter-spacing: 0;
}

.drabows-section-narrow h2,
.drabows-pricing h2,
.drabows-testimonials h2 {
	margin-right: auto;
	margin-left: auto;
}

.drabows-lead,
.drabows-rich-text {
	color: rgba(248, 250, 252, 0.78);
	font-size: 1.08rem;
	line-height: 1.65;
}

.drabows-lead {
	max-width: 760px;
	margin: 16px auto 0;
}

.drabows-card-section,
.drabows-pricing,
.drabows-testimonials {
	text-align: center;
}

.drabows-card-grid,
.drabows-price-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.drabows-card,
.drabows-price-card {
	min-height: 170px;
	padding: 22px;
	text-align: left;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-card span {
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 16px;
	background: #ff7a59;
	border-radius: 8px;
}

.drabows-card h3,
.drabows-price-card h3 {
	margin: 0;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.2;
}

.drabows-card p,
.drabows-price-card p {
	margin: 12px 0 0;
	color: rgba(248, 250, 252, 0.74);
}

.drabows-price-card:first-child {
	background: rgba(24, 210, 195, 0.12);
}

.drabows-price-card:nth-child(2) {
	background: rgba(255, 122, 89, 0.12);
}

.drabows-button-row {
	display: flex;
	justify-content: center;
	padding: 28px;
	background: transparent;
	border: 0;
}

.drabows-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	color: #101419;
	font-weight: 850;
	text-decoration: none;
	background: #18d2c3;
	border-radius: 8px;
}

.drabows-custom-html {
	color: rgba(248, 250, 252, 0.86);
}

.drabows-divider-section {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	background: transparent;
	border: 0;
}

.drabows-divider-line {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.16);
}

.drabows-divider-label {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	color: rgba(248, 250, 252, 0.86);
	font-size: 0.84rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.drabows-divider-accent .drabows-divider-line {
	background: linear-gradient(90deg, rgba(24, 210, 195, 0.2), rgba(255, 122, 89, 0.44), rgba(24, 210, 195, 0.2));
}

.drabows-divider-soft .drabows-divider-line {
	background: rgba(255, 255, 255, 0.12);
}

.drabows-divider-dashed .drabows-divider-line {
	height: 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.24);
	background: transparent;
}

.drabows-image-section,
.drabows-video-section,
.drabows-icon-list-section,
.drabows-accordion-section {
	display: grid;
	gap: 18px;
}

.drabows-counter-section,
.drabows-progress-section,
.drabows-social-section {
	display: grid;
	gap: 18px;
}

.drabows-counter-section {
	text-align: center;
}

.drabows-counter-value {
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
}

.drabows-counter-value strong {
	color: #ffffff;
	font-size: clamp(3rem, 8vw, 5rem);
	line-height: 0.92;
}

.drabows-counter-value span {
	color: #18d2c3;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.1;
}

.drabows-progress-list {
	display: grid;
	gap: 14px;
}

.drabows-progress-item {
	display: grid;
	gap: 8px;
}

.drabows-progress-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.drabows-progress-meta strong,
.drabows-progress-meta span {
	font-weight: 800;
}

.drabows-progress-meta span {
	color: rgba(248, 250, 252, 0.78);
}

.drabows-progress-track {
	height: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
}

.drabows-progress-bar {
	width: var(--drabows-progress-value, 0%);
	height: 100%;
	background: linear-gradient(90deg, #18d2c3, #ff7a59);
	border-radius: inherit;
}

.drabows-cta-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
}

.drabows-cta-copy {
	display: grid;
	gap: 10px;
}

.drabows-cta-actions {
	display: grid;
	gap: 12px;
	min-width: 240px;
	text-align: right;
}

.drabows-cta-actions span {
	color: rgba(248, 250, 252, 0.72);
	font-size: 0.95rem;
	line-height: 1.55;
}

.drabows-social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.drabows-social-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 16px;
	color: #f8fafc;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.drabows-social-outline .drabows-social-link {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.28);
}

.drabows-social-glyph {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	color: #101419;
	font-size: 0.82rem;
	font-weight: 900;
	background: #18d2c3;
	border-radius: 999px;
}

.drabows-alert-section,
.drabows-search-form-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
}

.drabows-alert-copy,
.drabows-alert-actions {
	display: grid;
	gap: 10px;
}

.drabows-alert-actions {
	min-width: 220px;
	text-align: right;
}

.drabows-alert-section {
	border-width: 1px;
	border-style: solid;
}

.drabows-alert-layout-stacked {
	grid-template-columns: 1fr;
}

.drabows-alert-info {
	border-color: rgba(24, 210, 195, 0.34);
	background: linear-gradient(135deg, rgba(24, 210, 195, 0.16), rgba(15, 23, 42, 0.92));
}

.drabows-alert-success {
	border-color: rgba(74, 222, 128, 0.28);
	background: linear-gradient(135deg, rgba(74, 222, 128, 0.16), rgba(15, 23, 42, 0.92));
}

.drabows-alert-warning {
	border-color: rgba(251, 191, 36, 0.3);
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.16), rgba(15, 23, 42, 0.92));
}

.drabows-icon-box-section,
.drabows-tabs-section,
.drabows-toggle-section,
.drabows-breadcrumbs-section {
	display: grid;
	gap: 18px;
}

.drabows-icon-box-grid {
	display: grid;
	grid-template-columns: repeat(var(--drabows-icon-box-columns, 3), minmax(0, 1fr));
	gap: 16px;
}

.drabows-icon-box-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}

.drabows-icon-box-glyph {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	color: #101419;
	font-size: 1rem;
	font-weight: 900;
	background: #18d2c3;
	border-radius: 8px;
}

.drabows-icon-box-copy {
	display: grid;
	gap: 8px;
}

.drabows-icon-box-copy strong {
	color: #ffffff;
	font-size: 1.02rem;
}

.drabows-icon-box-copy p {
	margin: 0;
	color: rgba(248, 250, 252, 0.74);
	line-height: 1.6;
}

.drabows-icon-box-accent .drabows-icon-box-item {
	background: linear-gradient(180deg, rgba(24, 210, 195, 0.14), rgba(255, 255, 255, 0.04));
}

.drabows-icon-box-outline .drabows-icon-box-item {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.28);
}

.drabows-logo-grid-section,
.drabows-team-grid-section,
.drabows-steps-section,
.drabows-pricing-compare-section,
.drabows-map-section {
	display: grid;
	gap: 18px;
}

.drabows-logo-grid {
	display: grid;
	grid-template-columns: repeat(var(--drabows-logo-columns, 3), minmax(0, 1fr));
	gap: 14px;
}

.drabows-logo-card {
	display: grid;
	gap: 10px;
	place-items: start;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}

.drabows-logo-grid-outline .drabows-logo-card {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.28);
}

.drabows-logo-glyph {
	display: inline-grid;
	place-items: center;
	min-width: 46px;
	min-height: 46px;
	padding: 0 10px;
	color: #101419;
	font-weight: 900;
	letter-spacing: 0;
	background: #18d2c3;
	border-radius: 8px;
}

.drabows-logo-card strong {
	color: #ffffff;
	font-size: 1.02rem;
}

.drabows-logo-card em {
	color: rgba(248, 250, 252, 0.68);
	font-style: normal;
}

.drabows-team-grid {
	display: grid;
	grid-template-columns: repeat(var(--drabows-team-columns, 3), minmax(0, 1fr));
	gap: 16px;
}

.drabows-team-card {
	display: grid;
	gap: 16px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-team-style-accent .drabows-team-card {
	background: linear-gradient(180deg, rgba(24, 210, 195, 0.14), rgba(255, 255, 255, 0.04));
}

.drabows-team-style-outline .drabows-team-card {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.28);
}

.drabows-team-avatar {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-team-avatar img,
.drabows-team-avatar span {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.drabows-team-avatar img {
	object-fit: cover;
}

.drabows-team-avatar span {
	color: #18d2c3;
	font-size: 2rem;
	font-weight: 900;
}

.drabows-team-copy {
	display: grid;
	gap: 8px;
}

.drabows-team-copy h3 {
	margin: 0;
	color: #ffffff;
	font-size: 1.08rem;
}

.drabows-team-copy p {
	margin: 0;
	color: rgba(248, 250, 252, 0.72);
}

.drabows-tabs-widget {
	display: grid;
	gap: 16px;
}

.drabows-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.drabows-tabs-align-center .drabows-tabs-nav {
	justify-content: center;
}

.drabows-tabs-align-right .drabows-tabs-nav {
	justify-content: flex-end;
}

.drabows-tabs-nav button {
	padding: 10px 16px;
	color: rgba(248, 250, 252, 0.82);
	font: inherit;
	cursor: pointer;
	white-space: nowrap;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.drabows-tabs-nav button.is-active {
	color: #0f172a;
	background: #18d2c3;
	border-color: #18d2c3;
}

.drabows-tabs-underline .drabows-tabs-nav button {
	padding-right: 0;
	padding-left: 0;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
}

.drabows-tabs-underline .drabows-tabs-nav button.is-active {
	color: #f8fafc;
	background: transparent;
	border-bottom-color: #18d2c3;
}

.drabows-tab-panel {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}

.drabows-tab-panel p {
	margin: 0;
	color: rgba(248, 250, 252, 0.78);
	line-height: 1.7;
}

.drabows-toggle-list {
	display: grid;
	gap: 12px;
}

.drabows-toggle-list details {
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
}

.drabows-toggle-outline .drabows-toggle-list details {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.26);
}

.drabows-toggle-list summary {
	font-weight: 800;
	cursor: pointer;
}

.drabows-toggle-list summary::-webkit-details-marker {
	display: none;
}

.drabows-toggle-list details > div {
	margin-top: 12px;
	color: rgba(248, 250, 252, 0.74);
	line-height: 1.65;
}

.drabows-breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.drabows-breadcrumbs-list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(248, 250, 252, 0.82);
}

.drabows-breadcrumbs-list a {
	color: #18d2c3;
	text-decoration: none;
}

.drabows-breadcrumbs-list em {
	color: rgba(248, 250, 252, 0.42);
	font-style: normal;
}

.drabows-breadcrumbs-align-center .drabows-breadcrumbs-list {
	justify-content: center;
}

.drabows-breadcrumbs-align-right .drabows-breadcrumbs-list {
	justify-content: flex-end;
}

.drabows-steps-list {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.drabows-steps-inline .drabows-steps-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.drabows-step-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}

.drabows-step-number {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	color: #101419;
	font-size: 1rem;
	font-weight: 900;
	background: #18d2c3;
	border-radius: 999px;
}

.drabows-step-copy {
	display: grid;
	gap: 8px;
}

.drabows-step-copy strong {
	color: #ffffff;
	font-size: 1.02rem;
}

.drabows-step-copy p {
	margin: 0;
	color: rgba(248, 250, 252, 0.74);
	line-height: 1.6;
}

.drabows-steps-skin-accent .drabows-step-item {
	background: linear-gradient(180deg, rgba(24, 210, 195, 0.12), rgba(255, 255, 255, 0.04));
}

.drabows-steps-skin-outline .drabows-step-item {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.28);
}

.drabows-pricing-compare-wrap {
	overflow-x: auto;
}

.drabows-pricing-compare-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	border-spacing: 0;
}

.drabows-pricing-compare-table th,
.drabows-pricing-compare-table td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drabows-pricing-compare-table thead th {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.06);
}

.drabows-pricing-compare-table tbody th {
	color: #f8fafc;
	font-weight: 700;
}

.drabows-pricing-compare-table tbody td {
	color: rgba(248, 250, 252, 0.78);
}

.drabows-pricing-compare-striped tbody tr:nth-child(even) td,
.drabows-pricing-compare-striped tbody tr:nth-child(even) th {
	background: rgba(255, 255, 255, 0.03);
}

.drabows-pricing-compare-outline .drabows-pricing-compare-table {
	border: 1px solid rgba(24, 210, 195, 0.22);
	border-radius: 8px;
	overflow: hidden;
}

.drabows-pricing-compare-table .is-highlight {
	background: rgba(24, 210, 195, 0.14);
}

.drabows-map-frame {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}

.drabows-map-frame iframe {
	display: block;
	width: 100%;
	height: var(--drabows-map-height, 420px);
	border: 0;
}

.drabows-map-outline .drabows-map-frame {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.28);
}

.drabows-search-form-section {
	grid-template-columns: 1fr;
}

.drabows-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.drabows-search-form-stacked .drabows-search-form {
	grid-template-columns: 1fr;
}

.drabows-search-form label {
	display: block;
}

.drabows-search-form input[type="search"] {
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	color: #f8fafc;
	font: inherit;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
}

.drabows-search-form input[type="search"]::placeholder {
	color: rgba(248, 250, 252, 0.52);
}

.drabows-search-form-skin-outline .drabows-search-form input[type="search"] {
	background: transparent;
	border-color: rgba(24, 210, 195, 0.28);
}

.drabows-media-figure {
	margin: 0;
}

.drabows-image-figure {
	display: grid;
	gap: 12px;
}

.drabows-image-figure a,
.drabows-image-figure img {
	display: block;
}

.drabows-image-figure img,
.drabows-media-placeholder {
	width: 100%;
	height: var(--drabows-image-height, 420px);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-image-figure img {
	object-fit: cover;
}

.drabows-image-figure.drabows-fit-contain img {
	object-fit: contain;
	background: rgba(255, 255, 255, 0.04);
}

.drabows-media-placeholder {
	display: grid;
	place-items: center;
	padding: 22px;
	color: rgba(248, 250, 252, 0.72);
	text-align: center;
}

.drabows-image-figure figcaption,
.drabows-media-caption {
	color: rgba(248, 250, 252, 0.72);
	font-size: 0.98rem;
	line-height: 1.6;
}

.drabows-video-frame {
	position: relative;
	aspect-ratio: var(--drabows-media-ratio, 16 / 9);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-video-frame iframe,
.drabows-video-frame video,
.drabows-video-frame .drabows-media-placeholder {
	width: 100%;
	height: 100%;
	border: 0;
}

.drabows-icon-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.drabows-icon-list li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
}

.drabows-icon-list li::before {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: #101419;
	font-weight: 900;
	background: #18d2c3;
	border-radius: 999px;
	content: "✓";
}

.drabows-icon-list-dot li::before {
	content: "•";
}

.drabows-icon-list-arrow li::before {
	content: ">";
}

.drabows-icon-list-copy {
	display: grid;
	gap: 6px;
}

.drabows-icon-list-copy strong {
	font-size: 1.05rem;
}

.drabows-icon-list-copy em {
	color: rgba(248, 250, 252, 0.72);
	font-style: normal;
	line-height: 1.55;
}

.drabows-accordion {
	display: grid;
	gap: 10px;
}

.drabows-accordion details {
	padding: 18px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
}

.drabows-accordion summary {
	cursor: pointer;
	font-size: 1.05rem;
	font-weight: 800;
	list-style: none;
}

.drabows-accordion summary::-webkit-details-marker {
	display: none;
}

.drabows-accordion details > div {
	margin-top: 12px;
	color: rgba(248, 250, 252, 0.72);
	line-height: 1.6;
}

.drabows-form-section {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
	gap: 28px;
	align-items: start;
}

.drabows-form {
	display: grid;
	gap: 14px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-form.is-multistep {
	gap: 18px;
}

.drabows-form-actions-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.drabows-form-actions-summary span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	color: rgba(248, 250, 252, 0.88);
	font-size: 0.82rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.drabows-form-progress {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.drabows-form-progress li {
	min-height: 38px;
	padding: 9px 10px;
	color: rgba(248, 250, 252, 0.76);
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-form-progress li.is-active {
	color: #101419;
	background: #18d2c3;
	border-color: #18d2c3;
}

.drabows-form-step {
	display: grid;
	gap: 14px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.drabows-form-step[hidden],
.drabows-form-field[hidden] {
	display: none;
}

.drabows-form-step legend {
	padding: 0;
	color: rgba(248, 250, 252, 0.74);
	font-size: 0.88rem;
	font-weight: 850;
	text-transform: uppercase;
}

.drabows-form-step-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.drabows-form-field {
	display: grid;
	gap: 7px;
	text-align: left;
}

.drabows-form-field span {
	font-weight: 800;
}

.drabows-form input,
.drabows-form textarea {
	width: 100%;
	padding: 12px 13px;
	color: #f8fafc;
	background: rgba(16, 20, 25, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
}

.drabows-form-recaptcha {
	overflow: auto;
}

.drabows-container-block {
	display: grid;
	gap: var(--drabows-container-gap, 18px);
	width: 100%;
	padding: var(--drabows-container-padding, 44px);
}

.drabows-container-width-narrow {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}

.drabows-container-width-default {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

.drabows-container-width-wide {
	max-width: var(--drabows-content, 1180px);
	margin-right: auto;
	margin-left: auto;
}

.drabows-container-width-full {
	max-width: none;
}

.drabows-container-skin-soft {
	background: color-mix(in srgb, var(--drabows-surface, #151d25) 76%, #ffffff 24%);
}

.drabows-container-skin-outline {
	background: transparent;
	border: 1px solid color-mix(in srgb, var(--drabows-accent, #18d2c3) 42%, transparent);
}

.drabows-container-skin-accent {
	color: #08121a;
	background: var(--drabows-accent, #18d2c3);
}

.drabows-container-skin-accent .drabows-lead,
.drabows-container-skin-accent .drabows-container-item p {
	color: rgba(8, 18, 26, 0.74);
}

.drabows-container-skin-dark {
	background: #0f1720;
}

.drabows-container-copy {
	display: grid;
	gap: 10px;
	max-width: 760px;
}

.drabows-align-center .drabows-container-copy {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.drabows-align-right .drabows-container-copy {
	margin-left: auto;
	text-align: right;
}

.drabows-container-grid,
.drabows-container-children {
	display: grid;
	grid-template-columns: repeat(var(--drabows-container-columns, 3), minmax(0, 1fr));
	gap: var(--drabows-container-gap, 18px);
}

.drabows-spacer {
	height: var(--drabows-spacer-height, 48px);
}

.drabows-container-child {
	min-width: 0;
}

.drabows-container-child > .drabows-section {
	height: 100%;
	margin: 0;
	padding: 26px;
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.14);
}

.drabows-container-child > .drabows-section-narrow {
	max-width: none;
	text-align: inherit;
}

.drabows-container-child > .drabows-section h2 {
	font-size: 1.65rem;
	line-height: 1.12;
}

.drabows-container-child > .drabows-section .drabows-lead {
	margin-top: 12px;
	font-size: 0.98rem;
}

.drabows-container-child > .drabows-button-row {
	align-items: center;
	justify-content: flex-start;
	min-height: 100%;
}

.drabows-align-center .drabows-container-child > .drabows-button-row {
	justify-content: center;
}

.drabows-align-right .drabows-container-child > .drabows-button-row {
	justify-content: flex-end;
}

.drabows-container-skin-accent .drabows-container-child > .drabows-section {
	color: #f8fafc;
	background: rgba(8, 18, 26, 0.18);
}

.drabows-container-skin-accent .drabows-container-child .drabows-lead {
	color: rgba(248, 250, 252, 0.82);
}

.drabows-container-item {
	display: grid;
	gap: 10px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--drabows-radius, 8px);
}

.drabows-container-item span {
	width: 32px;
	height: 5px;
	background: var(--drabows-accent-2, #ff7a59);
	border-radius: 999px;
}

.drabows-container-item h3 {
	margin: 0;
}

.drabows-container-item p {
	margin: 0;
	color: var(--drabows-muted, #cbd5e1);
}

@media (max-width: 900px) {
	.dx3d-scene {
		min-height: var(--dx3d-height-tablet, var(--dx3d-height));
	}

	.drabows-image-figure img,
	.drabows-media-placeholder {
		height: var(--drabows-image-height-tablet, var(--drabows-image-height, 420px));
	}

	.drabows-container-block {
		gap: var(--drabows-container-gap-tablet, var(--drabows-container-gap, 18px));
		padding: var(--drabows-container-padding-tablet, var(--drabows-container-padding, 44px));
	}

	.drabows-container-grid,
	.drabows-container-children {
		grid-template-columns: repeat(var(--drabows-container-columns-tablet, 2), minmax(0, 1fr));
	}

	.drabows-gallery-grid {
		grid-template-columns: repeat(var(--drabows-gallery-columns-tablet, 2), minmax(0, 1fr));
	}

	.drabows-icon-box-grid {
		grid-template-columns: repeat(var(--drabows-icon-box-columns-tablet, 2), minmax(0, 1fr));
	}

	.drabows-logo-grid {
		grid-template-columns: repeat(var(--drabows-logo-columns-tablet, 2), minmax(0, 1fr));
	}

	.drabows-team-grid {
		grid-template-columns: repeat(var(--drabows-team-columns-tablet, 2), minmax(0, 1fr));
	}

	.drabows-map-frame {
		height: var(--drabows-map-height-tablet, var(--drabows-map-height, 420px));
	}

	.drabows-media-carousel-frame {
		height: var(--drabows-media-carousel-height-tablet, var(--drabows-media-carousel-height, 460px));
	}

	.drabows-spacer {
		height: var(--drabows-spacer-height-tablet, var(--drabows-spacer-height, 48px));
	}
}

@media (max-width: 640px) {
	.dx3d-scene {
		min-height: var(--dx3d-height-mobile, var(--dx3d-height-tablet, var(--dx3d-height)));
	}

	.drabows-image-figure img,
	.drabows-media-placeholder {
		height: var(--drabows-image-height-mobile, var(--drabows-image-height-tablet, var(--drabows-image-height, 420px)));
	}

	.drabows-container-block {
		gap: var(--drabows-container-gap-mobile, var(--drabows-container-gap-tablet, var(--drabows-container-gap, 18px)));
		padding: var(--drabows-container-padding-mobile, min(var(--drabows-container-padding-tablet, var(--drabows-container-padding, 44px)), 28px));
	}

	.drabows-container-grid,
	.drabows-container-children {
		grid-template-columns: repeat(var(--drabows-container-columns-mobile, 1), minmax(0, 1fr));
	}

	.drabows-gallery-grid {
		grid-template-columns: repeat(var(--drabows-gallery-columns-mobile, var(--drabows-gallery-columns-tablet, 1)), minmax(0, 1fr));
	}

	.drabows-icon-box-grid {
		grid-template-columns: repeat(var(--drabows-icon-box-columns-mobile, var(--drabows-icon-box-columns-tablet, 1)), minmax(0, 1fr));
	}

	.drabows-logo-grid {
		grid-template-columns: repeat(var(--drabows-logo-columns-mobile, var(--drabows-logo-columns-tablet, 1)), minmax(0, 1fr));
	}

	.drabows-team-grid {
		grid-template-columns: repeat(var(--drabows-team-columns-mobile, var(--drabows-team-columns-tablet, 1)), minmax(0, 1fr));
	}

	.drabows-container-child > .drabows-section {
		padding: 20px;
	}

	.drabows-map-frame {
		height: var(--drabows-map-height-mobile, var(--drabows-map-height-tablet, var(--drabows-map-height, 420px)));
	}

	.drabows-media-carousel-frame {
		height: var(--drabows-media-carousel-height-mobile, var(--drabows-media-carousel-height-tablet, var(--drabows-media-carousel-height, 460px)));
	}

	.drabows-spacer {
		height: var(--drabows-spacer-height-mobile, var(--drabows-spacer-height-tablet, var(--drabows-spacer-height, 48px)));
	}
}

.drabows-form-notice {
	padding: 12px;
	color: #101419;
	font-weight: 800;
	background: #7bd88f;
	border-radius: 8px;
}

.drabows-form-notice.is-error {
	color: #ffffff;
	background: #b42318;
}

.drabows-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.drabows-button.is-secondary {
	color: #f8fafc;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.drabows-popup-section {
	display: flex;
	justify-content: center;
	background: transparent;
	border-style: dashed;
}

.drabows-popup-section.is-targeting-hidden {
	display: none;
}

.drabows-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.drabows-popup-position-top {
	align-items: flex-start;
}

.drabows-popup-position-bottom {
	align-items: flex-end;
}

.drabows-popup-position-left {
	justify-content: flex-start;
}

.drabows-popup-position-right {
	justify-content: flex-end;
}

.drabows-popup.is-open {
	display: flex;
}

.drabows-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.72);
	backdrop-filter: blur(8px);
}

.drabows-popup-dialog {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	padding: 28px;
	color: #f8fafc;
	background: #101419;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.drabows-popup-template-bar {
	align-items: flex-end;
	padding: 0;
}

.drabows-popup-template-bar .drabows-popup-dialog {
	width: 100%;
	max-width: none;
	padding: 22px 56px;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.drabows-popup-template-slide {
	justify-content: flex-end;
	padding: 0;
}

.drabows-popup-template-slide .drabows-popup-dialog {
	width: min(430px, 100%);
	min-height: 100vh;
	padding: 42px 28px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 8px 0 0 8px;
}

.drabows-popup-template-minimal .drabows-popup-dialog {
	max-width: 460px;
	background: rgba(16, 20, 25, 0.94);
}

.drabows-popup-template-spotlight .drabows-popup-dialog {
	max-width: 720px;
	padding: 38px;
	background:
		radial-gradient(circle at top right, rgba(124, 58, 237, 0.28), transparent 42%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(88, 28, 135, 0.94));
	border-color: rgba(255, 255, 255, 0.22);
}

.drabows-popup-template-spotlight .drabows-kicker {
	background: #f97316;
}

.drabows-popup-template-split .drabows-popup-dialog {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.7fr);
	gap: 22px;
	max-width: 760px;
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 118, 110, 0.92));
}

.drabows-popup-template-split .drabows-popup-dialog::after {
	content: '';
	display: block;
	min-height: 220px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
		linear-gradient(135deg, rgba(56, 189, 248, 0.92), rgba(34, 197, 94, 0.86));
}

.drabows-popup-template-coupon {
	align-items: flex-end;
}

.drabows-popup-template-coupon .drabows-popup-dialog {
	max-width: 620px;
	padding: 28px 28px 24px;
	background:
		linear-gradient(90deg, rgba(249, 115, 22, 0.18) 0, rgba(249, 115, 22, 0.18) 16px, transparent 16px, transparent calc(100% - 16px), rgba(249, 115, 22, 0.18) calc(100% - 16px), rgba(249, 115, 22, 0.18) 100%),
		linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(127, 29, 29, 0.92));
	border-style: dashed;
	border-color: rgba(255, 255, 255, 0.28);
}

.drabows-popup-template-coupon .drabows-popup-actions .drabows-button {
	flex: 1 1 180px;
}

.drabows-popup-dialog h2 {
	margin-bottom: 14px;
	font-size: 2rem;
}

.drabows-popup-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.drabows-popup-cta.is-hidden {
	display: none;
}

.drabows-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #f8fafc;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	cursor: pointer;
}

.drabows-popup-template-spotlight .drabows-popup-actions,
.drabows-popup-template-coupon .drabows-popup-actions {
	margin-top: 28px;
}

@media (max-width: 720px) {
	.drabows-popup-template-split .drabows-popup-dialog {
		grid-template-columns: 1fr;
	}

	.drabows-popup-template-split .drabows-popup-dialog::after {
		min-height: 140px;
	}
}

.drabows-posts-section h2,
.drabows-gallery-section h2,
.drabows-media-carousel-section h2,
.drabows-testimonial-carousel-section h2,
.drabows-team-grid-section h2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.drabows-gallery-grid {
	display: grid;
	grid-template-columns: repeat(var(--drabows-gallery-columns, 3), minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.drabows-gallery-grid img,
.drabows-gallery-placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background:
		linear-gradient(135deg, rgba(24, 210, 195, 0.26), rgba(255, 122, 89, 0.18)),
		#1f2933;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-carousel-shell {
	position: relative;
	margin-top: 24px;
}

.drabows-carousel-viewport {
	overflow: hidden;
	border-radius: 8px;
}

.drabows-carousel-track {
	display: flex;
	transition: transform 260ms ease;
	will-change: transform;
}

.drabows-carousel-slide {
	min-width: 100%;
}

.drabows-carousel-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: #f8fafc;
	font-size: 1.1rem;
	line-height: 1;
	background: rgba(15, 23, 42, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	transform: translateY(-50%);
	cursor: pointer;
}

.drabows-carousel-arrow.is-prev {
	left: 12px;
}

.drabows-carousel-arrow.is-next {
	right: 12px;
}

.drabows-carousel-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}

.drabows-carousel-dot {
	width: 12px;
	height: 12px;
	padding: 0;
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	cursor: pointer;
}

.drabows-carousel-dot.is-active,
.drabows-carousel-dot[aria-current="true"] {
	background: #18d2c3;
	border-color: #18d2c3;
}

[data-drabows-carousel].is-single .drabows-carousel-arrow,
[data-drabows-carousel].is-single .drabows-carousel-dots {
	display: none;
}

.drabows-media-carousel-frame {
	height: var(--drabows-media-carousel-height, 460px);
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(24, 210, 195, 0.2), rgba(255, 122, 89, 0.16)),
		rgba(15, 23, 42, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-media-carousel-frame img {
	width: 100%;
	height: 100%;
	object-fit: var(--drabows-media-carousel-fit, cover);
	background: #0f172a;
}

.drabows-carousel-style-outline .drabows-media-carousel-frame {
	background: rgba(2, 8, 23, 0.74);
	border-color: rgba(255, 255, 255, 0.2);
}

.drabows-testimonial-card {
	display: grid;
	gap: 22px;
	min-height: 300px;
	padding: 32px;
	text-align: left;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-testimonial-card blockquote {
	margin: 0;
	color: #ffffff;
	font-size: 1.28rem;
	line-height: 1.55;
}

.drabows-testimonial-card footer {
	display: grid;
	gap: 4px;
}

.drabows-testimonial-card strong {
	color: #18d2c3;
	font-size: 0.96rem;
}

.drabows-testimonial-card span {
	color: rgba(248, 250, 252, 0.68);
	font-size: 0.92rem;
}

.drabows-carousel-style-accent .drabows-testimonial-card {
	background:
		linear-gradient(135deg, rgba(24, 210, 195, 0.18), rgba(255, 122, 89, 0.16)),
		rgba(255, 255, 255, 0.07);
}

.drabows-carousel-style-outline .drabows-testimonial-card {
	background: rgba(2, 8, 23, 0.62);
	border-color: rgba(255, 255, 255, 0.2);
}

.drabows-nav-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 22px;
}

.drabows-nav-block strong {
	color: #18d2c3;
	font-size: 1.05rem;
}

.drabows-nav-block div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.drabows-nav-block a {
	color: rgba(248, 250, 252, 0.82);
	font-weight: 800;
	text-decoration: none;
}

.drabows-post-title h1 {
	max-width: 900px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 3.4rem;
	line-height: 1.02;
	letter-spacing: 0;
}

.drabows-align-left {
	text-align: left;
}

.drabows-align-left h1,
.drabows-align-left h2,
.drabows-align-left .drabows-lead {
	margin-left: 0;
}

.drabows-align-right {
	text-align: right;
}

.drabows-align-right h1,
.drabows-align-right h2,
.drabows-align-right .drabows-lead {
	margin-right: 0;
	margin-left: auto;
}

.drabows-post-content {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(248, 250, 252, 0.86);
	font-size: 1.04rem;
	line-height: 1.75;
}

.drabows-post-content h2,
.drabows-post-content h3,
.drabows-post-content h4 {
	color: #ffffff;
}

.drabows-post-content a,
.drabows-card a,
.drabows-text-link {
	color: #18d2c3;
}

.drabows-archive-loop h2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.drabows-loop-grid {
	grid-template-columns: repeat(var(--drabows-loop-columns, 3), minmax(0, 1fr));
}

.drabows-loop-card {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
	overflow: hidden;
}

.drabows-loop-shell {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.drabows-loop-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.drabows-loop-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	color: rgba(248, 250, 252, 0.82);
	font-size: 0.88rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.drabows-loop-filter.is-active,
.drabows-loop-filter:hover,
.drabows-loop-filter:focus {
	color: #101419;
	background: #18d2c3;
	border-color: #18d2c3;
}

.drabows-loop-card-card,
.drabows-loop-card-cover {
	padding: 18px;
}

.drabows-loop-card-minimal {
	padding: 0;
	background: transparent;
	border: 0;
}

.drabows-loop-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(24, 210, 195, 0.22), rgba(255, 122, 89, 0.16)),
		rgba(15, 23, 42, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-loop-card-minimal .drabows-loop-media {
	aspect-ratio: 2 / 1;
}

.drabows-loop-media img,
.drabows-loop-media-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.drabows-loop-media img {
	object-fit: cover;
}

.drabows-loop-media-placeholder {
	color: rgba(248, 250, 252, 0.94);
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0;
}

.drabows-loop-copy {
	display: grid;
	gap: 12px;
}

.drabows-loop-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.drabows-loop-meta span,
.drabows-loop-meta em {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	color: rgba(248, 250, 252, 0.72);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
}

.drabows-loop-card-cover .drabows-loop-copy {
	padding-top: 4px;
}

.drabows-loop-card-minimal .drabows-loop-copy {
	padding: 18px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-loop-empty-card {
	padding: 22px;
	text-align: center;
}

.drabows-loop-empty-state {
	margin: 0;
	color: rgba(248, 250, 252, 0.72);
	text-align: center;
}

[data-drabows-loop-item][hidden] {
	display: none !important;
}

.drabows-text-link {
	margin-top: 4px;
	font-weight: 850;
	text-decoration: none;
}

.drabows-dynamic-field {
	display: grid;
	gap: 12px;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-dynamic-field h2 {
	margin: 0;
	color: #ffffff;
	font-size: 2rem;
	line-height: 1.1;
	letter-spacing: 0;
}

.drabows-dynamic-value {
	min-width: 0;
	padding: 16px;
	color: #ffffff;
	font-size: 1.15rem;
	font-weight: 850;
	line-height: 1.45;
	background: rgba(24, 210, 195, 0.12);
	border: 1px solid rgba(24, 210, 195, 0.24);
	border-radius: 8px;
	overflow-wrap: anywhere;
}

.drabows-dynamic-value img {
	display: block;
	width: min(100%, 520px);
	height: auto;
	border-radius: 8px;
}

.drabows-dynamic-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 20px;
}

.drabows-dynamic-list li {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.5;
}

.drabows-dynamic-card-grid {
	display: grid;
	grid-template-columns: repeat(var(--drabows-dynamic-columns, 3), minmax(0, 1fr));
	gap: 14px;
}

.drabows-dynamic-card {
	display: grid;
	gap: 12px;
	padding: 16px;
	background: rgba(15, 23, 42, 0.56);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
}

.drabows-dynamic-card-media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
}

.drabows-dynamic-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.drabows-dynamic-card-badge {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	min-height: 28px;
	padding: 0 10px;
	color: #08121a;
	font-size: 12px;
	font-weight: 900;
	background: #2dd4bf;
	border-radius: 999px;
}

.drabows-dynamic-card-copy {
	display: grid;
	gap: 8px;
}

.drabows-dynamic-card-copy h3,
.drabows-dynamic-card-copy p {
	margin: 0;
}

.drabows-dynamic-card-copy h3 {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.2;
}

.drabows-dynamic-card-copy p {
	color: rgba(248, 250, 252, 0.72);
	font-size: 0.95rem;
	line-height: 1.55;
}

.drabows-dynamic-meta {
	margin: 0;
	color: rgba(248, 250, 252, 0.58);
	font-size: 0.86rem;
	font-weight: 800;
}

.drabows-dynamic-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

@media (max-width: 900px) {
	.drabows-dynamic-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.drabows-dynamic-card-grid {
		grid-template-columns: 1fr;
	}
}

.drabows-woo-product {
	display: grid;
	grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1.05fr);
	gap: 34px;
	align-items: center;
}

.drabows-woo-product-stacked {
	grid-template-columns: 1fr;
}

.drabows-woo-media {
	display: grid;
	place-items: center;
	min-height: 320px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-woo-media img,
.drabows-woo-thumb img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
	border-radius: 8px;
}

.drabows-woo-summary h1,
.drabows-woo-products h2,
.drabows-woo-mini-cart h2 {
	max-width: 780px;
	margin: 0;
	color: #ffffff;
	font-size: 2.7rem;
	line-height: 1.04;
	letter-spacing: 0;
}

.drabows-woo-price {
	margin: 14px 0;
	color: #18d2c3;
	font-size: 1.5rem;
	font-weight: 900;
}

.drabows-woo-variation-picker {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.drabows-woo-variation-group {
	display: grid;
	gap: 10px;
}

.drabows-woo-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.drabows-woo-variation-option {
	min-width: 96px;
}

.drabows-woo-variation-summary {
	margin: 14px 0 0;
	color: rgba(248, 250, 252, 0.78);
	font-weight: 700;
}

.drabows-woo-variation-stage {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-woo-variation-stage-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.drabows-woo-sale-badge {
	padding: 6px 10px;
	color: #0f172a;
	font-size: 0.78rem;
	font-weight: 900;
	background: #facc15;
	border-radius: 999px;
}

.drabows-woo-stock-meter {
	height: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
}

.drabows-woo-stock-meter span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #18d2c3 0%, #22c55e 100%);
	border-radius: inherit;
}

.drabows-woo-stock-caption {
	color: rgba(248, 250, 252, 0.7);
	font-weight: 700;
}

.drabows-woo-variation-compare {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.drabows-woo-variation-card {
	display: grid;
	gap: 8px;
	padding: 14px;
	color: rgba(248, 250, 252, 0.88);
	text-align: left;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.drabows-woo-variation-card strong,
.drabows-woo-variation-card span,
.drabows-woo-variation-card small,
.drabows-woo-variation-card em {
	font-style: normal;
}

.drabows-woo-variation-card small {
	color: rgba(248, 250, 252, 0.68);
}

.drabows-woo-variation-card em {
	color: #18d2c3;
	font-weight: 800;
}

.drabows-woo-variation-card:hover,
.drabows-woo-variation-card.is-active {
	background: rgba(24, 210, 195, 0.12);
	border-color: rgba(24, 210, 195, 0.42);
	transform: translateY(-1px);
}

.drabows-woo-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.drabows-woo-meta li {
	padding: 8px 10px;
	color: rgba(248, 250, 252, 0.82);
	font-weight: 800;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-woo-grid {
	display: grid;
	grid-template-columns: repeat(var(--drabows-woo-columns, 3), minmax(0, 1fr));
	gap: 16px;
	margin-top: 26px;
}

.drabows-woo-catalog-filters {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.drabows-woo-filter-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.drabows-woo-search-field {
	flex: 1 1 260px;
	max-width: 420px;
}

.drabows-woo-search-input {
	width: 100%;
	padding: 12px 14px;
	color: #ffffff;
	font: inherit;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-woo-search-input::placeholder {
	color: rgba(248, 250, 252, 0.45);
}

.drabows-woo-search-input:focus {
	outline: none;
	border-color: rgba(24, 210, 195, 0.42);
	box-shadow: 0 0 0 3px rgba(24, 210, 195, 0.14);
}

.drabows-woo-results-count {
	color: rgba(248, 250, 252, 0.74);
	font-weight: 800;
}

.drabows-woo-filter-pills {
	display: grid;
	gap: 12px;
}

.drabows-woo-card {
	display: grid;
	gap: 12px;
	align-content: start;
	padding: 18px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
}

.drabows-woo-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.drabows-woo-card-meta span {
	padding: 6px 10px;
	color: rgba(248, 250, 252, 0.78);
	font-size: 0.78rem;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.drabows-woo-card h3 {
	margin: 0;
	color: #ffffff;
	font-size: 1.2rem;
}

.drabows-woo-card a {
	color: inherit;
	text-decoration: none;
}

.drabows-woo-thumb {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
}

.drabows-woo-add-to-cart.added::after,
.drabows-woo-add-to-cart.loading::after {
	display: none;
}

.drabows-woo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.drabows-woo-cart,
.drabows-woo-checkout,
.drabows-woo-account,
.drabows-woo-order-received {
	color: rgba(248, 250, 252, 0.86);
}

.drabows-woo-cart table,
.drabows-woo-checkout table,
.drabows-woo-checkout form,
.drabows-woo-account .woocommerce,
.drabows-woo-order-summary {
	color: #1d2327;
	background: #ffffff;
	border-radius: 8px;
}

.drabows-woo-cart .woocommerce,
.drabows-woo-checkout .woocommerce,
.drabows-woo-order-received .woocommerce {
	padding: 18px;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 8px;
}

.drabows-woo-notice {
	text-align: center;
}

.drabows-woo-account .woocommerce,
.drabows-woo-order-summary {
	padding: 18px;
}

.drabows-woo-account-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.drabows-woo-account-shell {
	display: grid;
	gap: 18px;
	margin-top: 20px;
}

.drabows-woo-account-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.drabows-woo-order-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
}

.drabows-woo-order-card {
	display: grid;
	gap: 8px;
	padding: 16px;
	background: #f8fafc;
	border-radius: 8px;
}

.drabows-woo-order-card strong {
	color: #0f172a;
	font-size: 0.9rem;
}

.drabows-woo-order-card span {
	color: #334155;
	font-size: 1rem;
}

@media (max-width: 900px) {
	.drabows-section {
		padding: 34px 24px;
	}

	.drabows-section h2 {
		font-size: 2.2rem;
	}

	.drabows-card-grid,
	.drabows-loop-grid,
	.drabows-price-grid,
	.drabows-form-section,
	.drabows-woo-product,
	.drabows-woo-grid {
		grid-template-columns: 1fr;
	}

	.drabows-nav-block {
		align-items: flex-start;
		flex-direction: column;
	}

	.drabows-cta-section {
		grid-template-columns: 1fr;
	}

	.drabows-alert-section,
	.drabows-search-form {
		grid-template-columns: 1fr;
	}

	.drabows-steps-inline .drabows-steps-list {
		grid-template-columns: 1fr;
	}

	.drabows-cta-actions {
		min-width: 0;
		text-align: left;
	}

	.drabows-alert-actions {
		min-width: 0;
		text-align: left;
	}

	.drabows-divider-section {
		padding-right: 0;
		padding-left: 0;
	}

	.drabows-tabs-nav {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 4px;
	}

	.drabows-testimonial-card {
		min-height: 0;
		padding: 24px;
	}
}

@media (max-width: 520px) {
	.drabows-section {
		padding: 28px 18px;
	}

	.drabows-section h2 {
		font-size: 1.9rem;
		line-height: 1.1;
	}

	.drabows-post-title h1 {
		font-size: 2.15rem;
		line-height: 1.08;
	}

	.drabows-divider-section {
		gap: 10px;
	}

	.drabows-icon-list li {
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 14px;
	}

	.drabows-icon-list li::before {
		width: 30px;
		height: 30px;
	}

	.drabows-social-link {
		width: 100%;
		justify-content: flex-start;
	}

	.drabows-icon-box-item {
		grid-template-columns: 1fr;
	}

	.drabows-icon-box-glyph {
		width: 42px;
		height: 42px;
	}

	.drabows-step-item {
		grid-template-columns: 1fr;
	}

	.drabows-carousel-arrow {
		width: 36px;
		height: 36px;
		font-size: 0.92rem;
	}

	.drabows-carousel-arrow.is-prev {
		left: 10px;
	}

	.drabows-carousel-arrow.is-next {
		right: 10px;
	}

	.drabows-testimonial-card {
		padding: 20px;
	}

	.drabows-testimonial-card blockquote {
		font-size: 1.08rem;
	}
}
