/* =========== © 2024 Centroarts.com - https://honista.com =========== */

:root {
	color-scheme: light;

	--text: Inter, SomarSans;
	--text-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--text-size: 16px;
	--text-mob-lg-size: 17px;
	--text-lg-size: 20px;
	--text-md-size: 15px;
	--text-sm-size: 14px;
	--text-xsm-size: 12px;

	--text-lh: 1.5;
	--text-lg-lh: 1.6;
	--text-md-lh: 24px;
	--text-sm-lh: 20px;
	--text-xsm-lh: 16px;

	--heading-size-l: 48px;
	--heading-lh-l: 56px;
	--heading-size-m: 32px;
	--heading-lh-m: 40px;

	--heading2-size-l: 40px;
	--heading2-lh-l: 48px;
	--heading2-size-m: 28px;
	--heading2-lh-m: 36px;

	--title-size-l: 32px;
	--title-lh-l: 40px;
	--title-size-m: 24px;
	--title-lh-m: 32px;

	--post-title-size-l: 24px;
	--post-title-lh-l: 32px;
	--post-title-size-m: 17px;
	--post-title-lh-m: 24px;

	--img-radius: 24px;

	--section-dark-bg: #1E1E1E;
	--section-dark-text: #FFFFFF;

	--color-text: #1E1E1E;
	--color-text-rgb: 30, 30, 30;

	--color-primary: #FE0178;
	--color-primary-rgb: 254, 1, 120;
	--color-primary-h: #EC006F;
	--color-primary-h-rgb: 236, 0, 111;
	--color-primary-a: #DF0069;
	--color-primary-a-rgb: 223, 0, 105;

	--color-second: #FFA665;
	--color-second-rgb: 255, 166, 101;

	--color-yellow: #FFD058;
	--color-yellow-rgb: 255, 208, 88;

	--color-blue: #01A5FE;
	--color-blue-rgb: 1, 165, 254;
	--color-blue-h: #00A0F6;
	--color-blue-h-rgb: 0, 160, 246;
	--color-blue-a: #0396E5;
	--color-blue-a-rgb: 3, 150, 229;
	
	--color-white: #FFFFFF;

	--color-body: #FFFFFF;
	--color-body-rgb: 255, 255, 255;

	--btn-text-size: 15px;
	--btn-color: var(--color-primary);
	--btn-color-rgb: var(--color-primary-rgb);

	--drop-bg: #FFFFFF;
	--drop-radius: 24px;

	--wrp-wmax: 1280px;
	--wrpc-wmax: 954px;
	--wrp-pad: 40px;
	--wrp-pad-mob: 24px;

	--header-pc: 80px;
	--header-tablet: 96px;
	--header-mobile: 88px;

	--sgap: 128px;
	--sgap-md: 80px;
	--sgap-sm: 64px;
	--sgap-mob: 48px;
	--sgap-mob-md: 24px;
	--sgap-mob-sm: 24px;
	
	--b-gap: 48px;
	--bmob-gap: 32px;

	--ratestar-img: url("../images/star-rate.svg");
}

@media (prefers-reduced-motion: no-preference) {
	:root { scroll-behavior: smooth; }
}

html.load * { transition: none !important; }

*, *::before, *::after { box-sizing: border-box; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
html { -webkit-text-size-adjust: none; text-size-adjust: none; -webkit-tap-highlight-color: transparent; }

[tabindex="-1"]:focus { outline: 0 !important; }

hr { margin: 1em 0; color: inherit; border: 0; border-top: var(--border-width) solid; opacity: 0.1; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }
p { margin-top: 0; margin-bottom: 1.5em; }
p > br:first-child { display: none; }

abbr[title] {
	-webkit-text-decoration: underline dotted; text-decoration: underline dotted;
	cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none;
}

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul, dl { list-style: none; padding: 0; margin: 0; }
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: bold; }
dd { margin-bottom: .5rem; margin-left: 0; }

blockquote { margin: 0 0 1em; }
b, strong { font-weight: bold; }
small, .small { font-size: var(--text-md-size); }

