:root {
	--black: #231f20;
	--white: #fff;
	--lightGray: #f3f3f3;
	--mediumGray: #b6b6b6;
	/*rgb(211, 207, 207);*/
	--lightBeige: #f7f4ed;
	--blue: #143b65;
	/*143b65*/
	--lightBlue: #94c4f8;
	--yellow: #ffd046;
	--red: #ff676a;
	--purple: #4a3548;
	/*ffd046    #F4C848*/
}

.box-image-container,
.box-image,
.box-standard img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.box-content a:hover {
	text-decoration: underline;
}

.box-button-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.box-button-wrapper a {
	margin-top: 2.5rem;
	width: fit-content;
}

.box-button-wrapper a.btn-red {
	min-width: 300px;
}

.box-button-wrapper a:first-of-type {
	margin-left: 0 !important;
}

.box-button-wrapper a:last-of-type {
	margin-left: 2.5rem;
}

.box-button-wrapper .blue-link {
	display: inline-flex;
	align-items: center;
}

.box-button-wrapper .blue-link span {
	text-decoration: underline;
	font-size: 1.5rem;
}

.box-button-wrapper .blue-link i {
	margin-left: 0.5rem;
	color: var(--black);
	font-size: 2.5rem;
}

.box-button-wrapper .blue-link:hover,
.box-button-wrapper .blue-link:hover span {
	text-decoration: none;
}

.box-content h1,
.box-content h2,
.box-content h3,
.box-content>div h1,
.box-content>div h2,
.box-content>div h3,
.box-content>div h4,
.box-content>div h5 {
	font-weight: 600;
}

.box-content>div h1 strong,
.box-content>div h2 strong,
.box-content>div h3 strong,
.box-content>div h4 strong {
	font-weight: bold;
}

.box-content>div h5 strong {
	font-weight: 600;
}

.box-content>div h6 strong {
	font-weight: 500;
}


/* **************************************** */

/* **************************************** */

/* Buttons */

.btn-black,
.btn-red,
.btn-blue,
.btn-trans-red,
.btn-trans-blue,
.btn-white {
	display: flex;
	background-color: transparent;
	border-radius: 50px;
	padding: 1.2rem 3rem;
	align-items: center;
	justify-content: center;
	text-decoration: unset !important;
	width: fit-content;
	width: -moz-fit-content;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
	border: 2px solid transparent;
	font-size: 1.8rem;
	font-weight: 500;
}

.woocommerce-product-search .btn-blue {
	padding: 1.3rem 1.5rem 0.5rem;
}

.btn-black {
	color: var(--white) !important;
	background-color: var(--black);
	border: 2px solid var(--black);
}

.btn-white {
	color: var(--black) !important;
	background-color: var(--white);
	border: 2px solid var(--white);
}

.btn-white:hover {
	color: var(--white) !important;
	background-color: var(--black) !important;
	text-decoration: none !important;
	border: 2px solid var(--black);
}

.btn-red {
	color: var(--white) !important;
	background-color: var(--red);
	border: 2px solid var(--red);
	/* text-decoration: unset !important; */
}

.section-standard-red .btn-red {
	color: var(--red) !important;
	background-color: var(--white);
	border: 2px solid var(--white);
	/* text-decoration: unset !important; */
}

.btn-blue {
	color: var(--red) !important;
	background-color: var(--blue);
	border: 2px solid var(--blue);
}

.btn-blue:hover {
	color: var(--blue) !important;
	background-color: var(--red);
	border: 2px solid var(--blue);
}

.btn-trans-red {
	color: var(--white) !important;
	background-color: transparent;
	border: 2px solid var(--red);
}

.btn-trans-blue {
	color: var(--blue) !important;
	background-color: transparent;
	border: 2px solid var(--blue);
}

.btn-black:hover {
	color: var(--black) !important;
	background-color: var(--mediumGray) !important;
	text-decoration: none !important;
	border: 2px solid var(--mediumGray);
}

.btn-red:hover {
	color: var(--red) !important;
	background-color: var(--black) !important;
	text-decoration: none !important;
	border: 2px solid var(--black);
}

.btn-trans-red:hover {
	color: var(--black) !important;
	background-color: var(--white) !important;
	text-decoration: none !important;
	border: 2px solid var(--white);
}

.btn-trans-blue:hover {
	color: var(--white) !important;
	background-color: var(--blue);
	border: 2px solid var(--blue);
}

.box-content .btn-black,
.box-content .btn-white,
.box-content .btn-red,
.box-content .btn-trans-red,
.btn-trans-blue {
	margin: 2.5rem 0 0 0;
}

/* End of buttons */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box slider image */

.splide_50-standard {
	width: 50%;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	border: 3px solid var(--red);
	border-radius: 15px;
}

.splide_50 {
	width: 50%;
}

.splide_50>div {
	display: flex;
	flex-direction: row;
	/* width: 100%; */
}

.splide_50-standard .splide__pagination .is-active {
	background-color: #868686;
}

.splide_50-standard .splide__pagination .splide__pagination__page {
	border: 1px solid #868686;
}

.box-slider-image,
.box-slider-image-50-standard,
.box-header-image,
.box-slider-image-clickable {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	min-height: 550px;
	height: 100%;
	width: 100%;
	position: relative;
}

.box-slider-image-hero:after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

.box-slider-image-hero {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	min-height: 65rem;
	height: 100%;
	width: 100%;
	position: relative;
}

.box-slider-image-hero .box-slider-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--white);
	width: 100%;
	/* max-width: 1500px; */
	padding: 0 2.5rem;
	z-index: 10;
	text-align: center;
}

.box-slider-image-hero .box-slider-content div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.box-slider-image-hero .box-slider-content div h2 {
	font-size: 3.8rem;
	max-width: 65rem;
	font-weight: 500;
	padding: 0;
}

.box-slider-image-hero .box-slider-content div a {
	padding: 0.3rem 5rem 0.7rem;
	font-size: 20px;
	font-weight: 500;
	margin-top: 4rem;
}

.box-slider-image:after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

.box-slider-image-50 {
	/* height: 65rem; */
	padding-top: 60%;
	/* min-height: unset; */
}

.box-slider-image-50-standard {
	/* width: calc(100% - 0.2px); */
	/* width: calc(100% - 20px); */
	width: 100%;
	height: 100%;
	/* margin: 0px 0.1px; */
	/* margin: 0px 10px; */
	margin: 0;
	padding-top: 65%;
	border: 3px solid var(--red);
	border-radius: 12px;
	min-height: unset;
}

.box-slider-image-50::after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

.box-header-image {
	min-height: 430px;
}

.box-slider-image-clickable {
	display: block;
}

.box-slider-image .box-slider-content,
.box-slider-image-50-standard .box-slider-content,
.box-slider-image-clickable .box-slider-content,
.box-header-image .box-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--white);
	width: 100%;
	/* max-width: 1500px; */
	padding: 0 2.5rem;
	/* z-index: 10; */
	z-index: 9;
}

.box-slider-image-50-standard .box-slider-content {
	color: black;
	top: 74%;
}

.box-slider-image-50-standard .box-slider-content h2 {
	font-size: 3rem;
	padding: 0;
}

.box-slider-image .box-slider-content {
	max-width: 100rem;
}

