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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* sf pro */
@font-face {
    font-family: 'SF Pro Display';
	src: local('SFProDisplay Regular'), local('SFProDisplay-Regular'),
		url('assets/fonts/SFProDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--height-wpadminbar: 0px;
	--container: 1128px;
	--container-large: 1378px;
	--container-medium: 1280px;
	--height-header: 110px;
	--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: 48px;
	--text-5xl: 56px;
	--text-6xl: 64px;

	--lineheight-xs: 1;
	--lineheight-s: 1.21;
	--lineheight: 1.5;
	--lineheight-m: 1.6;
	--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: 'Archivo', var(--suffix-family);
	--fontfamily-satoshi: 'Satoshi', var(--suffix-family);
	--fontfamily-helvetica: 'Helvetica Neue', var(--suffix-family);
	--fontfamily-sf-pro: 'SF Pro Display', 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: 14.5px 16px;
	--padding-button: 12.42px 22px;

	--rounded-xs: 2px;
	--rounded-sm: 4px;
	--rounded: 6px;
	--rounded-custom: 8px;
	--rounded-md: 10px;
	--rounded-lg: 16px;
	--rounded-xl: 21px;
	--rounded-2xl: 24px;
	--rounded-3xl: 29px;
	--rounded-4xl: 32px;
	--rounded-5xl: 79px;
	--rounded-full: 999999px;

	--transparent: rgba(0, 0, 0, 0);
	--white: #fff;
	--black: #000;
	--blue: #98a7fc;
	--blue-secondary: #8593fd;
	--red: #ef4444;
	--yellow: #fbbf24;
	--green: #a4d70c;
	--purple: #8b5cf6;
	--orange: #ec8f31;
	--gray-300: #e5e7eb;
	--gray: #9ca3af;
	--gray-500: #A8B0B0;
	--gray-700: #3e4a47;
	--brown: #352d23;

	--dark-green: #142900;
	--green-600: #0A4533;
	--lime: #dbfc79;
	--lime-soft: #e6ff9b;
	--baby-blue: #dcecfb;
	--blue-blue-secondary: #b1bdff;
	--blue-light: #eef7ff;
	--blue-light-secondary: #f7fbff;
	--blue-light-third: #f1f8fd;
	--blue-light-forth: #e8f4ff;
	--lilac: #dcd1fc;
	--cream: #fff1be;
	--tosca: #00333c;
	--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 (min-width: 910px) {
	.wpb_text_column.title-medium h2,
	.wpb_text_column.title-medium-custom p {
		--text-4xl: 40px;
	}
}

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


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

	#wpadminbar {
		display: none;
	}
}

@media all and (max-width: 900px) {
	html:root {
		--text-6xl: 48px;
		--text-5xl: 40px;
		--text-4xl: 32px;
		--text-2xl: 24px;
		--text-xl: 20px;
		--text-base: 14px;
	}

	.wpb_text_column.title-medium h2,
	.wpb_text_column.title-medium-custom p {
		--text-4xl: 32px;
	}
}

* {
	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(--dark-green);
	-moz-block-height: normal;
	line-height: var(--lineheight-m);
	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;
}

.wpb_text_column.format-content *+h2,
.wpb_text_column.format-content *+h3,
.wpb_text_column.format-content *+h4,
.wpb_text_column.format-content *+h5,
.wpb_text_column.format-content *+h6 {
	margin-top: 24px;
}

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);
	font-weight: 700;
}

a:not(.cta-whbutton):not(.btn):hover {
	color: var(--blue);
}

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

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title-"]:not(.title-no-p)  {
	font-family: var(--fontfamily-satoshi);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: var(--lineheight-s);
	color: var(--dark-green);
}

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

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

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

h2,
p.title-large,
.wpb_text_column.title-large h1,
.wpb_text_column.title-large h2,
.wpb_text_column.title-large:not(.title-no-p) p {
	font-size: var(--text-4xl);
}

.wpb_text_column.title-small h2 {
	font-size: var(--text-xl);
}

.wpb_text_column.title-medium h2 {
	font-size: var(--text-2xl);
}	

.wpb_text_column.title-medium-custom p {
	font-size: var(--text-4xl);
}

h3,
p.title-medium,
.wpb_text_column.title-medium:not(.title-no-p) p  {
	font-size: var(--text-2xl);
}

h4,
p.title-small,
.wpb_text_column.title-small:not(.title-no-p) p  {
	font-size: var(--text-lg);
}

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

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

