/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 2.0.0
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags:

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


@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* switzer */
@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer/Switzer-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer/Switzer-Extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer/Switzer-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer/Switzer-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer/Switzer-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer/Switzer-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer/Switzer-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
	--height-wpadminbar: 0px;
	--container-large: 1312px;
	--container: 1280px;
	--height-header: 96px;
	--offset-top: 20px;
	--sticky-offset: -webkit-calc(var(--height-header) + var(--offset-top) + var(--height-wpadminbar));
	--sticky-offset: -moz-calc(var(--height-header) + var(--offset-top) + var(--height-wpadminbar));
	--sticky-offset: calc(var(--height-header) + var(--offset-top) + var(--height-wpadminbar));

	--text-xs: 12px;
	--text-sm: 14px;
	--text-base: 16px;
	--text-md: 18px;
	--text-lg: 20px;
	--text-xl: 24px;
	--text-2xl: 32px;
	--text-3xl: 36px;
	--text-4xl: 44px;
	--text-5xl: 48px;
	--text-6xl: 52px;

	--lineheight-3xs: 1;
	--lineheight-2xs: 1.1;
	--lineheight-xs: 1.2;
	--lineheight-s: 1.3;
	--lineheight-sm: 1.4;
	--lineheight: 1.5;
	--lineheight-m: 1.625;
	--lineheight-l: 1.75;
	--lineheight-xl: 2;
	--lineheight-xxl: 2.5;

	--suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	--fontfamily-sans: 'Inter', var(--suffix-family);
	--fontfamily-switzer: 'Switzer', var(--suffix-family);

	--padding-container: -webkit-calc((100% - var(--container)) / 2);

	--padding-container: -moz-calc((100% - var(--container)) / 2);

	--padding-container: calc((100% - var(--container)) / 2);
	--padding-field: 12.61px 16px;
	--padding-button: 9px 23px;

	--rounded-xs: 2px;
	--rounded-sm: 4px;
	--rounded: 6px;
	--rounded-md: 10px;
	--rounded-lg: 16px;
	--rounded-xl: 24px;
	--rounded-2xl: 32px;
	--rounded-full: 999999px;

	--transparent: rgba(0, 0, 0, 0);
	--white: #fff;
	--black: #000;
	--black-800: #0D0C0C;
	--black-500: #202321;
	--black-400: #322C2C;
	--blue-dark: #050534;
	--blue: #38bdf8;
	--blue-light: #f1f7f8;
	--red: #ef4444;
	--red-light:#cf4c4c;
	--yellow: #fbbf24;
	--green: #1f4d3a;
	--green-shine: #2db57c;
	--green-secondary: #25664B;
	--green-light: #4D715D;
	--purple: #8b5cf6;
	--orange: #ee5300;
	--beige: #faf7f2;
	--gray: #9ca3af;
	--gray-200: #EEEBE6;
	--gray-300: rgba(13, 12, 12, 0.05);
	--gray-400: #B3B0AD;
	--gray-500: #CECDC8;
	--gray-700: #4b5563;

	--shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);

	--listing-column: 3;
	--listing-gap: 32px;
	--listing-gap-bottom: 26px;

	--duration: .3s;
	--transition: background-color var(--duration), border-color var(--duration), color var(--duration), fill var(--duration), stroke var(--duration), opacity var(--duration), visibility var(--duration), box-shadow var(--duration), -webkit-box-shadow var(--duration), transform var(--duration), -webkit-transform var(--duration), filter var(--duration), backdrop-filter var(--duration);
}


@media all and (min-width: 1300px) and (max-width: 1399px) {
	html:root {
		--container: 1200px;
	}
}

@media all and (max-width: 1299px) {
	html:root {
		--height-wpadminbar: 0px;
		--height-header: 64px;
		--container: 100%;
		--padding-container: 24px;
	}

	#wpadminbar {
		display: none;
	}
}

@media all and (min-width: 1100px) and (max-width: 1299px) {
	html:root {
		--text-4xl: 36px;
		--text-5xl: 44px;
		--text-6xl: 38px;
	}
}

@media all and (min-width: 901px) and (max-width: 1099px) {
	html:root {
		--text-4xl: 36px;
		--text-5xl: 40px;
		--text-6xl: 36px;
	}
}

@media all and (min-width: 900px) {
	body:not(.single) .wpb_text_column h1 + *,
	body:not(.single) .wpb_text_column h2 + * {
		font-size: var(--text-md);
	}

}

@media all and (min-width: 601px) and (max-width: 900px) {
	html:root {
		--text-4xl: 36px;
		--text-5xl: 38px;
		--text-6xl: 36px;
	}
}

@media all and (min-width: 401px) and (max-width: 600px) {
	html:root {
		--text-4xl: 36px;
		--text-5xl: 36px;
		--text-6xl: 36px;
	}
}

@media all and (max-width: 400px) {
	html:root {
		--text-4xl: 34px;
		--text-5xl: 36px;
		--text-6xl: 36px;
	}
}


* {
	margin: 0;
	padding: 0;
	outline: 0;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	text-shadow: var(--transparent) 0 0 1px;
	vertical-align: baseline;
	background-clip: border-box;
	word-break: break-word;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	/* outline: 1px solid #000; */
}

*:focus,
*:active,
*:visited,
*:hover {
	outline: 0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

::-moz-selection {
	color: var(--white);
	text-shadow: none;
	background-color: var(--black);
}

::selection {
	color: var(--white);
	text-shadow: none;
	background-color: var(--black);
}

/* STYLE SCREEN READERS */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	word-wrap: normal !important;
	overflow: hidden;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--black);
	line-height: normal;
	text-decoration: none;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	background-color: var(--white);
}

body {
	margin: 0;
	font-family: var(--fontfamily-sans);
	color: var(--black-500);
	-moz-block-height: normal;
	line-height: var(--lineheight);
	font-size: var(--text-base);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: var(--transparent);
	word-break: break-word;
	background-color: var(--beige);
}

html[lang] {
	width: 100%;
	overflow-x: hidden;
	margin-top: var(--height-wpadminbar) !important;
}

html.prevent-default {
	overflow: hidden;
}

.container {
	width: -webkit-calc(100% - 48px);
	width: -moz-calc(100% - 48px);
	width: calc(100% - 48px);
	max-width: var(--container);
	margin: 0 auto;
}

mark {
	padding: 2px 5px;
	color: inherit;
	background-color: var(--black);
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
	width: 100%;
}

p:empty {
	display: none;
}

p+p,
p+table,
p+ol,
p+ul,
table+p,
table+table,
table+ol,
table+ul,
ol+p,
ol+table,
ol+ol,
ol+ul,
ul+p,
ul+table,
ul+ol,
ul+ul {
	margin-top: 16px;
}

ol,
ul {
	padding-left: 24px;
	margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-top: 10px;
}

li {
	width: 100%;
}

li+li {
	margin-top: 16px;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

a * {
	cursor: pointer;
	cursor: hand;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--green);
	font-weight: 600;
	letter-spacing: -0.01em;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	color: var(--green-light);
	font-weight: 600;
} 

h1 {
	line-height: var(--lineheight-3xs);
}

h1,
h2,
h3,
h4 {
	margin-bottom: 24px;
}

h5,
h6 {
	margin-bottom: 10px;
}

h1 {
	font-size: var(--text-5xl);
}

h2 {
	font-size: var(--text-6xl);
	line-height: var(--lineheight-xs);
	letter-spacing: -0.01em;
}

.custom-heading h2 {
	line-height: var(--lineheight-2xs);
	font-size: var(--text-5xl);
}

.custom-heading-32 {
	--text-3xl: 32px;
}

