/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: "Barlow";
	src: url("../fonts/barlow/light/light.eot");
	src: url("../fonts/barlow/light/light.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow/light/light.ttf") format("truetype"), url("../fonts/barlow/light/light.svg#roboto") format("svg");
	font-weight: 300;
}

@font-face {
	font-family: "Barlow";
	src: url("../fonts/barlow/barlow.eot");
	src: url("../fonts/barlow/barlow.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow/barlow.ttf") format("truetype"), url("../fonts/barlow/barlow.svg#roboto") format("svg");
}

@font-face {
	font-family: "Barlow";
	src: url("../fonts/barlow/italic/italic.eot");
	src: url("../fonts/barlow/italic/italic.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow/italic/italic.ttf") format("truetype"), url("../fonts/barlow/italic/italic.svg#roboto") format("svg");
	font-style: italic;
}

@font-face {
	font-family: "Barlow";
	src: url("../fonts/barlow/medium/medium.eot");
	src: url("../fonts/barlow/medium/medium.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow/medium/medium.ttf") format("truetype"), url("../fonts/barlow/medium/medium.svg#roboto") format("svg");
	font-weight: 500;
}

@font-face {
	font-family: "Barlow";
	src: url("../fonts/barlow/semibold/semibold.eot");
	src: url("../fonts/barlow/semibold/semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow/semibold/semibold.ttf") format("truetype"), url("../fonts/barlow/semibold/semibold.svg#roboto") format("svg");
	font-weight: 600;
}

@font-face {
	font-family: "Barlow";
	src: url("../fonts/barlow/bold/bold.eot");
	src: url("../fonts/barlow/bold/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow/bold/bold.ttf") format("truetype"), url("../fonts/barlow/bold/bold.svg#roboto") format("svg");
	font-weight: 700;
}

@font-face {
	font-family: "Barlow";
	src: url("../fonts/barlow/bold-italic/bold-italic.eot");
	src: url("../fonts/barlow/bold-italic/bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow/bold-italic/bold-italic.ttf") format("truetype"), url("../fonts/barlow/bold-italic/bold-italic.svg#roboto") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/barlow-condensed/light/light.eot");
	src: url("../fonts/barlow-condensed/light/light.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow-condensed/light/light.ttf") format("truetype"), url("../fonts/barlow-condensed/light/light.svg#roboto") format("svg");
	font-weight: 300;
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/barlow-condensed/barlow-condensed.eot");
	src: url("../fonts/barlow-condensed/barlow-condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow-condensed/barlow-condensed.ttf") format("truetype"), url("../fonts/barlow-condensed/barlow-condensed.svg#roboto") format("svg");
}

@font-face {
	font-family: "Barlow Condensed";
	src: url("../fonts/barlow-condensed/medium/medium.eot");
	src: url("../fonts/barlow-condensed/medium/medium.eot?#iefix") format("embedded-opentype"), url("../fonts/barlow-condensed/medium/medium.ttf") format("truetype"), url("../fonts/barlow-condensed/medium/medium.svg#roboto") format("svg");
	font-weight: 500;
}

@font-face {
	font-family: "Awesome";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/awesome/fa-solid-900.ttf") format("truetype");
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	font-size: 7.222px; /*0.5208333333vw;*/
	scroll-behavior: smooth;
}

html:focus-within {
	scroll-behavior: smooth;
}

@media (max-width: 991.98px) {
	html {
		font-size: 1.0080848404vw;
	}
}

@media (max-width: 575.98px) {
	html {
		font-size: 7.2222px;
	}
}