/* title custom font */
p.title-xlarge,
.wpb_text_column.title-xlarge:not(.title-no-p) p {
	font-size: var(--text-5xl);
}

p.p-large,
p.p-medium,
.wpb_text_column.p-large:not(.title-no-p) p,
.wpb_text_column.p-medium:not(.title-no-p) p {
	font-size: var(--text-md);
}

.wpb_text_column.p-medium {
	--text-md: 17px;
}

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

@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(--gray-700);
	opacity: 0.4;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	color: var(--gray-700);
	opacity: 0.4;
}

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(--blue-light);
	-webkit-border-radius: var(--rounded-custom);
	   -moz-border-radius: var(--rounded-custom);
	        border-radius: var(--rounded-custom);
	font-family: var(--fontfamily-sans);
	font-size: var(--text-base);
	color: var(--gray-700);
	caret-color: var(--gray-700);
	word-break: normal;
	background: var(--blue-light) -webkit-calc(100% - 16px) center/18px no-repeat;
	background: var(--blue-light) -moz-calc(100% - 16px) center/18px no-repeat;
	background: var(--blue-light) calc(100% - 16px) center/18px 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(--blue-light) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -webkit-calc(100% - 16px) center/16px no-repeat;
	background: var(--blue-light) url(/wp-content/themes/whello/assets/images/icon-arrow-chevrongrey-down.svg) -moz-calc(100% - 16px) center/16px no-repeat;
	background: var(--blue-light) 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: 200px;
	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(--blue);
	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: 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 {
	color: var(--white);
	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;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	font-size: 18px;
	color: var(--yellow);
	background-color: var(--transparent);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

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

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
	width: 30px;
	padding-bottom: 6px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	font-size: 30px;
	line-height: 1;
}

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

/* 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-xl);
}

.listing .title-listing,
.listing .content-item p,
.listing .excerpt-listing,
.listing .excerpt-listing p,
.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: 3;
}

/* 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: 2px 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;
}

.cta-whbutton .label-cta {
	color: inherit;
	line-height: var(--lineheight-s);
}

.whbutton-wrapper:not(.btn-regular) .label-cta {
	font-weight: 700;
}

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

.whbutton-wrapper:not(.btn-archivo) .label-cta {
	font-family: var(--fontfamily-satoshi);
}

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

.whbutton-wrapper.btn-icon-medium .cta-whbutton .icon-cta,
.whbutton-icon.btn-icon-medium .cta-whbutton::after {
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
}

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

.whbutton-icon-left.btn-icon-medium .cta-whbutton .icon-cta,
.whbutton-icon-right.btn-icon-medium .cta-whbutton .label-cta,
.whbutton-icon-left.btn-icon-medium .cta-whbutton::after {
	margin-right: 10px;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

.whbutton-fill--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--green .cta-whbutton {
	background-color: var(--green);
	border-color: var(--green);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* hover */
.whbutton-fill--green-lime .cta-whbutton:hover,
.btn.btn-consult:hover {
	background-color: var(--lime-soft);
	border-color: var(--lime-soft);
}

.whbutton-fill--baby-blue .cta-whbutton:hover {
	background-color: var(--blue-light-forth);
	border-color: var(--blue-light-forth);
}

/* icon auto */
.whbutton-wrapper.btn-icon-auto .icon-cta {
	width: auto;
	height: 100%;
}

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

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

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

.logo-label-wrapper:not(.slider) .logo-group-item:hover {
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px);
}

