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

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

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

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

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

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

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


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

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

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

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


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

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

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


:root {
	--height-wpadminbar: 0px;
	--container-large: 1792px;
	--container: 1200px;
	--height-header: 140px;
	--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: 30px;
	--text-3xl: 36px;
	--text-4xl: 40px;
	--text-5xl: 64px;
	--text-6xl: 96px;
	--text-7xl: 120px;

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

	--letter-spacing: -4px;
	--letter-spacing-min-two: -2px;
	--letter-spacing-min-half: -0.5px;
	--letter-spacing-normal: 0px;
	--letter-spacing-one: 1px;



	--suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	--fontfamily-sans: 'Avenir', var(--suffix-family);
	--fontfamily-industry: 'Industry', var(--suffix-family);
	--fontfamily-mulish: 'Mulish', var(--suffix-family);
	--fontfamily-geogrotesque_cyr: 'Geogrotesque Cyr', 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-container-large: -webkit-calc((100% - var(--container-large)) / 2);
	--padding-container-large: -moz-calc((100% - var(--container-large)) / 2);
	--padding-container-large: calc((100% - var(--container-large)) / 2);
	--padding-field: 10px 1px;
	--padding-button: 14px 22px;

	--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-secondary: #1f1f1f;
	--blue: #38bdf8;
	--red: #da101d;
	--red-dark: #ba1722;
	--pink: #e6007e;
	--yellow: #fbbf24;
	--dark-green: #0d382b;
	--green: #4a9f5f;
	--green-10: #32cf7d;
	--green-20: #418b53;
	--purple: #8b5cf6;
	--orange: #f97316;
	--grey-5: #eff1f3;
	--grey-8: #fdfdfd;
	--grey-10: #e0e3e7;
	--grey-15: #e0e0e0;
	--grey-20: #c1c8ce;
	--grey-40: #8f9599;
	--grey-60: #4e5960;
	--grey-70: #4b5563;

	--text-shadow: 0px 4px 89.9px rgba(0, 0, 0, 0.25);
	--text-shadow-second: 0px 0px 13.1px #000;
	--background-banner: rgba(0, 0, 0, 0.09);



	--color-shadow: rgba(0, 0, 0, 0.15);
	--shadow: 0px 2px 8px 0px var(--color-shadow);
	--shadow-second: 0px 4px 16px 0px var(--color-shadow);
	--shadow-third: 0px 8px 24px 0px var(--color-shadow);
	--shadow-fourth: 0px 12px 32px 0px var(--color-shadow);
	--shadow-sixth: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
	--shadow-seventh: 0px 16px 58.393px rgba(0, 0, 0, 0.06);

	--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: 901px) {
	h1,
	h2 {
		margin-bottom: 24px;
	}


	h3,
	h4 {
		margin-bottom: 18px;
	}
}
 

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

	#wpadminbar {
		display: none;
	}
}

@media all and (min-width: 901px) and (max-width: 1299px) {
	:root {
		--text-6xl: 60px;
		--text-5xl: 48px;
		--text-4xl: 40px;
	}
}

@media all and (max-width: 900px) {
	:root {
		--text-6xl: 52px;
		--text-5xl: 40px;
		--text-4xl: 32px;
	}

	h1,
	h2,
	h3,
	h4 {
		margin-bottom: 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(--grey-60);
	-moz-block-height: normal;
	line-height: var(--lineheight);
	font-size: var(--text-md);
	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 strong {
	font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black);
	font-weight: 900;
	line-height: var(--lineheight-xs);
}

h1,
h2 {
	letter-spacing: var(--letter-spacing);
}

h3,
h4,
h5,
h6 {
	letter-spacing: var(--letter-spacing-min-half);
}


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

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

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

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

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

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 {
	font-size: var(--text-sm);
	color: var(--grey-40);
	opacity: 1;
	font-weight: 500;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	font-size: var(--text-sm);
	color: var(--grey-40);
	opacity: 1;
	font-weight: 500;
}

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 {
	--lineheight-s: 1.25;
	width: 100%;
	padding: var(--padding-field);
	border: none;
	border-bottom: solid 1px var(--grey-40);
	-webkit-border-radius: var(--rounded-none);
	   -moz-border-radius: var(--rounded-none);
	        border-radius: var(--rounded-none);
	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% - 8px) center/14px no-repeat;
	background: var(--transparent) -moz-calc(100% - 8px) center/14px no-repeat;
	background: var(--transparent) calc(100% - 8px) center/14px no-repeat;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	font-weight: 500;
	line-height: var(--lineheight-s);
}

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: 60px;
	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: 16px;
	min-width: 16px;
	height: 16px;
	min-height: 16px;
	padding: 0;
	border: 1px solid var(--grey-15);
	line-height: normal;
	background: var(--grey-15) center/16px 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,