@media (min-width: 1920px) {
	html {
		font-size: 10px;
	}
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

strong,
b {
	font-weight: 700;
}

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

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a {
	color: inherit;
	text-decoration: none;
}

form p {
	width: 100%;
}

form p:not(:last-child) {
	margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

img {
	width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	width: auto;
	margin: 0;
	vertical-align: middle;
}

button {
	border: 0;
	outline: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.container {
	width: 100%;
	max-width: 164.5rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: calc(0.5 * var(--bs-gutter-container-x));
	padding-left: calc(0.5 * var(--bs-gutter-container-x));
	--bs-gutter-container-x: 2.5rem;
	--bs-gutter-container-m-x: 5rem;
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
	.container {
		max-width: 1252px;
		padding-right: calc(0.5 * var(--bs-gutter-container-x));
		padding-left: calc(0.5 * var(--bs-gutter-container-x));
		--bs-gutter-container-x: 10rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.container {
		max-width: 100%;
		padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
		padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
	}
}

.row {
	--bs-gutter-x: 2.5rem;
	--bs-gutter-m-x: 5rem;
}

@media only screen and (max-width: 575.98px) {
	.row {
		margin-right: calc(-0.5 * var(--bs-gutter-m-x));
		margin-left: calc(-0.5 * var(--bs-gutter-m-x));
	}
}

@media only screen and (max-width: 575.98px) {

	.row [class^="col-"],
	.row [class*=" col-"] {
		padding-right: calc(0.5 * var(--bs-gutter-m-x));
		padding-left: calc(0.5 * var(--bs-gutter-m-x));
	}
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
}

.offcanvas-backdrop.fade {
	opacity: 0;
}

.offcanvas-backdrop.show {
	opacity: 0.5;
}

.m-120 {
	margin: 12rem !important;
}

.m-140 {
	margin: 14rem !important;
}

.m-150 {
	margin: 15rem !important;
}

.m-200 {
	margin: 20rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-120 {
	margin-right: 12rem !important;
	margin-left: 12rem !important;
}

.mx-140 {
	margin-right: 14rem !important;
	margin-left: 14rem !important;
}

.mx-150 {
	margin-right: 15rem !important;
	margin-left: 15rem !important;
}

.mx-200 {
	margin-right: 20rem !important;
	margin-left: 20rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-120 {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important;
}

.my-140 {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important;
}

.my-150 {
	margin-top: 15rem !important;
	margin-bottom: 15rem !important;
}

.my-200 {
	margin-top: 20rem !important;
	margin-bottom: 20rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-120 {
	margin-top: 12rem !important;
}

.mt-140 {
	margin-top: 14rem !important;
}

.mt-150 {
	margin-top: 15rem !important;
}

.mt-200 {
	margin-top: 20rem !important;
}

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

.me-120 {
	margin-right: 12rem !important;
}

.me-140 {
	margin-right: 14rem !important;
}

.me-150 {
	margin-right: 15rem !important;
}

.me-200 {
	margin-right: 20rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-120 {
	margin-bottom: 12rem !important;
}

.mb-140 {
	margin-bottom: 14rem !important;
}

.mb-150 {
	margin-bottom: 15rem !important;
}

.mb-200 {
	margin-bottom: 20rem !important;
}

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

.ms-120 {
	margin-left: 12rem !important;
}

.ms-140 {
	margin-left: 14rem !important;
}

.ms-150 {
	margin-left: 15rem !important;
}

.ms-200 {
	margin-left: 20rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-120 {
	padding: 12rem !important;
}

.p-140 {
	padding: 14rem !important;
}

.p-150 {
	padding: 15rem !important;
}

.p-200 {
	padding: 20rem !important;
}

.px-120 {
	padding-right: 12rem !important;
	padding-left: 12rem !important;
}

.px-140 {
	padding-right: 14rem !important;
	padding-left: 14rem !important;
}

.px-150 {
	padding-right: 15rem !important;
	padding-left: 15rem !important;
}

.px-200 {
	padding-right: 20rem !important;
	padding-left: 20rem !important;
}

.py-120 {
	padding-top: 12rem !important;
	padding-bottom: 12rem !important;
}

.py-140 {
	padding-top: 14rem !important;
	padding-bottom: 14rem !important;
}

.py-150 {
	padding-top: 15rem !important;
	padding-bottom: 15rem !important;
}

.py-200 {
	padding-top: 20rem !important;
	padding-bottom: 20rem !important;
}

.pt-120 {
	padding-top: 12rem !important;
}

.pt-140 {
	padding-top: 14rem !important;
}

.pt-150 {
	padding-top: 15rem !important;
}

.pt-200 {
	padding-top: 20rem !important;
}

.pe-120 {
	padding-right: 12rem !important;
}

.pe-140 {
	padding-right: 14rem !important;
}

.pe-150 {
	padding-right: 15rem !important;
}

.pe-200 {
	padding-right: 20rem !important;
}

.pb-120 {
	padding-bottom: 12rem !important;
}

.pb-140 {
	padding-bottom: 14rem !important;
}

.pb-150 {
	padding-bottom: 15rem !important;
}

.pb-200 {
	padding-bottom: 20rem !important;
}

.ps-120 {
	padding-left: 12rem !important;
}

.ps-140 {
	padding-left: 14rem !important;
}

.ps-150 {
	padding-left: 15rem !important;
}

.ps-200 {
	padding-left: 20rem !important;
}

.gap-120 {
	gap: 12rem !important;
}

.gap-140 {
	gap: 14rem !important;
}

.gap-150 {
	gap: 15rem !important;
}

.gap-200 {
	gap: 20rem !important;
}

.gap-col-120 {
	column-gap: 12rem !important;
}

.gap-col-140 {
	column-gap: 14rem !important;
}

.gap-col-150 {
	column-gap: 15rem !important;
}

.gap-col-200 {
	column-gap: 20rem !important;
}

.gap-row-120 {
	row-gap: 12rem !important;
}

.gap-row-140 {
	row-gap: 14rem !important;
}

.gap-row-150 {
	row-gap: 15rem !important;
}

.gap-row-200 {
	row-gap: 20rem !important;
}

@media (min-width: 394px) {
	.m-sm-120 {
		margin: 12rem !important;
	}

	.m-sm-140 {
		margin: 14rem !important;
	}

	.m-sm-150 {
		margin: 15rem !important;
	}

	.m-sm-200 {
		margin: 20rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mx-sm-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important;
	}

	.mx-sm-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important;
	}

	.mx-sm-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important;
	}

	.mx-sm-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-sm-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important;
	}

	.my-sm-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important;
	}

	.my-sm-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important;
	}

	.my-sm-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-sm-120 {
		margin-top: 12rem !important;
	}

	.mt-sm-140 {
		margin-top: 14rem !important;
	}

	.mt-sm-150 {
		margin-top: 15rem !important;
	}

	.mt-sm-200 {
		margin-top: 20rem !important;
	}

	.mt-sm-auto {
		margin-top: auto !important;
	}

	.me-sm-120 {
		margin-right: 12rem !important;
	}

	.me-sm-140 {
		margin-right: 14rem !important;
	}

	.me-sm-150 {
		margin-right: 15rem !important;
	}

	.me-sm-200 {
		margin-right: 20rem !important;
	}

	.me-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-120 {
		margin-bottom: 12rem !important;
	}

	.mb-sm-140 {
		margin-bottom: 14rem !important;
	}

	.mb-sm-150 {
		margin-bottom: 15rem !important;
	}

	.mb-sm-200 {
		margin-bottom: 20rem !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important;
	}

	.ms-sm-120 {
		margin-left: 12rem !important;
	}

	.ms-sm-140 {
		margin-left: 14rem !important;
	}

	.ms-sm-150 {
		margin-left: 15rem !important;
	}

	.ms-sm-200 {
		margin-left: 20rem !important;
	}

	.ms-sm-auto {
		margin-left: auto !important;
	}

	.p-sm-120 {
		padding: 12rem !important;
	}

	.p-sm-140 {
		padding: 14rem !important;
	}

	.p-sm-150 {
		padding: 15rem !important;
	}

	.p-sm-200 {
		padding: 20rem !important;
	}

	.px-sm-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important;
	}

	.px-sm-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important;
	}

	.px-sm-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important;
	}

	.px-sm-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important;
	}

	.py-sm-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important;
	}

	.py-sm-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important;
	}

	.py-sm-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.py-sm-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important;
	}

	.pt-sm-120 {
		padding-top: 12rem !important;
	}

	.pt-sm-140 {
		padding-top: 14rem !important;
	}

	.pt-sm-150 {
		padding-top: 15rem !important;
	}

	.pt-sm-200 {
		padding-top: 20rem !important;
	}

	.pe-sm-120 {
		padding-right: 12rem !important;
	}

	.pe-sm-140 {
		padding-right: 14rem !important;
	}

	.pe-sm-150 {
		padding-right: 15rem !important;
	}

	.pe-sm-200 {
		padding-right: 20rem !important;
	}

	.pb-sm-120 {
		padding-bottom: 12rem !important;
	}

	.pb-sm-140 {
		padding-bottom: 14rem !important;
	}

	.pb-sm-150 {
		padding-bottom: 15rem !important;
	}

	.pb-sm-200 {
		padding-bottom: 20rem !important;
	}

	.ps-sm-120 {
		padding-left: 12rem !important;
	}

	.ps-sm-140 {
		padding-left: 14rem !important;
	}

	.ps-sm-150 {
		padding-left: 15rem !important;
	}

	.ps-sm-200 {
		padding-left: 20rem !important;
	}

	.gap-sm-120 {
		gap: 12rem !important;
	}

	.gap-sm-140 {
		gap: 14rem !important;
	}

	.gap-sm-150 {
		gap: 15rem !important;
	}

	.gap-sm-200 {
		gap: 20rem !important;
	}

	.gap-col-sm-120 {
		column-gap: 12rem !important;
	}

	.gap-col-sm-140 {
		column-gap: 14rem !important;
	}

	.gap-col-sm-150 {
		column-gap: 15rem !important;
	}

	.gap-col-sm-200 {
		column-gap: 20rem !important;
	}

	.gap-row-sm-120 {
		row-gap: 12rem !important;
	}

	.gap-row-sm-140 {
		row-gap: 14rem !important;
	}

	.gap-row-sm-150 {
		row-gap: 15rem !important;
	}

	.gap-row-sm-200 {
		row-gap: 20rem !important;
	}
}