.custom-heading-32 h3 {
	--text-4xl: 32px;	
}

.heading-40 h2 {
	--text-6xl: 40px;
}

.heading-44 h2 {
	--text-6xl: 44px;
}

.heading-20 h3 {
	--text-4xl: 20px;
}

.heading-20 p+h3 {
	margin-top: 16px;
}



h3 {
	font-size: var(--text-4xl);
	line-height: var(--lineheight-xs);
	letter-spacing: -0.44px;
}

h4 {
	font-size: var(--text-xl);
}

h5 {
	font-size: var(--text-lg);
}

h6 {
	font-size: var(--text-md);
}

p a,
ul a,
ol a,
table a {
	color: var(--orange);
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
	color: inherit;
}

strong,
b {
	font-weight: 700;
}

img {
	position: relative;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	overflow: hidden;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

button,
a {
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

@media all and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	img {
		-webkit-mask-image: -webkit-radial-gradient(var(--white), var(--black));
	}
}

img[src*="jpg"],
img[src*="jpeg"] {
	background-color: var(--black);
}

::-webkit-input-placeholder {
	color: rgba(12, 8, 1, 0.6);
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	color: rgba(12, 8, 1, 0.6);
	opacity: 1;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="range"] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
	display: none;
}

button {
	background-color: var(--transparent);
}

input,
textarea,
select {
	--rounded-lg: 12px;
	width: 100%;
	padding: var(--padding-field);
	border: solid 1px rgba(12,8,1, 0.001);
	-webkit-border-radius: var(--rounded-lg);
	   -moz-border-radius: var(--rounded-lg);
	        border-radius: var(--rounded-lg);
	font-size: var(--text-base);
	line-height: var(--lineheight-s);
	color: var(--black);
	font-family: var(--fontfamily-switzer);
	caret-color: rgba(12,8,1, 0.8);
	word-break: normal;
	background: rgba(12,8,1, 0.05) -webkit-calc(100% - 20px) center/16px no-repeat;
	background: rgba(12,8,1, 0.05) -moz-calc(100% - 20px) center/16px no-repeat;
	background: rgba(12,8,1, 0.05) calc(100% - 20px) center/16px no-repeat;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	font-weight: 500;

}

select {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	padding-right: 36px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	height: 48px;
	background: rgba(12,8,1, 0.05) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -webkit-calc(100% - 16px) center/16px no-repeat;
	background: rgba(12,8,1, 0.05) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -moz-calc(100% - 16px) center/16px no-repeat;
	background: rgba(12,8,1, 0.05) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) calc(100% - 16px) center/16px no-repeat;
	overflow: hidden;
}

select::-ms-expand {
	display: none;
}

select option {
	color: var(--black);
	background-color: var(--white);
}

select option[disabled] {
	display: none;
}

textarea {
	height: 180px;
	resize: none;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	background-color: var(--black);
}

textarea::-webkit-scrollbar {
	width: 7px;
	background-color: var(--black);
}

textarea::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: var(--black);
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
	border-color: rgba(12,8,1, 0.6);
	outline: none;
}

input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
	cursor: pointer;
	opacity: 0;
}

input[type="range"] {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

input[type="range"]:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

input[type="date"] {
	background: url(assets/images/icon-calendar-grey.svg) -webkit-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) -moz-calc(100% - 24px) center/24px 26px no-repeat;
	background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px) center/24px 26px no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
	padding: 0;
	border: 1px solid var(--black);
	line-height: normal;
	background: var(--white) center/14px 10px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

input[type="checkbox"] {
	-webkit-border-radius: var(--rounded-none);
	   -moz-border-radius: var(--rounded-none);
	        border-radius: var(--rounded-none);
}

input[type="checkbox"]:checked {
	background-image: url(/wp-content/themes/whello/assets/images/icon-checkmark-darkgrey.svg);
}

input[type="checkbox"]:hover,
input[type="checkbox"]:checked {
	border-color: var(--black);
}

input[type="radio"] {
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	-webkit-transition: border-color var(--transition);
	-o-transition: border-color var(--transition);
	-moz-transition: border-color var(--transition);
	transition: border-color var(--transition);
}

input[type="radio"]:checked {
	border-width: 6px;
	border-color: var(--black);
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 0;
	padding: var(--padding-button);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	font-family: var(--fontfamily-sans);
	font-size: var(--text-base);
	-webkit-appearance: button;
	overflow: visible;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

button:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="button"]:not(:disabled),
select {
	cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="color"] {
	-webkit-appearance: initial;
	   -moz-appearance: initial;
	        appearance: initial;
}

button,
select {
	text-transform: none;
}

fieldset {
	min-width: 0;
	border: 0;
}