/* -----------------------------
		STYLING GENERAL
-------------------------------*/
.flex,
.row-flex,
.vc_row.row-flex,
.vc_row.vc_inner {
    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.row-flex:before,
.vc_row.row-flex:after,
.vc_row.vc_inner:before,
.vc_row.vc_inner:after {
    display: none;
}

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

.flex.items-center,
.row-flex.items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

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

.vc_section {
    padding-top: 0 !important;
	margin: 0;
	padding: 0;
}

.vc_section[data-vc-full-width]:not(.section-no-padding) > .vc_row {
	margin-left: -12px;
	margin-right: -12px;
}

.vc_section[data-vc-full-width].section-no-padding > .vc_row {
	margin-left: 0;
	margin-right: 0
}

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

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

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

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

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

/* letter-spacing */
.letter-spacing-wrap {
	letter-spacing: -0.03em;
}

.letter-spacing-low {
	letter-spacing: -0.01em;
}

/* text align */
.text-center {
	text-align: center;
}

/* font-size */
.text-md {
	font-size: var(--text-md);
}

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

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

.text-sm-custom {
	--text-sm: 13px;
	font-size: var(--text-sm);
}

/* font-weight text */
.fw-regular {
	font-weight: 400;
}

.fw-medium {
	font-weight: 500;
}

.fw-semi-bold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fw-extra-bold {
	font-weight: 800;
}

.fw-extra-black {
	font-weight: 900;
}

/* custom text */
.wpb_text_column.title-page h1 {
	--text-6xl: 48px;
	--lineheight-s: 1;
	margin-bottom: 24px;
}

.wpb_text_column.title-page h1 strong {
	opacity: .5;
}
/* 
.wpb_text_column.title-page h1 > strong span,
.wpb_text_column.title-page h1 > span > strong {
	opacity: 1;
} */

.wpb_text_column.title-page h1 > strong,
.wpb_text_column.title-page h1 > span > strong {
	font-weight: 900;
}

.no-bullet-list ul {
    padding-left: 0;
    list-style-type: none;
}

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

.lineheight-140 {
	line-height: 140%;
}

.lineheight-large {
	line-height: var(--lineheight-l);
}

/* font-family */
.font-satoshi {
	font-family: var(--fontfamily-satoshi);
}

.font-sf-pro {
	font-family: var(--fontfamily-sf-pro);
}

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

/* btn */
.btn {
	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: var(--padding-button);
	border: 2px solid var(--transparent);
	font-family: var(--fontfamily-satoshi);
	font-weight: 700;
	font-size: var(--text-base);
	letter-spacing: -0.04em;
	color: var(--dark-green);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	line-height: var(--lineheight-s);
	text-align: center;
}

.btn.btn-full {
	width: 100%;
}

/* background */
.bg-cover {
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

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

.z-index-minus {
	position: relative;
	z-index: -1;
}

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

.vc_section.rounded-top,
.vc_row.rounded-top {
	-webkit-border-top-left-radius: var(--rounded-2xl);
	   -moz-border-radius-topleft: var(--rounded-2xl);
	        border-top-left-radius: var(--rounded-2xl);
	-webkit-border-top-right-radius: var(--rounded-2xl);
	   -moz-border-radius-topright: var(--rounded-2xl);
	        border-top-right-radius: var(--rounded-2xl);
}

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

.vc_row.row-no_inner {
    margin-left: 0;
    margin-right: 0;
}

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

.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-xl-custom);
	   -moz-border-radius: var(--rounded-xl-custom);
	        border-radius: var(--rounded-xl-custom);
			width: 100%;
}