@media (min-width: 768px) {
	.m-md-120 {
		margin: 12rem !important;
	}

	.m-md-140 {
		margin: 14rem !important;
	}

	.m-md-150 {
		margin: 15rem !important;
	}

	.m-md-200 {
		margin: 20rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mx-md-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important;
	}

	.mx-md-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important;
	}

	.mx-md-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important;
	}

	.mx-md-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-md-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important;
	}

	.my-md-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important;
	}

	.my-md-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important;
	}

	.my-md-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-md-120 {
		margin-top: 12rem !important;
	}

	.mt-md-140 {
		margin-top: 14rem !important;
	}

	.mt-md-150 {
		margin-top: 15rem !important;
	}

	.mt-md-200 {
		margin-top: 20rem !important;
	}

	.mt-md-auto {
		margin-top: auto !important;
	}

	.me-md-120 {
		margin-right: 12rem !important;
	}

	.me-md-140 {
		margin-right: 14rem !important;
	}

	.me-md-150 {
		margin-right: 15rem !important;
	}

	.me-md-200 {
		margin-right: 20rem !important;
	}

	.me-md-auto {
		margin-right: auto !important;
	}

	.mb-md-120 {
		margin-bottom: 12rem !important;
	}

	.mb-md-140 {
		margin-bottom: 14rem !important;
	}

	.mb-md-150 {
		margin-bottom: 15rem !important;
	}

	.mb-md-200 {
		margin-bottom: 20rem !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important;
	}

	.ms-md-120 {
		margin-left: 12rem !important;
	}

	.ms-md-140 {
		margin-left: 14rem !important;
	}

	.ms-md-150 {
		margin-left: 15rem !important;
	}

	.ms-md-200 {
		margin-left: 20rem !important;
	}

	.ms-md-auto {
		margin-left: auto !important;
	}

	.p-md-120 {
		padding: 12rem !important;
	}

	.p-md-140 {
		padding: 14rem !important;
	}

	.p-md-150 {
		padding: 15rem !important;
	}

	.p-md-200 {
		padding: 20rem !important;
	}

	.px-md-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important;
	}

	.px-md-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important;
	}

	.px-md-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important;
	}

	.px-md-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important;
	}

	.py-md-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important;
	}

	.py-md-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important;
	}

	.py-md-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.py-md-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important;
	}

	.pt-md-120 {
		padding-top: 12rem !important;
	}

	.pt-md-140 {
		padding-top: 14rem !important;
	}

	.pt-md-150 {
		padding-top: 15rem !important;
	}

	.pt-md-200 {
		padding-top: 20rem !important;
	}

	.pe-md-120 {
		padding-right: 12rem !important;
	}

	.pe-md-140 {
		padding-right: 14rem !important;
	}

	.pe-md-150 {
		padding-right: 15rem !important;
	}

	.pe-md-200 {
		padding-right: 20rem !important;
	}

	.pb-md-120 {
		padding-bottom: 12rem !important;
	}

	.pb-md-140 {
		padding-bottom: 14rem !important;
	}

	.pb-md-150 {
		padding-bottom: 15rem !important;
	}

	.pb-md-200 {
		padding-bottom: 20rem !important;
	}

	.ps-md-120 {
		padding-left: 12rem !important;
	}

	.ps-md-140 {
		padding-left: 14rem !important;
	}

	.ps-md-150 {
		padding-left: 15rem !important;
	}

	.ps-md-200 {
		padding-left: 20rem !important;
	}

	.gap-md-120 {
		gap: 12rem !important;
	}

	.gap-md-140 {
		gap: 14rem !important;
	}

	.gap-md-150 {
		gap: 15rem !important;
	}

	.gap-md-200 {
		gap: 20rem !important;
	}

	.gap-col-md-120 {
		column-gap: 12rem !important;
	}

	.gap-col-md-140 {
		column-gap: 14rem !important;
	}

	.gap-col-md-150 {
		column-gap: 15rem !important;
	}

	.gap-col-md-200 {
		column-gap: 20rem !important;
	}

	.gap-row-md-120 {
		row-gap: 12rem !important;
	}

	.gap-row-md-140 {
		row-gap: 14rem !important;
	}

	.gap-row-md-150 {
		row-gap: 15rem !important;
	}

	.gap-row-md-200 {
		row-gap: 20rem !important;
	}
}