progress {
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

th,
td {
	padding: 6px;
	border: 1px solid var(--gray-700);
	vertical-align: middle;
}

audio,
video {
	display: -moz-inline-stack;
	display: inline-block;
	display: inline;
	zoom: 1;
	vertical-align: top;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	overflow: visible;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dd {
	margin-left: 0;
}

pre,
code,
kbd,
samp {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

[hidden] {
	display: none !important;
}

abbr[title] {
	border-bottom: 0;
	text-decoration: none;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}



/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

body>.site {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	min-height: 100vh;
}

body>.site>.site-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

.vc_row>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row.vc_row-has-fill>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.prevent-scroll {
	overflow: hidden;
}

.vc_row.vc_row-has-fill {
	background: center/cover no-repeat;
}

.post-views {
	display: none !important;
}



/* PAGINATION STYLE */
.pagination,
.tw-pagination,
.woocommerce-pagination .page-numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	width: 100%;
	margin-top: 48px;
	margin-bottom: -10px;
}

.woocommerce-pagination .page-numbers li,
.tw-pagination li {
	width: auto;
	margin-left: 0;
	margin-bottom: 10px;
	list-style: none;
}

.tw-pagination .next,
.tw-pagination .prev {
	display: none;
}

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination .page-numbers .page-numbers.current {
	color: var(--white);
	background-color: var(--green-light);
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .page-numbers {
	font-family: var(--fontfamily-sans);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 48px;
	height: 48px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	font-size: var(--text-base);
	color: var(--blue-dark);
	background-color: var(--transparent);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	line-height: 1;
}

.pagination .page-numbers:not(:last-child),
.tw-pagination .page:not(:last-child),
.woocommerce-pagination .page-numbers li:not(:last-child) {
	margin-right: 16px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
	width: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	padding-bottom: 6px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	font-size: 0px;
	line-height: 1;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.5309 7.4687C11.8246 7.76245 11.8246 8.23745 11.5309 8.52808L6.53086 13.5312C6.23711 13.825 5.76211 13.825 5.47148 13.5312C5.18086 13.2375 5.17773 12.7625 5.47148 12.4718L9.94023 8.00308L5.46836 3.5312C5.17461 3.23745 5.17461 2.76245 5.46836 2.47183C5.76211 2.1812 6.23711 2.17808 6.52773 2.47183L11.5309 7.4687Z' fill='%23202321'/%3E%3C/svg%3E") center/contain no-repeat;
}

.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .prev {
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
	margin-right: 0;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers .next:hover,
.woocommerce-pagination .page-numbers .prev:hover {
	color: var(--yellow);
	background-color: var(--transparent);
}

/* RESET BUTTON / CTA */
.whbutton-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.whbutton-wrapper.whbutton-align--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
	padding: var(--padding-button);
	border: 1px solid var(--transparent);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.cta-whbutton {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.cta-whbutton .label-cta,
button {
	color: inherit;
	font-weight: 500;
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
	display: inline-block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.cta-whbutton .icon-cta {
	-o-object-fit: contain;
	object-fit: contain;
}

.whbutton-icon:not() .cta-whbutton::after {
	background: center/contain no-repeat;
}

/* DEFAULT SIZE ICON CIRCLE */
.whbutton-wrapper[class*="-circle"] .cta-whbutton .icon-cta {
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
}

.cta-whbutton .icon-cta--hover {
	position: absolute;
	top: 50%;
	z-index: 2;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.whbutton-icon-left .cta-whbutton .icon-cta--hover {
	left: 0;
}

[class*="whbutton-fill"].whbutton-icon-left .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-left .cta-whbutton .icon-cta--hover {
	left: 30px;
}

.whbutton-icon-right .cta-whbutton .icon-cta--hover {
	right: 0;
}

[class*="whbutton-fill"].whbutton-icon-right .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-right .cta-whbutton .icon-cta--hover {
	right: 30px;
}

.cta-whbutton:hover .icon-cta--hover {
	opacity: 1;
}

.cta-whbutton .icon-cta--hover,
.cta-whbutton:hover .icon-cta--hover~.icon-cta--default {
	opacity: 0;
}

.whbutton-icon-left .cta-whbutton .icon-cta,
.whbutton-icon-right .cta-whbutton .label-cta,
.whbutton-icon-left .cta-whbutton::after {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	   -moz-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-right: 12px;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta,
.whbutton-animate-left .cta-whbutton:hover::after {
	-webkit-transform: translateX(-3px);
	   -moz-transform: translateX(-3px);
	    -ms-transform: translateX(-3px);
	     -o-transform: translateX(-3px);
	        transform: translateX(-3px);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta,
.whbutton-animate-right .cta-whbutton:hover::after {
	-webkit-transform: translateX(3px);
	   -moz-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	     -o-transform: translateX(3px);
	        transform: translateX(3px);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta,
.whbutton-animate-top .cta-whbutton:hover::after {
	-webkit-transform: translateY(-3px);
	   -moz-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	     -o-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta,
.whbutton-animate-bottom .cta-whbutton:hover::after {
	-webkit-transform: translateY(3px);
	   -moz-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	     -o-transform: translateY(3px);
	        transform: translateY(3px);
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translate(-3px, -50%);
	   -moz-transform: translate(-3px, -50%);
	    -ms-transform: translate(-3px, -50%);
	     -o-transform: translate(-3px, -50%);
	        transform: translate(-3px, -50%);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translate(3px, -50%);
	   -moz-transform: translate(3px, -50%);
	    -ms-transform: translate(3px, -50%);
	     -o-transform: translate(3px, -50%);
	        transform: translate(3px, -50%);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translateY(-webkit-calc(-50% - 3px));
	   -moz-transform: translateY(-moz-calc(-50% - 3px));
	    -ms-transform: translateY(calc(-50% - 3px));
	     -o-transform: translateY(calc(-50% - 3px));
	        transform: translateY(calc(-50% - 3px));
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta--hover {
	-webkit-transform: translateY(-webkit-calc(-50% + 3px));
	   -moz-transform: translateY(-moz-calc(-50% + 3px));
	    -ms-transform: translateY(calc(-50% + 3px));
	     -o-transform: translateY(calc(-50% + 3px));
	        transform: translateY(calc(-50% + 3px));
}

.whbutton-color--black .cta-whbutton {
	color: var(--black-800);
}

.whbutton-color--white .cta-whbutton {
	color: var(--white);
}

.whbutton-color--orange .cta-whbutton {
	color: var(--orange);
}

.whbutton-color--green .cta-whbutton {
	color: var(--green);
}

.whbutton-colorhvr--black .cta-whbutton:hover {
	color: var(--black-800);
}

.whbutton-colorhvr--white .cta-whbutton:hover {
	color: var(--white);
}

.whbutton-colorhvr--orange .cta-whbutton:hover {
	color: var(--orange);
}

.whbutton-colorhvr--green .cta-whbutton:hover {
	color: var(--green);
}

.whbutton-fill--black .cta-whbutton {
	background-color: var(--black-800);
	border-color: var(--black-800);
}

.whbutton-fill--white .cta-whbutton {
	background-color: var(--white);
	border-color: var(--white);
}

.whbutton-fill--orange .cta-whbutton {
	background-color: var(--orange);
	border-color: var(--orange);
}

.whbutton-fill--green .cta-whbutton {
	background-color: var(--green);
	border-color: var(--green);
}

.whbutton-fill--green-secondary .cta-whbutton {
	background-color: var(--green-secondary);
	border-color: var(--green-secondary);
}

.whbutton-fill--gray .cta-whbutton {
	border-color: rgba(0, 3, 13, 0.15);
	background-color: rgba(0, 3, 13, 0.15);
}

.whbutton-fill--gray-light .cta-whbutton {
	background-color: var(--gray-300);
	border-color: rgba(219, 214, 214, 0.05);
}

.whbutton-fill--gray-light .cta-whbutton:hover {
	background-color: var(--orange);
	border-color: var(--orange);
}

.whbutton-fill--gray-light .cta-whbutton:hover .label-cta {
	color: var(--white);
}

.whbutton-fill--green-light .cta-whbutton {
	background-color: var(--green-light);
	border-color: var(--green-light);
}

.whbutton-outline--black .cta-whbutton {
	border-color: var(--black-800);
}

.whbutton-outline--white .cta-whbutton {
	border-color: var(--white);
}

.whbutton-outline--orange .cta-whbutton {
	border-color: var(--orange);
}

.whbutton-outline--orange .cta-whbutton:hover {
	background-color: var(--orange);
	color: var(--white);
}

.whbutton-outline--green .cta-whbutton {
	border-color: var(--green)
}

.whbutton-outline--green-light .cta-whbutton {
	border-color: var(--green-light)
}

.whbutton-outline--gray .cta-whbutton {
	border-color: rgba(0, 3, 13, 0.15);
}

.whbutton-outline--gray-light .cta-whbutton {
	border-color: rgba(219, 214, 214, 0.05);
}

.whbutton-wrapper.btn-w-full,
.whbutton-wrapper.btn-w-full .cta-whbutton {
	width: 100%;
}

.whbutton-wrapper.btn-center .cta-whbutton {
	text-align: center;
}

.whbutton-wrapper.btn-w-full .cta-whbutton {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.whbutton-wrapper.btn-weight-normal .cta-whbutton .label-cta {
	font-weight: 400;
}

.whbutton-wrapper.btn-weight-medium .cta-whbutton .label-cta {
	font-weight: 500;
}

.whbutton-wrapper.btn-weight-semibold .cta-whbutton .label-cta {
	font-weight: 600;
}

.whbutton-wrapper.btn-weight-bold .cta-whbutton .label-cta {
	font-weight: 700;
}

.whbutton-wrapper.btn-iso {
	--padding-button: 9px 15px 9px 9px; 
}

.whbutton-wrapper.btn-iso .icon-cta {
	width: 52px;
	height: 20px;
	min-height: 20px;
	margin-right: 16px;
}

.whbutton-wrapper.btn-iso .label-cta {
	font-size: var(--text-sm);
	position: relative;
	padding-right: 24px;
}

.whbutton-wrapper.btn-iso .label-cta:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66602 4.66675H11.3327V11.3334' stroke='%231F4D3A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66602 11.3334L11.3327 4.66675' stroke='%231F4D3A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat;
}

.whbutton-wrapper.btn-iso:hover .label-cta:after {
	-webkit-transform: translateY(-52%);
	   -moz-transform: translateY(-52%);
	    -ms-transform: translateY(-52%);
	     -o-transform: translateY(-52%);
	        transform: translateY(-52%);
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	-ms-touch-action: none;
	    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}

/*Select2 ReadOnly End*/


.logo-groups {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: -20px;
}

.logo-groups .logo-group-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: 20px;
}

.logo-groups .image-logo-group {
	width: auto;
}

.logo-groups .image-logo-group,
.logo-groups .image-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/* -----------------------------
		STYLING GENERAL
-------------------------------*/
.text-black-50 {
	color: rgba(32, 35, 33, 0.5);
}

.text-xs *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.text-xs {
    font-size: var(--text-xs);
}

.text-sm *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.text-sm {
    font-size: var(--text-sm);
}

.text-md *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.text-md {
    font-size: var(--text-md);
}

.text-base *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.text-base {
	font-size: var(--text-base);
}

.heading-large * {
	font-size: var(--text-2xl);
}

.text-large *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	font-size: var(--text-2xl);
}

.fw-medium *,
.fw-medium,
.fw-normal .whbutton-wrapper .label-cta {
    font-weight: 500;
}

.fw-semibold *,
.fw-semibold {
    font-weight: 600;
}

.opacity-50 * {
	opacity: 0.5;
}

.fw-normal *,
.fw-normal,
.fw-normal .whbutton-wrapper .label-cta {
    font-weight: 400;
}

.fw-light *,
.fw-light {
    font-weight: 300;
}

.font-size-22 * {
	font-size: 22px;
}

.lineheight-down-normal *,
.lineheight-down-normal {
    line-height: var(--lineheight-xs);
}


.lineheight-normal *,
.lineheight-normal {
    line-height: var(--lineheight-xs);
}

.lineheight-normal-up *,
.lineheight-normal-up {
    line-height: var(--lineheight-s);
}

.lineheight-1-6 *,
.lineheight-1-6 {
    line-height: 1.6;
}

.lineheight *,
.lineheight {
	line-height: 1.5;
}

.letterspacing-1 {
    letter-spacing: var(--letterspacing-m);
}

.letterspacing--1 {
	letter-spacing: -1px;
}

.letterspacing--1em {
	letter-spacing: -0.01em;
}

.text-black {
    color: var(--black);
}

.mt-auto {
	margin-top: auto;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.site {
    position: relative;
}

.site:not(.site-has-banner) .site-main {
    position: relative;
    padding-top: var(--height-header);
    margin-top: -webkit-calc(var(--height-header) * -1);
    margin-top: -moz-calc(var(--height-header) * -1);
    margin-top: calc(var(--height-header) * -1);
}

.site:not(.site-has-banner):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: var(--height-wpadminbar);
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--blue-soft);
}

.site:not(.site-has-banner).header-white:before {
    background-color: var(--white);
}

.vc_section.site-404,
.vc_section.site-404>.vc_row {
    position: relative;
}

.vc_section.site-404>.vc_row {
    z-index: 2;
}

.vc_section.site-404:before,
.vc_section.site-404:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
}

.vc_section.site-404:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue-soft);
}

.vc_section.site-404:after {
    top: 0;
    width: 257px;
    height: 100%;
    background: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: bottom left;
}

.vc_section.rounded-bottom {
	overflow: hidden;
	-webkit-border-bottom-right-radius: var(--rounded-2xl);
	   -moz-border-radius-bottomright: var(--rounded-2xl);
	        border-bottom-right-radius: var(--rounded-2xl);
	-webkit-border-bottom-left-radius: var(--rounded-2xl);
	   -moz-border-radius-bottomleft: var(--rounded-2xl);
	        border-bottom-left-radius: var(--rounded-2xl);
}

.wpb_text_column.content-404 h1 {
    margin-bottom: 24px;
}

.label-page.label-center {
    margin: 0 auto;
}

.relative-2 {
	position: relative;
	z-index: 2;
}

.label-page {
    display: block;
    background-color: rgba(230, 255, 42, 0.30);
    padding: 8px 16px;
    -webkit-border-radius: var(--rounded-full);
       -moz-border-radius: var(--rounded-full);
            border-radius: var(--rounded-full);
    font-size: var(--text-sm);
    line-height: var(--lineheight-4xs);
    letter-spacing: 0.42px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.wpb_wrapper .wpb_content_element.subtitle-text {
    --gray: #828282;
    margin-bottom: 16px;
    font-weight: 500;
    color: var(--gray);
}

.vc_column_container>.vc_column-inner {
	padding-left: 16px;
	padding-right: 16px;
}

.vc_row:not(.row-no-flex) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.vc_row:not(.row-pattern):before,
.vc_row:not(.row-pattern):after {
    display: none;
}

.vc_row.row-same-height {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.vc_row.row-same-height>.wpb_column>.vc_column-inner,
.vc_row.row-same-height>.wpb_column>.vc_column-inner>.wpb_wrapper {
	height: 100%;
}

.vc_row.row-same-height>.wpb_column>.vc_column-inner>.wpb_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

/* row-normal*/
.vc_row.row-normal {
	margin-left: 0;
	margin-right: 0;
}

.vc_row.row-normal>.wpb_column>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.vc_section.overflow-visible,
.vc_row.overflow-visible {
    overflow: visible !important;
}

.overflow-visible {
    overflow: visible !important;
}

section.vc_section,
section.vc_section[data-vc-full-width="true"] {
    padding-top: 0;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;

}

section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
	padding-top: 0px;
}

.vc_section:not([data-vc-full-width="true"]),
.vc_section.section-no-padding {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.vc_section.container-xlarge,
.vc_section.container-large {
	width: auto;
}

.overflow-hidden {
	overflow: hidden !important;
}

.text-white *:not(span) {
    color: var(--white) !important;
}

ul.no--list,
.no-bullet-list ul,
.no-list-bullet ul,
.list-check ul,
.content-single ul,
.list-data-location ul,
.col-link-menu-footer.wpb_column ul,
.wpb_text_column.list-check ul,
.list-check-content ul,
.list-check-black ul {
	padding-left: 0;
	list-style-type: none;
}

ul.no--list,
.list-auto ul,
.list-label-color ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.no--list li,
.list-auto ul li,
.list-label-color ul li,
.col-link-menu-footer.wpb_column ul li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.list-check-content ul li,
.list-check-black ul li {
	width: 100%;
}

ul.no--list li+li,
.list-auto ul li+li {
	margin-top: 0;
}

.wpb_text_column.list-check ul li {
    position: relative;
    padding: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-border-radius: var(--rounded-full);
       -moz-border-radius: var(--rounded-full);
            border-radius: var(--rounded-full);
    background-color: var(--beige);
    color: var(--black-800);
    font-weight: 500;
}

.wpb_text_column.list-check ul li:hover:before {
	background-color: var(--orange);
}

.wpb_text_column.list-check ul li:before {
	content: '';
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
	background: var(--gray-500) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3332 4L5.99984 11.3333L2.6665 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	overflow: hidden;
}

.wpb_text_column.list-check-content ul li {
	position: relative;
	font-weight: 500;
	font-size: var(--text-base);
	display: inline-block;
	padding-left: 40px;
	min-height: 24px;
	color: var(--black-800);
}

.wpb_text_column.list-check-content ul li strong {
	margin-right: 3px;
}

.wpb_text_column.list-check-content:not(.text-sm) ul li strong {
	font-size: var(--text-base);
}

.wpb_text_column.list-check-content.text-sm ul li {
	padding-top: 3px;
}

.wpb_text_column.list-check-content.text-sm ul li,
.wpb_text_column.list-check-content.text-sm ul li strong {
	font-size: var(--text-sm);
}

.wpb_text_column.list-check-content ul li:before,
.wpb_text_column.list-check-black ul li:before,
.vc_row.row-card-package ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	margin-right: 16px;
}

.wpb_text_column.list-check-content ul li:before {
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	background: rgba(238, 83, 0, 0.40) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6673 3.5L5.25065 9.91667L2.33398 7' stroke='%23EE5300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat;
}

.wpb_text_column.list-check-content.custom-icon ul li:before {
	background-color: rgba(238, 83, 0, 0.10);
}

.wpb_text_column.list-check-content ul li+li {
	margin-top: 24px;
}

.wpb_text_column.list-check-black ul li+li {
	margin-top: 16px;
}

.wpb_text_column.list-check-black ul li,
.vc_row.row-card-package ul li {
    position: relative;
	padding-left: 40px;
}

.wpb_text_column.list-check-black ul li:before,
.vc_row.row-card-package ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
	margin-right: 16px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.3479 7.56384L9.7479 18.1638C9.65402 18.2585 9.52622 18.3117 9.3929 18.3117C9.25958 18.3117 9.13178 18.2585 9.0379 18.1638L3.6479 12.7738C3.55324 12.68 3.5 12.5522 3.5 12.4188C3.5 12.2855 3.55324 12.1577 3.6479 12.0638L4.3479 11.3638C4.44178 11.2692 4.56958 11.2159 4.7029 11.2159C4.83622 11.2159 4.96402 11.2692 5.0579 11.3638L9.3879 15.6938L18.9379 6.14384C19.1357 5.95205 19.4501 5.95205 19.6479 6.14384L20.3479 6.85384C20.4426 6.94772 20.4958 7.07552 20.4958 7.20884C20.4958 7.34216 20.4426 7.46995 20.3479 7.56384Z' fill='%23202321'/%3E%3C/svg%3E") center/24px no-repeat;
}

/* icons */
.icons {
    display: inline-block;
    background: var(--transparent) center/contain no-repeat;
}

.wpb_text_column.sub-text-label >.wpb_wrapper {
	padding: 3.2px 12.6px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	background-color: rgba(238, 83, 0, 0.10);
	color: var(--orange);
	font-size: var(--text-sm);
	font-weight: 500;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.wpb_text_column.sub-text >.wpb_wrapper,
.wpb_text_column.label-text-image >.wpb_wrapper,
.single-category-link  {
	font-weight: 500;
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	gap: 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.single-category-link:hover {
	color: var(--orange);
}

.wpb_text_column.sub-text.text-center,
.wpb_text_column.label-text-image.text-center {
	text-align: center;
}

.wpb_text_column.sub-text p,
.wpb_text_column.sub-text p a,
.single-category-link  {
	color: rgba(32, 35, 33, 0.5);
}

.text-white .wpb_text_column.sub-text p {
	opacity: 0.6;
}

.wpb_text_column.sub-text a {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.wpb_text_column.sub-text a:after {
	display: inline-block;
	content: '';
    width: 6px;
    height: 9px;
    margin-left: 8px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.88438 4.2158C5.03854 4.37277 5.03854 4.62724 4.88438 4.78422L0.85993 8.88227C0.705773 9.03924 0.455879 9.03924 0.301722 8.88227L0.115618 8.69278C-0.0385393 8.53581 -0.0385393 8.28131 0.115618 8.12433L3.67486 4.50001L0.115617 0.875659C-0.0385396 0.718682 -0.0385396 0.464218 0.115617 0.30724L0.301722 0.117733C0.455879 -0.0392437 0.705772 -0.0392437 0.859929 0.117733L4.88438 4.2158Z' fill='%238D8D8A'/%3E%3C/svg%3E") center/contain no-repeat;
}

.wpb_text_column.sub-text p strong,
.wpb_text_column.sub-text p a {
	color: var(--black-500);
	font-weight: 500;
}

.wpb_text_column.sub-text >.wpb_wrapper:before,
.wpb_text_column.label-text-image >.wpb_wrapper:before,
.single-category-link:before  {
	content: '';
	display: inline-block;
}

.wpb_text_column.sub-text >.wpb_wrapper:before,
.single-category-link:before  {
	width: 6px;
	min-width: 6px;
	height: 6px;
	min-height: 6px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	background-color: var(--orange);
}

.wpb_text_column.label-text-image p {
	font-size: var(--text-sm);
}

.wpb_text_column.label-text-image >.wpb_wrapper {
	gap: 6.43px;
	padding: 3.22px 12.06px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	background-color: var(--white);
	overflow: hidden;
}

.wpb_text_column.label-text-image >.wpb_wrapper:before {
	width: 14.33px;
	min-width: 14.33px;
	height: 15.9px;
	min-height: 15.9px;
	background: url(/wp-content/uploads/2026/03/SafeGPT_Icoon.svg) center/contain no-repeat;
}

.wpb_text_column.label-text-image + .wpb_text_column {
	margin-top: 16px;
}

/* wpb_column auto */
.vc_row.row-auto-column>.wpb_column {
	width: auto;
}

/* col-gap */
.vc_row.card-gap-24 {
	margin-left: -12px;
	margin-right: -12px;
}

.vc_row.card-gap-24 >.wpb_column>.vc_column-inner{
	padding-left: 12px;
	padding-right: 12px;
}

/* col same height */
.vc_row.col-same-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.vc_row.col-same-height > .wpb_column {
	min-height: 100%;
}

.vc_row.col-same-height .wpb_single_image,
.vc_row.col-same-height .wpb_single_image *, 
.vc_row.col-same-height > .wpb_column > .vc_column-inner,
.vc_row.col-same-height > .wpb_column > .vc_column-inner >.wpb_wrapper {
	height: 100%;
}

.vc_row.col-same-height > .wpb_column > .vc_column-inner >.wpb_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.vc_row.col-same-height > .wpb_column .whbutton-wrapper {
	margin-top: auto;
}

.vc_section[data-vc-full-width] {
	-webkit-transition: none !important;
	-o-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}

.vc_row.height-100 {
	height: 100%;
}



/* border-radius single image wp bakery */
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    -webkit-border-radius: var(--rounded-lg) !important;
       -moz-border-radius: var(--rounded-lg) !important;
            border-radius: var(--rounded-lg) !important;
			min-height: 450px;
}

.vc_row.row-button  {
	--gap-button: 8px;
	margin: -webkit-calc(var(--gap-button) * -1);
	margin: -moz-calc(var(--gap-button) * -1);
	margin: calc(var(--gap-button) * -1);
	margin-left: -webkit-calc(var(--gap-button) * -1);
	margin-left: -moz-calc(var(--gap-button) * -1);
	margin-left: calc(var(--gap-button) * -1);
	margin-right: -webkit-calc(var(--gap-button) * -1);
	margin-right: -moz-calc(var(--gap-button) * -1);
	margin-right: calc(var(--gap-button) * -1);
}

.vc_row.row-button.button-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.vc_row.row-button.gap-button-meddium {
	--gap-button: 12px;
}

.vc_row.row-button >.wpb_column {
	width: auto;
	padding: var(--gap-button);
}

.vc_row.row-button-full>.wpb_column {
	width: 100%;
}


.vc_row.row-button >.wpb_column > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.share-post {
	--size-icon-share: 40px;
	--size-icon-share-img: 30px;
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: -12px;
	position: relative;
}

.share-post .share-item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 12px;
}

.share-post .share-item a,
.share-post .share-item button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: var(--blue-soft-2);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	overflow: hidden;
}

.share-post .share-item a,
.share-post .share-item button{
	min-width: var(--size-icon-share);
	min-height: var(--size-icon-share);
	width: var(--size-icon-share);
	height: var(--size-icon-share);
	padding: 5px;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.share-post .share-item:hover a,
.share-post .share-item:hover button{
	background-color: var(--yellow);
}

.share-post .share-item img {
	min-width: var(--size-icon-share-img);
	min-height: var(--size-icon-share-img);
	width: var(--size-icon-share-img);
	height: var(--size-icon-share-img);
}

.text-clipboard {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -70px;
    height: 0;
    width: 0;
    padding: 0;
}

.share-post .share-item button {
    padding: 0;
	background-color: var(--blue-soft-2);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	overflow: hidden;
}

.result-clipboard {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: auto;
    padding: 16px 20px;
    border: none;
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin: 0;
    opacity: 0;
    visibility: hidden;
    font-size: var(--text-sm);
    font-weight: 500;
    background-color: var(--white);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: var(--duration);
    -o-transition: var(--duration);
    -moz-transition: var(--duration);
    transition: var(--duration);
    pointer-events: none;
}

.result-clipboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.result-clipboard {
    border: 1px solid var(--gray-250);
    padding: 15px 20px;
}

.result-clipboard:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url(./assets/images/icon-link-alt.svg);
}

.result-clipboard.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

/* RESET STYLE SLICK */
.slick-slider {
	--position-arrow: 0px;
	--size-arrow: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.slick-slider .slick-slide {
	float: none;
	opacity: 1;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.slick-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.slick-slider .slick-dots {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-top: 32px;
	padding: 0;
}

.slick-slider .slick-dots li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin-top: 0;
}

.slick-slider .slick-dots li:not(:last-child) {
	margin-right: 12px;
}

.slick-slider .slick-dots button {
	position: relative;
	width: 12px;
	height: 12px;
	background-color: var(--gray-450);
	font-size: 0;
	padding: 0;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	border: 1px solid var(--gray-450);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.slick-slider .slick-dots button:hover,
.slick-slider .slick-dots .slick-active button {
	--gray-450: var(--orange);
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: var(--size-arrow);
	height: var(--size-arrow);
	padding: 0;
	font-size: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	     transform: translateY(-50%);
	background: center/contain no-repeat;
}

.slick-slider .slick-arrow.slick-disabled {
	opacity: 0.5;
}

.slick-slider.slick-dotted .slick-arrow {
	top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
	top: calc(50% - 20px);
}

.slick-slider .slick-prev.slick-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2597 22L29.3336 34.074C30.0496 34.7899 30.0496 35.9507 29.3336 36.6667C28.6176 37.3826 27.4568 37.3826 26.7409 36.6667L12.7813 22.7071C12.3908 22.3166 12.3908 21.6834 12.7813 21.2929L26.7409 7.33335C27.4568 6.61739 28.6176 6.61739 29.3336 7.33335C30.0496 8.04931 30.0496 9.21011 29.3336 9.92607L17.2597 22Z' fill='white'/%3E%3C/svg%3E");
}

.slick-slider .slick-prev.slick-arrow {
	left: var(--position-arrow);
}

.slick-slider .slick-next.slick-arrow {
	right: var(--position-arrow);
}

.slick-slider .slick-next.slick-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.7404 22L14.6665 9.92607C13.9505 9.21011 13.9505 8.04931 14.6665 7.33335C15.3824 6.61739 16.5432 6.61739 17.2592 7.33335L31.2188 21.2929C31.6093 21.6834 31.6093 22.3166 31.2188 22.7071L17.2592 36.6667C16.5432 37.3826 15.3824 37.3826 14.6665 36.6667C13.9505 35.9507 13.9505 34.7899 14.6665 34.074L26.7404 22Z' fill='white'/%3E%3C/svg%3E");
}

/* ----------------------------------
 	STYLING LINK HOVER UNDERLAND
 ----------------------------------- */
.link-underline-hover p a:after,
.link-underline-hover li a:after {
    content: "";
    border-bottom: 1px solid var(--transparent);
    border-color: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    transition: -webkit-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    -o-transition: -o-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    -moz-transition: transform var(--duration) cubic-bezier(.65, .05, .36, 1), -moz-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    transition: transform var(--duration) cubic-bezier(.65, .05, .36, 1);
    transition: transform var(--duration) cubic-bezier(.65, .05, .36, 1), -webkit-transform var(--duration) cubic-bezier(.65, .05, .36, 1), -moz-transform var(--duration) cubic-bezier(.65, .05, .36, 1), -o-transform var(--duration) cubic-bezier(.65, .05, .36, 1);
}

.link-underline-hover p a:hover:after,
.link-underline-hover li a:hover:after {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.link-underline-hover p a,
.link-underline-hover li a {
    position: relative;
    color: inherit;
}

.link-underline-hover li a:hover {
    color: inherit;
}

.bg-cream {
	background-color: #FAF2EA;
}

/* custom logo label */
.logo-label-wrapper.logo-partner .image-logo-group{
	max-width: 124px;
}

.logo-label-wrapper.logo-partner .logo-groups {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	margin: -12px -24px;
}

.logo-label-wrapper.logo-partner .logo-group-item {
	padding: 12px 24px;
	margin-bottom: 24px;
}

.logo-label-wrapper.label-teams .logo-groups {
	position: relative;
	margin: -8px 0px;
	margin-bottom: 0;
}

.logo-label-wrapper.label-teams .image-logo-group{
	max-width: 50px;
}

.logo-label-wrapper.label-teams .logo-group-item {
	gap:16px;
	color: var(--black);
	margin-bottom: 0;
	padding: 8.5px 0px;
}

/* button custom */
.col-btn-right.wpb_column {
	--gap-column: 24px;
}

.col-btn-right.wpb_column >.vc_column-inner>.wpb_wrapper {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	gap: var(--gap-column);
}

.calendly-wrapper {
  width: 100%;
}

.calendly-inline-widget {
  width: 100%;
  min-width: 0 !important;
}

.wpb_raw_code.iframe-calendly::-webkit-scrollbar {
	width: 8px;
}

.wpb_raw_code.iframe-calendly::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.wpb_raw_code.iframe-calendly::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
}

.bg-gradient-green {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#1F4D3A), to(#202321));
	background: -webkit-linear-gradient(top, #1F4D3A 0%, #202321 100%);
	background: -moz-linear-gradient(top, #1F4D3A 0%, #202321 100%);
	background: -o-linear-gradient(top, #1F4D3A 0%, #202321 100%);
	background: linear-gradient(180deg, #1F4D3A 0%, #202321 100%);
}

.bg-gradient-green-3 {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#1f4d3a), to(#202321));
	background: -webkit-linear-gradient(top, #1f4d3a 0%, #202321 100%);
	background: -moz-linear-gradient(top, #1f4d3a 0%, #202321 100%);
	background: -o-linear-gradient(top, #1f4d3a 0%, #202321 100%);
	background: linear-gradient(to bottom, #1f4d3a 0%, #202321 100%);
}

.bg-gradient-green-custom {
	position: relative;
	background: -webkit-linear-gradient(306deg, #1F4D3A 5.53%, #202321 101.13%);
	background: -moz-linear-gradient(306deg, #1F4D3A 5.53%, #202321 101.13%);
	background: -o-linear-gradient(306deg, #1F4D3A 5.53%, #202321 101.13%);
	background: linear-gradient(144deg, #1F4D3A 5.53%, #202321 101.13%);
}

.bg-gradient-3 {
	position: relative;
}

.bg-gradient-3:before {
	--gap-side: 27px;
	--rounded-bottom: 32px;
	pointer-events: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: -webkit-calc(100% - (var(--gap-side) * 2));
	width: -moz-calc(100% - (var(--gap-side) * 2));
	width: calc(100% - (var(--gap-side) * 2));
	-webkit-border-bottom-left-radius: var(--rounded-bottom);
	   -moz-border-radius-bottomleft: var(--rounded-bottom);
	        border-bottom-left-radius: var(--rounded-bottom);
	-webkit-border-bottom-right-radius: var(--rounded-bottom);
	   -moz-border-radius-bottomright: var(--rounded-bottom);
	        border-bottom-right-radius: var(--rounded-bottom);
	height: 105%;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(250, 247, 242, 0.00)), color-stop(83.77%, #1F4D3A), color-stop(100.5%, #202321));
	background: -webkit-linear-gradient(top, rgba(250, 247, 242, 0.00) 22%, #1F4D3A 83.77%, #202321 100.5%);
	background: -moz-linear-gradient(top, rgba(250, 247, 242, 0.00) 22%, #1F4D3A 83.77%, #202321 100.5%);
	background: -o-linear-gradient(top, rgba(250, 247, 242, 0.00) 22%, #1F4D3A 83.77%, #202321 100.5%);
	background: linear-gradient(180deg, rgba(250, 247, 242, 0.00) 22%, #1F4D3A 83.77%, #202321 100.5%);
}

.bg-gradient-green:after {
	pointer-events: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 232px;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 77, 58, 0)), to(#1F4D3A));
	background: -webkit-linear-gradient(top, rgba(31, 77, 58, 0) 0%, #1F4D3A 100%);
	background: -moz-linear-gradient(top, rgba(31, 77, 58, 0) 0%, #1F4D3A 100%);
	background: -o-linear-gradient(top, rgba(31, 77, 58, 0) 0%, #1F4D3A 100%);
	background: linear-gradient(180deg, rgba(31, 77, 58, 0) 0%, #1F4D3A 100%);
}

.vc_row.row-content-frame-cta >.wpb_column>.vc_column-inner>.wpb_wrapper {
	position: relative;
}

.wpb_single_image.frame-imac {
	position: relative;
	display: block;
	width: 100%;
	max-width: 952px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: -webkit-calc((305 / 952) * 100%);
	padding-top: -moz-calc((305 / 952) * 100%);
	padding-top: calc((305 / 952) * 100%);
}

.wpb_single_image.content-frame-mac {
	--gap-frame-content: 22px;
	--height-frame-content: 305;
	position: relative;
	display: block;
	position: absolute;
	width: -webkit-calc(100% - 44px);
	width: -moz-calc(100% - 44px);
	width: calc(100% - 44px);
	max-width: 908.47px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 0;
	padding-top: -webkit-calc((var(--height-frame-content) / 952) * 100% - var(--gap-frame-content));
	padding-top: -moz-calc((var(--height-frame-content) / 952) * 100% - var(--gap-frame-content));
	padding-top: calc((var(--height-frame-content) / 952) * 100% - var(--gap-frame-content));
	height: auto;
}

.wpb_single_image.frame-imac>figure,
.wpb_single_image.content-frame-mac>figure {
	position: absolute;
	top: 0;
	left: 0;
}

.wpb_single_image.content-frame-mac>figure {
	top: 0px;
}

.wpb_single_image.frame-imac *,
.wpb_single_image.content-frame-mac * {
	width: 100%;
	height: 100%;
}

.wpb_single_image.content-frame-mac * {
	-webkit-border-top-left-radius: 11px;
	   -moz-border-radius-topleft: 11px;
	        border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	   -moz-border-radius-topright: 11px;
	        border-top-right-radius: 11px;
}

/*  faq--------------- */
.wh-faq-wrapper {
	--gap-between-item: 16px;
	--faq-color: var(--white);
	--padding-inner-faq: 20px 24px;
	--rounded--faq: 16px;
	--gap-has-icon-faq: 24px;
	--font-title-faq: 18px;
	--font-weight-title: 600;
	--icon-size-faq: 40px;
	--fontfamily: var(--fontfamily-sans);
	--gap-top-answer: 0px;
	--gap-bottom-answer: 24px;
}

.wh-faq-wrapper.wh-faq-color-gray {
	--faq-color: var(--beige);
}

.wh-faq-wrapper.wh-faq-style-2 {
	--rounded--faq: 38.33px;
	--font-title-faq: 16px;
	--gap-top-answer: 4.53px;
	--font-weight-title: 500;
	--padding-inner-faq: 16px 24px 16px 16px;
}

.wh-faq-wrapper.wh-faq-style-3 {
	--rounded--faq: 38.33px;
	--gap-has-icon-faq: 18.11px;
	--gap-between-item: 18px;
	--padding-inner-faq: 18.11px 27.16px 18.11px 18.11px;
	--icon-size-faq: 45.27px;
	--gap-top-answer: 4.53px;
	--font-weight-title: 500;
	--gap-bottom-answer: 18.11px;
	--fontfamily: var(--fontfamily-switzer);
}

.wh-faq-wrapper .faq-group-item + .faq-group-item {
	margin-top: var(--gap-between-item);
}

.wh-faq-wrapper .image-logo-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	min-width: var(--icon-size-faq);
	min-height: var(--icon-size-faq);
	width: var(--icon-size-faq);
	height: var(--icon-size-faq);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.wh-faq-wrapper .image-logo-group img {
	width: 100%;
	height: 100%;
}

.wh-faq-wrapper .faq-group-item {
	background-color: var(--faq-color);
	-webkit-border-radius: var(--rounded--faq);
	   -moz-border-radius: var(--rounded--faq);
	        border-radius: var(--rounded--faq);
	overflow: hidden;
	padding: var(--padding-inner-faq);
	cursor: pointer;
}

.wh-faq-wrapper .question-faq-item {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-weight: var(--font-weight-title);
	font-size: var(--font-title-faq);
	font-family: var(--fontfamily);
	color: var(--black-800);
}

.wh-faq-wrapper .faq-group-item-inner.has-icon .question-faq-item {
	padding: 0 var(--gap-has-icon-faq);
}

.wh-faq-wrapper .faq-group-item-inner:not(.has-icon) .question-faq-item {
	padding-left: 0;
	padding-right: var(--gap-has-icon-faq);
}

.wh-faq-wrapper .faq-group-item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wh-faq-wrapper .answer-faq-item {
	padding-top: var(--gap-top-answer);
	padding-left: -webkit-calc(var(--gap-has-icon-faq) + var(--icon-size-faq));
	padding-left: -moz-calc(var(--gap-has-icon-faq) + var(--icon-size-faq));
	padding-left: calc(var(--gap-has-icon-faq) + var(--icon-size-faq));
	padding-right: -webkit-calc(var(--gap-has-icon-faq) + var(--icon-size-faq));
	padding-right: -moz-calc(var(--gap-has-icon-faq) + var(--icon-size-faq));
	padding-right: calc(var(--gap-has-icon-faq) + var(--icon-size-faq));
	padding-bottom: var(--gap-bottom-answer);
}

.wh-faq-wrapper.wh-faq-style-1 .answer-faq-item  {
	padding-right: 24px;
}

.wh-faq-wrapper .answer-faq-item:not(.has-icon)  {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0;
}

/* Rotasi Icon */
.wh-faq-wrapper .faq-icon-svg {
	width: 27.16px;
	height: 27.16px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}
.wh-faq-wrapper .faq-group-item.is-active .faq-icon-svg {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.wh-faq-wrapper .faq-icon-svg path {
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.wh-faq-wrapper .faq-group-item:hover .faq-icon-svg path {
	stroke: var(--orange);
	opacity: 1;
}

.taxonomy-link-wrapper .taxonomy-link {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: -4px;
	position: relative;
}

.taxonomy-link-wrapper .taxonomy-link-item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 4px;
}

.taxonomy-link-wrapper .taxonomy-link-item + .taxonomy-link-item {
	margin-top: 0;
}

.taxonomy-link-wrapper .btn-taxonomy {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid rgba(32,35,33, 0.1);
	-webkit-border-radius: var(--rounded-md);
	   -moz-border-radius: var(--rounded-md);
	        border-radius: var(--rounded-md);
	font-size: var(--text-sm);
	line-height: var(--lineheight);
	font-weight: 400;
	color: var(--black-500);
}

.taxonomy-link-wrapper .btn-taxonomy.active {
	color: #FAF7F2;
	background-color: var(--green-light);
	border-color: var(--green-light);
}

.taxonomy-link-wrapper .btn-taxonomy:not(.active):hover {
	background-color: #4d715d24;
}

.custom-pricing-switch-container { 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: flex; 
	-webkit-box-pack: center; 
	-webkit-justify-content: center; 
	   -moz-box-pack: center; 
	    -ms-flex-pack: center; 
	        justify-content: center; 
	margin-bottom: 40px; 
}

.custom-pricing-switch { 
	background-color: var(--white); 
	-webkit-border-radius: var(--rounded-full); 
	   -moz-border-radius: var(--rounded-full); 
	        border-radius: var(--rounded-full);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex; 
	padding:8px; 
	-webkit-box-align: center; 
	-webkit-align-items: center; 
	   -moz-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center; 
}

.custom-pricing-switch button { 
	background: transparent;
	border: none;
	padding: 10px 25px; 
	-webkit-border-radius: var(--rounded-full); 
	   -moz-border-radius: var(--rounded-full); 
	        border-radius: var(--rounded-full);
	font-weight: 500;
	color: var(--black-800);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
	line-height: var(--lineheight);
}

.custom-pricing-switch button.active { 
	background-color: var(--gray-200);
	color: var(--black-500); 
}

/* Wrapper Tabel agar aman & bisa di-scroll di Mobile */
.custom-pricing-matrix-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Base Tabel */
.custom-pricing-matrix {
  width: 100%;
  min-width: 850px; /* Lebar minimum agar tidak bertumpuk di layar kecil */
  border-collapse: collapse;
  text-align: center;
  font-family: inherit;
  margin: 0;
}

/* Kolom Kiri (Nama Fitur) dibuat rata kiri */
.custom-pricing-matrix th.feature-col,
.custom-pricing-matrix td.feature-col {
  text-align: left;
  font-weight: 400;
  width: auto;
  font-size: var(--text-base);
  line-height: var(--lineheight);
  min-width: 223px;
  padding-left: 0;
}

.custom-pricing-matrix td.feature-col {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	background-color: var(--beige);
}

.custom-pricing-matrix td.headline-table {
	font-size: 22px;
	letter-spacing: -0.01em;
	line-height: var(--lineheight-sm);
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom-pricing-matrix th:not(.feature-col) {
	min-width: 223px;
	width: 223px;
	max-width: 223px;
}

.custom-pricing-matrix th,
.custom-pricing-matrix td {
  border: none;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(13, 12, 12, 0.15); 
  color: var(--black-500);
}

.custom-pricing-matrix th:not(:last-child),
.custom-pricing-matrix td:not(:last-child) {
  border-right: 1px solid rgba(13, 12, 12, 0.15); 
}

.custom-pricing-matrix th {
	padding-top: 32px;
	padding-bottom: 32px;
}

/* Desain Header (Bagian atas tabel) */
.custom-pricing-matrix th {
  border-bottom: 1px solid rgba(13, 12, 12, 0.15);
  vertical-align: bottom;
  padding-bottom: 24px;
  text-align: left;
}

/* Judul Paket (Free, Essentials, dll) */
.plan-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: var(--lineheight-sm);
}

/* Styling Tombol Umum */
.btn-plan {
  display: inline-block;
  padding: 10px 15px;
  -webkit-border-radius: var(--rounded-full);
     -moz-border-radius: var(--rounded-full);
          border-radius: var(--rounded-full);
  font-size: var(--text-base);
  text-decoration: none !important;
  line-height: var(--lineheight);
  min-width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  white-space: nowrap; /* Mencegah teks tombol patah jadi 2 baris */
}

/* Tombol Terang (Abu/Krem) */
.btn-light {
  background-color: var(--gray-200);
  border-color: var(--gray-200);
  color: var(--black-500);
}

.btn-light:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

/* Tombol Oranye */
.btn-orange {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.btn-orange:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}

/* Styling Ikon Centang & Strip */
.icon-check svg,
.icon-minus svg{
	min-width: 24px;
	min-height: 24px;
	width: 24px;
	height: 24px;
}

.vc_row.content-frame-banner {
	position: relative;
	z-index: 2;
	padding-left: var(--padding-container);
	padding-right: var(--padding-container);
}

.frame-desktop-banner.wpb_single_image {
	position: relative;
	margin-bottom: -145px;
	min-height: 709.37px;
	height: 709.37px;
	width: 100%;
	max-width: 922px;
	margin-left: auto;
	margin-right: auto;
}

.vc_row.content-frame-banner .wpb_text_column strong {
	display: block;
	font-size: 20px;
	line-height: var(--lineheight-sm);
	font-weight: 600;
}

.vc_row.content-frame-banner .wpb_text_column >.wpb_wrapper {
	padding: 17px 19px;
}

.vc_section.section-top-contact {
	position: relative;
}

.vc_section.section-top-contact:before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 16px;
	right: 0;
	width: 100%;
	height: 494px;
	background: url(/wp-content/themes/whello/assets/images/pattern-contact.svg) right bottom/contain no-repeat;
}

.col-link.wpb_column>.vc_column-inner>.wpb_wrapper {
	cursor: pointer;
}

/* ajaxloading */
.ajaxloading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    pointer-events: none;
}

.ajaxloading svg {
    width: 80px;
    height: 80px;
}

/* whfilter */
.whfilter-filter .meta-radio-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
	margin-bottom: -4px !important;
}

.whfilter-filter .meta-radio-group label {
    position: relative;
    width: auto;
	margin: 4px;
}

.whfilter-filter .meta-radio-group label input[type="radio"]+span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 15px;
    background-color: var(--transparent);
    font-size: var(--text-sm);
    line-height: var(--lineheight);
    -webkit-transition: var(--duration);
    -o-transition: var(--duration);
    -moz-transition: var(--duration);
    transition: var(--duration);
	color: var(--black-500);
	border: 1px solid rgba(32, 35, 33, 0.10);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;

}

.whfilter-filter .meta-radio-group label:hover input[type="radio"]+span,
.whfilter-filter .meta-radio-group label input[type="radio"]:checked+span {
    background-color: var(--green-light);
	border-color: var(--green-light);
	color: var(--white);
}

.whfilter-filter .meta-radio-group label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.whfilter-overview .info-results {
    display: none;
}

.no-result-listing {
	width: 100%;
	text-align: center;
}

#event-loading> img {
	width: 80px;
	height: 80px;
}

.wsp-container *+h2 {
	margin-top: 32px;
}

.wsp-category-title a {
	pointer-events: none;
}

.wpb_text_column.counter strong {
	font-weight: 500;
}

.article-topics-link a {
	color: var(--black-500);
}

.article-topics-link a:hover {
	color: var(--orange);
}

html .DBKEjqt4IKCsNgnjbfTn.YIVbfXpMzIkOmCUIy3wL {
	-webkit-box-shadow: none !important;
	   -moz-box-shadow: none !important;
	        box-shadow: none !important;
    border: none !important;
}