.box-slider-image .box-slider-content>div,
.box-slider-image-50-standard .box-slider-content>div,
.box-slider-image-clickable .box-slider-content>div,
.box-header-image .box-header-content>div {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-slider-image .box-slider-content>div,
.box-slider-image-50-standard .box-slider-content>div,
.box-slider-image-clickable .box-slider-content>div,
.box-header-image .box-header-content>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box-slider-image .box-slider-content>div p,
.box-slider-image-50-standard .box-slider-content>div p,
.box-slider-image-clickable .box-slider-content>div p,
.box-header-image .box-header-content>div p {
	width: 100%;
	max-width: 900px;
	text-align: center;

	font-size: 4rem;
}

.box-slider-image .box-slider-content>div p {
	max-width: 70rem;
	line-height: 110%;
}

.box-slider-image-50-standard .box-slider-content>div p {
	max-width: 65rem;
	line-height: 125%;
}

.box-slider-image-50-standard .box-slider-content>div a {
	margin-top: 1rem;
}

a.box-slider-50-standard-extra {
	position: absolute;
	rotate: 270deg;
	top: 50%;
	left: 3rem;
	z-index: 800;
	color: white;
	font-size: 2.8rem;
	font-weight: 600;
	pointer-events: none;
	background: none;
	transform-origin: 0 0;
	transform: translate(-50%, -50%);
}

.box-slider-50-standard-extra-background {
	position: absolute;
	top: 50%;
	left: 0rem;
	-ms-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
	width: 7rem;
	height: 90%;
	background-color: var(--red);
	border-radius: 0 35px 35px 0;
}

.box-slider-image .box-slider-content>div h1,
.box-slider-image-50-standard .box-slider-content>div h1,
.box-slider-image-clickable .box-slider-content>div h1,
.box-header-image .box-header-content>div h1 {
	color: var(--white);
	text-align: center;
}

.box-slider-image .box-slider-content>div h1 {
	line-height: 110%;
}

.box-slider-image-50 .box-slider-content>div h1 {
	font-weight: 600;
}

.box-slider-image-50-standard-hero .box-slider-content>div h1,
.box-slider-image-50-standard .box-slider-content>div h1 {
	font-weight: 600;
	color: black;
}

.box-slider-image-50-standard-hero .box-slider-content>div p,
.box-slider-image-50-standard .box-slider-content>div p {
	color: black;
	font-size: 3rem;
	font-weight: 500;
}

.box-slider-image .box-slider-content>div p,
.box-slider-image .box-slider-content>div a,
.box-slider-image .box-slider-content>div li,
.box-header-image .box-header-content>div p,
.box-header-image .box-header-content>div a,
.box-header-image .box-header-content>div li {
	color: var(--white);
	font-size: 4rem;
	/* font-weight: bold; */
	font-weight: 500;
	text-align: center;
}

.box-slider-image .box-slider-content>div p {
	font-weight: 500;
}

.box-slider-image .box-slider-content>div a {
	font-size: 2rem;
	margin-top: 4rem;
}

/* End of box slider image */

/* Box-50-border-left-label */

.box-50-border-left-label {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(50% - 30px);
	margin: 15px;
	position: relative;
	border: 3px solid var(--red);
	border-radius: 12px;
	min-height: 35rem;
	padding: 2rem;
}

a.box-50-border-left-label-extra {
	position: absolute;
	rotate: 270deg;
	top: 50%;
	left: 3rem;
	z-index: 800;
	color: white;
	font-size: 2rem;
	font-weight: 600;
	pointer-events: none;
	background: none;
	transform-origin: 0 0;
	transform: translate(-50%, -50%);
}

.box-50-border-left-label-extra-background {
	position: absolute;
	top: 50%;
	left: 0rem;
	-ms-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
	width: 7rem;
	height: 85%;
	background-color: var(--red);
	border-radius: 0 35px 35px 0;
}

.box-50-border-left-label .box-50-border-left-label-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: calc(100% - 6rem);
	color: black;
}

.box-50-border-left-label .box-50-border-left-label-content img {
	width: 100%;
}

.box-50-border-left-label .box-50-border-left-label-content h2 {
	font-size: 3rem;
	padding: 0;
}