@media (min-width: 992px) {
	.m-lg-120 {
		margin: 12rem !important;
	}

	.m-lg-140 {
		margin: 14rem !important;
	}

	.m-lg-150 {
		margin: 15rem !important;
	}

	.m-lg-200 {
		margin: 20rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mx-lg-120 {
		margin-right: 12rem !important;
		margin-left: 12rem !important;
	}

	.mx-lg-140 {
		margin-right: 14rem !important;
		margin-left: 14rem !important;
	}

	.mx-lg-150 {
		margin-right: 15rem !important;
		margin-left: 15rem !important;
	}

	.mx-lg-200 {
		margin-right: 20rem !important;
		margin-left: 20rem !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.my-lg-120 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important;
	}

	.my-lg-140 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important;
	}

	.my-lg-150 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important;
	}

	.my-lg-200 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.mt-lg-120 {
		margin-top: 12rem !important;
	}

	.mt-lg-140 {
		margin-top: 14rem !important;
	}

	.mt-lg-150 {
		margin-top: 15rem !important;
	}

	.mt-lg-200 {
		margin-top: 20rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important;
	}

	.me-lg-120 {
		margin-right: 12rem !important;
	}

	.me-lg-140 {
		margin-right: 14rem !important;
	}

	.me-lg-150 {
		margin-right: 15rem !important;
	}

	.me-lg-200 {
		margin-right: 20rem !important;
	}

	.me-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-120 {
		margin-bottom: 12rem !important;
	}

	.mb-lg-140 {
		margin-bottom: 14rem !important;
	}

	.mb-lg-150 {
		margin-bottom: 15rem !important;
	}

	.mb-lg-200 {
		margin-bottom: 20rem !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important;
	}

	.ms-lg-120 {
		margin-left: 12rem !important;
	}

	.ms-lg-140 {
		margin-left: 14rem !important;
	}

	.ms-lg-150 {
		margin-left: 15rem !important;
	}

	.ms-lg-200 {
		margin-left: 20rem !important;
	}

	.ms-lg-auto {
		margin-left: auto !important;
	}

	.p-lg-120 {
		padding: 12rem !important;
	}

	.p-lg-140 {
		padding: 14rem !important;
	}

	.p-lg-150 {
		padding: 15rem !important;
	}

	.p-lg-200 {
		padding: 20rem !important;
	}

	.px-lg-120 {
		padding-right: 12rem !important;
		padding-left: 12rem !important;
	}

	.px-lg-140 {
		padding-right: 14rem !important;
		padding-left: 14rem !important;
	}

	.px-lg-150 {
		padding-right: 15rem !important;
		padding-left: 15rem !important;
	}

	.px-lg-200 {
		padding-right: 20rem !important;
		padding-left: 20rem !important;
	}

	.py-lg-120 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important;
	}

	.py-lg-140 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important;
	}

	.py-lg-150 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.py-lg-200 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important;
	}

	.pt-lg-120 {
		padding-top: 12rem !important;
	}

	.pt-lg-140 {
		padding-top: 14rem !important;
	}

	.pt-lg-150 {
		padding-top: 15rem !important;
	}

	.pt-lg-200 {
		padding-top: 20rem !important;
	}

	.pe-lg-120 {
		padding-right: 12rem !important;
	}

	.pe-lg-140 {
		padding-right: 14rem !important;
	}

	.pe-lg-150 {
		padding-right: 15rem !important;
	}

	.pe-lg-200 {
		padding-right: 20rem !important;
	}

	.pb-lg-120 {
		padding-bottom: 12rem !important;
	}

	.pb-lg-140 {
		padding-bottom: 14rem !important;
	}

	.pb-lg-150 {
		padding-bottom: 15rem !important;
	}

	.pb-lg-200 {
		padding-bottom: 20rem !important;
	}

	.ps-lg-120 {
		padding-left: 12rem !important;
	}

	.ps-lg-140 {
		padding-left: 14rem !important;
	}

	.ps-lg-150 {
		padding-left: 15rem !important;
	}

	.ps-lg-200 {
		padding-left: 20rem !important;
	}

	.gap-lg-120 {
		gap: 12rem !important;
	}

	.gap-lg-140 {
		gap: 14rem !important;
	}

	.gap-lg-150 {
		gap: 15rem !important;
	}

	.gap-lg-200 {
		gap: 20rem !important;
	}

	.gap-col-lg-120 {
		column-gap: 12rem !important;
	}

	.gap-col-lg-140 {
		column-gap: 14rem !important;
	}

	.gap-col-lg-150 {
		column-gap: 15rem !important;
	}

	.gap-col-lg-200 {
		column-gap: 20rem !important;
	}

	.gap-row-lg-120 {
		row-gap: 12rem !important;
	}

	.gap-row-lg-140 {
		row-gap: 14rem !important;
	}

	.gap-row-lg-150 {
		row-gap: 15rem !important;
	}

	.gap-row-lg-200 {
		row-gap: 20rem !important;
	}
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
	min-height: 100vh;
	background-color: #ffffff;
	font-family: "Barlow";
	font-size: 2.6rem;
	line-height: 1.6153846154;
	color: #464747;
	text-rendering: optimizeSpeed;
	-webkit-font-smoothing: antialiased;
}

label {
	display: inline-block;
	font-size: 2rem;
	line-height: 1;
}

input:not([type="submit"], [type="file"], [type="checkbox"]),
textarea,
select {
	width: 100%;
	border-radius: 3px;
	padding: 1rem 1.5rem;
	margin-bottom: 1.8rem;
}

input:not([type="submit"], [type="file"], [type="checkbox"]):focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.8);
}

select {
	appearance: none;
	border-radius: 0.5rem;
	background: url(../icons/chevron_down_icon.png) no-repeat calc(100% - 2.4rem) center/2rem;
	padding: 1.8rem 5rem 1.8rem 3rem;
	font-size: 2rem;
	margin-bottom: 1.8rem;
}

input[type="checkbox"] {
	appearance: none;
	display: inline-block;
	width: auto;
	height: auto;
	border: 2px solid #70707067;
	padding: 1rem;
	margin-right: 2.5rem;
}

input[type="checkbox"]:checked {
	border-color: #09244f;
	background-color: #09244f;
}

.desc p:not(:last-child) {
	margin-bottom: 1rem;
}

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
	padding: 1rem 0;
}

.desc strong {
	font-weight: 700;
}

.desc em {
	font-style: italic;
}

.desc img {
	margin: 2rem 0;
}

.desc a {
	font-weight: 500;
	color: #4f8309;
	text-decoration: none;
}

.swiper-slide {
	height: auto;
}