input[type="radio"]:hover,
input[type="radio"]:checked {
	background-color: var(--white);
	border-color: var(--green);
}

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 {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2918_7436)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.84375 8.8246C0.84375 6.67078 1.6866 4.60518 3.1869 3.0822C4.68719 1.55921 6.72202 0.703613 8.84375 0.703613C10.9655 0.703613 13.0003 1.55921 14.5006 3.0822C16.0009 4.60518 16.8438 6.67078 16.8438 8.8246C16.8438 10.9784 16.0009 13.044 14.5006 14.567C13.0003 16.09 10.9655 16.9456 8.84375 16.9456C6.72202 16.9456 4.68719 16.09 3.1869 14.567C1.6866 13.044 0.84375 10.9784 0.84375 8.8246H0.84375ZM8.38722 12.3004L12.9931 6.45544L12.1611 5.77977L8.23362 10.7617L5.45175 8.40881L4.76908 9.2404L8.38722 12.3015V12.3004Z' fill='%234A9F5F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2918_7436'%3E%3Crect width='16' height='16.242' fill='white' transform='translate(0.84375 0.703613)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

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 .title-listing,
.listing .content-item p,
.listing .excerpt-listing,
.listing .wpb_text_column *,
.wh-autocomplete .title,
.site-header .menu-item .row-megamenu-item li:hover a,
.content-hide-card-wrapper {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}


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

.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 {
	--lineheight-xs: 1.2;
	color: inherit;
	font-size: var(--text-base);
	line-height: var(--lineheight-xs);
	font-weight: 800;
}

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

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

.whbutton-icon-left .cta-whbutton .icon-cta {
	margin-right: 20.7px;
}

.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--grey .cta-whbutton {
	color: var(--grey-20);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.whbutton-fill--green .cta-whbutton:hover {
	--green: var(--green-20);
}

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

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

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

.overflow-visible.without-column>.wpb_column {
	overflow: hidden;
}

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

.vc_section[data-vc-full-width] > .vc_row {
	margin-left: -12px;
	margin-right: -12px;
}

.vc_section,
.vc_row {
	position: relative;
}

/* heading */
.font-extra-large h1,
.font-extra-large h2 {
	font-size: var(--text-6xl);
}

/* margin */
.mb-0 {
	margin-bottom: 0;
}

.font-large-medium {
	--text-3xl: 32px;
	font-size: var(--text-3xl);
}

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

/* letter-spacing */
.letter-spacing--normal * {
	letter-spacing: var(--letter-spacing-normal);
}

.letter-spacing--min-half * {
	letter-spacing: var(--letter-spacing-min-half);
}

.letter-spacing--min-2 * {
	letter-spacing: var(--letter-spacing-min-two);
}

/* color */
.text-white * {
	color: var(--white);
}

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

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

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

/* list icon plus */
.list-icon-plus ul {
	list-style-type: none;
	padding-left: 0;
}

.list-icon-plus ul li+li {
	margin-top: 24px;
}

.list-icon-plus ul li {
	
	position: relative;
	padding-left: 48px;
	-webkit-transition: var(--duration);
	-o-transition: var(--duration);
	-moz-transition: var(--duration);
	transition: var(--duration);
	/* font-size: var(--text-lg);
	font-weight: 900; 
	letter-spacing: var(--letter-spacing-min-half);
	line-height: var(--lineheight);
	color: var(--black);
	--text-lg: 22px;
	--lineheight: 1.4; */
}

.list-icon-plus ul li:before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 0H9.99994V10.0001H0V14.0001H9.99994V24H13.9999V14.0001H24V10.0001H13.9999V0Z' fill='%234A9F5F'/%3E%3C/svg%3E") center/contain no-repeat;
}
/* end list icon plus */

/* RESET STYLE SLICK */
.slick-slider {
	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(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

.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: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-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: 48px;
	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: 6px;
}

.slick-slider .slick-dots button {
	position: relative;
	width: 24px;
	height: 24px;
	background-color: var(--transparent);
	font-size: 0;
	padding: 0;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	border: 1px solid var(--transparent);
}

.slick-slider .slick-dots button:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background-color: var(--grey-10);
}

.slick-slider .slick-dots button,
.slick-slider .slick-dots button:before {
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
}

.slick-slider .slick-dots button:hover,
.slick-dots .slick-active button {
	border-color: rgba(50, 207, 125, 0.24);
}

.slick-slider .slick-dots button:hover:before,
.slick-dots .slick-active button:before {
	background-color: var(--green-10);
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 30px;
	height: 30px;
	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: .4;
}

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

