/*!
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.
*/

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Onest:wght@100..900&display=swap');


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

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

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

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

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

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

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

/* 	Bricolage */
@font-face {
    font-family: 'Bricolage Grotesque';
	src: local('BricolageGrotesque-Bold'),
		url('assets/fonts/BricolageGrotesque-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

/* sans variable */
@font-face {
    font-family: 'General Sans Variable';
    src: local('GeneralSansVariable-Regular'),
		url('assets/fonts/General Sans Variable.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans Variable';
    src: local('GeneralSansVariable-Medium'),
		url('assets/fonts/General Sans Variable.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans Variable';
    src: local('GeneralSansVariable-Bold'),
		url('assets/fonts/General Sans Variable.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
	--height-wpadminbar: 0px;
	--container-lg: 1400px;
	--container: 1312px;
	--height-header: 80px;
	--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-under-sm: 13px;
	--text-sm: 14px;
	--text-under-base: 15px;
	--text-base: 16px;
	--text-md: 18px;
	--text-lg: 20px;
	--text-under-lg: 22px;
	--text-xl: 24px;
	--text-2xl: 32px;
	--text-3xl: 40px;
	--text-4xl: 48px;
	--text-5xl: 64px;

	--lineheight-5xs: 0.88;
	--lineheight-4xs: 1;
	--lineheight-3xs: 1.1;
	--lineheight-2xs: 1.2;
	--lineheight-xs: 1.3;
	--lineheight-s: 1.4;
	--lineheight: 1.5;
	--lineheight-m: 1.6;
	--lineheight-l: 1.75;
	--lineheight-xl: 2;
	--lineheight-xxl: 2.5;

	--letterspacing-xs: -0.02em;
	--letterspacing-s: -0.01em;
	--letterspacing: 0;
	--letterspacing-m: 0.01em;
	--letterspacing-l: 0.02em;

	--suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	--fontfamily-sans: 'General Sans Variable', var(--suffix-family);
	--fontfamily-inter: 'Inter', var(--suffix-family);
	--fontfamily-bricolage: 'Bricolage Grotesque', 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: 10px 16px;
	--padding-button: 9px 23px;
	--font-button: var(--text-base);

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

	--transparent: rgba(0, 0, 0, 0);
	--white: #fff;
	--black: #000;
	--black-dark: #0C0801;
	--black-soft: #322c2c;
	--blue-dark: #2C3E55;
	--blue: #4316cb;
	--blue-electric: #1E244E;
	--blue-soft: #d7edf8;
	--blue-soft-2: #f3fafd;
	--blue-extra-soft: #EBF6FB;
	--red: #ef4444;
	--yellow: #e6ff2a;
	--green: #549c80;
	--green-shine: #77f56c;
	--purple: #8b5cf6;
	--orange: #f97316;
	--cream: #faf2ea;
	--gray-dark: #404040;
	--gray: #9ca3af;
	--gray-soft: #f7f7f7;
	--nude-soft: #4b5563;
	--pink-soft: #fcceff;

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

	--listing-column: 3;
	--listing-gap: 24px;
	--listing-gap-bottom: var(--listing-gap);

	--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 (max-width: 1399px) {
	html:root {
		--container: 1200px;
	}
}

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

	#wpadminbar {
		display: none;
	}
}

@media all and (min-width: 901px) and (max-width: 1299px) {
	html:root {
		--height-header: 80px;
	}
}

@media all and (min-width: 601px) and (max-width: 1299px) {
	html:root {
		--padding-container: 24px;
	}
}

@media all and (max-width: 900px) {
	html:root {
		--height-header: 58px;
	}
}

@media all and (max-width: 600px) {
	html:root {
		--padding-container: 16px;
	}
}

* {
	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;
}

*: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-soft);
	-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(--white);
}

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: 10px;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--fontfamily-bricolage);
	font-weight: 600;
	position: relative;
}

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

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

.large-title h1 {
	font-size: var(--text-5xl);
	line-height: var(--lineheight-5xs);
	letter-spacing: var(--letterspacing-xs);
	margin-bottom: 25px;
}

.medium-title h1,
.large-title h2 {
	font-size: var(--text-4xl);
	line-height: var(--lineheight-3xs);
	letter-spacing: var(--letterspacing-s);
}