.box-50-border-left-label .box-50-border-left-label-content>div {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.box-50-border-left-label .box-50-border-left-label-content>div p {
	line-height: 125%;
	font-size: 1.7rem;
}

.box-50-border-left-label .box-50-border-left-label-content>div a {
	margin-top: 1rem;
}

.box-50-border-left-label-content h4 {
	font-size: 2.2rem;
	font-weight: normal;
}

.box-50-border-left-label-content hr {
	border: 1px solid var(--red);
}

/* END Box-50-border-left-label */

/* **************************************** */
/* **************************************** */

/* Box spacer */

.box-spacer {
	width: 100%;
	height: 100px;
}

.content-wrapper .box-spacer {
	height: 30px;
}

/* Enf of box spacer */

/* **************************************** */
/* **************************************** */

/* Box box-100-text-ingress */

.box-100-text-ingress {
	width: 100%;
	width: calc(100% - 3rem);
	margin: 1.5rem;
}

.box-100-text-ingress .box-content {
	padding: 2.5rem 0;
	max-width: 920px;
	margin: 0 auto;
	/* font-size:2rem; */
	text-align: center;
}

.box-100-text-ingress .content-ingress-text {
	font-size: 2rem;
	line-height: 24px;
	font-weight: 500;
}

.box-100-text-ingress .content-ingress-text h2 {
	font-size: 38px;
	font-weight: lighter;
	color: #58595b;
}

/* End of box box-100-text-ingress */

/* **************************************** */
/* **************************************** */

/* Box 100 text */

.box-100-text {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-100-text:has(~ .box-33-department) {
	margin-top: 2.5rem;
}

article .box-100-text {
	padding: 50px;
}

article .btn-red {
	font-size: 14px;
}

.box-100-text .box-content {
	/* max-width: 1050px; */
	margin: 0;
	font-size: 2rem;
	line-height: 2.4rem;
}

/* End of box 100 text  */

/* **************************************** */
/* **************************************** */

/* Box 100 img right/left */

.box-100-img-right {
	flex-flow: row-reverse;
}

.box-100-img-right,
.box-100-img-left {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	justify-content: center;
}

.section-full .box-100-img-right,
.section-full .box-100-img-left {
	width: 100% !important;
	margin: 0 !important;
}

.box-100-img-right .box-content,
.box-100-img-left .box-content {
	/* margin: auto; */
	width: 50%;
	/* max-width: 650px; */
}

.box-100-img-right .box-content {
	padding-left: 0;
	padding-right: 80px;
}

.box-100-img-left .box-content {
	padding-right: 0;
	padding-left: 0;
}

.box-100-img-right .box-image-container,
.box-100-img-left .box-image-container {
	width: 50%;
	position: relative;
	display: flex;
	padding-top: 35%;
	background-size: contain;
	/* background-position: center center; */
	background-position: top center;
	background-repeat: no-repeat;
}

.box-100-img-left .box-image-container {
	width: 50%;
	margin-right: 80px;
	width: calc(50% - 80px);
}

.box-100-img-right .box-image-holder,
.box-100-img-left .box-image-holder {
	width: 50%;
}

.box-100-img-left .box-image-holder {
	width: 50%;
	margin-right: 80px;
	width: calc(50% - 80px);
}

/* End of  Box 100 img right/left  */





/* **************************************** */
/* **************************************** */
/* .box-100-video-right-bg-color {
} */

.box-100-video-right-bg-color {
	width: 100%;
	margin-bottom: 10px;
	display: flex;

	flex-flow: row-reverse;
}

.box-100-video-right-bg-color {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	justify-content: center;
}

.section-full .box-100-video-right-bg-color {
	width: 100% !important;
	margin: 0 !important;
}

.box-100-video-right-bg-color .box-content {
	/* padding-left: 0; */
	/* padding-right: 80px; */

	/* background-color: #ff6f6f; */
	/* background-color: #ff6f6f; */
	background-color: var(--red);
	/* padding: 4rem; */
	padding: 4rem 0rem 4rem 6rem;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 50%;
}


.video-outer-wrapper {
	display: flex;
	width: 50%;
	/* padding: 2rem; */
	padding: 3rem 6rem 3rem 2rem;
	/* background-color: #ff6f6f; */
	background-color: var(--red);
	height: 100%;
	min-height: 320px;
}

.box-100-video-right-bg-color .box-image-container {
	/* width: 50%;
  position: relative;
  display: flex;
  padding-top: 35%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; */

	width: 50%;
	padding-top: 0;
	/* background-color: transparent; */
	/* background-color: #ff6f6f; */
	background-color: var(--red);
	position: relative;
	overflow: hidden;
	min-height: 350px;

}

.box-100-video-right-bg-color.box-image {
	position: absolute;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
	transition: all 0.4s ease-in-out;
}

.box-100-video-right-bg-color .box-image-holder {
	width: 50%;
	position: absolute;
	min-width: 100%;
	/* min-height: 100%; */
	height: 100%;
	object-fit: cover;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
	transition: all 0.4s ease-in-out;
}

.box-100-video-right-bg-color .box-image-container.video-container {
	width: 100%;
	height: 100%;
	/* padding: 28.125% 0 0 0; */
	padding: 49.125% 0 0 0;
	position: relative;
	min-height: unset;
}

.box-100-video-right-bg-color .box-image-container.video-container iframe {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* **************************************** */
/* **************************************** */







/* Box box-100-img-left-w30-text-w70 */

/* .box-100-img-left-w30-text-w70 {
  flex-flow: row-reverse;
} */

.box-100-img-left-w30-text-w70 {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	padding-top: 2rem;
	/*max-width: 920px;*/
}

.section-full .box-100-img-left-w30-text-w70 {
	width: 100% !important;
	margin: 0 !important;
}

/* .box-100-img-left-w30-text-w70 .box-content {
  width: 70%;
} */

/* .box-100-img-left-w30-text-w70 .box-content {
  padding-left: 0;
  padding-right: 80px;
} */

.box-100-img-left-w30-text-w70 .box-image-holder img {
	width: auto;
}

.box-100-img-left-w30-text-w70 .box-content {
	/* width: 70%; */
	/* width: 80%;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center; */

	width: 75%;
	padding-right: 0;
	padding-left: 65px;
	display: flex;
	align-items: center;
}

.box-100-img-left-w30-text-w70 .text-and-action-wrapper {
	width: 100%;
	max-width: 65rem;
}

.box-100-img-left-w30-text-w70 .box-image-container {
	width: 30%;
	position: relative;
	display: flex;
	padding-top: 35%;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-100-img-left-w30-text-w70 .box-image-container {
	width: 30%;
	margin-right: 80px;
	width: calc(50% - 80px);
}

.box-100-img-left-w30-text-w70 .box-image-holder {
	width: 30%;
}

.box-100-img-left-w30-text-w70 .box-image-holder {
	/* width: 30%; */
	/* margin-right: 80px; */
	/* width: calc(30% - 80px); */


	/* width: 30%;
    margin-right: 80px;
    width: calc(30% - 80px);
    display: flex;
    align-items: center; */
	width: 25%;
	margin-right: 0px;
	display: flex;
	align-items: center;
	max-width: 300px;
}

.box-100-img-left-w30-text-w70 .box-image-holder img {
	/* max-width: 22rem; */
}

/* End of  box-100-img-left-w30-text-w70 */




/* box-100-left-black-tab-text-columns */
.box-100-left-black-tab-text-columns {
	position: relative;
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	justify-content: center;
	border-radius: 12px;
	border: 3px solid var(--black);
}

/* a.box-100-left-black-tab-text-columns-extra */
.box-100-left-black-tab-text-columns-extra {
	position: absolute;
	rotate: 270deg;
	top: 50%;
	left: 3rem;
	z-index: 800;
	color: white;
	font-size: 2.8rem;
	font-weight: 600;
	pointer-events: none;
	background: none;
	transform-origin: 0 0;
	transform: translate(-50%, -50%);
}

.box-100-left-black-tab-text-columns-extra-background {
	position: absolute;
	top: 50%;
	left: 0rem;
	-ms-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
	width: 7rem;
	height: 90%;
	background-color: var(--black);
	border-radius: 0 35px 35px 0;
}

.box-100-left-black-tab-text-columns .box-content {
	padding-right: 3rem;
	padding-left: 12rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	width: 100%;
}

.box-100-left-black-tab-text-columns .box-content h3 {
	font-size: 2.8rem;
	font-weight: 600;
}

.box-100-left-black-tab-text-columns .box-content strong {
	font-weight: 600;
}

.box-100-left-black-tab-text-columns ul {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

.box-100-left-black-tab-text-columns ul li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom: 1.5rem;
}


/* end box-100-left-black-tab-text-columns */








/* **************************************** */
/* **************************************** */

/* Box 50/33/25 */

.box-50,
.box-50-image {
	margin: 15px;
	display: flex;
	flex-flow: column;
	/* background-color: var(--white); */
	/* border: 1px solid var(--mediumGray); */
	border-radius: 15px;
}

.box-33,
.box-25,
.box-25-retail,
.box-25-employee {
	margin: 15px;
	display: flex;
	flex-flow: column;
	background-color: var(--white);
	/* border: 1px solid var(--mediumGray); */
	border-radius: 15px;
}


.box-50 {
	width: 50%;
	width: calc(50% - 30px);
}

.box-50-image {
	width: 50%;
	width: calc(50%);
	margin: 0px;
}

.box-33 {
	width: 33.33%;
	width: calc(33.33% - 30px);
}

.box-25,
.box-25-employee {
	width: 25%;
	width: calc(25% - 30px);
	/* border: 1px solid var(--mediumGray); */
}

.box-25-retail {
	width: 20%;
	width: calc(20% - 30px);
}

.box-25-employee,
.box-25-retail {
	border: 0 !important;
}

a.box-25 {
	color: var(--black);
}

a.box-25:hover {
	opacity: 0.5;
}

.box-50 a,
.box-50 a:visited,
.box-33 a,
.box-33 a:visited,
.box-25 a,
.box-25 a:visited,
.box-25-employee a,
.box-25-employee a:visited,
.box-25-retail a,
.box-25-retail a:visited {
	text-decoration: underline;
	color: var(--black);
}

.box-33 .box-content a,
.box-33 a:visited {
	font-size: 16px;
	font-weight: 500;
}

.box-33,
.box-33:visited,
.box-33:active {
	color: var(--black);
}

.box-50 .box-image-container,
.box-50-image .box-image-container,
.box-33 .box-image-container,
.box-25 .box-image-container,
.box-25-employee .box-image-container,
.box-25-retail .box-image-container {
	width: 100%;
	padding-top: 65%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.box-33 .box-image-container {
	border-radius: 15px 15px 0 0;
}

.box-50-image .box-image-container {
	padding-top: unset;
	min-height: 100%;
	background-position: top center;
	/* border: 3px solid white; */
	width: calc(100% - 20px);
	margin: 0 10px;
}

.box-33 .box-image-container {
	padding-top: 90%;
}

.box-25 .box-image-container {
	padding-top: 85%;
}

.box-25-retail .box-image-container {
	padding-top: 100%;
	width: 75%;
	margin: 0 auto;
	background-size: contain;
}

.box-25-employee .box-image-container {
	padding-top: 120%;
}

.box-50 .box-content,
.box-25 .box-content,
.box-25-employee .box-content,
.box-25-retail .box-content,
.box-33 .box-content {
	width: 100%;
	padding: 2rem 2rem 3rem 2rem;
}

.box-33 .box-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	font-size: 16px;
}

.box-25 .box-content img {
	width: 16px;
}

.box-33 .box-content h3 {
	padding-bottom: 10px;
	font-size: 28px;
	color: var(--red);
	font-weight: 600;
}

.box-50 .box-content .item-action,
.box-33 .box-content .item-action {
	display: flex;
	align-items: flex-end;
}

.box-50 .box-content {
	padding: 2rem 0;
}

/* End of box 50/33/25 */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box 100 toggle */

.box-100-toggle,
.box-100-toggle-red {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	flex-flow: column;
	padding: 1.5rem 0;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid var(--black);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.box-100-toggle-red {
	background: var(--red);
	color: var(--white);
	border-radius: 4rem;
	padding: 2rem;
	border-bottom: none;
}

article.box-100-toggle {
	border: none;
}

.box-100-toggle .box-top-content,
.box-100-toggle-red .box-top-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-100-toggle .box-plus,
.box-100-toggle-red .box-plus {
	margin-left: 1rem;
}

.box-100-toggle .box-top-content .las {
	color: var(--green);
	font-size: 30px;
}

.box-100-toggle-red .box-top-content .las {
	color: var(--white);
	font-size: 30px;
}

.box-100-toggle .box-top-content .la-angle-up,
.box-100-toggle-red .box-top-content .la-angle-up {
	display: none;
}

.box-100-toggle .box-bottom-content,
.box-100-toggle-red .box-bottom-content {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	width: 100%;
}

.box-100-toggle .box-bottom-content .box-content,
.box-100-toggle-red .box-bottom-content .box-content {
	padding: 15px 0;
}

.box-100-toggle .box-bottom-content:not(.active),
.box-100-toggle-red .box-bottom-content:not(.active) {
	display: none;
}

.box-100-toggle-open .box-top-content .la-angle-down,
.box-100-toggle-red-open .box-top-content .la-angle-down {
	display: none;
}

.box-100-toggle-open .box-top-content .la-angle-up,
.box-100-toggle-red-open .box-top-content .la-angle-up {
	display: block;
}

/* End of box 100 toggle */

/* Box 100 / 50 center img */

.box-100-img,
.box-100-img-50-center {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.img-50-center .box-image {
	width: 50% !important;
	margin: 0 auto !important;
}

.section-full .box-100-img,
.section-full .box-100-img-50-center {
	width: 100% !important;
	margin: 0 !important;
}

article .box-100-img,
article .box-100-img-50-center {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-full .box-100-img,
.section-full .box-100-img-50-center {
	width: 100%;
	margin: 15px 0;
}

.box-100-img .box-image-container,
.box-100-img-50-center .box-image-container {
	padding-top: 0 !important;
	width: 100%;
	display: flex;
}

.box-100-img .box-image-container .box-image {
	width: 100%;
}

.box-100-img .box-content p,
.box-100-img-50-center .box-content p {
	text-align: center;
	margin-top: 20px;
}

/* End of Box 100 img */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box department puffs */

.red-link {
	color: var(--red) !important;
	text-decoration: underline;
}

.box-department-puffs-small .box-content p {
	color: white;
	text-align: center;
	padding-bottom: 2rem;
}

.box-33-department-small h3 {
	font-weight: 500 !important;
	color: white;
	/* padding: 0px 10px; */
	font-size: 2.1rem;
	text-align: center;
	text-transform: uppercase;
}

.box-department-puffs-33 {
	width: 33%;
	padding: 3rem 0;
}

.box-department-puffs-small {
	width: 100%;
	padding: 4rem 0px;
}

.box-department-puffs-small .box-33-department-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.box-33-department-wrapper .box-33-department-small:hover {
	opacity: 0.5;
	text-decoration: none;
}

.box-department-puffs-33 {
	padding-bottom: 5rem;
}

.box-department-puffs-33 .puff-headline,
.box-department-puffs-small .puff-headline {
	text-align: center;
	/* width: calc(100% - 30px);
  margin: 30px 15px 15px 15px; */
	color: var(--white);
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 2rem;
}

.box-department-puffs-33 .puff-link,
.box-department-puffs-small .puff-link {
	width: calc(100% - 30px);
	margin: 15px 15px 30px 15px;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}

.box-33-department-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box-department-puffs-33 .box-33-department,
.box-department-puffs-33 .box-33-department:visited {
	width: 33.33%;
	width: calc(33.33% - 30px);
	margin: 15px;
	padding: 2rem;
	text-align: center;
	background-color: var(--white);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	min-height: 13rem;
}

.box-department-puffs-small a.box-33-department,
.box-department-puffs-small .box-33-department:visited {
	border-right: 2px solid white;
}

.box-department-puffs-small a.box-33-department:last-of-type {
	border: none;
}

.box-department-puffs-33 .box-33-department:hover,
.box-department-puffs-small .box-33-department:hover {
	text-decoration: none;
}

.box-department-puffs-33 .box-33-department h2 {
	font-size: 2.8rem;
	font-weight: 600;
	color: var(--purple);
	text-transform: uppercase;
	padding: 10px;
}

.box-department-puffs-small .box-33-department h3 {
	font-weight: 500;
	color: var(--white);
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 2.1rem;
}

.box-33-department h2 {
	font-size: 2.8rem;
	font-weight: 600;
	color: var(--purple);
	text-transform: uppercase;
	padding: 10px;
}

.box-department-puffs-33.block-visualizer .box-content .box-content-headline {
	color: black;
}

.box-33-department,
.box-33-department:visited {
	width: 33.33%;
	width: calc(33.33% - 30px);
	margin: 15px;
	padding: 2rem;
	text-align: center;
	background-color: var(--white);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	min-height: 13rem;
}

/* End of Box department puffs */

/* **************************************** */

/* **************************************** */

.box-horizontal-line {
	width: 100%;
	width: calc(100% - 3rem);
	margin: 4.5rem 1.5rem;
	height: 1px;
	background-color: var(--blue);
}

.block-visualizer.box-horizontal-line {
	height: 10px;
}

.webone-grid-block.box-horizontal-line {
	height: 1rem;
}

.box-100-video {
	width: 100%;
	margin-bottom: 1.5rem;
}

.box-100-video .box-video-container {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 56.25% 0 0 0;
	position: relative;
}

.box-video-container iframe,
.box-video-container object,
.box-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box-video-container iframe {
	height: 100%;
	width: 100%;
	display: block !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.webone-grid-block.box-slider-image-hero {
	width: 50% !important;
	min-height: 40rem;
}

.box-slider-image-hero.block-visualizer {
	min-height: 40rem;
}

.box-slider-image-hero.block-visualizer .box-slider-content div h2 {
	font-size: 2rem !important;
	color: white;
}

.box-slider-image-hero.block-visualizer .box-slider-content div p {
	font-size: 1.6rem !important;
	color: white;
}

.webone-grid-block.box-50-form-hero {
	width: 50%;
}

.box-50-form-hero.block-visualizer .form-container {
	height: 40rem;
	width: 100%;
}

.box-50-form-hero.block-visualizer .form-container h1 {
	font-size: 5rem;
}

.box-50-form-hero.block-visualizer .form-container .form-inner-wrapper input,
.box-50-form-hero.block-visualizer .form-container .form-inner-wrapper select {
	margin: 5px 0;
}

.box-slider-image-hero.block-visualizer .box-slider-content h1 {
	font-size: 4rem;
	color: white;
}

.box-slider-image-50-standard.block-visualizer a.box-slider-50-standard-extra {
	font-size: 2rem;
	left: -3.5rem;
}

.box-slider-image-50-standard.block-visualizer div.box-slider-50-standard-extra-background {
	width: 4rem;
}

.block-visualizer.box-slider-image-50-standard .box-slider-content p.box-content-text {
	margin: 0;
}

.block-visualizer.box-slider-image-50-standard .box-slider-content h2.box-content-headline {
	font-size: 3rem !important;
}

.webone-grid-block.box-slider-image-50-standard {
	width: 50% !important;
	border: 0;
}

/* Hero form */

.box-50-form-hero {
	width: 50%;
}

.form-container {
	background-color: #ff6f6f;
	text-align: center;
	/* padding: 8rem 0 10rem; */
	/* border-radius: 10px; */
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	/* width: 90%; */
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 65rem;
	/* display: none; */
}

.form-container .form-inner-wrapper {
	position: relative;
	padding: 0 20px;
}

.form-container h1 {
	font-size: 7rem;
	margin-bottom: 5rem;
	color: white;
	font-weight: normal;
	line-height: 100%;
}

.form-container h1 span {
	font-weight: bold;
}

.form-container form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 50rem;
}

.form-container select,
.form-container input,
.form-container textarea,
.form-container button {
	font-size: 18px;
	padding: 6px 26px;
	border-radius: 5px;
	border: none;
	width: 100%;
	font-weight: 500;
}

.form-container select {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	appearance: none;
	background-image: url("../../images/down.svg");
	background-size: 1.8rem;
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
}

.form-container select,
.form-container textarea,
.form-container input {
	background-color: white;
	color: black;
	border-radius: 50px;
}

.form-container input::placeholder {
	font-size: 18px;
	color: black;
}

.form-container button {
	background-color: #333;
	color: white;
	cursor: pointer;
	font-weight: 500;
	width: fit-content;
	border-radius: 50px;
	background-color: var(--purple);
	padding: 6px 40px;
	font-size: 20px;
}

.form-container button:hover {
	background-color: #555;
}



/*****************************************************************/
/* box-50-form-hero */
.box-50-form-hero-misc-query-text {
	width: 50%;
}

.box-50-form-hero-misc-query-text textarea {
	min-width: 200px;
	min-height: 100px;
	border-radius: 10px;
}

.webone-grid-block.box-50-form-hero-misc-query-text {
	width: 50%;
}

.box-50-form-hero-misc-query-text.block-visualizer .form-container {
	height: 40rem;
	width: 100%;
}

.box-50-form-hero-misc-query-text.block-visualizer .form-container h1 {
	font-size: 5rem;
}

.box-50-form-hero-misc-query-text.block-visualizer .form-container .form-inner-wrapper input,
.box-50-form-hero-misc-query-text.block-visualizer .form-container .form-inner-wrapper select {
	margin: 5px 0;
}

/* box-100-form-hero */
.box-100-form-hero-misc-query-text {
	width: 100%;
	margin: 15px 0;
}

.box-100-form-hero-misc-query-text textarea {
	min-width: 200px;
	min-height: 100px;
	border-radius: 10px;
}

.webone-grid-block.box-100-form-hero-misc-query-text {
	width: 50%;
}

.box-100-form-hero-misc-query-text.block-visualizer .form-container {
	height: 40rem;
	width: 100%;
}

.box-100-form-hero-misc-query-text.block-visualizer .form-container h1 {
	font-size: 5rem;
}

.box-100-form-hero-misc-query-text.block-visualizer .form-container .form-inner-wrapper input,
.box-100-form-hero-misc-query-text.block-visualizer .form-container .form-inner-wrapper select {
	margin: 5px 0;
}

/*****************************************************************/









/******************************************************************/
/******************************************************************/
/* box-100-iframe */

.box-100-iframe {
	width: 100%;
	width: calc(100% - 30px);
}

.box-100-iframe.bg-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.box-100-iframe .box-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6rem 2rem;
}

.box-100-iframe .box-content {
	/* max-width: 1150px; */
	/* max-width: 680px; */
	width: 100%;
	margin: 0 auto;
}

.box-100-iframe .box-content iframe {
	/* min-height: 40rem; */
	height: 80rem;
	width: 100%;
	max-width: 80rem;
	margin-top: 2rem;
}

/* end .box-100-ifram */
/******************************************************************/
/******************************************************************/

/* Media queries */

@media all and (min-width: 1920px) {

	.box-slider-image,
	.box-header-image,
	.box-slider-image-clickable {
		min-height: 58rem;
	}
}

@media all and (max-width: 1200px) {

	.box-slider-image .box-slider-content>div,
	.box-slider-image-clickable .box-slider-content>div,
	.box-header-image .box-header-content>div {
		padding: 15px 5px;
	}

	.box-25,
	.box-25-employee,
	.box-25-retail {
		width: calc(25% - 30px);
	}

	a.box-slider-50-standard-extra {
		left: 1.5rem;
		font-size: 2rem;
	}

	.box-slider-50-standard-extra-background {
		width: 4rem;
	}

	.box-slider-image-50-standard .box-slider-content>div p {
		font-size: 2rem;
	}

	.box-slider-image-50-standard .box-slider-content h2 {
		font-size: 2.2rem;
	}

	.splide_50-standard .splide__pagination {
		bottom: 1.5rem;
	}

	.splide_50-standard .splide__pagination .splide__pagination__page {
		width: 14px;
		height: 14px;
	}
}

@media all and (max-width: 960px) {

	.box-department-puffs-33 .box-33-department,
	.box-department-puffs-33 .box-33-department:visited,
	.box-department-puffs-small .box-33-department,
	.box-department-puffs-small .box-33-department:visited {
		padding: 25px;
	}

	.box-25,
	.box-25-employee,
	.box-25-retail {
		width: calc(33% - 30px);
	}

	.box-slider-image-hero .box-slider-content h1 {
		font-size: 6rem;
	}

	.box-slider-image-hero .box-slider-content div a {
		margin-top: 2rem;
	}

	a.box-slider-50-standard-extra {
		left: 1rem;
		font-size: 1.5rem;
	}

	.box-slider-50-standard-extra-background {
		width: 3rem;
	}

	.box-slider-image-50-standard .box-slider-content h2 {
		font-size: 1.8rem;
	}

	.box-slider-image-50-standard .box-slider-content>div p {
		font-size: 1.6rem;
	}

	.splide_50-standard .splide__pagination {
		bottom: 1rem;
	}


	.box-100-left-black-tab-text-columns .box-content {
		padding-right: 3rem;
		padding-left: 10rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
		width: 100%;
	}

	.box-100-left-black-tab-text-columns ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}

	.box-50-border-left-label {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 50rem;
	}
}

@media all and (max-width: 768px) {

	.box-25,
	.box-25-employee,
	.box-25-retail {
		width: calc(50% - 30px);
	}

	/* **************************************** */
	/* **************************************** */
	/* Box slider image */
	.box-slider-image,
	.box-slider-image-clickable,
	.box-header-image {
		background-attachment: unset !important;
		min-height: 350px;
	}

	.box-slider-image .box-slider-content,
	.box-slider-image-clickable .box-slider-content,
	.box-header-image .box-header-content {
		padding: 0 20px;
	}

	/* End of box slider image */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box spacer */
	.box-spacer {
		height: 15px;
	}

	/* End of box spacer */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 100 img left/right */
	.box-100-img-left {
		flex-flow: column;
		width: 100%;
		margin: 15px 0;
	}

	.box-100-img-right {
		flex-flow: column;
		width: 100%;
		margin: 15px 0;
	}

	.box-100-img-left .box-image-container,
	.box-100-img-right .box-image-container {
		padding-top: 65%;
		width: 100%;
	}

	.box-100-img-left,
	.box-100-img-right {
		width: 100%;
	}

	.box-100-img-right .box-content,
	.box-100-img-left .box-content {
		width: 100%;
		/* padding: 75px 20px; */
		padding: 75px 0px;
	}

	/* End of box 100 img left/right */

	.box-100-toggle {
		width: 100%;
		/* margin: 15px 0; */
		margin: 0 0 15px 0;
		padding: 0 0 1.5rem 0;
	}

	.box-100-toggle .box-top-content .las {
		font-size: 20px;
	}

	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 50/33/25 */

	.box-50 {
		width: 100%;
		margin: 15px 0;
	}

	.box-33 {
		width: 100%;
		margin: 15px 0;
	}

	/* End of box 50/33/25 */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 100 text */
	.box-100-text {
		width: 100%;
		margin: 15px 0;
	}

	/* End of box 100 text */
	/* **************************************** */
	/* **************************************** */
	.box-100-img {
		width: 100%;
		margin: 15px 0;
	}

	.box-department-puffs-33 .box-33-department,
	.box-department-puffs-33 .box-33-department:visited,
	.box-department-puffs-small .box-33-department,
	.box-department-puffs-small .box-33-department:visited {
		width: 100%;
		margin: 0;
		border-top: 1px solid var(--blue);
	}

	.box-100-text-ingress {
		width: 100%;
		margin: 1.5rem 0;
	}

	.box-department-puffs-33 .puff-headline,
	.box-department-puffs-small .puff-headline {
		margin: 25px;
	}

	.box-department-puffs-33 .puff-link,
	.box-department-puffs-small .puff-link {
		margin: 20px;
	}

	.box-50 .box-content,
	.box-25 .box-content,
	.box-33 .box-content,
	.box-25 .box-content {
		padding: 2rem;
	}

	.box-slider-image .box-slider-content>div p,
	.box-slider-image .box-slider-content>div a,
	.box-slider-image .box-slider-content>div li,
	.box-header-image .box-header-content>div p,
	.box-header-image .box-header-content>div a,
	.box-header-image .box-header-content>div li {
		font-size: 2rem;
	}

	.box-department-puffs-33 .box-33-department h2,
	.box-department-puffs-small .box-33-department h2 {
		font-weight: normal;
	}

	.box-100-text-ingress .content-ingress-text h2 {
		font-size: 2.8rem;
	}

	.box-department-puffs-33 .box-33-department,
	.box-department-puffs-33 .box-33-department:visited {
		border-radius: 0px;
	}

	.box-department-puffs-33,
	.box-department-puffs-small {
		padding: 0;
	}

	.splide_50,
	.splide_50-standard {
		width: 100%;
	}

	.standard-slider .box-50-image {
		width: 100%;
	}

	a.box-slider-50-standard-extra {
		left: 2rem;
		font-size: 2rem;
	}

	.box-slider-50-standard-extra-background {
		width: 5rem;
	}

	.box-slider-image-50-standard .box-slider-content>div p {
		font-size: 2rem;
	}

	.box-slider-image-50-standard .box-slider-content h2 {
		font-size: 2.5rem;
	}

	.splide_50-standard .splide__pagination {
		bottom: 4rem;
	}

	.box-slider-image-hero {
		min-height: 55rem;
	}

	.box-slider-image-hero .box-slider-content h1 {
		font-size: 5rem;
	}

	.box-slider-image-hero .box-slider-content div h2 {
		font-size: 3.4rem;
	}

	.box-slider-image .box-slider-content>div a {
		margin-top: 2rem;
	}

	.box-50-image .box-image-container {
		width: calc(100%);
		margin: 15px 0;
		padding-top: 100%;
	}

	.box-slider-image-50-standard {
		/* width: calc(100% - 0px);
    margin: 15px 0px;
    height: calc(100% - 30px); */
	}

	.box-50-form-hero {
		width: 100%;
	}

	.form-container {
		width: 100%;
		height: 55rem;
	}

	.form-container h1 {
		font-size: 5rem;
	}

	.box-33-department,
	.box-33-department:visited {
		width: 100%;
		margin: 0;
		border-top: 1px solid var(--purple);
		border-radius: 0;
	}

	.box-100-img-left .box-image-holder,
	.box-100-img-right .box-image-holder {
		margin: 0;
		width: 100%;
	}



	.box-100-video-right-bg-color {
		flex-flow: column;
		width: 100%;
		margin: 15px 0;
	}

	.box-100-video-right-bg-color.box-image-container {
		padding-top: 65%;
		width: 100%;
	}

	.box-100-video-right-bg-color {
		width: 100%;
	}

	.box-100-video-right-bg-color {
		width: 100%;
		/* padding: 75px 20px; */
		/* padding: 75px 0px; */
	}

	.box-100-video-right-bg-color .box-image-holder {
		margin: 0;
		width: 100%;
	}

	.video-outer-wrapper {
		display: flex;
		width: 100%;
		padding: 2rem 0rem 2rem 0rem;
		background-color: var(--red);
		height: 100%;
		min-height: 100px;
	}

	.box-100-video-right-bg-color .box-content {
		padding: 2rem 4rem;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.box-100-video-right-bg-color .box-image-container.video-container {
		width: 100%;
		height: 100%;
		padding: 53.125% 0 0 0;
		position: relative;
		min-height: unset;
	}





	/* box-100-img-left-w30-text-w70 */
	.box-100-img-left-w30-text-w70 {
		width: 100%;
		width: calc(100% - 30px);
		margin: 15px;
		display: flex;
		justify-content: center;
		padding-bottom: 2rem;
		padding-top: 2rem;
		max-width: 920px;
		align-items: center;
		flex-direction: column;
	}

	.box-100-img-left-w30-text-w70 .box-image-holder {
		width: 100%;
		margin-right: 0px;
		max-width: unset;
		justify-content: center;
	}

	.box-100-img-left-w30-text-w70 .box-content {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 3rem 0 0 0;
	}


}

@media all and (max-width: 550px) {

	/* **************************************** */
	/* **************************************** */
	/* Box slider image */
	.box-slider-image .box-slider-content,
	.box-slider-image-clickable .box-slider-content,
	.box-header-image .box-header-content {
		padding: 25px 15px;
	}

	/* End of box slider image */
	/* **************************************** */
	/* **************************************** */
	.box-100-video iframe {
		min-height: 300px;
	}

	.box-100-toggle {
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0 0 1.5rem 0;
	}

	.box-25,
	.box-25-employee,
	.box-25-retail {
		width: 100%;
		margin: 15px 0;
	}

	a.box-slider-50-standard-extra {
		/* left: -5rem; */
		font-size: 1.8rem;
	}

	.box-slider-50-standard-extra-background {
		width: 4rem;
	}

	.splide_50-standard .splide__pagination {
		bottom: 1rem;
	}

	.splide_50-standard .splide__pagination .splide__pagination__page {
		width: 12px;
		height: 12px;
	}

	.box-slider-image-50-standard .box-slider-content h2 {
		font-size: 1.8rem;
	}

	.box-slider-image-50-standard .box-slider-content>div p {
		font-size: 1.6rem;
	}

	.box-slider-image-50-standard .box-slider-content {
		top: 76%;
	}

	.box-department-puffs-small .box-content p {
		padding-bottom: 0rem;
	}


	.box-100-video-right-bg-color .box-content {
		padding: 2rem 2rem;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.box-50-bg-color__text pre {
		display: flex;
		flex-direction: column;
	}

	.box-50-bg-color__text pre span {
		display: flex;
		flex-direction: column;
	}

	.box-50-bg-color__text pre span img {
		width: 30px;
	}

	.box-50-bg-color__text {
		padding: 0.5rem;
	}

}

/* End of media queries */

/* **************************************** */

/* **************************************** */


/******************************************************************/
/******************************************************************/
/* box-100-text-2col                                              */
/******************************************************************/
/******************************************************************/

.box-100-text-2col {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	gap: 6rem;
	align-items: flex-start;
}

.box-100-text-2col__left,
.box-100-text-2col__right {
	width: 50%;
	font-size: 1.8rem;
	line-height: 1.65;
}

.box-100-text-2col__left h2 {
	font-size: 3.8rem;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 2rem;
	padding: 0;
	color: #4e4e4e;
}

.box-100-text-2col__body {
	font-size: 1.8rem;
	line-height: 1.65;
}

.box-100-text-2col__body ul {
	padding-left: 1.8rem;
}

.box-100-text-2col__body ul li {
	padding-bottom: 0.6rem;
}

@media all and (max-width: 768px) {
	.box-100-text-2col {
		flex-direction: column;
		gap: 3rem;
		width: 100%;
		margin: 15px 0;
	}

	.box-100-text-2col__left,
	.box-100-text-2col__right {
		width: 100%;
	}

	.box-100-text-2col__left h2 {
		font-size: 3rem;
	}
}

/* end box-100-text-2col */

/******************************************************************/
/******************************************************************/
/* Green Loop blocks                                              */
/******************************************************************/
/******************************************************************/

/* Shared Green Loop button */
.btn-greenloop {
	display: inline-block;
	background-color: var(--green);
	color: var(--white) !important;
	border: 2px solid var(--green);
	border-radius: 50px;
	padding: 0.3rem 3rem 0.6rem;
	font-size: 1.8rem;
	text-decoration: none !important;
	width: fit-content;
	cursor: pointer;
	transition: all 0.4s ease;
	margin-top: 2.5rem;
}

.btn-greenloop:hover {
	background-color: transparent;
	color: var(--green) !important;
}

/******************************************************************/
/* box-image-hero                                                 */
/******************************************************************/

.box-image-hero {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 60rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.52);
	z-index: 1;
}

.box-image-hero .hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding: 7rem 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.hero-badge {
	display: inline-block;
	background-color: var(--green);
	color: var(--white);
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0.4rem 1.8rem;
	border-radius: 50px;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	width: fit-content;
}

.box-image-hero h1 {
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 2rem;
	color: var(--white);
	padding: 0;
}

/* Bold first line — typed as <strong>…</strong> in the Title field */
.box-image-hero h1 strong {
	display: block;
	font-size: 5.5rem;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	color: var(--white);
}

/* Suppress the <br> that immediately follows a block-level <strong> */
.box-image-hero h1 strong+br {
	display: none;
}

.box-image-hero .hero-text {
	font-size: 2.2rem;
	line-height: 1.65;
	color: var(--white);
	margin-bottom: 0.5rem;
}

.box-image-hero .hero-text p {
	color: var(--white);
}

/* Admin preview sizing */
.block-visualizer.box-image-hero {
	min-height: 30rem;
}

.block-visualizer.box-image-hero .hero-content {
	padding: 3rem;
}

.block-visualizer.box-image-hero h1 {
	font-size: 3rem;
}

/******************************************************************/
/* box-33-greenloop-comparison                                    */
/******************************************************************/

.box-33-greenloop-comparison {
	width: calc(33.33% - 30px);
	margin: 15px;
	display: flex;
	flex-direction: column;
	background-color: var(--white);
	border-radius: 15px;
	overflow: hidden;
}

.box-33-greenloop-comparison .gl-comp-image {
	width: 100%;
	padding-top: 70%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.box-33-greenloop-comparison .gl-comp-content {
	padding: 2.5rem 2.5rem 3rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.box-33-greenloop-comparison h3 {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 2rem;
	padding: 0;
}

/* Bar rows */
.gl-comp-bars {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	flex: 1;
}

.gl-bar-row {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.gl-bar-label {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--black);
	min-width: 10rem;
	flex-shrink: 0;
}

.gl-bar-track {
	flex: 1;
	height: 1.2rem;
	background-color: var(--lightGray);
	border-radius: 50px;
	overflow: hidden;
}

.gl-bar-fill {
	height: 100%;
	background-color: var(--red);
	border-radius: 50px;
	transition: width 0.6s ease;
}

.gl-bar-fill.gl-bar-green {
	background-color: var(--green);
}

.gl-bar-value {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--black);
	min-width: 4rem;
	text-align: right;
	flex-shrink: 0;
}

/******************************************************************/
/* box-100-greenloop-material-matrix                              */
/******************************************************************/

.box-100-greenloop-material-matrix {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 4rem 0;
}

.box-100-greenloop-material-matrix h2 {
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 1rem;
	padding: 0;
}

.gl-matrix-subtitle {
	font-size: 1.8rem;
	color: #666;
	margin-bottom: 3rem;
}

.gl-matrix-wrapper {
	width: 100%;
	overflow-x: auto;
}

.gl-matrix-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	min-width: 600px;
}

.gl-matrix-table th,
.gl-matrix-table td {
	padding: 1.2rem 1.5rem;
	text-align: center;
	border-bottom: 1px solid var(--lightGray);
	vertical-align: middle;
}

.gl-matrix-table th {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--black);
	background-color: var(--lightGray);
	border-bottom: 2px solid var(--mediumGray);
}

.gl-matrix-table th:first-child,
.gl-matrix-table td:first-child {
	text-align: left;
	font-weight: 600;
	min-width: 16rem;
}

/* Colored dot indicators via pseudo-element */
.gl-matrix-table td.gl-dot-green::before,
.gl-matrix-table td.gl-dot-red::before,
.gl-matrix-table td.gl-dot-gray::before {
	content: "\25CF";
	/* ● */
	font-size: 2rem;
	line-height: 1;
}

.gl-matrix-table td.gl-dot-green::before {
	color: var(--green);
}

.gl-matrix-table td.gl-dot-red::before {
	color: var(--red);
}

.gl-matrix-table td.gl-dot-gray::before {
	color: var(--mediumGray);
}

/* Highlight row (e.g. Green Loop Titan) */
.gl-matrix-table td.gl-matrix-highlight,
.gl-matrix-table tr.gl-matrix-highlight td {
	font-weight: 700;
	color: var(--green);
	background-color: #f0faf0;
}

/******************************************************************/
/* box-100-report-download                                        */
/******************************************************************/

.box-100-report-download {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	align-items: flex-start;
	gap: 6rem;
	padding: 4rem 0;
}

.gl-report-preview {
	flex-shrink: 0;
	width: 28rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	overflow: hidden;
}

.gl-report-preview img {
	width: 100%;
	height: auto;
	display: block;
}

.gl-report-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gl-report-content h3 {
	font-size: 3rem;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 1.5rem;
	padding: 0;
}

.gl-report-text {
	font-size: 1.8rem;
	line-height: 1.65;
	color: var(--black);
	margin-bottom: 0.5rem;
}

.gl-report-meta {
	font-size: 1.4rem;
	color: var(--mediumGray);
	margin-top: 1rem;
	margin-bottom: 0;
}

/******************************************************************/
/* Green Loop FAQ overrides (box-100-toggle in section-standard-green) */
/******************************************************************/

.section-standard-green .box-100-toggle {
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

.section-standard-green .box-100-toggle .big-p,
.section-standard-green .box-100-toggle .box-bottom-content,
.section-standard-green .box-100-toggle .box-bottom-content p,
.section-standard-green .box-100-toggle .box-bottom-content div {
	color: var(--white);
}

.section-standard-green .box-100-toggle .box-top-content .las {
	color: var(--white);
}

/******************************************************************/
/* Responsive — Green Loop blocks                                 */
/******************************************************************/

@media all and (max-width: 960px) {
	.box-33-greenloop-comparison {
		width: calc(50% - 30px);
	}
}

@media all and (max-width: 768px) {
	.box-image-hero {
		min-height: 45rem;
	}

	.box-image-hero .hero-content {
		padding: 5rem 3rem;
	}

	.box-image-hero h1 {
		font-size: 2.4rem;
	}

	.box-image-hero h1 strong {
		font-size: 4rem;
	}

	.box-33-greenloop-comparison {
		width: 100%;
		margin: 15px 0;
	}

	.box-100-report-download {
		flex-direction: column;
		gap: 3rem;
		width: 100%;
		margin: 15px 0;
	}

	.gl-report-preview {
		width: 100%;
		max-width: 32rem;
	}

	.box-100-greenloop-material-matrix {
		width: 100%;
		margin: 15px 0;
	}
}

@media all and (max-width: 550px) {
	.box-image-hero h1 {
		font-size: 2rem;
	}

	.box-image-hero h1 strong {
		font-size: 3.2rem;
	}

	.gl-bar-label {
		min-width: 8rem;
		font-size: 1.2rem;
	}
}

/******************************************************************/
/* End Green Loop blocks                                          */
/******************************************************************/

/******************************************************************/
/* box-50-bg-color                                                */
/******************************************************************/

.box-50-bg-color {
	width: calc(50% - 30px);
	margin: 15px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
}

.box-50-bg-color__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 4rem;
}

.box-50-bg-color h2 {
	color: var(--white);
	margin-bottom: 2rem;
}

.box-50-bg-color__text {
	color: var(--white);
	flex: 1;
	margin-bottom: 3rem;
}

.box-50-bg-color__text p,
.box-50-bg-color__text li {
	color: var(--white);
}

.box-50-bg-color__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

@media all and (max-width: 768px) {
	.box-50-bg-color {
		width: 100%;
		margin: 15px 0;
	}
}

/* Floating contact bubble */
.contact-floating-widget {
	--contact-widget-red: #ff6f6f;
	--contact-widget-size: 5rem;
	--contact-widget-morph-duration: 0.48s;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.contact-floating-widget__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
	pointer-events: none;
}

.contact-floating-widget.is-open .contact-floating-widget__backdrop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.contact-floating-widget__shell {
	position: relative;
	width: fit-content;
	height: var(--contact-widget-size);
	max-height: var(--contact-widget-size);
	overflow: hidden;
	border-radius: 999px;
	background-color: var(--contact-widget-red);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	transform-origin: 100% 100%;
	transform: scale(1);
	transition:
		width var(--contact-widget-morph-duration) cubic-bezier(0.22, 1, 0.36, 1),
		height var(--contact-widget-morph-duration) cubic-bezier(0.22, 1, 0.36, 1),
		max-height var(--contact-widget-morph-duration) cubic-bezier(0.22, 1, 0.36, 1),
		border-radius calc(var(--contact-widget-morph-duration) * 0.85) ease,
		box-shadow 0.35s ease,
		transform var(--contact-widget-morph-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-floating-widget.is-open:not(.is-closing) .contact-floating-widget__shell {
	animation: contact-widget-morph-in var(--contact-widget-morph-duration) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.contact-floating-widget.is-closing .contact-floating-widget__shell {
	width: fit-content;
	height: var(--contact-widget-size);
	max-height: var(--contact-widget-size);
	border-radius: 999px;
	transform: scale(1);
	animation: none;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@keyframes contact-widget-morph-in {
	from {
		transform: scale(0.14);
		border-radius: 999px;
	}

	to {
		transform: scale(1);
		border-radius: 1.2rem;
	}
}

.contact-floating-widget.is-open .contact-floating-widget__shell {
	width: 42rem;
	height: auto;
	max-height: min(70rem, calc(100vh - 4rem));
	border-radius: 1.2rem;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.contact-floating-widget__trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: auto;
	height: var(--contact-widget-size);
	padding: 0 2rem;
	border: none;
	border-radius: inherit;
	background: transparent;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.contact-floating-widget__trigger:hover {
	transform: scale(1.04);
}

.contact-floating-widget.is-open .contact-floating-widget__trigger {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(0.85);
	pointer-events: none;
}

.contact-floating-widget.is-closing .contact-floating-widget__trigger {
	position: relative;
	right: auto;
	bottom: auto;
	opacity: 1;
	transform: scale(1);
	pointer-events: none;
}

.contact-floating-widget__trigger i {
	font-size: 2rem;
}

.contact-floating-widget__panel {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42rem;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(0.96);
	transform-origin: 100% 100%;
	transition:
		opacity 0.28s ease 0.14s,
		visibility 0.28s ease 0.14s,
		transform var(--contact-widget-morph-duration) cubic-bezier(0.22, 1, 0.36, 1),
		max-height var(--contact-widget-morph-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-floating-widget.is-open:not(.is-closing) .contact-floating-widget__panel {
	position: relative;
	width: 100%;
	max-height: min(70rem, calc(100vh - 4rem));
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: scale(1);
}

.contact-floating-widget.is-closing .contact-floating-widget__panel {
	position: absolute;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: none;
	transition:
		opacity 0.15s ease,
		visibility 0.15s ease,
		max-height 0.25s ease;
}

.contact-floating-widget__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 3.4rem;
	height: 3.4rem;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: var(--contact-widget-red);
	font-size: 2rem;
	cursor: pointer;
}

.contact-floating-widget__form {
	width: 100%;
}

.contact-floating-widget__form .form-container {
	height: auto;
	max-height: min(70rem, calc(100vh - 4rem));
	overflow-y: auto;
	border-radius: 0;
	box-shadow: none;
	padding: 3.5rem 0 2.5rem;
}

.contact-floating-widget__form .form-container h1 {
	font-size: 3.6rem;
	margin-bottom: 2.4rem;
}

body.contact-modal-open {
	overflow: hidden;
}

@media all and (max-width: 768px) {
	.contact-floating-widget {
		right: 1.5rem;
		bottom: 1.5rem;
		--contact-widget-size: 4.8rem;
	}

	.contact-floating-widget__shell {
		width: var(--contact-widget-size);
		border-radius: 50%;
	}

	.contact-floating-widget__trigger {
		width: 100%;
		padding: 0;
		gap: 0;
	}

	.contact-floating-widget__label {
		display: none;
	}

	.contact-floating-widget.is-open .contact-floating-widget__shell {
		width: calc(100vw - 3rem);
		max-width: 42rem;
	}

	.contact-floating-widget.is-closing .contact-floating-widget__shell {
		width: var(--contact-widget-size);
	}

	.contact-floating-widget__form .form-container {
		padding: 3rem 0 2rem;
	}

	.contact-floating-widget__form .form-container h1 {
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
}