.btn-listing-slider .prev-btn,
.slick-slider .slick-prev.slick-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='24' viewBox='0 0 36 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6081 0.388672L8.39233e-05 11.9993L11.6081 23.61L13.4961 21.722L5.10408 13.3327H35.2188V10.666H5.10408L13.4961 2.27667L11.6081 0.388672Z' fill='%23C1C8CE'/%3E%3C/svg%3E");
}

.slick-slider .slick-prev.slick-arrow {
	left: 0;
}

.slick-slider .slick-next.slick-arrow {
	right: 0;
}

.btn-listing-slider .next-btn,
.slick-slider .slick-next.slick-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='24' viewBox='0 0 36 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.1614 0.388672L35.7694 11.9993L24.1614 23.61L22.2734 21.722L30.6654 13.3327H0.550781V10.666H30.6654L22.2734 2.27667L24.1614 0.388672Z' fill='%23C1C8CE'/%3E%3C/svg%3E");
}

.btn-listing-slider {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	position: absolute;
	top: -webkit-calc(-30px - 48.39px);
	top: -moz-calc(-30px - 48.39px);
	top: calc(-30px - 48.39px);
	right: 0px;
	z-index: 2;
}

.btn-listing-slider button {
	padding: 0;
	font-size: 0;
	width: 35.23px;
	height: 23.22px;
	background: center/contain no-repeat;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

.btn-listing-slider button.slick-disabled {
	opacity: .6;
}

.btn-listing-slider .next-btn {
	margin-left: 30px;
}

/* STYLE LOGO LABEL IMAGE GALLERY */
.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 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: 1px;
	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;
}

/* ------------------------------------
		STYLING BREADCRUMBS
--------------------------------------*/
.site-breadcrumbs {
	margin-bottom: 32px;
}

.breadcrumb-wrapper span {
	font-size: var(--text-sm);
	font-weight: 700;
	line-height: var(--lineheight-xs);
	letter-spacing: var(--letter-spacing-one);
	text-transform: uppercase;
	font-family: var(--fontfamily-industry);
	color: var(--green);
}

.breadcrumb-wrapper span[aria-current="page"] {
	color: var(--grey-10);
}
/*------------------------------
	STYLE COOKIE NOTICE
--------------------------------*/
#cookie-notice {
	background: rgb(51 51 51 / 75%) !important;
}

#cookie-notice #cn-notice-buttons .cn-button {
	--padding-button: 11px 30px;
	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;
	border: 1px solid var(--green);
	-webkit-border-radius: var(--rounded-none);
	-moz-border-radius: var(--rounded-none);
	border-radius: var(--rounded-none);
	padding: var(--padding-button);
	font-weight: 800;
	background-color: var(--green) !important;
	color: var(--white);
	font-size: var(--text-sm);
	line-height: var(--lineheight-xs);
	font-family: var(--fontfamily-sans);
}

#cookie-notice #cn-notice-buttons .cn-button:hover {
	background-color: var(--black) !important;
	border-color: var(--black);
}

/*------------------------------
	STYLE SITEMAP
--------------------------------*/
.wsp-container>ul {
	margin-bottom: 60px;
}

.wsp-pages-list .page_item.page_item_has_children ul {
	display: block !important;
	padding-left: 0;
}

.wsp-pages-list .page_item.page_item_has_children li {
	position: relative;
	padding-left: 24px;
}

.wsp-pages-list .page_item.page_item_has_children li:before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: var(--rounded-full);
	   -moz-border-radius: var(--rounded-full);
	        border-radius: var(--rounded-full);
	background-color: var(--grey-60);
}

.wsp-category-title a {
	pointer-events: none;
}
/*  END SITEMAP STYLE */

/* SEARCH STYLE */
.search .section-search-result {
    padding-top: 119px;
    padding-bottom: 120px;
}

.search .search-form {
    margin-bottom: 35px;
}

.search .text-no-result {
    opacity: 0;
    visibility: hidden;
}

.search-results>h3 {
    font-family: var(--fontfamily-industry);
    margin-bottom: 16px;
    color: var(--grey-60);
}

.search-result--content .search-results + .search-results {
    padding-top: 60px;
}

.section-title-search {
    font-family: var(--fontfamily-industry);
    margin-bottom: 25px;
    color: var(--grey-20);
    font-size: var(--text-sm);
    font-weight: 700;
    letter-spacing: var(--letter-spacing-one);
    text-transform: uppercase;
    line-height: var(--lineheight-xs);
    width: auto;
    display: block;
    outline: none;
}
/* END SEARCH STYLE */

/* LENIS RESET */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}