/* scale hovered */
.wpb_single_image.hovered-scale img {
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.wpb_single_image.hovered-scale:hover img {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

/* rounded */
.wpb_single_image.rounded-large figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wpb_single_image.rounded-large .vc_single_image-wrapper {
	overflow: hidden;
	-webkit-border-radius: var(--rounded-4xl);
	   -moz-border-radius: var(--rounded-4xl);
	        border-radius: var(--rounded-4xl);
}

.vc_row.card-bg-image {
	margin: 0;
	overflow: hidden;
}

.vc_row.rounded-large {
	-webkit-border-radius: var(--rounded-4xl);
	   -moz-border-radius: var(--rounded-4xl);
	        border-radius: var(--rounded-4xl);
}

/* ROW BUTTON */
.vc_row.row-button {
	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: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: -15px;
}

.vc_row.row-button > .wpb_column {
	width: auto;
	position: relative;
	z-index: 1;
}

.vc_row.row-button > .wpb_column > .vc_column-inner {
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
}

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

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

/* STYLING MEDIA SOCIAL */
.logo-label-wrapper.media-social {
	--size-icon: 40px;
}

.logo-label-wrapper.media-social .image-wrapper {
	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;
	width: var(--size-icon);
	min-width: var(--size-icon);
	height: var(--size-icon);
	min-height: var(--size-icon);
	background-color: var(--lilac);
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.logo-label-wrapper.media-social {
	margin: -8px;
}

.logo-label-wrapper.media-social .logo-group-item {
	padding: 8px;
}

.logo-label-wrapper.media-social .image-wrapper img {
	width: auto;
	height: 14px;
}

/* LIST*/
.list-flex ul {
    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: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-flex ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.list-flex ul li+li {
    margin-top: 0;
}

/* DOUBLE BUTTON */
.vc_row.row-double-button {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: -10px;
	margin-left: -20px;
	margin-right: -20px;
}

.vc_row.row-double-button > .wpb_column {
	width: auto;
}

.vc_row.row-double-button > .wpb_column > .vc_column-inner {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.pointer {
	cursor: pointer;
}

/* MAX CONTENT */
.max-content-medium {
	max-width: 716px;
	margin-left: auto;
	margin-right: auto;
}

/* RESET STYLE SLICK */
.slick-slider {
	--position-arrow: 2px;
	--size-arrow: 56px;
	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;
	margin-bottom: 1px;
}

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

.slick-slider .slick-dots button {
	position: relative;
	width: 10px;
	height: 10px;
	background-color: var(--blue);
	font-size: 0;
	padding: 0;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	border: 2px solid var(--blue);
	-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 {
	--transparent: var(--lime);
	border-color: var(--lime);
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: var(--size-arrow);
	height: var(--size-arrow);
	padding: 0;
	font-size: 0;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	-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: var(--blue) center/20px no-repeat;
	background-image: url(/wp-content/themes/whello/assets/icons/icon-arrow-left-snow.svg);
}

.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 {
	left: var(--position-arrow);
}

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

.slick-slider .slick-next.slick-arrow {
	-webkit-transform: translateY(-50%) scale(-1);
	   -moz-transform: translateY(-50%) scale(-1);
	    -ms-transform: translateY(-50%) scale(-1);
	     -o-transform: translateY(-50%) scale(-1);
	        transform: translateY(-50%) scale(-1);
}

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

/* breadcrumb ---------------------- */
.site-breadcrumbs {
    font-size: var(--text-base);
	padding: 33px 0px 22px;
    position: relative;
    z-index: 2;
    color: var(--blue);
	width: 100%;
	font-weight: 500;
}

.site-breadcrumbs.position-left .breadcrumb-wrapper {
	text-align: left;
}

.site-breadcrumbs.position-center .breadcrumb-wrapper {
	text-align: center;
}

.site-breadcrumbs.position-right .breadcrumb-wrapper {
	text-align: right;
}

.site-breadcrumbs.breadcrumbs-color-green {
	color: var(--green);
} 

.site-breadcrumbs i,
.site-breadcrumbs a,
.site-breadcrumbs a.home {
	font-weight: 500;
}

.site-breadcrumbs .current-item,
.site-breadcrumbs span>span,
.site-breadcrumbs span.current-item,
.site-breadcrumbs a:hover {
	color: var(--baby-blue);
}

.site-breadcrumbs.breadcrumbs-color-green .current-item,
.site-breadcrumbs.breadcrumbs-color-green span>span,
.site-breadcrumbs.breadcrumbs-color-green span.current-item,
.site-breadcrumbs.breadcrumbs-color-green a:hover {
	color: var(--baby-blue);
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span {
    font-size: 0;
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span:after {
    content: '...';
    font-size: var(--text-base);
	display: inline-block;
	height: 22px;
}

.site-breadcrumbs i {
    display: inline-block;
    margin: 0 3px;
    font-style: normal;
}

.site-breadcrumbs .breadcrumb-wrapper>i:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) {
    display: none;
}

.hero-banner .site-breadcrumbs {
    width: 100%;
    color: var(--neon-green);
}

.hero-banner .site-breadcrumbs .current-item,
.hero-banner .site-breadcrumbs span>span,
.hero-banner .site-breadcrumbs span.current-item {
    color: #CBD2E0;
}

.hero-banner .site-breadcrumbs .container.breadcrumb-wrapper {
    width: 100%;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* loadmore --------------- */
.btn-load-more {
	--padding-button: 13px 23px;
	display: block;
	margin: 56px auto 0px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	background-color: var(--baby-blue);
	color: var(--dark-green);
	font-size: var(--text-base);
	font-weight: 700;
	font-family: var(--fontfamily-satoshi);
	line-height: normal;
}

.btn-load-more:hover {
	background-color: var(--blue-light);
}

.btn-load-more.btn-klantverhalen {
	--text-base: 18px;
	--dark-green: var(--white);
	--baby-blue: var(--blue);
	--padding-button: 10.5px 38px;
} 

.btn-load-more.btn-klantverhalen:hover {
	--blue-light: var(--blue);
}

/* maps */
body .wpb_gmaps_widget .wpb_wrapper {
	padding: 0px !important;
	background-color: var(--transparent);
	-webkit-border-radius: var(--rounded-lg);
	   -moz-border-radius: var(--rounded-lg);
	        border-radius: var(--rounded-lg);
	overflow: hidden;
}

/* plugin before after */
.twentytwenty-wrapper {
    -webkit-border-radius: var(--rounded-2xl);
       -moz-border-radius: var(--rounded-2xl);
            border-radius: var(--rounded-2xl);
    overflow: hidden;
}

.twenty20 {
	margin-bottom: 0;
}

.twentytwenty-wrapper,
.twentytwenty-container,
.twentytwenty-container img {
	--height-media: 427px;
    height: var(--height-media);
}

.twentytwenty-horizontal .twentytwenty-before-label,
.twentytwenty-horizontal .twentytwenty-after-label {
	top: 10px;
	bottom: unset;
}

.twentytwenty-horizontal .twentytwenty-before-label {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label {
    right: 10px;
}

.twentytwenty-handle {
	width: 48px;
	height: 48px;
	margin-left: -26px;
	background-color: var(--white);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.twentytwenty-left-arrow {
	border-right: 9px solid var(--black);
	margin-left: -19.5px;
}

.twentytwenty-right-arrow {
	border-left: 9px solid var(--brown);
	margin-right: -19.5px;	
}

.twentytwenty-horizontal .twentytwenty-handle:before, 
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 4px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.twentytwenty-wrapper, 
.twentytwenty-container, 
.twentytwenty-container img {
	-ms-touch-action: none;
	    touch-action: none;
}
/* wp sitemap --------------- */
.wpb_text_column .wsp-container {
	margin-bottom: 40px;
}

.wsp-container h2 {
	--text-4xl: var(--text-2xl);
}

.wsp-container ul {
	margin-bottom: 32px;
}

.wsp-container a {
	font-weight: 500;
	color: var(--black);
	font-family: var(--fontfamily-sf-pro);
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
}

.wsp-container a:hover:active {
	color: var(--blue);
}

/* search result */
.search-results {
    margin-bottom: 40px;
}

.title-search-result {
	margin-bottom: 48px;
	font-family: var(--fontfamily-satoshi);
}
/* cookie notice plugin */
#cn-accept-cookie {
	background-color: var(--green) !important;
	color: var(--dark-green) !important;
}

.cn-buttons-container a {
	font-family: var(--fontfamily-satoshi) !important;
	font-weight: 600 !important;
}

/* --------------------------------------
		MARQUEEE STYLING
------------------------------------------*/
.marquee-text {
	background-color: var(--bg-color-bar);
}

.marquee-text-track {
	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;
	padding-left: var(--gap-text);
	gap: var(--gap-text);
	height: var(--height-bar);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-animation: marquee-move-text linear infinite;
		-moz-animation: marquee-move-text linear infinite;
			-o-animation: marquee-move-text linear infinite;
			animation: marquee-move-text linear infinite;
			background-color: var(--bg-color-bar);
}
.marquee-text-track p {
	position: relative;
	font-size: var(--font-size);
	line-height: 140%;
	color: var(--color);
	font-weight: 500;
	letter-spacing: -0.03em;
	margin: 0;
}
.marquee-text-track p:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 50%;
	left: -webkit-calc((var(--gap-text) / 2) * -1);
	left: -moz-calc((var(--gap-text) / 2) * -1);
	left: calc((var(--gap-text) / 2) * -1);
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: var(--transparent) center/contain no-repeat;
} 
.marquee-text.icon-default p:before {
	background-image: url(/wp-content/themes/whello/assets/images/icon-circle-lilac.svg);
}

.marquee-text.icon-image p:before {
	width: 16.17px;
	height: 16.17px;
	background-image: url(/wp-content/themes/whello/assets/images/icon-list-small-blue.svg);
}

.marquee-text.icon-image.blue p:before {
	-webkit-filter: invert(0) brightness(100);
	        filter: invert(0) brightness(100);
}
@-webkit-keyframes marquee-move-text {
	to {
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	}
}
@-moz-keyframes marquee-move-text {
	to {
		-moz-transform: translateX(-50%);
				transform: translateX(-50%);
	}
}
@-o-keyframes marquee-move-text {
	to {
		-o-transform: translateX(-50%);
			transform: translateX(-50%);
	}
}
@keyframes marquee-move-text {
	to {
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
				-o-transform: translateX(-50%);
				transform: translateX(-50%);
	}
}