.medium-title h1 {
	line-height: var(--lineheight-2xs);
}

.small-title h1 {
	--text-4xl: 28px;
	font-weight: 500;
	line-height: var(--lineheight-2xs);
	letter-spacing: -0.28px;
}

.title-medium p:first-of-type strong {
	font-size: var(--text-xl);
	font-family: var(--fontfamily-bricolage);
	font-weight: 600;
}

h1 {
	font-size: var(--text-4xl);
	line-height: var(--lineheight-3xs);
	letter-spacing: var(--letterspacing-xs);
	margin-bottom: 28px;
}

h2 {
	font-size: var(--text-3xl);
	line-height: var(--lineheight-xs);
	letter-spacing: var(--letterspacing-xs);
}

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

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(--blue);
}

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);
}

@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: var(--black);
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	color: var(--black);
	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 {
	width: 100%;
	padding: var(--padding-field);
	border: solid 1px var(--black);
	-webkit-border-radius: var(--rounded-sm);
	   -moz-border-radius: var(--rounded-sm);
	        border-radius: var(--rounded-sm);
	font-family: var(--fontfamily-sans);
	font-size: var(--text-base);
	color: var(--black);
	caret-color: var(--black);
	word-break: normal;
	background: var(--transparent) -webkit-calc(100% - 20px) center/12px no-repeat;
	background: var(--transparent) -moz-calc(100% - 20px) center/12px no-repeat;
	background: var(--transparent) calc(100% - 20px) center/12px no-repeat;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

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;
	background: var(--white) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -webkit-calc(100% - 16px) center/16px no-repeat;
	background: var(--white) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -moz-calc(100% - 16px) center/16px no-repeat;
	background: var(--white) 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;
}

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: var(--black);
	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: 16px;
}

th,
td {
	padding: 6px;
	border: 1px solid var(--black-soft);
	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;
}


.content-post-custom h2 {
	margin-bottom: 48px;
}

.content-post-custom h3 {
	margin-bottom: 32px;
}

.content-post-custom *+h2 {
	margin-top: 48px;
}

.content-post-custom *+h3 {
	margin-top: 32px;
}

.content-post-custom p,
.content-post-custom ul li {
	line-height: 1.8;
}


/* 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: 40px;
	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 {
	background-color: var(--yellow);
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .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;
	min-width: 48px;
	width: 48px;
	height: 46px;
	min-height: 46px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	font-size: 16px;
	color: var(--black-soft);
	background-color: var(--transparent);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	line-height: var(--lineheight-s);
	font-weight: 500;
}

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

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
	width: 24px;
	min-width: 24px;
	min-height: 24px;
	height: 24px;
	-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='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%23322C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%23322C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/24px no-repeat;
}

.pagination .page-numbers:not(.current):hover {
	background-color: var(--blue-soft);
}

.pagination .page-numbers.prev {
	margin-right: 24px;
}


/* LISTING STYLE */
.listing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-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: auto;
	min-width: 100%;
	margin: 0 -webkit-calc((var(--listing-gap) / 2) * -1) -webkit-calc(var(--listing-gap-bottom) * -1);
	margin: 0 -moz-calc((var(--listing-gap) / 2) * -1) -moz-calc(var(--listing-gap-bottom) * -1);
	margin: 0 calc((var(--listing-gap) / 2) * -1) calc(var(--listing-gap-bottom) * -1);
}

.listing .listing-item,
.listing .wpb_column {
	position: relative;
}

.listing>.listing-item {
	width: -webkit-calc(100% / var(--listing-column));
	width: -moz-calc(100% / var(--listing-column));
	width: calc(100% / var(--listing-column));
	padding: 0 -webkit-calc(var(--listing-gap) / 2);
	padding: 0 -moz-calc(var(--listing-gap) / 2);
	padding: 0 calc(var(--listing-gap) / 2);
	margin-bottom: var(--listing-gap-bottom);
}

.listing .listitem-wrapper {
	width: 100%;
	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;
}

.listing a.listitem-wrapper {
	cursor: pointer;
}

.listing .wpb_column {
	float: none;
}