sub, sup { position: relative; font-size: .75em; line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }

a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }

pre, code, kbd, samp { font-family: var(--ft-mono); font-size: 1em; }
pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; }
a > code { color: inherit; }

figure { margin: 0 0 1rem; }
img { vertical-align: middle; border-style: none; }
svg { overflow: hidden; vertical-align: middle; }

form { margin: 0; }
table { border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #99999e; text-align: left; caption-side: bottom; }
:dir(rtl) caption { text-align: right; }

th { text-align: inherit; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit;  }
button, input { overflow: visible; }
button, select { text-transform: none; }
select { word-wrap: normal; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; outline: none !important; }
button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) { cursor: pointer;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }
input[type="radio"],
input[type="checkbox"] { box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0; }
textarea { resize: vertical; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal;}
progress { vertical-align: baseline; }
[type="search"] { outline-offset: -2px; -webkit-appearance: textfield; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
::-webkit-color-swatch-wrapper { padding: 0; }
::file-selector-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }

*::-webkit-input-placeholder { color: #B9B9BC; opacity: 1; }
*::-moz-placeholder { color: #B9B9BC; opacity: 1; }
*::placeholder { color: #B9B9BC; opacity: 1; }
*:disabled, *[readonly], *.disabled { opacity: .3; }

@media (max-width: 991px) {
	.scroll-h { overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.scroll-h::-webkit-scrollbar { display: none; }
}
@media (max-width: 575px) {
	.hide-sm { display: none !important; }
}
@media (max-width: 767px) {
	.hide-md { display: none !important; }
}
@media (max-width: 991px) {
	.hide-lg { display: none !important; }
}

/* Item Link */
.item { position: relative; overflow: hidden; }
.item-link { color: inherit !important; }
.item-link::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }

/* body, html { scrollbar-gutter: stable; } */
body {
	font-family: var(--text); font-size: var(--text-size); line-height: var(--text-lh);
	font-weight: normal; text-rendering: optimizeLegibility;
	color: var(--color-text); background-color: var(--color-body);
	min-width: 320px; min-height: 100vh; margin: 0;
	overflow-y: scroll; display: flex; flex-direction: column;
}
.wrp {
	max-width: calc(var(--wrp-wmax) + (var(--wrp-pad) * 2));
	margin-left: auto; margin-right: auto;
	padding-left: var(--wrp-pad); padding-right: var(--wrp-pad);
}
.wrpc { text-align: center; --wrp-wmax: var(--wrpc-wmax); }

@media (max-width: 767px) {
	.wrp { --wrp-pad: var(--wrp-pad-mob); }
}

a, a.btn-link { color: var(--color-primary); outline: none !important; text-decoration: none; }
a:hover, .btn-link:hover { color: var(--color-primary-h); }

.c-primary { color: var(--color-primary) !important; }
.c-text { color: var(--color-text) !important; }
.c-muted { color: rgba(var(--color-text-rgb), 0.7) !important; }

.muted { opacity: .7; }

.ic { fill: currentColor; }

.cover { position: relative; display: flex; overflow: hidden; flex-direction: column; flex-grow: 1; }
.cover img, .cover video {
	position: absolute; top: 0; left: 50%; display: block;
	min-width: 100%; width: auto; height: 100%; transform: translateX(-50%);
	object-fit: cover; object-position: center center;
	-o-object-position: center center; -o-object-fit: cover;
	pointer-events: none;
}

.fw-b { font-weight: bold !important; }
.fw-n { font-weight: normal !important; }

.t-left { text-align: left; }
.t-center { text-align: center; }
.t-right { text-align: left; }

.f-right { float: right; }
.f-left { float: left; }

.text-lg { --text-size: var(--text-lg-size); --text-lh: var(--text-lg-lh); }
.text-md { --text-size: var(--text-md-size); --text-lh: var(--text-md-lh); }
.text-sm { --text-size: var(--text-sm-size); --text-lh: var(--text-sm-lh); }
.text-xsm { --text-size: var(--text-xsm-size); --text-lh: var(--text-xsm-lh); }
.text-lg, .text-md, .text-sm, .text-xsm { font-size: var(--text-size); line-height: var(--text-lh); }

@media (max-width: 767px) {
	.text-lg { --text-size: var(--text-mob-lg-size); }
}

.truncate { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.text-wrap { white-space: normal !important; }
.text-nowrap { white-space: nowrap !important; }
.underline { text-decoration: underline; }
.break-word { display: block; word-break: break-word !important; }

.circle { border-radius: 50%; }

.color-blue { color: var(--color-blue); }
.color-yellow { color: var(--color-yellow); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Trigger */
.trigger { position: relative; }
.trigger-btn { display: block; }
.trigger-action { position: absolute; left: 0; top: 0; opacity: 0; pointer-events: none; }

/* DropDown */
.dropdown { position: relative; }
.dropdown-trigger { border: 0 none !important; background: none !important; color: inherit; outline: none; user-select: none; }
.dropdown-content {
	position: absolute; left: 0; top: 100%; z-index: 99; margin-top: 4px;
	background-color: var(--drop-bg); border-radius: var(--drop-radius);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.16);
}
:dir(rtl) .dropdown-content { left: auto; right: 0; }
.dropdown-content.show { display: block !important; }

/* Tag line */
.tagline { display: flex; align-items: center; flex-wrap: wrap; }
.tagline + .heading { margin-top: 16px; }
.tagline-item:not(:last-child), .tagline-sep { margin-right: 16px; }
.tagline-sep { width: 0; border-left: 1px solid; align-self: stretch; opacity: .1; }
:dir(rtl) .tagline-item:not(:last-child), :dir(rtl) .tagline-sep { margin-left: 16px; margin-right: 0; }

@media (max-width: 639px) {
	.tagline-item.rate-line { width: 100%; margin-right: 0; margin-bottom: 4px; }
	.tagline-item.rate-line + .tagline-sep { display: none; }
}

/* label */
.highlighting {
	padding: 4px 12px; color: var(--color-primary); background-color: rgba(var(--color-primary-rgb), 0.07);
	border-radius: 16px; display: inline-flex; text-align: center;
}

/* Section & Blocks */
:root {
	--section-gap: var(--sgap);
	--section-gap-md: var(--sgap-md);
	--section-gap-sm: var(--sgap-sm);
	--block-gap: var(--b-gap);
}
.section { padding: var(--section-gap) 0; }
@media (max-width: 767px) {
	:root {
		--section-gap: var(--sgap-mob);
		--section-gap-md: var(--sgap-mob-md);
		--section-gap-sm: var(--sgap-mob-sm);
		--block-gap: var(--bmob-gap);
	}
}
@media (min-width: 768px) {
	.section-blocks .section-block { --section-gap: var(--section-gap-sm); }
}
.honista-content { padding-top: var(--section-gap-md); }
.honista-content .section:first-child { padding-top: 0; }
.section-block:not(:first-child) { margin-top: var(--section-gap); }
.section:not(.section-radial-dark) + .section:not(.section-radial-dark):not(.section-ctr) { padding-top: 0; }
.block:not(:last-child) { margin-bottom: var(--block-gap); }

.section + .section-dark { padding-top: var(--section-gap-md) !important; }
@media (max-width: 767px) {
	.section + .section-dark { padding-top: var(--section-gap) !important; }
}
.section-dark { background-color: var(--section-dark-bg); color: var(--section-dark-text); }

/* Title & Heading */
:root {
	--heading-size: var(--heading-size-m);
	--heading-lh: var(--heading-lh-m);

	--heading2-size: var(--heading2-size-m);
	--heading2-lh: var(--heading2-lh-m);

	--title-size: var(--title-size-m);
	--title-lh: var(--title-lh-m);

	--post-title-size: var(--post-title-size-m);
	--post-title-lh: var(--post-title-lh-m);
}
@media (min-width: 768px) {
	:root {
		--heading-size: var(--heading-size-l);
		--heading-lh: var(--heading-lh-l);
	
		--heading2-size: var(--heading2-size-l);
		--heading2-lh: var(--heading2-lh-l);
	
		--title-size: var(--title-size-l);
		--title-lh: var(--title-lh-l);

		--post-title-size: var(--post-title-size-l);
		--post-title-lh: var(--post-title-lh-l);
	}
}
.heading {
	font-size: var(--heading-size); line-height: var(--heading-lh);
	font-weight: bold;
	margin-bottom: 24px;
}
.heading2 {
	font-size: var(--heading2-size); line-height: var(--heading2-lh);
	font-weight: bold;
	margin-bottom: 16px;
}
.title {
	font-size: var(--title-size); line-height: var(--title-lh);
	font-weight: bold;
	margin-bottom: 16px;
}

.text-gradient {
	background-image: linear-gradient(to right, var(--color-primary), var(--color-second));
	color: transparent; background-clip: text; -webkit-background-clip: text;
}

/* Gradient BG */
.gradient-bg { position: absolute; z-index: 0; user-select: none; pointer-events: none; }
.gradient-bg::after, .gradient-bg::before {
	content: ""; position: absolute; top: 0; left: 50%; width: 100%; max-width: 1000px; aspect-ratio: 1/1;
	opacity: .2; border-radius: 50%;
}
.gradient-bg::after { transform: translate(-80%, 0%); background-image: radial-gradient(closest-side, var(--color-primary) 0%, rgba(var(--color-primary-rgb), 0) 100%); }
.gradient-bg::before { transform: translate(-30%, 0%); background-image: radial-gradient(closest-side, var(--color-second) 0%, rgba(var(--color-second-rgb), 0) 100%); }

:dir(rtl) .gradient-bg::after { left: auto; right: 50%; transform: translate(80%, 0%); }
:dir(rtl) .gradient-bg::before { left: auto; right: 50%; transform: translate(30%, 0%); }

/* Rate */
.rate-line { display: flex; align-items: center; }
.rate-line * + * { margin-left: 8px; }
:dir(rtl) .rate-line * + * { margin-right: 8px; margin-left: 0; }

.rate-star {
	display: block; width: calc(var(--rate-height) * 5); height: var(--rate-height);
	mask-image: var(--ratestar-img); -webkit-mask-image: var(--ratestar-img);
	mask-repeat: repeat-x; -webkit-mask-repeat: repeat-x;
	mask-size: auto 100%; -webkit-mask-size: auto 100%;
	background-color: rgba(var(--color-text-rgb), 0.1);
}
.rate-star-percent { display: block; width: 0; height: inherit; background-color: var(--color-yellow); }

/* line-list */
.line-list { padding-left: 24px; position: relative; }
.line-list::before { content: ""; position: absolute; left: 4px; top: 0; bottom: 0; width: 1px; background-color: var(--color-primary); }
.line-list-link { margin-top: 12px; }
:dir(rtl) .line-list { padding-right: 24px; padding-left: 0; }
:dir(rtl) .line-list::before { left: auto; right: 4px; }

@media (min-width: 576px) {
	.line-list { padding-left: 32px; }
	:dir(rtl) .line-list { padding-right: 32px; padding-left: 0; }
}

/* Honista Icon */
.honista-icon { display: flex; width: 48px; height: 48px; border-radius: 12px; background-color: var(--color-primary); color: var(--color-white); }
.honista-icon .ic { width: inherit; height: inherit; }
.heading-icon { margin-bottom: 20px; display: block; }
.heading-icon:not(.honista-icon) { width: 48px; height: 48px; color: var(--color-primary); }

/* CTR Section */
.section-ctr {
	--ctr-bg: rgba(var(--color-primary-rgb), 0.05);
	--wrp-wmax: 602px;

	background-color: var(--ctr-bg);
	text-align: center;
}
.section-ctr-top { margin-bottom: 20px; }
.section-ctr .btn-line { justify-content: center; }

.section-ctr.ctr-tg {
	--ctr-bg: rgba(var(--color-blue-rgb), 0.1);
}

/* Grid */
.grid { display: grid; grid-template-columns: repeat(var(--grid-cols), 1fr); gap: var(--grid-gap); }

/* Short-item */
.short-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.short-icon .ic { width: 36px; height: 36px; color: var(--color-primary); }
@media (min-width: 576px) {
	.short-item { padding-right: 32px; }
	.short-icon {
		width: 76px; height: 76px; border-radius: 24px; padding: 20px; margin-bottom: 20px;
		background-color: rgba(var(--color-primary-rgb), 0.2);
	}

	:dir(rtl) .short-item { padding-left: 32px; padding-right: 0; }
}
.short-title { font-weight: bold; }

.short-list:has(.short-num) { counter-reset: short-num 0; }
.short-num {
	font-style: normal; font-weight: bold; display: block;
	color: var(--color-primary); font-size: var(--text-lg-size); margin-bottom: 16px;
	position: relative;
}
.short-num::before {
	content: ""; display: block; height: 1px; margin-bottom: 12px;
	background-image: linear-gradient(90deg, rgba(var(--color-primary-rgb), 0.5) 0%, rgba(var(--color-primary-rgb), 0) 100%);
}
:dir(rtl) .short-num::before { background-image: linear-gradient(-90deg, rgba(var(--color-primary-rgb), 0.5) 0%, rgba(var(--color-primary-rgb), 0) 100%); }
.short-num::after { counter-increment: short-num; content: counter(short-num); }

/* --- FORMS --- */
.form-group + .form-group { margin-top: var(--gap-min); }
.form-group > label, .label-group { font-size: var(--text-md-size); line-height: 20px; margin-bottom: 8px; display: block; }

@media (min-width: 992px) {
	.form-group-combo { display: flex; flex-wrap: wrap; }
	.form-group-combo .form-group { flex: 1; }
	.form-group-combo .form-group + .form-group { margin-left: var(--gap-min); margin-top: 0; }
}

.label-group { display: flex; }
.label-group-title { margin-bottom: 0; }
.label-group-info { margin-left: auto; padding-left: 8px; }

select, textarea, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]) {
	display: block; width: 100%; height: 64px; padding: 19px; line-height: 24px; background-clip: padding-box; outline: none !important;
	border: 1px solid rgba(var(--color-text-rgb), 0.1); transition: border-color .2s ease;
	border-radius: 16px;
}
select:focus, textarea:focus, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):focus { border-color: rgba(var(--color-primary-rgb), 0.2); }
textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
input[type="radio"], input[type="checkbox"] { line-height: normal; margin: -2px 6px 0 0; vertical-align: middle; }
input[type="file"], input[type="image"],
input[type="submit"], input[type="reset"],
input[type="button"], input[type="radio"],
input[type="checkbox"] { width: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
select[multiple], select { -webkit-appearance: none; appearance: none; }
select[multiple], select[size], textarea { height: auto; }
::-moz-placeholder, :-moz-placeholder, ::-webkit-input-placeholder { opacity: 0.6; }
select:not([multiple]) {
	padding-right: 2rem;
	background-position: calc(100% - 6px) 50%; background-size: 24px 24px; background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7071 8.29289C18.3166 7.90237 17.6834 7.90237 17.2929 8.29289L12 13.5858L6.70711 8.29289C6.31658 7.90237 5.68342 7.90237 5.29289 8.29289C4.90237 8.68342 4.90237 9.31658 5.29289 9.70711L11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071L18.7071 9.70711C19.0976 9.31658 19.0976 8.68342 18.7071 8.29289Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
}

input:focus { outline: none;  }
input[type="file"], input[type="image"] { padding: 12px 0 0 0; border-width: 0; background: none; box-shadow: none; }

/* BUTTONS */
.btn-line { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
@media (min-width: 768px) {
	.btn-line { margin-top: 32px; }
}
.btn {
	display: inline-flex; justify-content: center; text-align: center; font-weight: bold; font-size: var(--btn-text-size);
	cursor: pointer; white-space: nowrap; outline: 0 !important; border: 0 none; background: none;
	border-radius: 16px; height: 64px; line-height: 24px; padding: 20px 32px; color: inherit;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

.btn-sm { height: 48px; padding: 12px 24px; }

.btn-download::after { content: "("attr(data-size)")"; font-weight: normal; margin-left: 4px; }
:dir(rtl) .btn-download::after { margin-right: 4px; margin-left: 0; }

@media (min-width: 992px) {
	.btn { transition: color .2s ease, background-color .2s ease; }
}

@media (max-width: 575px) {
	.btn-block { flex: 0 0 100%; margin: 0; }
}

/* BTN Fill */
.btn-fill {
	background-color: var(--btn-color);
	color: var(--color-white) !important;
}
.btn-fill.btn-blue {
	--btn-color: var(--color-blue);
	--btn-color-rgb: var(--color-blue-rgb);
}
@media (min-width: 992px) {
	.btn-fill:hover {
		--btn-color: var(--color-primary-h);
		--btn-color-rgb: var(--color-primary-h-rgb);
	}
	.btn-fill:active {
		--btn-color: var(--color-primary-a);
		--btn-color-rgb: var(--color-primary-a-rgb);
	}
	.btn-fill.btn-blue:hover {
		--btn-color: var(--color-blue-h);
		--btn-color-rgb: var(--color-blue-h-rgb);
	}
	.btn-fill.btn-blue:active {
		--btn-color: var(--color-blue-a);
		--btn-color-rgb: var(--color-blue-a-rgb);
	}
}

/* BTN Border */
.btn-border { color: inherit !important; background: none; position: relative; overflow: hidden; }
.btn-border::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid; opacity: .15; transition: opacity .2s ease, border-width .2s ease; } 
.btn-border::after { border: 1px solid; opacity: .15; }
.btn-border:hover::after { opacity: .25; }
.btn-border:active::after { opacity: .35; border-width: 2px; }

/* BTN Tonal */
.btn-tonal {
	color: var(--btn-color) !important;
	background-color: rgba(var(--btn-color-rgb), 0.1);
}
.btn-blue.btn-tonal {
	--btn-color: var(--color-blue);
	--btn-color-rgb: var(--color-blue-rgb);
}

@media (min-width: 992px) {
	.btn-tonal:hover { background-color: rgba(var(--btn-color-rgb), 0.14); }
	.btn-tonal:active {
		--btn-color: var(--color-primary-h);
		--btn-color-rgb: var(--color-primary-h-rgb);

		background-color: rgba(var(--btn-color-rgb), 0.2);
	}
	.btn-blue.btn-tonal:active {
		--btn-color: var(--color-blue-a);
		--btn-color-rgb: var(--color-blue-a-rgb);
	}
}

/* TEXT */
.text { font-size: var(--text-size); line-height: var(--text-lh); }
.text img { max-width: 100%; height: auto; }
.text > img { border-radius: var(--img-radius); }
.text p:not(:last-child), .text ul:not(:last-child), .text ol:not(:last-child),
.text > img:not(:last-child), .text > figure:not(:last-child) { margin-bottom: 1.25em; }
.text-heading { line-height: 1.25; display: block; margin-bottom: .75em; }

.text ul, .text ol { padding: 0 0 0 4px; }
.text ul { list-style: outside; }
.text ol { list-style-type: none; counter-reset: num; }
.text ol li::before { content: counter(num) '. '; counter-increment: num; }
.text ul li { margin-left: 16px; }
.text ul li + li, .text > ol li + li { margin-top: 8px; }

:dir(rtl) .text ul, :dir(rtl) .text ol { padding: 0 4px 0 0; }
:dir(rtl) .text ul li { margin-right: 16px; margin-left: 0; }

.text h2, .text .h2 { font-size: 1.125em; }
.text h3, .text .h3 { font-size: 1.125em; }
.text h4, .text .h4 { font-size: 1em; }
.text h5, .text .h5 { font-size: 1em; }