@media screen and (min-width: 575px) {
	.grid-sm-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-sm-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-sm-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.grid-md-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-md-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-md-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 991px) {
	.grid-lg-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-lg-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.grid-lg-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.grid-lg-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.grid-lg-6 {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (min-width: 991px) {
	.column-lg-4 {
		columns: 4;
	}
}

@media screen and (min-width: 1200px) {
	.grid-xl-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}


.border {
	border: 1px solid #7070704d;
}

.border-top {
	border-top: 1px solid #7070704d;
}

.barlow-condensed {
	font-family: "Barlow Condensed";
}

.sub-title {
	font-family: "Barlow";
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.0714285714;
}

.title-page {
	font-family: "Barlow Condensed";
	font-weight: 500;
	font-size: 9rem;
	line-height: 1;
	color: #0c3471;
}

@media only screen and (max-width: 575.98px) {
	.title-page {
		font-size: 7rem;
	}
}

.home .title-section {
	font-size: 6.4rem;
}

.title-section {
	font-family: "Barlow Condensed";
	font-weight: 300;
	font-size: 8rem;
	line-height: 1.2;
	color: #09244f;
}

@media only screen and (max-width: 575.98px) {
	.title-section {
		font-size: 5rem !important;
	}
}

.fs-20 {
	font-size: 2rem;
}

.fs-25 {
	font-size: 2.5rem;
}

.fs-32 {
	font-size: 3.2rem;
	line-height: 1.3125;
}

.fs-35 {
	font-size: 3.5rem;
}

.fs-42 {
	font-size: 4.2rem;
	line-height: 1.1904761905;
}

.color-title {
	color: #09244f;
}

.color-white {
	color: #ffffff;
}

.color-green {
	color: #4f8309;
}

.btn {
	display: inline-block;
	min-width: fit-content;
	width: fit-content;
	padding: 1.6rem 4.6rem;
	font-family: "Barlow";
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: all 0.15s;
}

.btn-main {
	border: 1px solid #4f8309;
	background-color: #4f8309;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.btn-main.white {
	background-color: #ffffff;
	color: #4f8309;
}

.btn-main.white:hover {
	color: #ffffff;
}

.btn-main span {
	position: relative;
}

.btn-main::before {
	content: " ";
	display: block;
	width: 10rem;
	height: 4rem;
	background: #336606;
	position: absolute;
	right: -4rem;
	bottom: -4rem;
	transform: rotate(-45deg);
	z-index: 0;
	transition: all 0.35s;
}

.btn-main:hover::before {
	transform: rotate(0);
	width: 200%;
	height: 200%;
}

.btn-arrow {
	padding: 0 4rem 0 0;
	color: #4f8309;
}

.btn-arrow::after {
	content: "\f178";
	display: inline-block;
	font-family: "Awesome";
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.nav-link {
	padding: 2rem 2rem 2rem 2rem;
	cursor: pointer;
}

.nav-link.active {
	border-bottom: 3px solid currentColor;
	position: relative;
}

.nav-link.active::after {
	content: "";
	display: block;
	border: 1.2rem solid currentColor;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -2.4rem;
	left: calc(50% - 1.2rem);
}

@media only screen and (max-width: 575.98px) {
	.header {
		border-bottom: 1px solid rgba(70, 71, 71, 0.3);
	}
}

.header .item {
	font-size: 1.8rem;
	line-height: 1.6666666667;
}

.header .item:hover {
	text-decoration: underline;
}

.header .item-icon {
	width: 2rem;
	height: 2rem;
}

.header-logo {
	max-width: 28rem;
}

@media only screen and (max-width: 575.98px) {
	.header-logo {
		max-width: 20rem;
	}
}

@media screen and (min-width: 991.98px) {
	.offcanvas {
		visibility: visible !important;
		position: unset;
		width: unset;
		transform: unset;
		border: unset;
		background-color: transparent;
	}
}

@media only screen and (max-width: 991.98px) {
	.offcanvas {
		max-width: 60%;
		overflow-y: auto;
	}
}

.is-form-style input.is-search-input {
	height: unset;
	background: url(../icons/search.png) no-repeat calc(100% - 1.6rem) center/2.3rem !important;
	padding: 1.6rem 5rem 1.6rem 1.6rem;
}

.header-menu>.menu-item>a {
	display: block;
	line-height: 1;
	color: #09244f;
	cursor: pointer;
}

@media only screen and (min-width: 991.98px) {
	.header-menu>.menu-item>a {
		position: relative;
	}

	.header-menu>.menu-item>.menu-link::before {
		content: "";
		display: block;
		width: 100%;
		border-bottom: 3px solid transparent;
		position: absolute;
		bottom: 3rem;
		transition: all 0.5s;
	}

	.header-menu>.menu-item.current-menu-item {
		font-weight: 700;
	}

	.header-menu>.menu-item.current-menu-item>.menu-link::before,
	.header-menu>.menu-item:hover>.menu-link::before {
		border-bottom-color: #63a70b;
	}

	.header-menu>.menu-item>.menu-link {
		padding-block: 4rem;
	}

	.mega-menu {
		display: none;
		width: 100%;
		height: auto;
		max-height: 100vh;
		box-shadow: 0 1.2rem 2.4rem #0f254c33;
		background-color: #ffffff;
		position: absolute;
		top: 100%;
		left: 0;
		overflow-x: clip;
	}

	.mega-menu::before {
		content: "";
		display: block;
		width: 100%;
		height: 4rem;
		position: absolute;
		top: -4rem;
		left: 0;
	}

	.mega-menu a:hover {
		text-decoration: underline;
	}

	.has-mega-menu:hover .mega-menu {
		display: block;
	}
}

@media only screen and (max-width: 991.98px) {
	.header-menu>.menu-item>a {
		display: block;
		padding: 2rem;
		border-bottom: 1px solid rgba(9, 36, 79, 0.3);
	}

	.header-menu>.menu-item.has-mega-menu>a {
		position: relative;
		padding-right: 5rem;
	}

	.header-menu>.menu-item.has-mega-menu>a i {
		position: absolute;
		right: 2rem;
	}

	.header-menu>.menu-item.has-mega-menu>a i::after {
		content: "\f0d7";
		display: inline-block;
		font-family: "Awesome";
		font-weight: 900;
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	}

	.mega-menu {
		display: none;
		border-bottom: 1px solid rgba(9, 36, 79, 0.3);
	}
}

.product-cat>li>a {
	font-weight: 600;
	color: #09244f;
}

@media screen and (min-width: 991.98px) {
	.product-cat>li>a+.children {
		margin-top: 3rem;
		gap: 2rem;
	}
}

.product-cat ul {
	list-style: none;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.brands li {
	padding: 0.75rem 0;
}

.brand-sub-menu {
	background: #ffffff;
	border-left: 1px solid #09244f;
	transform: translatex(100%);
	display: none;
}

@media screen and (min-width: 991px) {
	.has-sub-link > a::after{
		content: '';
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		background: url('../icons/chevron_next_icon.png') no-repeat center center / contain;
		margin-left: 0.5rem;
	}

	.has-sub-link:hover+.brand-sub-menu,
	.brand-sub-menu:hover {
		display: flex;
	}
}

.pll-switcher-select {
	width: unset;
	border: unset;
	background: url(../icons/language.png) no-repeat left/2rem;
	padding: unset;
	padding-left: 3rem;
	color: #09244f;
	font-family: "Barlow Condensed";
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6666666667;
	margin-bottom: 0;
	cursor: pointer;
}

.footer-logo {
	max-width: 27.5rem;
}

.footer .desc,
.footer .copyright {
	color: #f9f8f8;
}

.footer .btn {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.1538461538;
	color: #ffffff;
}

.footer .btn::after {
	color: #d0df00;
	margin-left: 2rem;
}

.footer .title {
	color: #d0df00;
}

.footer-menu {
	list-style-image: url(../icons/rectangle-3278.png);
	list-style-position: inside;
}

.footer .social-item {
	width: 3.3rem;
	font-weight: 500;
	font-size: 1.5rem;
}

.footer .copyright {
	background-color: #0a1e3e;
}

.section-hero-banner .solution {
	background-color: #f9f8f8;
	padding: 2.5rem 2.5rem 0 2.5rem;
}

.section-hero-banner .solution:nth-child(5n + 3) {
	grid-column: span 1;
	grid-row: span 2;
}

@media screen and (min-width: 992px) {
	.section-hero-banner .solution:nth-child(5n + 3) .solution-container {
		aspect-ratio: unset;
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.section-hero-banner .solution:nth-last-child(-n + 3) {
		padding-bottom: 2.5rem;
	}
}

.section-hero-banner .solution-container {
	aspect-ratio: 472 / 322;
}

.section-hero-banner .solution-content {
	background: transparent linear-gradient(180deg, rgba(9, 36, 79, 0) 0%, rgba(13, 37, 77, 0.51) 58%, rgba(15, 37, 76, 0.69) 100%) 0% 0% no-repeat padding-box;
}

.section-hero-banner .solution-tag {
	min-width: 60%;
	aspect-ratio: 277 / 200;
	clip-path: polygon(100% 0, 0% 0, 100% 100%);
	background-color: #09244f;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width: 991.98px) {
	.section-hero-banner .solution-tag {
		min-width: 40%;
	}
}

@media only screen and (max-width: 575.98px) {
	.section-hero-banner .solution-tag {
		min-width: 55%;
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.offset-end-lg-1 {
		padding-right: 8.33333333%;
		position: relative;
		z-index: 11;
	}
}

.section-about .img {
	aspect-ratio: 799 / 521;
}

.swiper-button-next,
.swiper-button-prev {
	width: 3.7rem;
	height: 3.7rem;
	border: 1px solid #707070;
	border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: block;
	font-family: "Awesome";
	font-weight: 900;
	font-size: 2rem;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	color: #0b2f3d;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.swiper-button-next {
	right: 5rem;
}

@media only screen and (max-width: 575.98px) {
	.swiper-button-next {
		right: 0;
	}
}

.swiper-button-next::after {
	content: "\f178";
}

.swiper-button-prev {
	left: 5rem;
}

@media only screen and (max-width: 575.98px) {
	.swiper-button-prev {
		left: 0;
	}
}

.swiper-button-prev::after {
	content: "\f177";
}

@media screen and (min-width: 992px) {
	.section-solution .swiper {
		overflow: visible;
	}
}

.section-solution .swiper-slide:not(.swiper-slide-visible) {
	transition: all 0.5s;
	opacity: 0;
}

.section-solution .solution-img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.section-solution .solution-title {
	color: #63a70b;
}

.section-solution .swiper-scrollbar {
	background-color: rgba(11, 47, 61, 0.2);
}

.section-solution .swiper-scrollbar-drag {
	border: 1px solid #707070;
	background: #09244f;
}

.section-banner .banner-container {
	padding: 18rem 2.5rem 23rem 2.5rem;
}

.section-banner .banner-container .desc {
	max-width: 134.7rem;
}

.section-banner.has-desc .banner-container {
	padding: 14.5rem 2.5rem 11.5rem 2.5rem;
}

.section-banner .share-icon {
	width: 3.4rem;
	height: 3.4rem;
}

.section-explore {
	padding: 8rem 0 18rem 0;
}

.brand-product .img {
	aspect-ratio: 380 / 230;
}

.breadcrumb {
	display: flex;
	gap: 5rem;
	list-style: none;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	color: #0c3471;
	text-transform: uppercase;
}

.breadcrumb-item.active {
	font-weight: normal;
	color: #464747;
}

.breadcrumb-item+.breadcrumb-item {
	position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\203A";
	font-size: 4rem;
	line-height: 0.5;
	color: #464747;
	position: absolute;
	left: -3rem;
}

@media screen and (min-width: 991px) {

	.section-resource::before,
	.section-resource::after {
		content: "";
		display: block;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: -1;
	}

	.section-resource::before {
		left: 0;
	}

	.section-resource::after {
		right: 0;
	}
}

.section-resource .title {
	font-size: 6.4rem;
	color: #ffffff;
}

.section-resource .resource {
	font-size: 3.5rem;
}

.section-resource .resource span {
	color: #5b8227;
}

.section-resource .resource a {
	color: #d3de48;
}

.wpc-orderby-select {
	max-width: unset;
}

.location {
	background: url(../icons/path-10818.png) no-repeat right bottom/7.5rem;
	padding: 3rem 3rem 7rem 3rem;
}

@media only screen and (max-width: 575.98px) {
	.location {
		padding: 2.5rem 2.5rem 6.5rem 2.5rem;
	}
}

.location-title {
	color: #09244f;
	text-transform: uppercase;
}

.contact-info .item-icon {
	width: 2rem;
	height: 2rem;
}

.contact-info a:hover {
	color: #4f8309;
}

.section-find-dealer {
	padding: 15rem 0 21.5rem 0;
}

.section-search .selectize-control {
	flex: 1;
	width: 100%;
}

.section-search .selectize-control.single .selectize-input,
.section-search .selectize-dropdown.single {
	border: unset;
	border-bottom: 1px solid rgba(112, 112, 112, 0.4);
	border-radius: unset;
	box-shadow: unset;
	background: #ffffff;
}

.section-search .selectize-input {
	padding: 0;
}

.section-search .selectize-dropdown,
.section-search .selectize-input,
.section-search .selectize-input input {
	font-size: 3.2rem;
	line-height: 1.3125;
}

.section-search .selectize-control.single .selectize-input:after {
	content: none;
}

.store-content {
	height: fit-content;
	border: 1px solid #70707066;
	padding: 3rem 14rem 3rem 4rem;
}

.store .contact-info {
	font-size: 1.8rem;
	color: #4f8309;
}

.store .icon {
	width: 1.5rem;
}

.store .thumb {
	width: 7.5rem;
	height: 7.5rem;
	right: 4rem;
	bottom: 3rem;
}

.store iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 683 / 728;
}

.store+.store {
	margin-top: 5rem;
}

.category {
	cursor: pointer;
}

.category-thumb {
	aspect-ratio: 509 / 348;
}

.product {
	border: 1px solid #70707066;
	padding: 3.5rem 3.5rem 1.5rem 3.5rem;
}

.product .product-thumb {
	aspect-ratio: 319 / 259;
}

.product .product-thumb img{object-fit: contain;}

.wpc-filter-content.wpc-filter-pentair_product_category {
	background-color: #f9f8f8;
	padding: 2.5rem 3rem;
}

.wpc-filters-section.wpc-filter-pentair_product_category .wpc-filter-title {
	font-weight: 600;
	text-transform: uppercase;
}

.wpc-custom-selected-terms ul li:last-child {
	margin-bottom: 3rem;
	border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}

@media screen and (min-width: 991px) {
	.wpc-custom-selected-terms ul.wpc-filter-chips-list {
		flex-direction: column;
	}
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
	border: unset;
	border-radius: unset;
	padding: unset;
}

.wpc-chip-content {
	flex-direction: row-reverse;
	align-items: start !important;
	gap: 1rem;
}

.wpc-chip-remove-icon {
	line-height: 1.2;
}

.wpc-filter-chip-name {
	max-width: 100%;
	margin-right: unset;
	white-space: wrap;
}

.wpc-filter-chip.wpc-chip-reset-all {
	display: flex;
	justify-content: space-between;
}

.wpc-filter-chip.wpc-chip-reset-all::before {
	content: 'FILTERED BY';
	font-weight: 700;
}

body .wpc-filter-chips-list li.wpc-filter-chip.wpc-chip-reset-all a {
	color: #09244f;
	font-weight: 500;
}


body .wpc-filter-chips-list li.wpc-filter-chip.wpc-chip-reset-all a:hover {
	text-decoration: underline;
}

.wpc-wrap-icons {
	font-size: 2rem;
	line-height: 1;
}

.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
	min-width: 1.2rem;
	max-width: 1.2rem;
	border: unset;
	background: url(../icons/polygon-4.png) no-repeat center center/contain;
	transform: unset;
}

.wpc-filter-collapsible-reverse.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon,
.wpc-filter-has-selected .wpc-filter-title .wpc-open-icon {
	transform: rotate(180deg);
}

.wpc-filter-header .wpc-filter-title button {
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}

.wpc-filter-title {
	margin-bottom: 2rem;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
	padding: unset;
}

.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"],
.wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
	margin: 0 2.5rem 0 0;
}

.wpc-filters-main-wrap li.wpc-term-item label {
	padding-left: 0;
}

.pagination {
	align-items: center;
	gap: 4rem;
}

.pagination .first,
.pagination .last {
	opacity: 0.5;
}

.pagination .next,
.pagination .prev,
.pagination .first,
.pagination .last {
	display: block;
	width: 1.1rem;
	height: 2rem;
}

.pagination .next,
.pagination .last {
	background: url(../icons/chevron_next_icon.png) no-repeat center center/contain;
}

.pagination .prev,
.pagination .first {
	background: url(../icons/chevron_prev_icon.png) no-repeat center center/contain;
}

.pagination .active {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: #ffffff;
	margin-inline: 2rem;
	position: relative;
}

.pagination .active::before {
	content: "";
	display: block;
	width: auto;
	min-height: 100%;
	aspect-ratio: 1 / 1;
	background-color: #4f8309;
	position: absolute;
	transform: rotate(45deg) translateX(1px);
}

.pagination .active span {
	position: relative;
}

.section-single-product .product-gallery {
	border: 1px solid #70707066;
}

.section-single-product .product-gallery .swiper-slide {
	aspect-ratio: 1 / 1;
}

.section-single-product .product-gallery-thumb {
	--swiper-navigation-size: 2.8rem;
}

.section-single-product .product-gallery-thumb .swiper-slide {
	aspect-ratio: 1 / 1;
	border: 1px solid #70707066;
	cursor: pointer;
}

.section-single-product .product-gallery-thumb .swiper-button-next,
.section-single-product .product-gallery-thumb .swiper-button-prev {
	width: 1.5rem;
	height: auto;
	border: unset;
}

.section-single-product .product-gallery-thumb .swiper-button-next {
	right: 0;
}

.section-single-product .product-gallery-thumb .swiper-button-next::after {
	content: "\f054";
	font-size: 3rem;
}

.section-single-product .product-gallery-thumb .swiper-button-prev {
	left: 0;
}

.section-single-product .product-gallery-thumb .swiper-button-prev::after {
	content: "\f053";
	font-size: 3rem;
}

.section-single-product .border-bottom {
	border-bottom: 1px solid #70707066;
}

.section-single-product .product-desc ul {
	font-weight: normal;
	list-style-position: outside;
	margin: 2rem 0 2rem 3rem;
}

/* .section-single-product .product-desc ul li {
display: flex;
align-items: flex-start;
gap: 2rem;
} */

.section-single-product .product-desc ul li ul{
	width:100%;
	margin-top: 0;
	margin-bottom: 0;
}
.section-single-product .product-desc ul li span{
	width: 95%
}

/* .section-single-product .product-desc ul li::before {
	content: "";
	display: block;
	min-width: 1.3rem;
	height: 1.3rem;
	background: url(../icons/rectangle-3536.png) no-repeat center center/contain;
	margin-top: 1.5rem;
} */

.section-single-product .product-desc ul li {
	list-style-image: url(../icons/rectangle-3536.png);
	padding-left: 5rem;
}

.section-single-product .product-desc ul li li {
	list-style: circle;
	list-style-position: inside;
}

.section-single-product .product-desc ul li li li{
	list-style: square;
	list-style-position: inside;
}

.section-single-product .product-desc table {
	border-collapse: collapse;
}

@media screen and (max-width: 575.98px) {
	.section-single-product .product-desc table {
		display: block;
		width: auto !important;
		min-width: 100%;
		overflow: auto;
	}
}

.section-single-product .product-desc table thead {
	background-color: #2d6d92;
	font-weight: 500;
	color: #ffffff;
}

.section-single-product .product-desc table th,
.section-single-product .product-desc table td {
	padding: 2rem 1rem 2rem 1rem;
	vertical-align: middle;
}

/* .section-single-product .product-desc table th:first-child,
.section-single-product .product-desc table td:first-child {
	padding-left: 4rem;
} */

.section-single-product .product-desc table th:last-child,
.section-single-product .product-desc table td:last-child {
	padding-right: 4rem;
}

.section-single-product .product-desc table td {
	border-bottom: 1px solid #70707080;
}

.section-single-product .download-title {
	background-color: #2d6d92;
	color: #ffffff;
	position: relative;
}

.section-single-product .download-title::after {
	content: "";
	display: block;
	border: 2rem solid #2d6d92;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -3.5rem;
	left: calc(50% - 2rem);
}

.section-single-product .download-icon {
	min-width: 2rem;
	max-width: 2rem;
}

.section-single-product .download-files {
	width: fit-content;
	margin: auto;
}

.section-single-product .download-file {
	color: #2d6d92;
}

.section-single-product .download-file:hover {
	color: #0c3471;
	text-decoration: underline;
}

.section-single-product .nav {
	border-bottom: 2px solid #70707080;
}

.section-single-product .nav-link {
	color: #000000;
}

.section-single-product .nav-link.active {
	font-weight: 700;
	color: #09244f;
}

@media only screen and (max-width: 575.98px) {
	.tab-content:not(.tab-search) .tab-pane {
		display: block;
		opacity: 1;
	}

	.tab-content:not(.tab-search) .tab-pane+.tab-pane {
		margin-top: 5rem;
	}
}

.sticky-nav {
	background-color: #ffffff;
	color: #2d6d92;
}

.sticky-nav.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.sticky-nav ul {
	border-bottom: 1px solid #707070;
}

.sticky-nav ul a {
	cursor: pointer;
}

.benefit-icon {
	min-width: 7.5rem;
	max-width: 7.5rem;
}

.section-text .text-container {
	max-width: 145rem;
}

@media only screen and (max-width: 991.98px) {
	.section-solution-detail {
		background: unset !important;
	}
}

.section-solution-detail .desc {
	max-width: 66rem;
}

.section-solution-detail .nav-item {
	border-bottom: 1px solid rgba(112, 112, 112, 0.4);
	min-width: 36%;
}

.section-solution-detail .nav-link {
	color: #09244f;
}

.section-solution-detail .nav-link.active {
	color: #4f8309;
}

/* .banner-solution-img {
margin-top: -5rem;
} */

.banner-solution-img .img {
	box-shadow: 0px 6px 20px #0f254c10;
	background-color: #ffffff;
}

.section-featured-product {
	padding: 10rem 0;
}

.section-featured-product .product {
	border: unset;
}

.section-featured-product .product-title {
	color: #4f8309;
}

.section-featured-product .swiper-button-next,
.section-featured-product .swiper-button-prev {
	border: unset;
}

.section-featured-product .swiper-pagination {
	bottom: -6rem;
}

.section-featured-product .swiper-pagination-bullet,
.section-product .swiper-pagination-bullet {
	background-color: rgba(9, 36, 79, 0.5);
}

.section-featured-product .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #09244f;
	position: relative;
}

.section-featured-product .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.section-product .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content: "";
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border: 1px solid #09244f;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: -2px;
}

.section-brand .brand-content {
	grid-template-columns: 10fr 11fr;
	gap: 10rem;
}

.section-commercial-solution .item {
	min-width: 24rem;
	max-width: 22.8rem;
}

@media only screen and (max-width: 575.98px) {
	.section-commercial-solution .item {
		min-width: 20rem;
		max-width: 20rem;
	}
}

.section-commercial-solution .item-img {
	width: 10rem;
	height: 7.5rem;
}

.section-commercial-solution .item .hover-img {
	opacity: 0;
}

.section-commercial-solution .item:hover {
	font-weight: 600;
	color: #09244f;
}

.section-commercial-solution .item:hover .hover-img {
	opacity: 1;
}

.section-product .swiper-slide:nth-child(3n + 1) .slide-title {
	background-color: #4f8309;
}

.section-product .swiper-slide:nth-child(3n + 2) .slide-title {
	background-color: #2d6d92;
}

.section-product .swiper-slide:nth-child(3n) .slide-title {
	background-color: #09244f;
}

.section-product .swiper-slide .desc li {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.section-product .swiper-slide .desc li::before {
	content: "";
	display: block;
	min-width: 1.3rem;
	height: 1.3rem;
	background: url(../icons/rectangle-3536.png) no-repeat center center/contain;
	margin-top: 1.5rem;
}

.section-product .swiper-slide+.swiper-slide::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #707070;
	position: absolute;
	left: -34px;
}

@media only screen and (max-width: 991.98px) {
	.section-product .swiper-slide+.swiper-slide::before {
		left: -15px;
	}
}

@media only screen and (max-width: 575.98px) {
	.section-product .swiper-slide+.swiper-slide::before {
		content: none;
	}
}

.section-product .slide-title {
	min-height: 16rem;
}

.section-product .slide-img {
	width: 31.4rem;
	height: 23.7rem;
}

.section-why-pentair .item-img {
	width: 10rem;
	height: 8.5rem;
}

.section-pentair-in-sea .swiper-slide {
	aspect-ratio: 513 / 380;
}

.section-pentair-in-sea .swiper-slide .title {
	min-width: 75%;
	clip-path: polygon(0 0, calc(100% - 5rem) 0, 100% 100%, 0% 100%);
	background-color: #09244f;
	padding: 1.7rem 10rem 1.7rem 2.4rem;
}

.section-what-we-do .item {
	width: calc(100% / 3 - 4rem);
}

@media only screen and (max-width: 991.98px) {
	.section-what-we-do .item {
		width: calc(100% / 2 - 4rem);
	}
}

@media only screen and (max-width: 575.98px) {
	.section-what-we-do .item {
		width: 100%;
	}
}

.section-what-we-do .item-img {
	width: 12rem;
	height: 12rem;
}

.section-stand-for .nav,
.section-brand .nav {
	border-bottom: 2px solid #707070;
}

.section-stand-for .nav-link,
.section-brand .nav-link {
	color: #2d6d92;
}

.section-stand-for .nav-link.active,
.section-brand .nav-link.active {
	color: #09244f;
}
.wpc-filters-main-wrap li.wpc-term-item label{
	display: flex;
	align-items: center;
}
.wpc-term-count{font-size: 85%;}
.section-stand-for table{
	width: 100%;
}
.section-stand-for table ul{
	list-style-position: inside;
}
.section-stand-for table ul li {
	display: flex;
	align-items: flex-start;
	gap: 5rem;
}
.section-stand-for table ul li::before {
	content: "";
	display: block;
	min-width: 1.3rem;
	height: 1.3rem;
	background: url(../icons/rectangle-3536.png) no-repeat center center/contain;
	margin-top: 1.5rem;
}
@media only screen and (max-width: 576px){
	.section-stand-for table tr{
		display: flex;
		flex-direction: column;
		gap: 2rem;
		text-align: left;
	}
}

@media screen and (max-width: 991px){
	.section-hero-banner .solution:nth-child(2) {
		order: 3;
	}

	.section-hero-banner .solution:nth-child(3) {
		order: 5;
	}

	.section-hero-banner .solution:nth-child(4) {
		order: 2;
	}

	.section-hero-banner .solution:nth-child(5) {
		order: 4;
	}
}

* {
	scroll-margin-top: 20rem;
}

.section-find-dealer .title-section {
	font-weight: 500;
	color: #ffffff;
}

.section-brand-intro .img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.header .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.header .dropdown {
    position: relative;
    display: inline-block;
}
.header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f8f8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	width: 100%;
}
.header .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.header .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.header .dropdown:hover .dropdown-content {
    display: block;
}
.header .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}