.listing .thumbnail-item {
	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;
	overflow: hidden;
}

.listing li {
	list-style: none;
	margin-left: 0;
}

.vc_row.listing,
.vc_row.listing .vc_inner {
	margin: 0;
}

.vc_row.listing:before,
.vc_row.listing:after,
.vc_row.listing .vc_column-inner:before,
.vc_row.listing .vc_column-inner:after,
.vc_row.listing .vc_inner:before,
.vc_row.listing .vc_inner:after {
	display: none;
}

.vc_row.listing .wpb_column {
	float: none;
}

.vc_row.listing .wpb_column>.vc_column-inner {
	padding: 0;
}

.listing.slick-slider {
	width: -webkit-calc(100% + var(--listing-gap));
	width: -moz-calc(100% + var(--listing-gap));
	width: calc(100% + var(--listing-gap));
	margin: 0 -webkit-calc((var(--listing-gap) / 2) * -1);
	margin: 0 -moz-calc((var(--listing-gap) / 2) * -1);
	margin: 0 calc((var(--listing-gap) / 2) * -1);
	overflow: hidden;
}

.listing.slick-slider .slick-list {
	overflow: visible;
}

.listing.slick-slider .slick-track {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.listing.slick-slider .slick-slide {
	height: auto;
}

.listing.slick-slider .listing-item.slick-slide {
	padding-left: -webkit-calc(var(--listing-gap) / 2);
	padding-left: -moz-calc(var(--listing-gap) / 2);
	padding-left: calc(var(--listing-gap) / 2);
	padding-right: -webkit-calc(var(--listing-gap) / 2);
	padding-right: -moz-calc(var(--listing-gap) / 2);
	padding-right: calc(var(--listing-gap) / 2);
}

@media all and (max-width: 1299px) {
	.listing.slick-slider {
		--listing-gap: var(--padding-container);
	}

	.listing.slick-slider {
		width: -webkit-calc(100% + (var(--padding-container) * 2));
		width: -moz-calc(100% + (var(--padding-container) * 2));
		width: calc(100% + (var(--padding-container) * 2));
		margin-right: -webkit-calc(var(--padding-container) * -1);
		margin-right: -moz-calc(var(--padding-container) * -1);
		margin-right: calc(var(--padding-container) * -1);
		margin-left: -webkit-calc(var(--padding-container) * -1);
		margin-left: -moz-calc(var(--padding-container) * -1);
		margin-left: calc(var(--padding-container) * -1);
		padding-right: -webkit-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-right: -moz-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-right: calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-left: -webkit-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-left: -moz-calc(var(--padding-container) - (var(--listing-gap) / 2));
		padding-left: calc(var(--padding-container) - (var(--listing-gap) / 2));
	}
}

.whfilter-overview .listing {
	margin-bottom: 0;
}

@media all and (min-width: 0\0) and (min-resolution: +72dpi) {
	.listing {
		width: -webkit-calc(100% + 1px);
		width: -moz-calc(100% + 1px);
		width: calc(100% + 1px);
	}
}

.vc_row.listing {
	width: 100%;
	margin: 0;
}

.vc_row.listing .vc_column-inner {
	padding: 0;
}

.site .listing[class*="lists-"] .listing-item:last-child,
.site .listing[class*="lists-"] .wpb_column:last-child {
	margin-right: 0;
}

.listing .title-listing {
	font-size: var(--text-lg);
	margin-bottom: 8px;
}

.listing .title-listing,
.listing .content-item p,
.listing .excerpt-listing,
.listing .wpb_text_column * {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.listing.listing-faq .title-listing,
.listing.listing-faq .excerpt-listing {
	-webkit-line-clamp: none;
}



/* 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;
	z-index: 1;
}

[class*="whbutton-fill"] .cta-whbutton:active {
  top: 2px;
}

.cta-whbutton .label-cta {
	font-size: var(--font-button);
	color: inherit;
	font-weight: 500;
	line-height: var(--lineheight);
}

.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(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

.whbutton-wrapper.whbutton-icon.whbutton-icon-left  .cta-whbutton {
	padding-left: 11px;
}

.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: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
}

.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-size--extra-small .cta-whbutton {
	--padding-button: 2px 11px;
	--font-button: 13px;
}

.whbutton-size--under-small .cta-whbutton {
	--padding-button: 7px 15px;
	--font-button: 14px;
}

.whbutton-size--large .cta-whbutton {
	--padding-button: 15px 23px;
	--font-button: 18px;
}

.whbutton-size--large .cta-whbutton {
	height: 54px;
}

.whbutton-size--small .cta-whbutton,
.whbutton-size--normal .cta-whbutton {
	height: 44px;
}

.whbutton-size--under-small .cta-whbutton {
	height: 30px;
}

.whbutton-size--extra-small .cta-whbutton {
	height: 20px;
}

/* letterspacing button */
.whbutton-letterspacing--normal .cta-whbutton .label-cta {
	letter-spacing: normal;
}

.whbutton-letterspacing--3 .cta-whbutton .label-cta {
	letter-spacing: 0.03em;
}

.whbutton-letterspacing---2 .cta-whbutton .label-cta {
	letter-spacing: -0.02em;
}

.whbutton-letterspacing--2 .cta-whbutton .label-cta {
	letter-spacing: 0.02em;
}

/* lineheight button */
.whbutton-lineheight--normal .cta-whbutton .label-cta {
	--line-height: 1;
}

.whbutton-lineheight--1-5 .cta-whbutton .label-cta {
	--line-height: 1.5;
}

.whbutton-lineheight--1-2 .cta-whbutton .label-cta {
	--line-height: 1.2;
}

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

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

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

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

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

.whbutton-color--gray .cta-whbutton {
	color: #828282;
}

.whbutton-color--blue-soft .cta-whbutton {
	color: var(--blue-extra-soft);
}

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

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

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

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

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

.whbutton-colorhvr--blue-soft .cta-whbutton:hover {
	color: var(--blue-extra-soft);
}

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

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

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

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

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

.whbutton-fill--blue-soft .cta-whbutton {
	background-color: var(--blue-extra-soft);
	border-color: var(--blue-extra-soft);
}

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

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

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

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

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

.whbutton-outline--blue-soft .cta-whbutton {
	border-color: var(--blue-extra-soft);
}

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

.whbutton-outline--yellow .cta-whbutton:hover,
.site.header-white .whbutton-wrapper.cta-contact-header .cta-whbutton:hover {
	color: var(--black-soft);
	background-color: var(--yellow);
}

.whbutton-fill--yellow .cta-whbutton:hover {
	border-color: #fff512;
	background-color: #fff512;
}	

.whbutton-fill--black .cta-whbutton:hover,
.whbutton-outline--black .cta-whbutton:hover{
	background-color: var(--black-dark);
	border-color: var(--black-dark);
}

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

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

.whbutton-outline--gray.whbutton-color--black .cta-whbutton:hover .icon-cta,
.whbutton-color--black.whbutton-outline--black .cta-whbutton:hover .icon-cta {
	-webkit-filter: invert(1);
	        filter: invert(1);
}

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

.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;
	text-align: center;
}

.whbutton-wrapper.btn-text-underland .label-cta {
	text-decoration: underline;
}

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

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

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

.whbutton-wrapper.btn-step-home .cta-whbutton {
	height: 47px;
}

.whbutton-wrapper.btn-contact-bedankt {
	--blue-extra-soft: #CDE6F3;
}

.whbutton-wrapper.cta-link-gray .cta-whbutton  {
	height: auto;
}

.whbutton-wrapper.cta-link-gray .label-cta {
	margin-right: 8px;
}

.whbutton-wrapper.cta-link-gray .icon-cta {
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
}


/*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-sm *,
.text-sm {
    font-size: var(--text-sm);
}

.text-base *,
.text-base {
	font-size: var(--text-base);
}

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

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

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

.lineheight-normal *,
.lineheight-normal {
    line-height: 1.2;
}

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

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

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

.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;
}

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

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

.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: 12px;
	padding-right: 12px;
}

.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.vc_section {
	margin-left: -12px;
	margin-right: -12px;
}

.vc_section.section-no-padding {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.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 {
	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;
}

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



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



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

/* 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_row.row-slider-offset {
	overflow: hidden;
}

.vc_row.row-slider-offset>.wpb_column {
    padding-left: var(--padding-container);
    padding-right: var(--padding-container);
}

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


/* 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);
       -moz-border-radius: var(--rounded-lg);
            border-radius: var(--rounded-lg);
			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;
}

.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%;
  position: relative;
}

.vc_row.col-popup-cl>.wpb_column>.vc_column-inner>.wpb_wrapper {
	position: relative;
}

.vc_row.col-popup-cl>.wpb_column>.vc_column-inner>.wpb_wrapper >.wpb_text_column {
	display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vc_row.col-popup-cl>.wpb_column>.vc_column-inner>.wpb_wrapper >.wpb_text_column .calendly-wrapper {
	width: 100%;
	height: 100%;
}

.vc_row.col-popup-cl>.wpb_column>.vc_column-inner>.wpb_wrapper >.wpb_text_column>.wpb_wrapper,
.vc_row.col-popup-cl>.wpb_column>.vc_column-inner>.wpb_wrapper >.wpb_text_column .calendly-button {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	font-size: 0;
	z-index: 1;
}


.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);
}


/* slider partner */
.wpb_text_column.text-beside-partner strong {
	display: block;
	font-weight: 600;
	font-family: var(--fontfamily-bricolage);
	margin-bottom: 8px;
}

.wpb_text_column.text-beside-partner p+p {
	margin-top: 0;
	font-size: var(--text-sm);
	font-weight: 500;
	opacity: 0.43;
}

.wpb_text_column.label-sub-content {
	color: #828282;
	font-weight: 500;
}

.wpb_text_column.subtitle-banner-news {
	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;
}

.wpb_text_column.subtitle-banner-news p {
	display: inline-block;
	margin-bottom: 32px;
	color: var(--black);
	font-weight: 400;
	font-size: var(--text-sm);
	line-height: var(--lineheight-4xs);
}


/* ------------------------------
		CONTACT FORM
--------------------------------*/
.col-form--side.wpb_column>.vc_column-inner>.wpb_wrapper {
	padding: 34px 30px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: var(--rounded-lg);
       -moz-border-radius: var(--rounded-lg);
            border-radius: var(--rounded-lg);
    overflow: hidden;
    border: 1px solid var(--white);
}

.col-form--side.wpb_column h3,
.col-form--side.wpb_column .caption-logo-group {
	color: var(--black);
}

.col-form--side.wpb_column .caption-logo-group {
	font-size: var(--text-sm);
	font-weight: 500;
}

.col-form--side.wpb_column h3:not(.title-listing) {
	--text-2xl: 21px;
	font-weight: 700;
	margin-bottom: 26px;
}

/* style reset form */
.contact-form {
	--gap-bottom-field: 24px;
	--gap-field: 24px;
	--padding-inner-form: 32px;
	padding: var(--padding-inner-form);
	background-color: var(--white);
	-webkit-border-radius: var(--rounded-lg);
	   -moz-border-radius: var(--rounded-lg);
	        border-radius: var(--rounded-lg);
	overflow: hidden;
}

.contact-form .row {
	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: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contact-form .row>.col-md-6 {
	width: -webkit-calc(50% - (var(--gap-field) / 2));
	width: -moz-calc(50% - (var(--gap-field) / 2));
	width: calc(50% - (var(--gap-field) / 2));
}

.contact-form .row>.col-md-12 {
	width: 100%;
}

.contact-form .form-group:not(.mb-0) {
	margin-bottom: var(--gap-bottom-field);
}

.contact-form .form-control br,
.wpcf7-not-valid-tip {
	display: none;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder  {
	color: var(--black);
	opacity: 0.5;
}

.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder, .contact-form select:-moz-placeholder  {
	color: var(--black);
	opacity: 0.5;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form select::-moz-placeholder  {
	color: var(--black);
	opacity: 0.5;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form select:-ms-input-placeholder  {
	color: var(--black);
	opacity: 0.5;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder, .contact-form select::-ms-input-placeholder  {
	color: var(--black);
	opacity: 0.5;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder  {
	color: var(--black);
	opacity: 0.5;
}

.contact-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.contact-form label:not(.error) {
	color: var(--black);
}

.contact-form label.error {
	color: var(--red);
	display: none !important;
}

.contact-form input:not([type="checkbox"]),
.contact-form input:not([type="radio"]),
.contact-form select {
	height: 48px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  padding: 12.35px 18px;
  border: 1px solid #f5f5f3;
  padding-right: 24px;
  background: #f5f5f3;
  font-weight: 500;
  -webkit-transition: var(--duration);
  -o-transition: var(--duration);
  -moz-transition: var(--duration);
  transition: var(--duration);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error,
.contact-form input.wpcf7-not-valid,
.contact-form select.wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid {
	border-color: var(--red);
}

.contact-form input.required.valid,
.contact-form select.required.valid,
.contact-form textarea.required.valid {
	border-color: var(--green-shine);
}

label[for="accept-terms"] {
	display: none;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control.wpcf7-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-form-control-wrap {
	-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;
}

.wpcf7-form-control-wrap[data-name="accept-terms"] .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form-control-wrap[data-name="accept-terms"] .wpcf7-list-item label {
	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;
	gap: 8px;
	margin-bottom: 0;
}

.wpcf7-form-control-wrap[data-name="accept-terms"] input {
	padding: 0;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.form-footer {
  margin-top: 20px;
}

.terms-checkbox {
  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;
  gap: 8px;
}

.contact-form .wpcf7-submit {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 9px 23px;
	font-weight: 500;
	border: 1px solid var(--black-soft);
	background-color: var(--black-soft);
	color: var(--yellow);
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
	font-family: var(--fontfamily-inter);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.contact-form .wpcf7-submit:hover {
	background-color: var(--yellow);
	color: var(--black-soft);
	border-color: var(--yellow);
	-webkit-transform: translateY(3px);
	   -moz-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	     -o-transform: translateY(3px);
	        transform: translateY(3px);
}

.form-control.accept-terms-wrapper {
	margin-bottom: 40px;
}


/* cta mobile */
.cta-bottom-mobile.layout-black .layout-content-cta.show >.wpb-content-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

.heading-cta-mobile {
	cursor: pointer;
}

.cta-bottom-mobile.layout-black .layout-content-cta >.content-cta-bottom:first-of-type,
.cta-bottom-mobile:not(.layout-black) .layout-content-cta >.content-cta-bottom:last-of-type {
	display: block;
	z-index:9;
}

.cta-bottom-mobile.layout-black .layout-content-cta >.content-cta-bottom:last-of-type,
.cta-bottom-mobile:not(.layout-black) .layout-content-cta >.content-cta-bottom:first-of-type {
	display: none;
}

.content-cta-bottom:not(.show) .vc_row.row-card-sidebar>.wpb_column>.vc_column-inner>.wpb_wrapper {
	--rounded-lg: 0;
}

.content-cta-bottom.show .vc_row.row-card-sidebar>.wpb_column>.vc_column-inner>.wpb_wrapper {
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
}

.content-cta-bottom .vc_row.cta-side-content {
	-webkit-transition: max-height 0.85s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
	-o-transition: max-height 0.85s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
	-moz-transition: max-height 0.85s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
	transition: max-height 0.85s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
	max-height: 0;
}

.content-cta-bottom.show .heading-cta-mobile .wpb_wrapper:after {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.content-cta-bottom.show .vc_row.cta-side-content {
	max-height: 10000px;
}

.content-cta-bottom {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	height: auto;
	max-width: 100vw;
}

#article-topics a,
.toc-modal-inner a {
	-webkit-transition: color .25s ease;
	-o-transition: color .25s ease;
	-moz-transition: color .25s ease;
	transition: color .25s ease;
}

#article-topics a.active,
.toc-modal-inner a.active {
  font-weight: 500;
  text-shadow:
    0.25px 0 0 currentColor,
   -0.25px 0 0 currentColor;
}

/* slider google review */
.google-review-slider {
	position: relative;
	margin: -16px;
}

.google-review-slider .slick-track {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	min-height: 100%;
}

.google-review-slider .review-user {
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	overflow: hidden;
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
}

.google-review-slider .review-header {
	margin-bottom: 24px;
}

.google-review-slider .review-slide {
	padding: 16px;
	height: auto;
}

.google-review-slider .review-content {
	font-size: var(--text-md);
	padding-bottom: 24px;
}

.google-review-slider .review-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	padding-top: 24px;
}

.google-review-slider .review-content,
.google-review-slider .review-detail-item {
	font-family: 'Arimo', sans-serif;
	color: var(--white);
}

.google-review-slider .review-content-inner {
	max-height: 189px;
	overflow-y: auto;
	padding-right: 8px;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,0.25) transparent;
}

.google-review-slider .review-content-inner::-webkit-scrollbar {
	width: 6px;
}

.google-review-slider .review-content-inner::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.google-review-slider .review-content-inner::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.4);
}

.google-review-slider .review-slide-inner {
	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;
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-border-radius: var(--rounded-lg);
       -moz-border-radius: var(--rounded-lg);
            border-radius: var(--rounded-lg);
    border: 1px solid rgba(12, 8, 1, 0.15);
    padding: 32px;
    height: 100%;
}

.review-detail-item {
	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;
}

.google-review-slider .review-user img {
	height: 100%;
}

.review-bottom {
	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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
	gap: 16px;
	margin-top: auto;
}

.review-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.review-stars li {
  width: 20px;
  min-width: 20px;
  min-height: 19px;
  height: 19px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

.review-stars li+li {
	margin-top: 0;
}

.review-stars li.filled {
  background-image: url('/wp-content/themes/whello/assets/images/icon-star-yellow.svg');
}

.review-stars li.empty {
  background-image: url('/wp-content/themes/whello/assets/images/icon-star-gray.svg');
}

#toc-fab {
	position: fixed;
	bottom: 80px;
	right: 8px;
	z-index: 8;
	font-size: 15px;
  	display: none;
	padding: 0;
	width: 28px;
}

#toc-fab svg {
	width: 28px;
	height: 28px;
}

/* ===== Modal ===== */
#toc-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 1000;
  display: none;
}

.toc-modal-inner {
	position: relative;
	background-color: var(--white);
	margin: auto;
	width: 90%;
	max-height: 80vh;
	overflow: auto;
	padding: 16px;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
}

/* ===== Close ===== */
.toc-close {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	padding: 16px;
}

/* ===== Mobile only ===== */
@media (max-width: 900px) {
  .topics-in-article {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6, .icon-text-wrapper {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
	opacity: 0;
	-webkit-transition: opacity 0.8s ease,
				-webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	transition: opacity 0.8s ease,
				-webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	-o-transition: opacity 0.8s ease,
				-o-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	-moz-transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
				opacity 0.8s ease,
				-moz-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
				opacity 0.8s ease;
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
				opacity 0.8s ease,
				-webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
				-moz-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
				-o-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform, opacity;
}

 p {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
	opacity: 0;
	-webkit-transition: opacity 1s ease,
				-webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
	transition: opacity 1s ease,
				-webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
	-o-transition: opacity 1s ease,
				-o-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
	-moz-transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1),
				opacity 1s ease,
				-moz-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1),
				opacity 1s ease;
	transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1),
				opacity 1s ease,
				-webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1),
				-moz-transform 1s cubic-bezier(0.22, 1, 0.36, 1),
				-o-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform, opacity;
}

.show,
h3.card-title,
.cta-bottom-mobile h2,
.faq-content-inner *,
.faq-content-inner p,
.quote-inner p,
.listing-blog .title-listing,
.listing-blog .excerpt-listing p{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* html .calendly-overlay .calendly-popup-close {
	-webkit-background-size: 16px 16px;
	   -moz-background-size: 16px;
	     -o-background-size: 16px;
	        background-size: 16px;
	background-position: center;
	background-color: var(--orange);
	width: 32px;
	height: 32px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
} */

/* .calendly-overlay .calendly-popup .calendly-popup-content {
	position: relative;
}

.calendly-overlay .calendly-popup .calendly-popup-content:before {
    content: 'close';
    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-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    font-size: var(--text-md);
    color: var(--white);
    background-color: var(--black);
    position: absolute;
    bottom: 0px;
    padding: 3px 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110px;
    height: 40px;
	letter-spacing: 1.2px;
	font-family: var(--fontfamily-bricolage);
} */