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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/dist/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.h-auto {
	height: auto !important;
}

.block-editor-block-list__layout .owl-carousel, .block-editor-block-list__layout .owl-carousel .owl-item, .theme-html .owl-carousel, .theme-html .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.block-editor-block-list__layout .owl-carousel, .theme-html .owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.block-editor-block-list__layout .owl-carousel .owl-stage, .theme-html .owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.block-editor-block-list__layout .owl-carousel .owl-stage:after, .theme-html .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.block-editor-block-list__layout .owl-carousel .owl-stage-outer, .theme-html .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}

.block-editor-block-list__layout .owl-carousel .owl-item, .block-editor-block-list__layout .owl-carousel .owl-wrapper, .theme-html .owl-carousel .owl-item, .theme-html .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}

.block-editor-block-list__layout .owl-carousel .owl-item, .theme-html .owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.block-editor-block-list__layout .owl-carousel .owl-item img, .theme-html .owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.block-editor-block-list__layout .owl-carousel .owl-dots.disabled, .block-editor-block-list__layout .owl-carousel .owl-nav.disabled, .theme-html .owl-carousel .owl-dots.disabled, .theme-html .owl-carousel .owl-nav.disabled {
	display: none;
}

.block-editor-block-list__layout .no-js .owl-carousel, .block-editor-block-list__layout .owl-carousel.owl-loaded, .theme-html .no-js .owl-carousel, .theme-html .owl-carousel.owl-loaded {
	display: block;
}

.block-editor-block-list__layout .owl-carousel .owl-dot, .block-editor-block-list__layout .owl-carousel .owl-nav .owl-next, .block-editor-block-list__layout .owl-carousel .owl-nav .owl-prev, .theme-html .owl-carousel .owl-dot, .theme-html .owl-carousel .owl-nav .owl-next, .theme-html .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.block-editor-block-list__layout .owl-carousel .owl-nav button.owl-next, .block-editor-block-list__layout .owl-carousel .owl-nav button.owl-prev, .block-editor-block-list__layout .owl-carousel button.owl-dot, .theme-html .owl-carousel .owl-nav button.owl-next, .theme-html .owl-carousel .owl-nav button.owl-prev, .theme-html .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.block-editor-block-list__layout .owl-carousel.owl-loading, .theme-html .owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.block-editor-block-list__layout .owl-carousel.owl-hidden, .theme-html .owl-carousel.owl-hidden {
	opacity: 0;
}

.block-editor-block-list__layout .owl-carousel.owl-refresh .owl-item, .theme-html .owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.block-editor-block-list__layout .owl-carousel.owl-drag .owl-item, .theme-html .owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.block-editor-block-list__layout .owl-carousel.owl-grab, .theme-html .owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.block-editor-block-list__layout .owl-carousel.owl-rtl, .theme-html .owl-carousel.owl-rtl {
	direction: rtl;
}

.block-editor-block-list__layout .owl-carousel.owl-rtl .owl-item, .theme-html .owl-carousel.owl-rtl .owl-item {
	float: right;
}

.block-editor-block-list__layout .owl-carousel .animated, .theme-html .owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.block-editor-block-list__layout .owl-carousel .owl-animated-in, .theme-html .owl-carousel .owl-animated-in {
	z-index: 0;
}

.block-editor-block-list__layout .owl-carousel .owl-animated-out, .theme-html .owl-carousel .owl-animated-out {
	z-index: 1;
}

.block-editor-block-list__layout .owl-carousel .fadeOut, .theme-html .owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.block-editor-block-list__layout .owl-height, .theme-html .owl-height {
	transition: height .5s ease-in-out;
}

.block-editor-block-list__layout .owl-carousel .owl-item .owl-lazy, .theme-html .owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.block-editor-block-list__layout .owl-carousel .owl-item .owl-lazy:not([src]), .block-editor-block-list__layout .owl-carousel .owl-item .owl-lazy[src^=""], .theme-html .owl-carousel .owl-item .owl-lazy:not([src]), .theme-html .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.block-editor-block-list__layout .owl-carousel .owl-item img.owl-lazy, .theme-html .owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.block-editor-block-list__layout .owl-carousel .owl-video-wrapper, .theme-html .owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.block-editor-block-list__layout .owl-carousel .owl-video-play-icon, .theme-html .owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("https://www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/dist/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}

.block-editor-block-list__layout .owl-carousel .owl-video-play-icon.nitro-lazy, .theme-html .owl-carousel .owl-video-play-icon.nitro-lazy {
	background: none !important;
}

.block-editor-block-list__layout .owl-carousel .owl-video-play-icon:hover, .theme-html .owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.block-editor-block-list__layout .owl-carousel .owl-video-playing .owl-video-play-icon, .block-editor-block-list__layout .owl-carousel .owl-video-playing .owl-video-tn, .theme-html .owl-carousel .owl-video-playing .owl-video-play-icon, .theme-html .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.block-editor-block-list__layout .owl-carousel .owl-video-tn, .theme-html .owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.block-editor-block-list__layout .owl-carousel .owl-video-frame, .theme-html .owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.block-editor-block-list__layout .owl-theme .owl-dots, .block-editor-block-list__layout .owl-theme .owl-nav, .theme-html .owl-theme .owl-dots, .theme-html .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.block-editor-block-list__layout .owl-theme .owl-nav, .theme-html .owl-theme .owl-nav {
	margin-top: 10px;
}

.block-editor-block-list__layout .owl-theme .owl-nav [class*=owl-], .theme-html .owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.block-editor-block-list__layout .owl-theme .owl-nav [class*=owl-]:hover, .theme-html .owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.block-editor-block-list__layout .owl-theme .owl-nav .disabled, .theme-html .owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.block-editor-block-list__layout .owl-theme .owl-nav.disabled+.owl-dots, .theme-html .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.block-editor-block-list__layout .owl-theme .owl-dots .owl-dot, .theme-html .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.block-editor-block-list__layout .owl-theme .owl-dots .owl-dot span, .theme-html .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.block-editor-block-list__layout .owl-theme .owl-dots .owl-dot.active span, .block-editor-block-list__layout .owl-theme .owl-dots .owl-dot:hover span, .theme-html .owl-theme .owl-dots .owl-dot.active span, .theme-html .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="50"], .block-editor-block-list__layout body[data-aos-duration="50"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="50"], .theme-html body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="50"], .block-editor-block-list__layout body[data-aos-delay="50"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="50"], .theme-html body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="50"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="50"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="50"].aos-animate, .theme-html body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="100"], .block-editor-block-list__layout body[data-aos-duration="100"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="100"], .theme-html body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="100"], .block-editor-block-list__layout body[data-aos-delay="100"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="100"], .theme-html body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="100"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="100"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="100"].aos-animate, .theme-html body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="150"], .block-editor-block-list__layout body[data-aos-duration="150"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="150"], .theme-html body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="150"], .block-editor-block-list__layout body[data-aos-delay="150"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="150"], .theme-html body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="150"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="150"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="150"].aos-animate, .theme-html body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="200"], .block-editor-block-list__layout body[data-aos-duration="200"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="200"], .theme-html body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="200"], .block-editor-block-list__layout body[data-aos-delay="200"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="200"], .theme-html body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="200"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="200"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="200"].aos-animate, .theme-html body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="250"], .block-editor-block-list__layout body[data-aos-duration="250"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="250"], .theme-html body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="250"], .block-editor-block-list__layout body[data-aos-delay="250"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="250"], .theme-html body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="250"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="250"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="250"].aos-animate, .theme-html body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="300"], .block-editor-block-list__layout body[data-aos-duration="300"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="300"], .theme-html body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="300"], .block-editor-block-list__layout body[data-aos-delay="300"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="300"], .theme-html body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="300"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="300"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="300"].aos-animate, .theme-html body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="350"], .block-editor-block-list__layout body[data-aos-duration="350"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="350"], .theme-html body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="350"], .block-editor-block-list__layout body[data-aos-delay="350"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="350"], .theme-html body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="350"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="350"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="350"].aos-animate, .theme-html body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="400"], .block-editor-block-list__layout body[data-aos-duration="400"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="400"], .theme-html body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="400"], .block-editor-block-list__layout body[data-aos-delay="400"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="400"], .theme-html body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="400"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="400"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="400"].aos-animate, .theme-html body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="450"], .block-editor-block-list__layout body[data-aos-duration="450"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="450"], .theme-html body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="450"], .block-editor-block-list__layout body[data-aos-delay="450"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="450"], .theme-html body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="450"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="450"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="450"].aos-animate, .theme-html body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="500"], .block-editor-block-list__layout body[data-aos-duration="500"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="500"], .theme-html body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="500"], .block-editor-block-list__layout body[data-aos-delay="500"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="500"], .theme-html body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="500"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="500"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="500"].aos-animate, .theme-html body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="550"], .block-editor-block-list__layout body[data-aos-duration="550"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="550"], .theme-html body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="550"], .block-editor-block-list__layout body[data-aos-delay="550"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="550"], .theme-html body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="550"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="550"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="550"].aos-animate, .theme-html body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="600"], .block-editor-block-list__layout body[data-aos-duration="600"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="600"], .theme-html body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="600"], .block-editor-block-list__layout body[data-aos-delay="600"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="600"], .theme-html body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="600"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="600"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="600"].aos-animate, .theme-html body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="650"], .block-editor-block-list__layout body[data-aos-duration="650"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="650"], .theme-html body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="650"], .block-editor-block-list__layout body[data-aos-delay="650"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="650"], .theme-html body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="650"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="650"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="650"].aos-animate, .theme-html body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="700"], .block-editor-block-list__layout body[data-aos-duration="700"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="700"], .theme-html body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="700"], .block-editor-block-list__layout body[data-aos-delay="700"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="700"], .theme-html body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="700"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="700"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="700"].aos-animate, .theme-html body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="750"], .block-editor-block-list__layout body[data-aos-duration="750"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="750"], .theme-html body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="750"], .block-editor-block-list__layout body[data-aos-delay="750"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="750"], .theme-html body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="750"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="750"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="750"].aos-animate, .theme-html body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="800"], .block-editor-block-list__layout body[data-aos-duration="800"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="800"], .theme-html body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="800"], .block-editor-block-list__layout body[data-aos-delay="800"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="800"], .theme-html body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="800"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="800"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="800"].aos-animate, .theme-html body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="850"], .block-editor-block-list__layout body[data-aos-duration="850"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="850"], .theme-html body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="850"], .block-editor-block-list__layout body[data-aos-delay="850"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="850"], .theme-html body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="850"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="850"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="850"].aos-animate, .theme-html body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="900"], .block-editor-block-list__layout body[data-aos-duration="900"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="900"], .theme-html body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="900"], .block-editor-block-list__layout body[data-aos-delay="900"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="900"], .theme-html body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="900"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="900"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="900"].aos-animate, .theme-html body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="950"], .block-editor-block-list__layout body[data-aos-duration="950"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="950"], .theme-html body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="950"], .block-editor-block-list__layout body[data-aos-delay="950"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="950"], .theme-html body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="950"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="950"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="950"].aos-animate, .theme-html body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1000"], .block-editor-block-list__layout body[data-aos-duration="1000"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1000"], .theme-html body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1000"], .block-editor-block-list__layout body[data-aos-delay="1000"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1000"], .theme-html body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1000"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .theme-html body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1050"], .block-editor-block-list__layout body[data-aos-duration="1050"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1050"], .theme-html body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1050"], .block-editor-block-list__layout body[data-aos-delay="1050"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1050"], .theme-html body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1050"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .theme-html body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1100"], .block-editor-block-list__layout body[data-aos-duration="1100"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1100"], .theme-html body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1100"], .block-editor-block-list__layout body[data-aos-delay="1100"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1100"], .theme-html body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1100"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .theme-html body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1150"], .block-editor-block-list__layout body[data-aos-duration="1150"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1150"], .theme-html body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1150"], .block-editor-block-list__layout body[data-aos-delay="1150"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1150"], .theme-html body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1150"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .theme-html body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1200"], .block-editor-block-list__layout body[data-aos-duration="1200"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1200"], .theme-html body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1200"], .block-editor-block-list__layout body[data-aos-delay="1200"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1200"], .theme-html body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1200"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .theme-html body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1250"], .block-editor-block-list__layout body[data-aos-duration="1250"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1250"], .theme-html body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1250"], .block-editor-block-list__layout body[data-aos-delay="1250"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1250"], .theme-html body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1250"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .theme-html body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1300"], .block-editor-block-list__layout body[data-aos-duration="1300"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1300"], .theme-html body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1300"], .block-editor-block-list__layout body[data-aos-delay="1300"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1300"], .theme-html body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1300"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .theme-html body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1350"], .block-editor-block-list__layout body[data-aos-duration="1350"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1350"], .theme-html body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1350"], .block-editor-block-list__layout body[data-aos-delay="1350"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1350"], .theme-html body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1350"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .theme-html body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1400"], .block-editor-block-list__layout body[data-aos-duration="1400"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1400"], .theme-html body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1400"], .block-editor-block-list__layout body[data-aos-delay="1400"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1400"], .theme-html body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1400"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .theme-html body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1450"], .block-editor-block-list__layout body[data-aos-duration="1450"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1450"], .theme-html body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1450"], .block-editor-block-list__layout body[data-aos-delay="1450"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1450"], .theme-html body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1450"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .theme-html body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1500"], .block-editor-block-list__layout body[data-aos-duration="1500"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1500"], .theme-html body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1500"], .block-editor-block-list__layout body[data-aos-delay="1500"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1500"], .theme-html body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1500"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .theme-html body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1550"], .block-editor-block-list__layout body[data-aos-duration="1550"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1550"], .theme-html body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1550"], .block-editor-block-list__layout body[data-aos-delay="1550"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1550"], .theme-html body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1550"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .theme-html body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1600"], .block-editor-block-list__layout body[data-aos-duration="1600"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1600"], .theme-html body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1600"], .block-editor-block-list__layout body[data-aos-delay="1600"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1600"], .theme-html body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1600"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .theme-html body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1650"], .block-editor-block-list__layout body[data-aos-duration="1650"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1650"], .theme-html body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1650"], .block-editor-block-list__layout body[data-aos-delay="1650"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1650"], .theme-html body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1650"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .theme-html body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1700"], .block-editor-block-list__layout body[data-aos-duration="1700"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1700"], .theme-html body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1700"], .block-editor-block-list__layout body[data-aos-delay="1700"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1700"], .theme-html body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1700"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .theme-html body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1750"], .block-editor-block-list__layout body[data-aos-duration="1750"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1750"], .theme-html body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1750"], .block-editor-block-list__layout body[data-aos-delay="1750"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1750"], .theme-html body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1750"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .theme-html body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1800"], .block-editor-block-list__layout body[data-aos-duration="1800"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1800"], .theme-html body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1800"], .block-editor-block-list__layout body[data-aos-delay="1800"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1800"], .theme-html body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1800"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .theme-html body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1850"], .block-editor-block-list__layout body[data-aos-duration="1850"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1850"], .theme-html body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1850"], .block-editor-block-list__layout body[data-aos-delay="1850"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1850"], .theme-html body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1850"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .theme-html body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1900"], .block-editor-block-list__layout body[data-aos-duration="1900"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1900"], .theme-html body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1900"], .block-editor-block-list__layout body[data-aos-delay="1900"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1900"], .theme-html body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1900"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .theme-html body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="1950"], .block-editor-block-list__layout body[data-aos-duration="1950"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="1950"], .theme-html body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1950"], .block-editor-block-list__layout body[data-aos-delay="1950"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="1950"], .theme-html body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="1950"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .theme-html body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2000"], .block-editor-block-list__layout body[data-aos-duration="2000"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2000"], .theme-html body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2000"], .block-editor-block-list__layout body[data-aos-delay="2000"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2000"], .theme-html body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2000"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .theme-html body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2050"], .block-editor-block-list__layout body[data-aos-duration="2050"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2050"], .theme-html body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2050"], .block-editor-block-list__layout body[data-aos-delay="2050"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2050"], .theme-html body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2050"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .theme-html body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2100"], .block-editor-block-list__layout body[data-aos-duration="2100"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2100"], .theme-html body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2100"], .block-editor-block-list__layout body[data-aos-delay="2100"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2100"], .theme-html body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2100"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .theme-html body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2150"], .block-editor-block-list__layout body[data-aos-duration="2150"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2150"], .theme-html body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2150"], .block-editor-block-list__layout body[data-aos-delay="2150"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2150"], .theme-html body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2150"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .theme-html body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2200"], .block-editor-block-list__layout body[data-aos-duration="2200"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2200"], .theme-html body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2200"], .block-editor-block-list__layout body[data-aos-delay="2200"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2200"], .theme-html body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2200"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .theme-html body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2250"], .block-editor-block-list__layout body[data-aos-duration="2250"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2250"], .theme-html body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2250"], .block-editor-block-list__layout body[data-aos-delay="2250"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2250"], .theme-html body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2250"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .theme-html body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2300"], .block-editor-block-list__layout body[data-aos-duration="2300"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2300"], .theme-html body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2300"], .block-editor-block-list__layout body[data-aos-delay="2300"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2300"], .theme-html body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2300"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .theme-html body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2350"], .block-editor-block-list__layout body[data-aos-duration="2350"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2350"], .theme-html body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2350"], .block-editor-block-list__layout body[data-aos-delay="2350"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2350"], .theme-html body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2350"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .theme-html body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2400"], .block-editor-block-list__layout body[data-aos-duration="2400"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2400"], .theme-html body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2400"], .block-editor-block-list__layout body[data-aos-delay="2400"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2400"], .theme-html body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2400"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .theme-html body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2450"], .block-editor-block-list__layout body[data-aos-duration="2450"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2450"], .theme-html body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2450"], .block-editor-block-list__layout body[data-aos-delay="2450"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2450"], .theme-html body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2450"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .theme-html body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2500"], .block-editor-block-list__layout body[data-aos-duration="2500"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2500"], .theme-html body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2500"], .block-editor-block-list__layout body[data-aos-delay="2500"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2500"], .theme-html body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2500"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .theme-html body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2550"], .block-editor-block-list__layout body[data-aos-duration="2550"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2550"], .theme-html body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2550"], .block-editor-block-list__layout body[data-aos-delay="2550"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2550"], .theme-html body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2550"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .theme-html body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2600"], .block-editor-block-list__layout body[data-aos-duration="2600"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2600"], .theme-html body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2600"], .block-editor-block-list__layout body[data-aos-delay="2600"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2600"], .theme-html body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2600"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .theme-html body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2650"], .block-editor-block-list__layout body[data-aos-duration="2650"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2650"], .theme-html body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2650"], .block-editor-block-list__layout body[data-aos-delay="2650"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2650"], .theme-html body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2650"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .theme-html body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2700"], .block-editor-block-list__layout body[data-aos-duration="2700"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2700"], .theme-html body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2700"], .block-editor-block-list__layout body[data-aos-delay="2700"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2700"], .theme-html body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2700"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .theme-html body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2750"], .block-editor-block-list__layout body[data-aos-duration="2750"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2750"], .theme-html body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2750"], .block-editor-block-list__layout body[data-aos-delay="2750"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2750"], .theme-html body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2750"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .theme-html body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2800"], .block-editor-block-list__layout body[data-aos-duration="2800"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2800"], .theme-html body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2800"], .block-editor-block-list__layout body[data-aos-delay="2800"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2800"], .theme-html body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2800"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .theme-html body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2850"], .block-editor-block-list__layout body[data-aos-duration="2850"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2850"], .theme-html body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2850"], .block-editor-block-list__layout body[data-aos-delay="2850"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2850"], .theme-html body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2850"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .theme-html body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2900"], .block-editor-block-list__layout body[data-aos-duration="2900"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2900"], .theme-html body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2900"], .block-editor-block-list__layout body[data-aos-delay="2900"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2900"], .theme-html body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2900"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .theme-html body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="2950"], .block-editor-block-list__layout body[data-aos-duration="2950"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="2950"], .theme-html body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2950"], .block-editor-block-list__layout body[data-aos-delay="2950"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="2950"], .theme-html body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="2950"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .theme-html body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-duration="3000"], .block-editor-block-list__layout body[data-aos-duration="3000"] [data-aos], .theme-html [data-aos][data-aos][data-aos-duration="3000"], .theme-html body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="3000"], .block-editor-block-list__layout body[data-aos-delay="3000"] [data-aos], .theme-html [data-aos][data-aos][data-aos-delay="3000"], .theme-html body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .block-editor-block-list__layout body[data-aos-delay="3000"] [data-aos].aos-animate, .theme-html [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .theme-html body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=linear], .block-editor-block-list__layout body[data-aos-easing=linear] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=linear], .theme-html body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease], .block-editor-block-list__layout body[data-aos-easing=ease] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease], .theme-html body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in], .block-editor-block-list__layout body[data-aos-easing=ease-in] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in], .theme-html body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-out], .block-editor-block-list__layout body[data-aos-easing=ease-out] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-out], .theme-html body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-out], .block-editor-block-list__layout body[data-aos-easing=ease-in-out] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-out], .theme-html body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out;
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-back], .block-editor-block-list__layout body[data-aos-easing=ease-in-back] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-back], .theme-html body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-out-back], .block-editor-block-list__layout body[data-aos-easing=ease-out-back] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-out-back], .theme-html body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-out-back], .block-editor-block-list__layout body[data-aos-easing=ease-in-out-back] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-out-back], .theme-html body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-sine], .block-editor-block-list__layout body[data-aos-easing=ease-in-sine] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-sine], .theme-html body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-out-sine], .block-editor-block-list__layout body[data-aos-easing=ease-out-sine] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-out-sine], .theme-html body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .block-editor-block-list__layout body[data-aos-easing=ease-in-out-sine] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .theme-html body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-quad], .block-editor-block-list__layout body[data-aos-easing=ease-in-quad] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-quad], .theme-html body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-out-quad], .block-editor-block-list__layout body[data-aos-easing=ease-out-quad] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-out-quad], .theme-html body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .block-editor-block-list__layout body[data-aos-easing=ease-in-out-quad] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .theme-html body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-cubic], .block-editor-block-list__layout body[data-aos-easing=ease-in-cubic] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-cubic], .theme-html body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-out-cubic], .block-editor-block-list__layout body[data-aos-easing=ease-out-cubic] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-out-cubic], .theme-html body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .block-editor-block-list__layout body[data-aos-easing=ease-in-out-cubic] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .theme-html body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-quart], .block-editor-block-list__layout body[data-aos-easing=ease-in-quart] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-quart], .theme-html body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-out-quart], .block-editor-block-list__layout body[data-aos-easing=ease-out-quart] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-out-quart], .theme-html body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.block-editor-block-list__layout [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .block-editor-block-list__layout body[data-aos-easing=ease-in-out-quart] [data-aos], .theme-html [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .theme-html body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.block-editor-block-list__layout [data-aos^=fade][data-aos^=fade], .theme-html [data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.block-editor-block-list__layout [data-aos^=fade][data-aos^=fade].aos-animate, .theme-html [data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.block-editor-block-list__layout [data-aos=fade-up], .theme-html [data-aos=fade-up] {
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}

.block-editor-block-list__layout [data-aos=fade-down], .theme-html [data-aos=fade-down] {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

.block-editor-block-list__layout [data-aos=fade-right], .theme-html [data-aos=fade-right] {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
}

.block-editor-block-list__layout [data-aos=fade-left], .theme-html [data-aos=fade-left] {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

.block-editor-block-list__layout [data-aos=fade-up-right], .theme-html [data-aos=fade-up-right] {
	-webkit-transform: translate3d(-100px, 100px, 0);
	transform: translate3d(-100px, 100px, 0);
}

.block-editor-block-list__layout [data-aos=fade-up-left], .theme-html [data-aos=fade-up-left] {
	-webkit-transform: translate3d(100px, 100px, 0);
	transform: translate3d(100px, 100px, 0);
}

.block-editor-block-list__layout [data-aos=fade-down-right], .theme-html [data-aos=fade-down-right] {
	-webkit-transform: translate3d(-100px, -100px, 0);
	transform: translate3d(-100px, -100px, 0);
}

.block-editor-block-list__layout [data-aos=fade-down-left], .theme-html [data-aos=fade-down-left] {
	-webkit-transform: translate3d(100px, -100px, 0);
	transform: translate3d(100px, -100px, 0);
}

.block-editor-block-list__layout [data-aos^=zoom][data-aos^=zoom], .theme-html [data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.block-editor-block-list__layout [data-aos^=zoom][data-aos^=zoom].aos-animate, .theme-html [data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.block-editor-block-list__layout [data-aos=zoom-in], .theme-html [data-aos=zoom-in] {
	-webkit-transform: scale(.6);
	transform: scale(.6);
}

.block-editor-block-list__layout [data-aos=zoom-in-up], .theme-html [data-aos=zoom-in-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(.6);
	transform: translate3d(0, 100px, 0) scale(.6);
}

.block-editor-block-list__layout [data-aos=zoom-in-down], .theme-html [data-aos=zoom-in-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(.6);
	transform: translate3d(0, -100px, 0) scale(.6);
}

.block-editor-block-list__layout [data-aos=zoom-in-right], .theme-html [data-aos=zoom-in-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(.6);
	transform: translate3d(-100px, 0, 0) scale(.6);
}

.block-editor-block-list__layout [data-aos=zoom-in-left], .theme-html [data-aos=zoom-in-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(.6);
	transform: translate3d(100px, 0, 0) scale(.6);
}

.block-editor-block-list__layout [data-aos=zoom-out], .theme-html [data-aos=zoom-out] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.block-editor-block-list__layout [data-aos=zoom-out-up], .theme-html [data-aos=zoom-out-up] {
	-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
	transform: translate3d(0, 100px, 0) scale(1.2);
}

.block-editor-block-list__layout [data-aos=zoom-out-down], .theme-html [data-aos=zoom-out-down] {
	-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
	transform: translate3d(0, -100px, 0) scale(1.2);
}

.block-editor-block-list__layout [data-aos=zoom-out-right], .theme-html [data-aos=zoom-out-right] {
	-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

.block-editor-block-list__layout [data-aos=zoom-out-left], .theme-html [data-aos=zoom-out-left] {
	-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
	transform: translate3d(100px, 0, 0) scale(1.2);
}

.block-editor-block-list__layout [data-aos^=slide][data-aos^=slide], .theme-html [data-aos^=slide][data-aos^=slide] {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.block-editor-block-list__layout [data-aos^=slide][data-aos^=slide].aos-animate, .theme-html [data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.block-editor-block-list__layout [data-aos=slide-up], .theme-html [data-aos=slide-up] {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.block-editor-block-list__layout [data-aos=slide-down], .theme-html [data-aos=slide-down] {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.block-editor-block-list__layout [data-aos=slide-right], .theme-html [data-aos=slide-right] {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.block-editor-block-list__layout [data-aos=slide-left], .theme-html [data-aos=slide-left] {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.block-editor-block-list__layout [data-aos^=flip][data-aos^=flip], .theme-html [data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.block-editor-block-list__layout [data-aos=flip-left], .theme-html [data-aos=flip-left] {
	-webkit-transform: perspective(2500px) rotateY(-100deg);
	transform: perspective(2500px) rotateY(-100deg);
}

.block-editor-block-list__layout [data-aos=flip-left].aos-animate, .theme-html [data-aos=flip-left].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

.block-editor-block-list__layout [data-aos=flip-right], .theme-html [data-aos=flip-right] {
	-webkit-transform: perspective(2500px) rotateY(100deg);
	transform: perspective(2500px) rotateY(100deg);
}

.block-editor-block-list__layout [data-aos=flip-right].aos-animate, .theme-html [data-aos=flip-right].aos-animate {
	-webkit-transform: perspective(2500px) rotateY(0);
	transform: perspective(2500px) rotateY(0);
}

.block-editor-block-list__layout [data-aos=flip-up], .theme-html [data-aos=flip-up] {
	-webkit-transform: perspective(2500px) rotateX(-100deg);
	transform: perspective(2500px) rotateX(-100deg);
}

.block-editor-block-list__layout [data-aos=flip-up].aos-animate, .theme-html [data-aos=flip-up].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

.block-editor-block-list__layout [data-aos=flip-down], .theme-html [data-aos=flip-down] {
	-webkit-transform: perspective(2500px) rotateX(100deg);
	transform: perspective(2500px) rotateX(100deg);
}

.block-editor-block-list__layout [data-aos=flip-down].aos-animate, .theme-html [data-aos=flip-down].aos-animate {
	-webkit-transform: perspective(2500px) rotateX(0);
	transform: perspective(2500px) rotateX(0);
}

.block-editor-block-list__layout, .theme-html {
	scroll-behavior: smooth;
}

.block-editor-block-list__layout, .block-editor-block-list__layout body, .theme-html, .theme-html body {
	background: #fff;
}

.block-editor-block-list__layout *, .theme-html * {
	font-family: "DM Sans", serif;
}

.block-editor-block-list__layout #page-content, .theme-html #page-content {
	position: relative;
	z-index: 1;
	font-family: "DM Sans", serif;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	max-width: 100%;
	margin: auto;
	margin-top: 120px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout #page-content, .theme-html #page-content {
		margin-top: 147px;
	}
}

.block-editor-block-list__layout.scroll-lock, .block-editor-block-list__layout body.scroll-lock, .theme-html.scroll-lock, .theme-html body.scroll-lock {
	overflow: hidden !important;
}

.block-editor-block-list__layout .va-top, .theme-html .va-top {
	vertical-align: top;
}

.block-editor-block-list__layout .va-bottom, .theme-html .va-bottom {
	vertical-align: bottom;
}

.block-editor-block-list__layout .va-middle, .theme-html .va-middle {
	vertical-align: middle;
}

.block-editor-block-list__layout .ta-left, .theme-html .ta-left {
	text-align: left;
}

.block-editor-block-list__layout .ta-center, .theme-html .ta-center {
	text-align: center;
}

.block-editor-block-list__layout .ta-right, .theme-html .ta-right {
	text-align: right;
}

.block-editor-block-list__layout .dp-block, .theme-html .dp-block {
	display: block;
}

.block-editor-block-list__layout .dp-flex, .theme-html .dp-flex {
	display: flex;
}

.block-editor-block-list__layout .dp-table, .theme-html .dp-table {
	display: table;
}

.block-editor-block-list__layout .dp-inline-block, .theme-html .dp-inline-block {
	display: inline-block;
}

.block-editor-block-list__layout .dp-inline, .theme-html .dp-inline {
	display: inline;
}

.block-editor-block-list__layout .dp-table-cell, .theme-html .dp-table-cell {
	display: table-cell;
}

.block-editor-block-list__layout .dp-table-row, .theme-html .dp-table-row {
	display: table-row;
}

.block-editor-block-list__layout .dp-grid, .theme-html .dp-grid {
	display: grid;
}

.block-editor-block-list__layout *, .theme-html * {
	box-sizing: border-box;
}

.block-editor-block-list__layout .tb-wr, .theme-html .tb-wr {
	display: table;
	width: 100%;
}

.block-editor-block-list__layout .tb-r-wr, .theme-html .tb-r-wr {
	display: table-row;
}

.block-editor-block-list__layout .tb-c-wr, .theme-html .tb-c-wr {
	display: table-cell;
}

.block-editor-block-list__layout a, .theme-html a {
	text-decoration: underline;
	outline: none;
}

.block-editor-block-list__layout ul, .theme-html ul {
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	padding-left: 15px;
}

.block-editor-block-list__layout ol, .theme-html ol {
	list-style: decimal;
	list-style-position: inside;
	text-align: left;
	padding-left: 15px;
}

.block-editor-block-list__layout .container-block, .theme-html .container-block {
	max-width: 1440px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding: 0 76px;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .container-block, .theme-html .container-block {
		padding: 0 24px;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .container-block, .theme-html .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .content-block, .theme-html .content-block {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.block-editor-block-list__layout [data-ux=scroll-to-anchor], .theme-html [data-ux=scroll-to-anchor] {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.block-editor-block-list__layout .mobile-only, .block-editor-block-list__layout .portrait-only, .theme-html .mobile-only, .theme-html .portrait-only {
	display: none;
}

@media (orientation:portrait) {
	.block-editor-block-list__layout .landscape-only, .theme-html .landscape-only {
		display: none !important;
	}
	
	.block-editor-block-list__layout .portrait-only, .theme-html .portrait-only {
		display: block;
	}
	
	.block-editor-block-list__layout .portrait-only.iblock, .theme-html .portrait-only.iblock {
		display: inline-block;
	}
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .desktop-only, .theme-html .desktop-only {
		display: none !important;
	}
	
	.block-editor-block-list__layout .mobile-only, .theme-html .mobile-only {
		display: block;
	}
	
	.block-editor-block-list__layout .mobile-only.iblock, .theme-html .mobile-only.iblock {
		display: inline-block;
	}
}

.block-editor-block-list__layout .grecaptcha-badge, .theme-html .grecaptcha-badge {
	z-index: 99;
}

.block-editor-block-list__layout .wp-block-media-text, .theme-html .wp-block-media-text {
	margin-bottom: 1.35em;
}

.block-editor-block-list__layout .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content, .theme-html .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}

.block-editor-block-list__layout #page-header, .theme-html #page-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background-color: #fff;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
}

.block-editor-block-list__layout #page-header .header-announcement, .theme-html #page-header .header-announcement {
	background: linear-gradient(90deg, #fe4e8d, #e942a3 27.17%, #9a43eb 53.81%, #755af3 76.5%, #4f80fb 95.5%);
	color: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

@media (max-width:767px) {
	.block-editor-block-list__layout #page-header .header-announcement .tb-wr>div, .theme-html #page-header .header-announcement .tb-wr>div {
		display: block;
	}
}

.block-editor-block-list__layout #page-header .header-announcement .container-block, .theme-html #page-header .header-announcement .container-block {
	padding: 0 50px;
}

.block-editor-block-list__layout #page-header .header-announcement p, .theme-html #page-header .header-announcement p {
	font-family: "DM Sans", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: inherit;
	letter-spacing: 2.66px;
	display: inline-block;
}

@media (max-width:600px) {
	.block-editor-block-list__layout #page-header .header-announcement p, .theme-html #page-header .header-announcement p {
		font-size: 12px;
		letter-spacing: 1.4px;
	}
}

.block-editor-block-list__layout #page-header .header-announcement a, .theme-html #page-header .header-announcement a {
	text-decoration: none;
	margin-left: 20px;
	font-family: "DM Sans", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: inherit;
	letter-spacing: 1.4px;
	padding: 2px 6px;
	border-radius: 7px;
	background: hsla(0, 0%, 100%, .2);
	transition: .45s;
}

.block-editor-block-list__layout #page-header .header-announcement a:hover, .theme-html #page-header .header-announcement a:hover {
	opacity: .8;
}

@media (max-width:600px) {
	.block-editor-block-list__layout #page-header .header-announcement a, .theme-html #page-header .header-announcement a {
		display: inline-block;
		margin-left: 0;
		margin-top: 10px;
		font-size: 12px;
	}
}

.block-editor-block-list__layout #page-header .header-announcement .promo-container, .theme-html #page-header .header-announcement .promo-container {
	text-align: right;
}

@media (max-width:767px) {
	.block-editor-block-list__layout #page-header .header-announcement .promo-container, .theme-html #page-header .header-announcement .promo-container {
		text-align: left;
		padding-top: 10px;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout #page-header .header-announcement .promo-container p, .theme-html #page-header .header-announcement .promo-container p {
		display: block;
	}
}

.block-editor-block-list__layout #page-header .upper-header-wrapper, .theme-html #page-header .upper-header-wrapper {
	padding: 15px 50px;
}

.block-editor-block-list__layout #page-header nav a, .theme-html #page-header nav a {
	text-decoration: none;
}

.block-editor-block-list__layout #page-header .uhc-table, .theme-html #page-header .uhc-table {
	width: 100%;
}

.block-editor-block-list__layout #page-header .uhc-table .logo-cell, .theme-html #page-header .uhc-table .logo-cell {
	position: relative;
	z-index: 2;
}

.block-editor-block-list__layout #page-header .uhc-table .logo-cell a, .theme-html #page-header .uhc-table .logo-cell a {
	display: inline-block;
	max-width: 100%;
}

.block-editor-block-list__layout #page-header .uhc-table .logo-cell a img, .theme-html #page-header .uhc-table .logo-cell a img {
	display: block;
	max-width: 100%;
	transition: .45s;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell, .theme-html #page-header .uhc-table .nav-cell {
	text-align: right;
	position: relative;
	z-index: 1;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout #page-header .uhc-table .nav-cell, .theme-html #page-header .uhc-table .nav-cell {
		text-align: center;
		width: 33px;
	}
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation {
	cursor: default;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation svg, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation svg {
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .toggle-mobile, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .toggle-mobile {
	display: none;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a {
	position: relative;
	display: inline-block;
	padding: 11px 10px;
	transition: .45s;
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.44px;
	color: #7f7f7f;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a.nav-active, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a.nav-active, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active {
	color: #df1f68;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a span, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a span, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a span, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a span {
	transition: .45s ease;
	color: #df1f68;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a:hover, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:hover, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a:hover, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:hover {
	color: #df1f68;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a:hover svg path, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:hover svg path, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a:hover svg path, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:hover svg path {
	fill: #df1f68;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a {
	padding-right: 20px;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu>a:after {
	content: "▼";
	position: absolute;
	top: 11px;
	right: 4px;
	font-size: 9px;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu {
	display: inline-block;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav {
	position: absolute;
	top: 93%;
	padding-top: 8px;
	padding-left: 0;
	text-align: center;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: .5s ease;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav a {
	display: block;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav li, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav li {
	list-style-type: none;
	opacity: 0;
	margin-bottom: 0;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav li a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav li a {
	background: #df1f68;
	padding: 6px 32px;
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.44px;
	color: #7f7f7f;
	color: #fff;
	transition: .35s;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav li a:hover, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu .sub-nav li a:hover {
	text-decoration: none;
	background: #343434;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover .sub-nav, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover .sub-nav {
	opacity: 1;
	z-index: 1;
	pointer-events: all;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover .sub-nav li, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover .sub-nav li {
	opacity: 1;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active>a, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus>a, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover>a, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active>a, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:focus, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:focus>a, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:hover, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:hover>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:focus, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:focus>a, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:hover, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:hover>a {
	text-decoration: none;
}

.block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active>a:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus>a:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover>a:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active>a:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:focus:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:focus>a:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:hover:after, .block-editor-block-list__layout #page-header .uhc-table .nav-cell nav.main-navigation>a:hover>a:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu.nav-active>a:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:focus>a:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation .has-sub-menu:hover>a:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a.nav-active>a:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:focus:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:focus>a:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:hover:after, .theme-html #page-header .uhc-table .nav-cell nav.main-navigation>a:hover>a:after {
	width: 100%;
	opacity: 1;
}

.block-editor-block-list__layout #page-header #hamburger-menu, .theme-html #page-header #hamburger-menu {
	display: inline-block;
	width: 24px;
	position: relative;
	z-index: 905;
	top: 5px;
	cursor: pointer;
}

.block-editor-block-list__layout #page-header #hamburger-menu .hm-bar, .theme-html #page-header #hamburger-menu .hm-bar {
	position: relative;
	z-index: 1;
	background: #141414;
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	-webkit-transform-origin: 4px 0;
	transform-origin: 4px 0;
	border-radius: 0;
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
}

.block-editor-block-list__layout #page-header #hamburger-menu .hm-bar:first-child, .theme-html #page-header #hamburger-menu .hm-bar:first-child {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.block-editor-block-list__layout #page-header #hamburger-menu .hm-bar:last-child, .theme-html #page-header #hamburger-menu .hm-bar:last-child {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.block-editor-block-list__layout #page-header #hamburger-menu.active-menu .hm-bar, .theme-html #page-header #hamburger-menu.active-menu .hm-bar {
	opacity: 1;
	-webkit-transform: rotate(45deg) translate(-1px, -1px);
	transform: rotate(45deg) translate(-1px, -1px);
	background: #141414 !important;
}

.block-editor-block-list__layout #page-header #hamburger-menu.active-menu .hm-bar:nth-last-child(2), .theme-html #page-header #hamburger-menu.active-menu .hm-bar:nth-last-child(2) {
	opacity: 0;
	-webkit-transform: rotate(0deg) scale(.2);
	transform: rotate(0deg) scale(.2);
}

.block-editor-block-list__layout #page-header #hamburger-menu.active-menu .hm-bar:last-child, .theme-html #page-header #hamburger-menu.active-menu .hm-bar:last-child {
	-webkit-transform: rotate(-45deg) translate(-1px, 1px);
	transform: rotate(-45deg) translate(-1px, 1px);
}

@media (min-width:1200px) {
	.block-editor-block-list__layout #page-header #hamburger-menu, .theme-html #page-header #hamburger-menu {
		display: none !important;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout #page-header #hamburger-menu, .theme-html #page-header #hamburger-menu {
		top: 3px;
		left: 1px;
	}
}

.block-editor-block-list__layout #page-header #mobile-menu, .theme-html #page-header #mobile-menu {
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.block-editor-block-list__layout #page-header #mobile-menu .mm-main-wrap, .theme-html #page-header #mobile-menu .mm-main-wrap {
	transition: .45s;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.block-editor-block-list__layout #page-header #mobile-menu .mobile-nav-wrapper, .theme-html #page-header #mobile-menu .mobile-nav-wrapper {
	display: table;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.block-editor-block-list__layout #page-header #mobile-menu nav, .theme-html #page-header #mobile-menu nav {
	position: relative;
	z-index: 1;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 3vh 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width:600px) {
	.block-editor-block-list__layout #page-header #mobile-menu nav, .theme-html #page-header #mobile-menu nav {
		padding-top: 15vh;
	}
}

.block-editor-block-list__layout #page-header #mobile-menu nav .has-sub-menu>a, .block-editor-block-list__layout #page-header #mobile-menu nav>a, .theme-html #page-header #mobile-menu nav .has-sub-menu>a, .theme-html #page-header #mobile-menu nav>a {
	position: relative;
}

.block-editor-block-list__layout #page-header #mobile-menu nav .has-sub-menu>a, .theme-html #page-header #mobile-menu nav .has-sub-menu>a {
	padding-right: 15px;
}

.block-editor-block-list__layout #page-header #mobile-menu nav .toggle-menu-mobile, .theme-html #page-header #mobile-menu nav .toggle-menu-mobile {
	position: absolute;
	display: block !important;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	z-index: 9;
}

.block-editor-block-list__layout #page-header #mobile-menu nav .toggle-menu-mobile:after, .theme-html #page-header #mobile-menu nav .toggle-menu-mobile:after {
	content: "+";
	position: absolute;
	color: #7f7f7f;
	right: 5px;
	font-weight: 400;
	font-size: 1.75em;
}

.block-editor-block-list__layout #page-header #mobile-menu nav .toggle-menu-mobile.sub-nav-active:after, .theme-html #page-header #mobile-menu nav .toggle-menu-mobile.sub-nav-active:after {
	content: "-";
	font-size: 1.35em;
	color: #7f7f7f;
}

.block-editor-block-list__layout #page-header #mobile-menu nav a, .theme-html #page-header #mobile-menu nav a {
	display: block;
	padding: 10px 0;
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	color: #7f7f7f;
}

.block-editor-block-list__layout #page-header #mobile-menu nav a.nav-active, .theme-html #page-header #mobile-menu nav a.nav-active {
	color: #df1f68;
}

.block-editor-block-list__layout #page-header #mobile-menu nav a span, .theme-html #page-header #mobile-menu nav a span {
	transition: .45s ease;
	color: #9e003c;
}

.block-editor-block-list__layout #page-header #mobile-menu nav a:hover, .theme-html #page-header #mobile-menu nav a:hover {
	text-decoration: none;
	color: #df1f68;
}

.block-editor-block-list__layout #page-header #mobile-menu nav a:hover span, .theme-html #page-header #mobile-menu nav a:hover span {
	display: inline-block;
	-webkit-transform: translateX(7px);
	transform: translateX(7px);
}

.block-editor-block-list__layout #page-header #mobile-menu nav svg, .theme-html #page-header #mobile-menu nav svg {
	margin: 10px 0;
}

.block-editor-block-list__layout #page-header #mobile-menu nav .has-sub-menu ul, .theme-html #page-header #mobile-menu nav .has-sub-menu ul {
	display: none;
	padding-left: 1em;
	list-style-type: none;
}

.block-editor-block-list__layout #page-header #mobile-menu nav .has-sub-menu ul li, .theme-html #page-header #mobile-menu nav .has-sub-menu ul li {
	text-decoration: none;
}

.block-editor-block-list__layout #page-header #mobile-menu nav .has-sub-menu ul li a, .theme-html #page-header #mobile-menu nav .has-sub-menu ul li a {
	padding: 10px 0;
	font-weight: 500;
}

@media (max-height:420px) {
	.block-editor-block-list__layout #page-header #mobile-menu nav .has-sub-menu ul li a, .theme-html #page-header #mobile-menu nav .has-sub-menu ul li a {
		font-size: 12px;
		padding: 6px 0;
	}
}

@media (min-width:1200px) {
	.block-editor-block-list__layout #page-header #mobile-menu, .theme-html #page-header #mobile-menu {
		display: none !important;
	}
}

.block-editor-block-list__layout #page-header.mobile-menu-active, .theme-html #page-header.mobile-menu-active {
	position: fixed;
}

.block-editor-block-list__layout .page-footer, .theme-html .page-footer {
	background-color: #141414;
	color: #fff;
	padding: 90px 0 60px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .page-footer, .theme-html .page-footer {
		padding: 60px 0 40px;
	}
}

.block-editor-block-list__layout .page-footer .pf-upper, .theme-html .page-footer .pf-upper {
	padding-top: 0;
	padding-bottom: 40px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .page-footer .pf-upper, .theme-html .page-footer .pf-upper {
		padding-bottom: 20px;
	}
	
	.block-editor-block-list__layout .page-footer .pf-upper .tb-wr>div, .theme-html .page-footer .pf-upper .tb-wr>div {
		display: block;
	}
}

.block-editor-block-list__layout .page-footer .pf-upper a, .theme-html .page-footer .pf-upper a {
	text-decoration: none;
	transition: .45s ease;
}

.block-editor-block-list__layout .page-footer .pf-upper .logo-cell, .theme-html .page-footer .pf-upper .logo-cell {
	max-width: 445px;
	padding-right: 60px;
	width: 445px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .page-footer .pf-upper .logo-cell, .theme-html .page-footer .pf-upper .logo-cell {
		max-width: unset;
		padding: 0 0 40px;
		width: 100%;
	}
}

.block-editor-block-list__layout .page-footer .pf-upper .logo-cell p, .theme-html .page-footer .pf-upper .logo-cell p {
	margin: 24px 0 0;
	line-height: 22.5px;
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell, .theme-html .page-footer .pf-upper .nav-cell {
	float: right;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .page-footer .pf-upper .nav-cell, .theme-html .page-footer .pf-upper .nav-cell {
		float: unset;
	}
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell h5, .theme-html .page-footer .pf-upper .nav-cell h5 {
	color: #ff5898;
	margin-bottom: 16px;
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns, .theme-html .page-footer .pf-upper .nav-cell .nav-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 31px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns, .theme-html .page-footer .pf-upper .nav-cell .nav-columns {
		gap: 21px;
	}
	
	.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns>div, .theme-html .page-footer .pf-upper .nav-cell .nav-columns>div {
		flex: 1 0 100%;
	}
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns p:not(:last-of-type), .theme-html .page-footer .pf-upper .nav-cell .nav-columns p:not(:last-of-type) {
	margin-bottom: 16px;
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns .nav-item a, .theme-html .page-footer .pf-upper .nav-cell .nav-columns .nav-item a {
	font-family: "DM Sans", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: inherit;
	margin-bottom: 16px;
	display: inline-block;
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns .nav-item a:hover, .theme-html .page-footer .pf-upper .nav-cell .nav-columns .nav-item a:hover {
	color: #df1f68;
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns .socmed-icons a, .theme-html .page-footer .pf-upper .nav-cell .nav-columns .socmed-icons a {
	margin-right: 12px;
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns .socmed-icons a:last-child, .theme-html .page-footer .pf-upper .nav-cell .nav-columns .socmed-icons a:last-child {
	margin: 0;
}

.block-editor-block-list__layout .page-footer .pf-upper .nav-cell .nav-columns .socmed-icons a:hover, .theme-html .page-footer .pf-upper .nav-cell .nav-columns .socmed-icons a:hover {
	opacity: .8;
}

.block-editor-block-list__layout .page-footer .pf-lower, .theme-html .page-footer .pf-lower {
	padding-top: 0;
	padding-bottom: 0;
}

.block-editor-block-list__layout .page-footer .pf-lower .pf-copyright, .theme-html .page-footer .pf-lower .pf-copyright {
	border-top: 1px solid rgba(54, 54, 54, .5);
	padding-top: 40px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .page-footer .pf-lower .pf-copyright, .theme-html .page-footer .pf-lower .pf-copyright {
		padding-top: 20px;
	}
}

.block-editor-block-list__layout .page-footer .pf-lower p, .theme-html .page-footer .pf-lower p {
	font-family: "DM Sans", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	color: inherit;
	margin: 0;
}

.block-editor-block-list__layout h1, .theme-html h1 {
	font-family: "DM Sans", serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 80px;
	color: inherit;
}

@media (max-width:600px) {
	.block-editor-block-list__layout h1, .theme-html h1 {
		font-size: 50px;
		line-height: 50px;
	}
}

.block-editor-block-list__layout h2, .theme-html h2 {
	font-family: "DM Sans", serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50.5px;
	color: inherit;
}

@media (max-width:600px) {
	.block-editor-block-list__layout h2, .theme-html h2 {
		font-size: 40px;
	}
}

.block-editor-block-list__layout h3, .theme-html h3 {
	font-family: "DM Sans", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 39px;
	color: inherit;
}

@media (max-width:600px) {
	.block-editor-block-list__layout h3, .theme-html h3 {
		font-size: 30px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout h4, .theme-html h4 {
	font-family: "DM Sans", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 44.8px;
	color: inherit;
}

@media (max-width:600px) {
	.block-editor-block-list__layout h4, .theme-html h4 {
		font-size: 24px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout h5, .theme-html h5 {
	font-family: "DM Sans", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30.84px;
	color: inherit;
}

@media (max-width:600px) {
	.block-editor-block-list__layout h5, .theme-html h5 {
		font-size: 20px;
		line-height: 26px;
	}
}

.block-editor-block-list__layout h6, .theme-html h6 {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: inherit;
}

@media (max-width:600px) {
	.block-editor-block-list__layout h6, .theme-html h6 {
		font-size: 18px;
		line-height: 18px;
	}
}

.block-editor-block-list__layout blockquote, .theme-html blockquote {
	font-family: "DM Sans", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15em;
	color: inherit;
	font-style: italic;
	letter-spacing: .5px;
}

@media (max-width:600px) {
	.block-editor-block-list__layout blockquote, .theme-html blockquote {
		font-size: 18px;
	}
}

.block-editor-block-list__layout li, .block-editor-block-list__layout ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .theme-html li, .theme-html ol, .theme-html p, .theme-html ul {
	font-family: "DM Sans", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: inherit;
}

.block-editor-block-list__layout ol, .block-editor-block-list__layout ul, .theme-html ol, .theme-html ul {
	list-style-position: outside;
	padding-left: 15px;
}

.block-editor-block-list__layout li, .block-editor-block-list__layout ol, .block-editor-block-list__layout ul, .theme-html li, .theme-html ol, .theme-html ul {
	margin: 0 0 1em;
}

.block-editor-block-list__layout a, .theme-html a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.block-editor-block-list__layout b, .block-editor-block-list__layout strong, .theme-html b, .theme-html strong {
	font-weight: 700;
}

.block-editor-block-list__layout em, .theme-html em {
	font-style: italic;
}

.block-editor-block-list__layout iframe, .block-editor-block-list__layout img, .block-editor-block-list__layout svg, .block-editor-block-list__layout video, .theme-html iframe, .theme-html img, .theme-html svg, .theme-html video {
	max-width: 100%;
}

.block-editor-block-list__layout .btn-primary, .theme-html .btn-primary {
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	color: #df1f68;
	padding: 15px 25px;
	border: 1px solid #df1f68;
	display: inline-block;
	text-decoration: none;
	transition: .45s;
}

.block-editor-block-list__layout .btn-primary:hover, .theme-html .btn-primary:hover {
	background: #df1f68;
	color: #fff;
}

.block-editor-block-list__layout .btn-primary.white, .theme-html .btn-primary.white {
	color: #fff;
	border-color: #fff;
}

.block-editor-block-list__layout .btn-primary.white:hover, .theme-html .btn-primary.white:hover {
	background: #fff;
	color: #df1f68;
}

.block-editor-block-list__layout .btn-secondary, .theme-html .btn-secondary {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	padding: 16px 24px;
	border: 1px solid #df1f68;
	background: #df1f68;
	display: inline-block;
	text-decoration: none;
	transition: .45s;
}

.block-editor-block-list__layout .btn-secondary:hover, .theme-html .btn-secondary:hover {
	opacity: .8;
}

.block-editor-block-list__layout .btn-secondary img, .theme-html .btn-secondary img {
	vertical-align: middle;
	margin-left: 47px;
}

.block-editor-block-list__layout .btn-pink, .theme-html .btn-pink {
	font-family: "DM Sans", serif;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	border: 1px solid #df1f68;
	background: #df1f68;
	display: inline-block;
	text-decoration: none;
	transition: .45s;
}

.block-editor-block-list__layout .btn-pink:hover, .theme-html .btn-pink:hover {
	color: #df1f68;
	background: #fff;
}

.block-editor-block-list__layout .technology .block--custom-layout__lr-image-text .content-cell .btn-primary, .theme-html .technology .block--custom-layout__lr-image-text .content-cell .btn-primary {
	display: none;
}

.block-editor-block-list__layout .page-blocks__single>:not(.block--custom-layout), .theme-html .page-blocks__single>:not(.block--custom-layout) {
	max-width: 1094px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}

.block-editor-block-list__layout .page-blocks__single iframe, .block-editor-block-list__layout .page-blocks__single img, .block-editor-block-list__layout .page-blocks__single svg, .block-editor-block-list__layout .page-blocks__single video, .theme-html .page-blocks__single iframe, .theme-html .page-blocks__single img, .theme-html .page-blocks__single svg, .theme-html .page-blocks__single video {
	max-width: 100%;
	margin: 0 auto;
}

.block-editor-block-list__layout .container-404, .theme-html .container-404 {
	height: 80vh;
}

.block-editor-block-list__layout .container-404 .container-block, .theme-html .container-404 .container-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.block-editor-block-list__layout .container-404 .container-block .cta, .theme-html .container-404 .container-block .cta {
	text-align: center;
	margin-top: 30px;
}

.block-editor-block-list__layout .page-template-search header nav a svg path, .block-editor-block-list__layout body.search header nav a svg path, .theme-html .page-template-search header nav a svg path, .theme-html body.search header nav a svg path {
	fill: #df1f68;
}

.block-editor-block-list__layout .page-template-search .search-results-container, .theme-html .page-template-search .search-results-container {
	display: none;
}

.block-editor-block-list__layout .page-blocks__search, .theme-html .page-blocks__search {
	padding: 60px 0;
	background: #f8f8fa;
	min-height: unset !important;
}

.block-editor-block-list__layout .page-blocks__search .search-form input, .theme-html .page-blocks__search .search-form input {
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #232323;
	border: 1px solid #dcdcdc;
	background: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\' fill=\'%23AEAEAE\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 13px 14px;
	background-size: 24px 24px;
	border-radius: 16px;
	width: 100%;
	padding: 15px 10px 14px 44px;
}

.block-editor-block-list__layout .page-blocks__search .search-form input.nitro-lazy, .theme-html .page-blocks__search .search-form input.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .page-blocks__search .search-form input, .theme-html .page-blocks__search .search-form input {
		width: 100%;
	}
}

.block-editor-block-list__layout .page-blocks__search .search-form input::-webkit-input-placeholder, .theme-html .page-blocks__search .search-form input::-webkit-input-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .page-blocks__search .search-form input::-moz-placeholder, .theme-html .page-blocks__search .search-form input::-moz-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .page-blocks__search .search-form input::-ms-input-placeholder, .theme-html .page-blocks__search .search-form input::-ms-input-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .page-blocks__search .search-form input::placeholder, .theme-html .page-blocks__search .search-form input::placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .page-blocks__search .search-form input:focus-visible, .theme-html .page-blocks__search .search-form input:focus-visible {
	outline: none;
}

.block-editor-block-list__layout .page-blocks__search .search-form button, .theme-html .page-blocks__search .search-form button {
	display: none;
}

.block-editor-block-list__layout .page-blocks__search .results-container, .theme-html .page-blocks__search .results-container {
	padding-top: 40px;
}

.block-editor-block-list__layout .page-blocks__search .results-container .results-item, .theme-html .page-blocks__search .results-container .results-item {
	padding: 10px 0;
}

.block-editor-block-list__layout .page-blocks__search .results-container .results-item a, .theme-html .page-blocks__search .results-container .results-item a {
	text-decoration: none;
	transition: .45s;
}

.block-editor-block-list__layout .page-blocks__search .results-container .results-item a:hover h3, .theme-html .page-blocks__search .results-container .results-item a:hover h3 {
	color: #df1f68;
}

.block-editor-block-list__layout .page-blocks__search .results-container .results-item h3, .theme-html .page-blocks__search .results-container .results-item h3 {
	transition: .45s;
	font-weight: 700;
}

.block-editor-block-list__layout .page-blocks__search .results-container .results-item .excerpt, .theme-html .page-blocks__search .results-container .results-item .excerpt {
	margin-top: 10px;
}

.block-editor-block-list__layout .block--custom-layout__full-width-banner, .theme-html .block--custom-layout__full-width-banner {
	padding: 0;
	background: #fff;
	font-size: 0;
	line-height: 0;
}

.block-editor-block-list__layout .block--custom-layout__full-width-banner .container-block, .theme-html .block--custom-layout__full-width-banner .container-block {
	max-width: 1920px;
	padding: 0;
	margin: 0 auto;
}

.block-editor-block-list__layout .block--custom-layout__full-width-banner .container-block img, .theme-html .block--custom-layout__full-width-banner .container-block img {
	width: 100%;
}

.block-editor-block-list__layout .block--custom-layout__full-width-banner .bg-image, .theme-html .block--custom-layout__full-width-banner .bg-image {
	position: relative;
}

.block-editor-block-list__layout .block--custom-layout__full-width-banner .bg-image img, .theme-html .block--custom-layout__full-width-banner .bg-image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-editor-block-list__layout .block--custom-layout__full-width-banner.block-layout-background .container-block, .block-editor-block-list__layout .block--custom-layout__full-width-banner.block-layout-full .container-block, .theme-html .block--custom-layout__full-width-banner.block-layout-background .container-block, .theme-html .block--custom-layout__full-width-banner.block-layout-full .container-block {
	max-width: 100%;
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg, .theme-html .block--custom-layout__wysiwyg {
	padding: 100px 24px;
	color: #df1f68;
}

@media (max-width:979px) {
	.block-editor-block-list__layout .block--custom-layout__wysiwyg, .theme-html .block--custom-layout__wysiwyg {
		padding: 60px 24px;
	}
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg .container-block, .theme-html .block--custom-layout__wysiwyg .container-block {
	position: relative;
	max-width: 1046px;
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg a, .theme-html .block--custom-layout__wysiwyg a {
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg a:focus, .block-editor-block-list__layout .block--custom-layout__wysiwyg a:hover, .theme-html .block--custom-layout__wysiwyg a:focus, .theme-html .block--custom-layout__wysiwyg a:hover {
	color: rgba(90, 90, 90, .5);
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg h1, .block-editor-block-list__layout .block--custom-layout__wysiwyg h2, .block-editor-block-list__layout .block--custom-layout__wysiwyg h3, .block-editor-block-list__layout .block--custom-layout__wysiwyg h4, .block-editor-block-list__layout .block--custom-layout__wysiwyg h5, .theme-html .block--custom-layout__wysiwyg h1, .theme-html .block--custom-layout__wysiwyg h2, .theme-html .block--custom-layout__wysiwyg h3, .theme-html .block--custom-layout__wysiwyg h4, .theme-html .block--custom-layout__wysiwyg h5 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg h4, .theme-html .block--custom-layout__wysiwyg h4 {
	margin-bottom: 34px;
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg h4:first-child, .theme-html .block--custom-layout__wysiwyg h4:first-child {
	margin-bottom: 52px;
}

@media (max-width:979px) {
	.block-editor-block-list__layout .block--custom-layout__wysiwyg h4, .theme-html .block--custom-layout__wysiwyg h4 {
		margin-bottom: 24px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__wysiwyg h4:first-child, .theme-html .block--custom-layout__wysiwyg h4:first-child {
		margin-bottom: 32px;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__wysiwyg h4, .theme-html .block--custom-layout__wysiwyg h4 {
		margin-bottom: 20px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__wysiwyg h4:first-child, .theme-html .block--custom-layout__wysiwyg h4:first-child {
		margin-bottom: 28px;
	}
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg p:last-child, .theme-html .block--custom-layout__wysiwyg p:last-child {
	padding-bottom: 100px;
	border-bottom: 1px solid #131236;
}

@media (max-width:979px) {
	.block-editor-block-list__layout .block--custom-layout__wysiwyg p:last-child, .theme-html .block--custom-layout__wysiwyg p:last-child {
		padding-bottom: 80px;
	}
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg li, .block-editor-block-list__layout .block--custom-layout__wysiwyg ol, .block-editor-block-list__layout .block--custom-layout__wysiwyg p, .block-editor-block-list__layout .block--custom-layout__wysiwyg span, .theme-html .block--custom-layout__wysiwyg li, .theme-html .block--custom-layout__wysiwyg ol, .theme-html .block--custom-layout__wysiwyg p, .theme-html .block--custom-layout__wysiwyg span {
	font-family: "DM Sans", serif;
	color: rgba(0, 0, 0, .8);
	font-size: 20px;
	max-width: 800px;
	margin: 0 auto 1em;
}

@media (max-width:979px) {
	.block-editor-block-list__layout .block--custom-layout__wysiwyg li, .block-editor-block-list__layout .block--custom-layout__wysiwyg ol, .block-editor-block-list__layout .block--custom-layout__wysiwyg p, .block-editor-block-list__layout .block--custom-layout__wysiwyg span, .theme-html .block--custom-layout__wysiwyg li, .theme-html .block--custom-layout__wysiwyg ol, .theme-html .block--custom-layout__wysiwyg p, .theme-html .block--custom-layout__wysiwyg span {
		font-size: 16px;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__wysiwyg li, .block-editor-block-list__layout .block--custom-layout__wysiwyg ol, .block-editor-block-list__layout .block--custom-layout__wysiwyg p, .block-editor-block-list__layout .block--custom-layout__wysiwyg span, .theme-html .block--custom-layout__wysiwyg li, .theme-html .block--custom-layout__wysiwyg ol, .theme-html .block--custom-layout__wysiwyg p, .theme-html .block--custom-layout__wysiwyg span {
		font-size: 14px;
	}
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg iframe, .block-editor-block-list__layout .block--custom-layout__wysiwyg img, .block-editor-block-list__layout .block--custom-layout__wysiwyg svg, .block-editor-block-list__layout .block--custom-layout__wysiwyg video, .theme-html .block--custom-layout__wysiwyg iframe, .theme-html .block--custom-layout__wysiwyg img, .theme-html .block--custom-layout__wysiwyg svg, .theme-html .block--custom-layout__wysiwyg video {
	max-width: 100%;
	margin: 0 auto;
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg img, .theme-html .block--custom-layout__wysiwyg img {
	display: block;
	width: 100%;
	margin: 80px auto;
}

@media (max-width:979px) {
	.block-editor-block-list__layout .block--custom-layout__wysiwyg img, .theme-html .block--custom-layout__wysiwyg img {
		margin: 40px auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg.block-theme-dark, .block-editor-block-list__layout .block--custom-layout__wysiwyg.block-theme-dark li, .block-editor-block-list__layout .block--custom-layout__wysiwyg.block-theme-dark ol, .block-editor-block-list__layout .block--custom-layout__wysiwyg.block-theme-dark p, .block-editor-block-list__layout .block--custom-layout__wysiwyg.block-theme-dark span, .theme-html .block--custom-layout__wysiwyg.block-theme-dark, .theme-html .block--custom-layout__wysiwyg.block-theme-dark li, .theme-html .block--custom-layout__wysiwyg.block-theme-dark ol, .theme-html .block--custom-layout__wysiwyg.block-theme-dark p, .theme-html .block--custom-layout__wysiwyg.block-theme-dark span {
	color: #fff;
}

.block-editor-block-list__layout .block--custom-layout__wysiwyg.block-theme-dark a:focus, .block-editor-block-list__layout .block--custom-layout__wysiwyg.block-theme-dark a:hover, .theme-html .block--custom-layout__wysiwyg.block-theme-dark a:focus, .theme-html .block--custom-layout__wysiwyg.block-theme-dark a:hover {
	color: rgba(90, 90, 90, .5);
}

.block-editor-block-list__layout .block--custom-layout__cta-banner, .theme-html .block--custom-layout__cta-banner {
	padding: 50px 0;
	background: linear-gradient(90deg, #9e003c, #df1f68);
	color: #fff;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner, .theme-html .block--custom-layout__cta-banner {
		padding: 50px 0 30px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__cta-banner .tb-wr>div, .theme-html .block--custom-layout__cta-banner .tb-wr>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .heading-cell h3, .theme-html .block--custom-layout__cta-banner .heading-cell h3 {
	line-height: 60px;
	max-width: 54%;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .heading-cell h3, .theme-html .block--custom-layout__cta-banner .heading-cell h3 {
		max-width: 97%;
		line-height: 39px;
		padding-bottom: 24px;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell p, .theme-html .block--custom-layout__cta-banner .form-cell p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: inherit;
	padding-bottom: 48px;
	margin: 0;
	max-width: 505px;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell p, .theme-html .block--custom-layout__cta-banner .form-cell p {
		padding-bottom: 24px;
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell p, .theme-html .block--custom-layout__cta-banner .form-cell p {
		max-width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-wrapper, .theme-html .block--custom-layout__cta-banner .form-cell .form-wrapper {
	width: 515px;
	max-width: 530px;
	margin-right: 0;
	margin-left: auto;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-wrapper, .theme-html .block--custom-layout__cta-banner .form-cell .form-wrapper {
		width: 100%;
		max-width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .forminator-edit-module, .theme-html .block--custom-layout__cta-banner .form-cell .forminator-edit-module {
	display: none;
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form input, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form input {
	font-size: 22px !important;
	line-height: 26.4px;
	padding: 16px 0;
	min-width: 268px;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form input, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form input {
		min-width: unset;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form button, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form button {
	padding: 15px;
	padding-left: 25px;
	border-radius: 0;
	border: 1px solid #df1f68;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form button, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form button {
		width: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form button span, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form button span {
	font-size: 20px;
	line-height: 28px;
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form button span:first-child:after, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form button span:first-child:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12h16m0 0l-6-6m6 6l-6 6\" stroke=\"%23fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
	background-color: #df1f68;
	display: inline-block;
	margin-left: 30px;
	background-size: 24px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50%;
	vertical-align: middle;
	border-radius: 100%;
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form .forminator-row-last, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form .forminator-row-last {
	margin-left: 25px;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form .forminator-row-last, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form .forminator-row-last {
		margin-left: 10px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form .forminator-row-last, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form .forminator-row-last {
		margin-left: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner .form-cell .form-container form .forminator-error-message, .theme-html .block--custom-layout__cta-banner .form-cell .form-container form .forminator-error-message {
	color: #fff !important;
}

.block-editor-block-list__layout .block--custom-layout__services-widget, .theme-html .block--custom-layout__services-widget {
	color: #232323;
	padding: 40px 0 70px;
}

.block-editor-block-list__layout .block--custom-layout__services-widget h3, .theme-html .block--custom-layout__services-widget h3 {
	font-family: "DM Sans", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 30.3px;
	color: #df1f68;
	margin-bottom: 8px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__services-widget h3, .theme-html .block--custom-layout__services-widget h3 {
		font-size: 25px;
		line-height: 25px;
	}
}

.block-editor-block-list__layout .block--custom-layout__services-widget p, .theme-html .block--custom-layout__services-widget p {
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__services-widget p.subheading, .theme-html .block--custom-layout__services-widget p.subheading {
	max-width: 582px;
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: inherit;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__services-widget p.subheading, .theme-html .block--custom-layout__services-widget p.subheading {
		font-size: 16px;
		line-height: 25px;
	}
}

.block-editor-block-list__layout .block--custom-layout__services-widget p.title, .theme-html .block--custom-layout__services-widget p.title {
	margin-bottom: 8px;
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #131236;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__services-widget p.title, .theme-html .block--custom-layout__services-widget p.title {
		font-size: 20px;
		line-height: 21px;
	}
}

.block-editor-block-list__layout .block--custom-layout__services-widget p.description, .theme-html .block--custom-layout__services-widget p.description {
	color: #b3b4b9;
	max-width: 308px;
	margin: 0 auto;
}

.block-editor-block-list__layout .block--custom-layout__services-widget .services-container, .theme-html .block--custom-layout__services-widget .services-container {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__services-widget .services-container, .theme-html .block--custom-layout__services-widget .services-container {
		flex-direction: column;
	}
}

.block-editor-block-list__layout .block--custom-layout__services-widget .services-container .service-item, .theme-html .block--custom-layout__services-widget .services-container .service-item {
	width: 33.33%;
	text-align: center;
	padding: 0 60px;
	position: relative;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__services-widget .services-container .service-item, .theme-html .block--custom-layout__services-widget .services-container .service-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__services-widget .services-container .service-item:not(:last-child):after, .theme-html .block--custom-layout__services-widget .services-container .service-item:not(:last-child):after {
	content: "";
	width: 1px;
	height: 62px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 10px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__services-widget .services-container .service-item:not(:last-child):after, .theme-html .block--custom-layout__services-widget .services-container .service-item:not(:last-child):after {
		content: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__services-widget .services-container .service-item img, .theme-html .block--custom-layout__services-widget .services-container .service-item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-editor-block-list__layout .block--custom-layout__services-widget .services-container .service-item .thumbnail, .theme-html .block--custom-layout__services-widget .services-container .service-item .thumbnail {
	display: flex;
	min-height: 190px;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 50px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__services-widget .services-container .service-item .thumbnail, .theme-html .block--custom-layout__services-widget .services-container .service-item .thumbnail {
		min-height: 1px;
		margin-bottom: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text, .theme-html .block--custom-layout__two-col-img-text {
	padding: 75px 0 130px;
	background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/two-col-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text.nitro-lazy, .theme-html .block--custom-layout__two-col-img-text.nitro-lazy {
	background-image: none !important;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text, .theme-html .block--custom-layout__two-col-img-text {
		padding: 50px 0 75px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .tb-wr>div, .theme-html .block--custom-layout__two-col-img-text .tb-wr>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .tb-wr, .theme-html .block--custom-layout__two-col-img-text .tb-wr {
	table-layout: fixed;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .image-cell, .theme-html .block--custom-layout__two-col-img-text .image-cell {
		text-align: center;
		padding-bottom: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell, .theme-html .block--custom-layout__two-col-img-text .content-cell {
	padding-left: 66px;
	position: relative;
	top: 35px;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell, .theme-html .block--custom-layout__two-col-img-text .content-cell {
		padding-left: 0;
		top: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell p, .theme-html .block--custom-layout__two-col-img-text .content-cell p {
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell p.subheading, .theme-html .block--custom-layout__two-col-img-text .content-cell p.subheading {
	margin-bottom: 10px;
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: #df1f68;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell p.subheading, .theme-html .block--custom-layout__two-col-img-text .content-cell p.subheading {
		font-size: 18px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell p.description, .theme-html .block--custom-layout__two-col-img-text .content-cell p.description {
	max-width: 499px;
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: rgba(90, 90, 90, .5);
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell p.description, .theme-html .block--custom-layout__two-col-img-text .content-cell p.description {
		font-size: 16px;
		line-height: 25px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell h2, .theme-html .block--custom-layout__two-col-img-text .content-cell h2 {
	color: #131236;
	margin-bottom: 20px;
	max-width: 435px;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell h2, .theme-html .block--custom-layout__two-col-img-text .content-cell h2 {
		max-width: unset;
		margin-bottom: 10px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container {
	padding: 35px 0 70px;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container {
		padding: 30px 0 35px;
		display: flex;
		align-items: center;
		gap: 10px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container a, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container a {
	text-decoration: none;
	display: inline-flex;
	gap: 10px;
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container a:last-child, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container a:last-child {
	margin-left: 30px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container a:last-child, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container a:last-child {
		margin: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container p.title, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container p.title {
	color: #232323;
	font-weight: 700;
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container p.desc, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container p.desc {
	font-family: "DM Sans", serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	color: rgba(90, 90, 90, .5);
	max-width: 123px;
}

.block-editor-block-list__layout .block--custom-layout__two-col-img-text .content-cell .download-container .icon, .theme-html .block--custom-layout__two-col-img-text .content-cell .download-container .icon {
	border-radius: 3px 18px 3px 3px;
	padding: 9px;
	display: flex;
	align-items: center;
	max-height: 36px;
	max-width: 36px;
	background: linear-gradient(180deg, #df1f68, #d7d2ff 94.5%);
}

.block-editor-block-list__layout .block--custom-layout__industries-widget, .theme-html .block--custom-layout__industries-widget {
	padding: 125px 0;
	color: #343434;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget, .theme-html .block--custom-layout__industries-widget {
		padding: 70px 0;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget, .theme-html .block--custom-layout__industries-widget {
		padding: 40px 0 70px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget.widget-type-slider, .theme-html .block--custom-layout__industries-widget.widget-type-slider {
	padding: 57px 0;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget.widget-type-slider, .theme-html .block--custom-layout__industries-widget.widget-type-slider {
		padding: 20px 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget.widget-type-slider .container-block, .theme-html .block--custom-layout__industries-widget.widget-type-slider .container-block {
	max-width: 1328px;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget.widget-type-slider .container-block h3, .theme-html .block--custom-layout__industries-widget.widget-type-slider .container-block h3 {
	margin-bottom: 5px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget.widget-type-slider .container-block h3, .theme-html .block--custom-layout__industries-widget.widget-type-slider .container-block h3 {
		font-size: 20px;
		line-height: 46px;
		margin: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .container-block, .theme-html .block--custom-layout__industries-widget .container-block {
	max-width: 1300px;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget h3, .theme-html .block--custom-layout__industries-widget h3 {
	color: #232323;
	margin-bottom: 15px;
	font-weight: 700;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget a, .theme-html .block--custom-layout__industries-widget a {
	text-decoration: none;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .description, .theme-html .block--custom-layout__industries-widget .description {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: inherit;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget .description, .theme-html .block--custom-layout__industries-widget .description {
		font-size: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .heading-container, .theme-html .block--custom-layout__industries-widget .heading-container {
	display: flex;
	justify-content: space-between;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget .heading-container, .theme-html .block--custom-layout__industries-widget .heading-container {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .heading-container .text-wrapper, .theme-html .block--custom-layout__industries-widget .heading-container .text-wrapper {
	flex: 1;
	padding-right: 30px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget .heading-container .text-wrapper, .theme-html .block--custom-layout__industries-widget .heading-container .text-wrapper {
		padding: 0 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-container, .theme-html .block--custom-layout__industries-widget .industries-container {
	padding-top: 78px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 60px 16px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-container, .theme-html .block--custom-layout__industries-widget .industries-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 50px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-container, .theme-html .block--custom-layout__industries-widget .industries-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 50px 16px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industry-item img, .theme-html .block--custom-layout__industries-widget .industry-item img {
	vertical-align: bottom;
	margin-bottom: 26px;
	width: 100%;
	min-height: 302px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget .industry-item img, .theme-html .block--custom-layout__industries-widget .industry-item img {
		margin-bottom: 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industry-item .title, .theme-html .block--custom-layout__industries-widget .industry-item .title {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #131236;
	margin-bottom: 8px;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industry-item .excerpt, .theme-html .block--custom-layout__industries-widget .industry-item .excerpt {
	color: #b3b4b9;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-slider, .theme-html .block--custom-layout__industries-widget .industries-slider {
	padding-top: 30px;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-slider .owl-nav, .theme-html .block--custom-layout__industries-widget .industries-slider .owl-nav {
	padding-top: 30px;
	text-align: right;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-slider .owl-nav, .theme-html .block--custom-layout__industries-widget .industries-slider .owl-nav {
		text-align: left;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-slider .owl-nav button, .theme-html .block--custom-layout__industries-widget .industries-slider .owl-nav button {
	background: #f4f4f4;
	padding: 22px 32px !important;
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-slider .owl-nav button:hover, .theme-html .block--custom-layout__industries-widget .industries-slider .owl-nav button:hover {
	opacity: .8;
}

.block-editor-block-list__layout .block--custom-layout__industries-widget .industries-slider .owl-nav button.owl-prev, .theme-html .block--custom-layout__industries-widget .industries-slider .owl-nav button.owl-prev {
	margin-right: 15px;
}

.block-editor-block-list__layout .block--custom-layout__hero-slider, .theme-html .block--custom-layout__hero-slider {
	color: #fff;
	position: relative;
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item, .theme-html .block--custom-layout__hero-slider .hero-item {
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 780px;
}

@media (min-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item, .theme-html .block--custom-layout__hero-slider .hero-item {
		background-image: none !important;
	}
	
	.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item.nitro-lazy, .theme-html .block--custom-layout__hero-slider .hero-item.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .tb-wr>div, .theme-html .block--custom-layout__hero-slider .hero-item .tb-wr>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .desktop-image, .theme-html .block--custom-layout__hero-slider .hero-item .desktop-image {
	width: 100%;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .desktop-image, .theme-html .block--custom-layout__hero-slider .hero-item .desktop-image {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .container-block, .theme-html .block--custom-layout__hero-slider .hero-item .container-block {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .container-block, .theme-html .block--custom-layout__hero-slider .hero-item .container-block {
		position: relative;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item h1, .theme-html .block--custom-layout__hero-slider .hero-item h1 {
	font-weight: 700;
	margin-bottom: 15px;
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item p, .theme-html .block--custom-layout__hero-slider .hero-item p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: inherit;
	margin-bottom: 30px;
	max-width: 582px;
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .btn-primary, .theme-html .block--custom-layout__hero-slider .hero-item .btn-primary {
	margin-bottom: 60px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .btn-primary, .theme-html .block--custom-layout__hero-slider .hero-item .btn-primary {
		margin-bottom: 40px;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .content-cell, .theme-html .block--custom-layout__hero-slider .hero-item .content-cell {
	max-width: 670px;
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .logo-cell img, .theme-html .block--custom-layout__hero-slider .hero-item .logo-cell img {
	position: relative;
	top: -30px;
	max-width: 498px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .hero-item .logo-cell img, .theme-html .block--custom-layout__hero-slider .hero-item .logo-cell img {
		top: 0;
		margin: 0 auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .dots-container, .theme-html .block--custom-layout__hero-slider .dots-container {
	position: absolute;
	max-width: 1320px;
	bottom: 22%;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	padding: 0 24px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .dots-container, .theme-html .block--custom-layout__hero-slider .dots-container {
		bottom: 16%;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__hero-slider .dots-container, .theme-html .block--custom-layout__hero-slider .dots-container {
		bottom: 5%;
		text-align: center;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .dots-container button, .theme-html .block--custom-layout__hero-slider .dots-container button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	width: 12px;
	height: 12px;
	background: #fff;
	margin-right: 30px;
	border-radius: 100%;
	padding: 0;
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .dots-container button.active, .theme-html .block--custom-layout__hero-slider .dots-container button.active {
	outline: 1px solid #1ae8fe;
	outline-offset: 10px;
	margin-right: 40px;
}

.block-editor-block-list__layout .block--custom-layout__hero-slider .dots-container button:last-child.active, .theme-html .block--custom-layout__hero-slider .dots-container button:last-child.active {
	margin-left: 10px;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider, .theme-html .block--custom-layout__latest-news-slider {
	padding: 60px 0 75px;
	overflow: hidden;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__latest-news-slider, .theme-html .block--custom-layout__latest-news-slider {
		padding: 40px 0 55px;
	}
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider h3, .theme-html .block--custom-layout__latest-news-slider h3 {
	text-align: center;
	color: #131313;
	font-weight: 700;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider h3:after, .theme-html .block--custom-layout__latest-news-slider h3:after {
	content: "";
	display: block;
	width: 284px;
	height: 3px;
	background: #df1f68;
	margin: 25px auto 0;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .news-container, .theme-html .block--custom-layout__latest-news-slider .news-container {
	padding-top: 34px;
	padding-bottom: 55px;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .news-container .news-item, .theme-html .block--custom-layout__latest-news-slider .news-container .news-item {
	background-size: cover;
	background-repeat: no-repeat;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .news-container .news-item .post-content, .theme-html .block--custom-layout__latest-news-slider .news-container .news-item .post-content {
	height: 513px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	padding: 18px 23px 23px;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .news-container .news-item .post-content .tag, .theme-html .block--custom-layout__latest-news-slider .news-container .news-item .post-content .tag {
	font-family: "DM Sans", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	padding: 7px;
	border-radius: 15px;
	background: #131313;
	max-width: 67px;
	text-align: center;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .news-container .news-item .post-content .title, .theme-html .block--custom-layout__latest-news-slider .news-container .news-item .post-content .title {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .news-container .news-item .post-content a, .theme-html .block--custom-layout__latest-news-slider .news-container .news-item .post-content a {
	font-family: "DM Sans", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #df1f68;
	text-decoration: none;
	transition: .45s ease;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .news-container .news-item .post-content a:hover, .theme-html .block--custom-layout__latest-news-slider .news-container .news-item .post-content a:hover {
	opacity: .8;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-next, .block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-prev, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-next, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-next:hover, .block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-prev:hover, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-next:hover, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-prev:hover {
	opacity: .8;
}

@media (max-width:1400px) {
	.block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-next, .block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-prev, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-next, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-prev {
		opacity: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-prev, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-prev {
	left: -3.5rem;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .owl-nav .owl-next, .theme-html .block--custom-layout__latest-news-slider .owl-nav .owl-next {
	right: -3.5rem;
}

.block-editor-block-list__layout .block--custom-layout__latest-news-slider .cta-container, .theme-html .block--custom-layout__latest-news-slider .cta-container {
	text-align: right;
}

.block-editor-block-list__layout .block--custom-layout__hero-banner, .theme-html .block--custom-layout__hero-banner {
	display: flex;
	align-items: center;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
}

.block-editor-block-list__layout .block--custom-layout__hero-banner .container-block, .theme-html .block--custom-layout__hero-banner .container-block {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__hero-banner .container-block, .theme-html .block--custom-layout__hero-banner .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-banner img, .theme-html .block--custom-layout__hero-banner img {
	width: 100%;
}

.block-editor-block-list__layout .block--custom-layout__hero-banner img.hide-mobile, .theme-html .block--custom-layout__hero-banner img.hide-mobile {
	height: 525px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__hero-banner img.hide-mobile, .theme-html .block--custom-layout__hero-banner img.hide-mobile {
		display: none;
	}
}

@media (min-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__hero-banner img.mobile-img, .theme-html .block--custom-layout__hero-banner img.mobile-img {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__hero-banner h1, .theme-html .block--custom-layout__hero-banner h1 {
	font-weight: 700;
	max-width: 60%;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__hero-banner h1, .theme-html .block--custom-layout__hero-banner h1 {
		max-width: 100%;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__hero-banner h1, .theme-html .block--custom-layout__hero-banner h1 {
		max-width: 87%;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing, .theme-html .block--custom-layout__products-listing {
	background: #f8f8fa;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container, .theme-html .block--custom-layout__products-listing .filter-container {
	background: #df1f68;
	color: #fff;
	padding: 50px 0;
	position: relative;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container h4, .theme-html .block--custom-layout__products-listing .filter-container h4 {
	font-family: "DM Sans", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: inherit;
	cursor: pointer;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container h4, .theme-html .block--custom-layout__products-listing .filter-container h4 {
		font-size: 32px;
		line-height: 35px;
	}
}

@media (max-width:365px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container h4, .theme-html .block--custom-layout__products-listing .filter-container h4 {
		font-size: 28px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container h4 svg, .theme-html .block--custom-layout__products-listing .filter-container h4 svg {
	vertical-align: middle;
	margin-left: 50px;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container h4 svg, .theme-html .block--custom-layout__products-listing .filter-container h4 svg {
		margin-left: 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container .filter-dropdown-container, .theme-html .block--custom-layout__products-listing .filter-container .filter-dropdown-container {
	max-width: 356px;
	border-radius: 25px;
	background: #fff;
	padding: 8px 15px 21px;
	display: none;
	position: absolute;
	top: 85%;
	width: 100%;
	z-index: 9;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper, .theme-html .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper {
	max-width: 255px;
	margin: 0 auto;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper label, .theme-html .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper label {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 61.4px;
	color: #616161;
	position: relative;
	cursor: pointer;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper label:before, .theme-html .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper label:before {
	content: "";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #d9d9d9;
	padding: 12px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 22px;
	border-radius: 6px;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper input, .theme-html .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper input {
	padding: 0;
	height: auto;
	width: auto;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper input:checked+label:after, .theme-html .block--custom-layout__products-listing .filter-container .filter-dropdown-container .filter-dropdown-wrapper input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 4px;
	height: 7px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select, .theme-html .block--custom-layout__products-listing .filter-container select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'8\' viewBox=\'0 0 20 8\' fill=\'none\'%3E%3Cmask id=\'a\' maskUnits=\'userSpaceOnUse\' x=\'0\' y=\'0\' width=\'20\' height=\'8\' fill=\'%23000\'%3E%3Cpath fill=\'%23fff\' d=\'M0 0h20v8H0z\'/%3E%3Cpath d=\'M17.605 1.158l-7.027 4.61c-.154.102-.36.159-.576.159-.216 0-.423-.057-.576-.158l-7.03-4.61A1.072 1.072 0 0 0 1.819 1c-.216 0-.424.057-.578.158a.583.583 0 0 0-.178.173.383.383 0 0 0-.062.206c0 .071.021.141.062.206a.583.583 0 0 0 .178.174l7.026 4.61C8.729 6.83 9.351 7 10 7s1.271-.17 1.734-.472l7.026-4.61a.585.585 0 0 0 .178-.174.384.384 0 0 0 .063-.206.384.384 0 0 0-.063-.207.585.585 0 0 0-.178-.173A1.071 1.071 0 0 0 18.182 1c-.216 0-.424.057-.578.158\'/%3E%3C/mask%3E%3Cpath d=\'M17.605 1.158l-7.027 4.61c-.154.102-.36.159-.576.159-.216 0-.423-.057-.576-.158l-7.03-4.61A1.072 1.072 0 0 0 1.819 1c-.216 0-.424.057-.578.158a.583.583 0 0 0-.178.173.383.383 0 0 0-.062.206c0 .071.021.141.062.206a.583.583 0 0 0 .178.174l7.026 4.61C8.729 6.83 9.351 7 10 7s1.271-.17 1.734-.472l7.026-4.61a.585.585 0 0 0 .178-.174.384.384 0 0 0 .063-.206.384.384 0 0 0-.063-.207.585.585 0 0 0-.178-.173A1.071 1.071 0 0 0 18.182 1c-.216 0-.424.057-.578.158\' fill=\'%23fff\'/%3E%3Cpath d=\'M10.578 5.769l-.22-.335.22.335zm-.576.158v-.4.4zm-.576-.158l.22-.334h-.001l-.22.334zm-7.03-4.61l.22-.335-.22.335zM1.819 1v.4-.4zm-.578.158l.218.335h.001l-.219-.335zm-.24.38H.6 1zm.24.379l.22-.335h-.002l-.218.335zm7.026 4.61l-.22.334h.001l.219-.334zM10 7v.4V7zm1.734-.472l.22.334-.22-.334zm7.026-4.61l-.218-.336-.001.001.219.335zm.24-.38h.4-.4zm-.24-.38l-.22.334.003.001.217-.335zM18.182 1V.6 1zm-.796-.177l-7.028 4.611.439.67 7.027-4.612-.438-.669zm-7.029 4.612a.667.667 0 0 1-.355.092v.8c.28 0 .566-.073.796-.224l-.44-.668zm-.355.092a.667.667 0 0 1-.356-.092l-.44.668c.229.15.515.224.796.224v-.8zm-.357-.093L2.615.824l-.438.67 7.03 4.61.438-.67zM2.615.824a1.47 1.47 0 0 0-.797-.223v.8c.152 0 .28.04.36.092l.438-.669zM1.819.601c-.28 0-.567.072-.797.223l.438.67a.676.676 0 0 1 .36-.093v-.8zm-.796.222a.982.982 0 0 0-.298.295l.677.428a.191.191 0 0 1 .057-.052l-.436-.67zm-.298.295a.783.783 0 0 0-.124.42h.8a.04.04 0 0 1-.001.011l.002-.003-.677-.428zm-.124.42c0 .153.047.297.124.42l.677-.428-.002-.003a.04.04 0 0 1 .001.011H.6zm.124.42c.077.122.182.22.298.295l.436-.67a.191.191 0 0 1-.057-.053l-.677.428zm.297.294l7.026 4.61.438-.669-7.026-4.61-.438.67zm7.026 4.61c.538.353 1.24.538 1.953.538v-.8c-.584 0-1.128-.154-1.515-.407l-.438.67zM10 7.4c.713 0 1.415-.185 1.953-.538l-.438-.669c-.387.253-.93.407-1.515.407v.8zm1.954-.538l7.026-4.61-.44-.669-7.025 4.61.438.67zm7.024-4.609a.982.982 0 0 0 .298-.295L18.6 1.53a.19.19 0 0 1-.058.052l.436.671zm.298-.295a.783.783 0 0 0 .125-.42h-.8l.001-.011c0-.002 0-.001-.002.003l.676.428zm.125-.42a.783.783 0 0 0-.125-.42l-.676.428.002.003a.042.042 0 0 1-.001-.011h.8zm-.125-.42a.982.982 0 0 0-.298-.296l-.436.671a.191.191 0 0 1 .058.053l.676-.429zm-.297-.295A1.47 1.47 0 0 0 18.182.6v.8c.152 0 .28.04.359.092l.438-.669zM18.182.6c-.28 0-.568.072-.798.223l.439.67a.676.676 0 0 1 .359-.093V.6z\' fill=\'%23fff\' mask=\'url(%23a)\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 19px 7px;
	padding-left: 10px;
	font-family: "DM Sans", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	color: inherit;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select.nitro-lazy, .theme-html .block--custom-layout__products-listing .filter-container select.nitro-lazy {
	background-image: none !important;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select, .theme-html .block--custom-layout__products-listing .filter-container select {
		font-size: 32px;
		line-height: 35px;
	}
}

@media (max-width:365px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select, .theme-html .block--custom-layout__products-listing .filter-container select {
		font-size: 28px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select option, .theme-html .block--custom-layout__products-listing .filter-container select option {
	background: rgba(223, 31, 104, .8);
	font-family: "DM Sans", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 39px;
	color: inherit;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select option, .theme-html .block--custom-layout__products-listing .filter-container select option {
		font-size: 32px;
		line-height: 35px;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select option:checked, .block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select option:hover, .theme-html .block--custom-layout__products-listing .filter-container select option:checked, .theme-html .block--custom-layout__products-listing .filter-container select option:hover {
	background-color: rgba(223, 31, 104, .5);
}

.block-editor-block-list__layout .block--custom-layout__products-listing .filter-container select:focus>option:checked, .theme-html .block--custom-layout__products-listing .filter-container select:focus>option:checked {
	background: rgba(223, 31, 104, .5);
}

.block-editor-block-list__layout .block--custom-layout__products-listing .product-wrapper, .theme-html .block--custom-layout__products-listing .product-wrapper {
	padding-top: 54px;
	padding-bottom: 45px;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container, .theme-html .block--custom-layout__products-listing .search-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .search-container, .theme-html .block--custom-layout__products-listing .search-container {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container h4, .theme-html .block--custom-layout__products-listing .search-container h4 {
	font-weight: 700;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .search-container h4, .theme-html .block--custom-layout__products-listing .search-container h4 {
		margin-bottom: 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input, .theme-html .block--custom-layout__products-listing .search-container input {
	font-family: "DM Sans", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #232323;
	border: 1px solid #dcdcdc;
	background: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\' fill=\'%23AEAEAE\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 12px 9px;
	background-size: 24px 24px;
	border-radius: 16px;
	width: 338px;
	padding: 10px 10px 10px 44px;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input.nitro-lazy, .theme-html .block--custom-layout__products-listing .search-container input.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input, .theme-html .block--custom-layout__products-listing .search-container input {
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input::-webkit-input-placeholder, .theme-html .block--custom-layout__products-listing .search-container input::-webkit-input-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input::-moz-placeholder, .theme-html .block--custom-layout__products-listing .search-container input::-moz-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input::-ms-input-placeholder, .theme-html .block--custom-layout__products-listing .search-container input::-ms-input-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input::placeholder, .theme-html .block--custom-layout__products-listing .search-container input::placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .search-container input:focus-visible, .theme-html .block--custom-layout__products-listing .search-container input:focus-visible {
	outline: none;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container, .theme-html .block--custom-layout__products-listing .products-container {
	padding-top: 40px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 60px 16px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .products-container, .theme-html .block--custom-layout__products-listing .products-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .products-container, .theme-html .block--custom-layout__products-listing .products-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 95px 16px;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item, .theme-html .block--custom-layout__products-listing .products-container .products-item {
	display: none;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item a, .theme-html .block--custom-layout__products-listing .products-container .products-item a {
	text-decoration: none;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item a:hover img, .theme-html .block--custom-layout__products-listing .products-container .products-item a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item .title, .theme-html .block--custom-layout__products-listing .products-container .products-item .title {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #131236;
	margin-bottom: 8px;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item .excerpt, .theme-html .block--custom-layout__products-listing .products-container .products-item .excerpt {
	color: #b3b4b9;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item .thumbnail, .theme-html .block--custom-layout__products-listing .products-container .products-item .thumbnail {
	position: relative;
	height: 307px;
	background: #ece7e7;
	margin-bottom: 26px;
	overflow: hidden;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item .thumbnail, .theme-html .block--custom-layout__products-listing .products-container .products-item .thumbnail {
		height: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__products-listing .products-container .products-item .thumbnail img, .theme-html .block--custom-layout__products-listing .products-container .products-item .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
}

.block-editor-block-list__layout .block--custom-layout__products-listing .view-all, .theme-html .block--custom-layout__products-listing .view-all {
	text-align: center;
	padding-top: 60px;
}

.block-editor-block-list__layout .block--custom-layout__cta-banner-v2, .theme-html .block--custom-layout__cta-banner-v2 {
	padding: 80px 0;
	color: #fff;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2, .theme-html .block--custom-layout__cta-banner-v2 {
		padding: 50px 0;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2, .theme-html .block--custom-layout__cta-banner-v2 {
		padding: 20px 0;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .container-block, .theme-html .block--custom-layout__cta-banner-v2 .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper {
	min-height: 484px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper {
		min-height: 307px;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper:after, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container {
	position: relative;
	z-index: 2;
	padding-left: 94px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container {
		padding: 20px 50px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container {
		padding: 20px 24px;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container h3, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container h3 {
	font-weight: 700;
	margin-bottom: 15px;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container h3, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container h3 {
		font-size: 20px;
		line-height: 46px;
		margin: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container p, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: inherit;
	margin-bottom: 30px;
	max-width: 662px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container p, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container p {
		font-size: 15px;
		line-height: 30px;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__cta-banner-v2 .content-wrapper .content-container .btn-primary, .theme-html .block--custom-layout__cta-banner-v2 .content-wrapper .content-container .btn-primary {
		font-size: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__related-product, .theme-html .block--custom-layout__related-product {
	padding: 30px 0 70px;
	background: #f8f8fa;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__related-product, .theme-html .block--custom-layout__related-product {
		padding-bottom: 50px;
	}
}

.block-editor-block-list__layout .block--custom-layout__related-product .container-block, .theme-html .block--custom-layout__related-product .container-block {
	max-width: 1331px;
}

.block-editor-block-list__layout .block--custom-layout__related-product .heading, .theme-html .block--custom-layout__related-product .heading {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20.2px;
	color: #000;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container, .theme-html .block--custom-layout__related-product .related-container {
	padding-top: 41px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 60px 16px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__related-product .related-container, .theme-html .block--custom-layout__related-product .related-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__related-product .related-container, .theme-html .block--custom-layout__related-product .related-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 40px 16px;
		padding-top: 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item .thumbnail, .theme-html .block--custom-layout__related-product .related-container .rp-item .thumbnail {
	width: 100%;
	height: 281px;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item .thumbnail, .theme-html .block--custom-layout__related-product .related-container .rp-item .thumbnail {
		height: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item .thumbnail img, .theme-html .block--custom-layout__related-product .related-container .rp-item .thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item .thumbnail img, .theme-html .block--custom-layout__related-product .related-container .rp-item .thumbnail img {
		height: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item a, .theme-html .block--custom-layout__related-product .related-container .rp-item a {
	text-decoration: none;
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item p, .theme-html .block--custom-layout__related-product .related-container .rp-item p {
	font-family: "DM Sans", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #000;
	max-width: 233px;
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item p.title, .theme-html .block--custom-layout__related-product .related-container .rp-item p.title {
	margin-bottom: 6px;
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item .post-content, .theme-html .block--custom-layout__related-product .related-container .rp-item .post-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item .post-content img, .theme-html .block--custom-layout__related-product .related-container .rp-item .post-content img {
	max-width: 44px;
	width: 100%;
	margin-right: 0;
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__related-product .related-container .rp-item .post-content img:hover, .theme-html .block--custom-layout__related-product .related-container .rp-item .post-content img:hover {
	opacity: .8;
}

.block-editor-block-list__layout .block--custom-layout__sample-work, .theme-html .block--custom-layout__sample-work {
	padding: 70px 0;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__sample-work, .theme-html .block--custom-layout__sample-work {
		padding: 75px 0 40px;
	}
}

.block-editor-block-list__layout .block--custom-layout__sample-work .container-block, .theme-html .block--custom-layout__sample-work .container-block {
	max-width: 1267px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__sample-work .container-block, .theme-html .block--custom-layout__sample-work .container-block {
		padding: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__sample-work .intro-container, .theme-html .block--custom-layout__sample-work .intro-container {
	text-align: center;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__sample-work .intro-container, .theme-html .block--custom-layout__sample-work .intro-container {
		padding: 0 20px;
		max-width: 79.3%;
		margin: 0 auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__sample-work .intro-container h2, .theme-html .block--custom-layout__sample-work .intro-container h2 {
	margin-bottom: 7px;
	font-weight: 700;
	line-height: 60px;
	color: #232323;
}

.block-editor-block-list__layout .block--custom-layout__sample-work .intro-container h2 span, .theme-html .block--custom-layout__sample-work .intro-container h2 span {
	color: #df1f68;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__sample-work .intro-container h2, .theme-html .block--custom-layout__sample-work .intro-container h2 {
		font-size: 30px;
		line-height: 30px;
		margin: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__sample-work .intro-container p, .theme-html .block--custom-layout__sample-work .intro-container p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
	margin: 0 auto;
	max-width: 549px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__sample-work .intro-container p, .theme-html .block--custom-layout__sample-work .intro-container p {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__sample-work .gallery-container, .theme-html .block--custom-layout__sample-work .gallery-container {
	padding-top: 34px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 34px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__sample-work .gallery-container, .theme-html .block--custom-layout__sample-work .gallery-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-top: 60px;
	}
}

.block-editor-block-list__layout .block--custom-layout__sample-work .gallery-container .gallery-item, .theme-html .block--custom-layout__sample-work .gallery-container .gallery-item {
	grid-row: auto/span 2;
}

.block-editor-block-list__layout .block--custom-layout__sample-work .gallery-container .gallery-item:nth-child(2n), .theme-html .block--custom-layout__sample-work .gallery-container .gallery-item:nth-child(2n) {
	grid-row: auto/span 1;
}

.block-editor-block-list__layout .block--custom-layout__sample-work .gallery-container img, .theme-html .block--custom-layout__sample-work .gallery-container img {
	width: 100%;
}

.block-editor-block-list__layout .block--custom-layout__tab-content, .theme-html .block--custom-layout__tab-content {
	background: #f8f8fa;
	padding: 30px 0 45px;
}

.block-editor-block-list__layout .block--custom-layout__tab-content .container-block, .theme-html .block--custom-layout__tab-content .container-block {
	max-width: 1339px;
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-navigation, .theme-html .block--custom-layout__tab-content .tabs-navigation {
	padding-bottom: 23px;
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-navigation a, .theme-html .block--custom-layout__tab-content .tabs-navigation a {
	text-decoration: none;
	transition: .45s;
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20.2px;
	color: #b9b9b9;
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-navigation a.active, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-navigation a:hover, .theme-html .block--custom-layout__tab-content .tabs-navigation a.active, .theme-html .block--custom-layout__tab-content .tabs-navigation a:hover {
	font-weight: 700;
	color: #000;
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-navigation a:not(:last-child), .theme-html .block--custom-layout__tab-content .tabs-navigation a:not(:last-child) {
	margin-right: 32px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-navigation a:not(:last-child), .theme-html .block--custom-layout__tab-content .tabs-navigation a:not(:last-child) {
		margin-right: 15px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-navigation a, .theme-html .block--custom-layout__tab-content .tabs-navigation a {
		font-size: 18px;
		line-height: 18px;
	}
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content, .theme-html .block--custom-layout__tab-content .tabs-content {
	background: #fff;
	padding: 55px 50px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content, .theme-html .block--custom-layout__tab-content .tabs-content {
		padding: 30px 24px;
	}
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content h1, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content h2, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content h3, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content h4, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content h5, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content h6, .theme-html .block--custom-layout__tab-content .tabs-content h1, .theme-html .block--custom-layout__tab-content .tabs-content h2, .theme-html .block--custom-layout__tab-content .tabs-content h3, .theme-html .block--custom-layout__tab-content .tabs-content h4, .theme-html .block--custom-layout__tab-content .tabs-content h5, .theme-html .block--custom-layout__tab-content .tabs-content h6 {
	margin-bottom: 11px;
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content a, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content li, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content ol, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content p, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content ul, .theme-html .block--custom-layout__tab-content .tabs-content a, .theme-html .block--custom-layout__tab-content .tabs-content li, .theme-html .block--custom-layout__tab-content .tabs-content ol, .theme-html .block--custom-layout__tab-content .tabs-content p, .theme-html .block--custom-layout__tab-content .tabs-content ul {
	margin: 0;
}

@media (min-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content a, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content li, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content ol, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content p, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content ul, .theme-html .block--custom-layout__tab-content .tabs-content a, .theme-html .block--custom-layout__tab-content .tabs-content li, .theme-html .block--custom-layout__tab-content .tabs-content ol, .theme-html .block--custom-layout__tab-content .tabs-content p, .theme-html .block--custom-layout__tab-content .tabs-content ul {
		font-family: "DM Sans", serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
		color: #000;
	}
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content ol, .block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content ul, .theme-html .block--custom-layout__tab-content .tabs-content ol, .theme-html .block--custom-layout__tab-content .tabs-content ul {
	padding-top: 24px;
}

.block-editor-block-list__layout .block--custom-layout__tab-content .tabs-content li::marker, .theme-html .block--custom-layout__tab-content .tabs-content li::marker {
	font-size: 14px;
}

.block-editor-block-list__layout .block--custom-layout__product-single, .theme-html .block--custom-layout__product-single {
	background: #f8f8fa;
	padding: 63px 0;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single, .theme-html .block--custom-layout__product-single {
		padding-bottom: 45px;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .container-block, .theme-html .block--custom-layout__product-single .container-block {
	table-layout: fixed;
	max-width: 1220px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .container-block>div, .theme-html .block--custom-layout__product-single .container-block>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell, .theme-html .block--custom-layout__product-single .gallery-cell {
	width: 62.031%;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell, .theme-html .block--custom-layout__product-single .gallery-cell {
		width: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell img, .theme-html .block--custom-layout__product-single .gallery-cell img {
	width: 100%;
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel {
	position: relative;
	left: 170px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel {
		left: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-stage, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-stage {
	display: flex;
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item .item, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item .item {
	width: 490px;
	height: 100%;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item .item, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item .item {
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item img, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item img {
	width: 100%;
	margin-left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item img, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-item img {
		max-width: 100%;
		min-height: unset;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dots, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dots {
	position: absolute;
	top: 0;
	left: -155px;
	width: 141px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dots::-webkit-scrollbar, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dots::-webkit-scrollbar {
	display: none;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dots, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dots {
		left: 0;
		width: 100%;
		display: flex;
		gap: 16px;
		position: unset;
		padding-top: 16px;
		overflow-x: scroll;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dot, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dot {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #f1f1f1;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dot, .theme-html .block--custom-layout__product-single .gallery-cell .product-carousel .owl-dot {
		width: 33.33%;
		height: 36vw !important;
		max-height: 160px;
		margin-bottom: 0;
		padding: 0 !important;
		background-size: cover;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell, .theme-html .block--custom-layout__product-single .content-cell {
	padding-left: 32px;
	position: relative;
	z-index: 1;
	background: #f8f8fa;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .content-cell, .theme-html .block--custom-layout__product-single .content-cell {
		padding-top: 20px;
		padding-left: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .breadcrumbs, .theme-html .block--custom-layout__product-single .content-cell .breadcrumbs {
	margin-bottom: 7px;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .breadcrumbs p, .theme-html .block--custom-layout__product-single .content-cell .breadcrumbs p {
	font-weight: 700;
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .breadcrumbs p span, .theme-html .block--custom-layout__product-single .content-cell .breadcrumbs p span {
	color: #df1f68;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell h3, .theme-html .block--custom-layout__product-single .content-cell h3 {
	font-weight: 700;
	margin-bottom: 6px;
	color: #030303;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .product-info, .theme-html .block--custom-layout__product-single .content-cell .product-info {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding: 28px 0 42px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .product-info, .theme-html .block--custom-layout__product-single .content-cell .product-info {
		gap: 15px;
		padding: 25px 0 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .product-info .info-item, .theme-html .block--custom-layout__product-single .content-cell .product-info .info-item {
	min-width: 197px;
	border-radius: 8px;
	background: #f1f1f1;
	position: relative;
	padding: 15px 10px;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .product-info .info-item p, .theme-html .block--custom-layout__product-single .content-cell .product-info .info-item p {
	font-family: "DM Sans", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	color: #6a6565;
	max-width: 64px;
	display: inline-block;
	margin-left: 7px;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .product-info .info-item .tooltip-wrapper, .theme-html .block--custom-layout__product-single .content-cell .product-info .info-item .tooltip-wrapper {
	position: absolute;
	right: 8px;
	bottom: 4px;
	cursor: help;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .product-description, .theme-html .block--custom-layout__product-single .content-cell .product-description {
	margin-bottom: 33px;
	background: #f3f3f3;
	padding: 30px 28px;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .product-description p, .theme-html .block--custom-layout__product-single .content-cell .product-description p {
	font-family: "DM Sans", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #454545;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .btn-pink, .theme-html .block--custom-layout__product-single .content-cell .btn-pink {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 16px;
	text-transform: none;
	background: rgba(223, 31, 104, .9);
}

.block-editor-block-list__layout .block--custom-layout__product-single .content-cell .btn-pink:hover, .theme-html .block--custom-layout__product-single .content-cell .btn-pink:hover {
	background: #fff;
}

.block-editor-block-list__layout [hover-tooltip], .theme-html [hover-tooltip] {
	position: relative;
	cursor: default;
}

.block-editor-block-list__layout [hover-tooltip]:hover:before, .theme-html [hover-tooltip]:hover:before {
	content: attr(hover-tooltip);
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: block;
	left: 50%;
	min-width: 150px;
	max-width: 200px;
	bottom: calc(100% + 10px);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-animation: fade-in .3s ease;
	animation: fade-in .3s ease;
	background: #272727;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	z-index: 1;
}

.block-editor-block-list__layout [hover-tooltip]:hover:after, .theme-html [hover-tooltip]:hover:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	width: 0;
	height: 0;
	bottom: calc(100% + 6px);
	margin-left: -3px;
	border: 1px solid #000;
	border-color: #272727 transparent transparent;
	border-width: 4px 6px 0;
	-webkit-animation: fade-in .3s ease;
	animation: fade-in .3s ease;
	z-index: 1;
}

.block-editor-block-list__layout [hover-tooltip][tooltip-position=bottom]:hover:before, .theme-html [hover-tooltip][tooltip-position=bottom]:hover:before {
	bottom: auto;
	top: calc(100% + 10px);
}

.block-editor-block-list__layout [hover-tooltip][tooltip-position=bottom]:hover:after, .theme-html [hover-tooltip][tooltip-position=bottom]:hover:after {
	bottom: auto;
	top: calc(100% + 6px);
	border-color: transparent transparent #272727;
	border-width: 0 6px 4px;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.block-editor-block-list__layout .block--custom-layout__intro-content, .theme-html .block--custom-layout__intro-content {
	padding: 60px 0;
	text-align: center;
	color: #343434;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__intro-content, .theme-html .block--custom-layout__intro-content {
		padding: 40px 0;
		text-align: left;
	}
}

.block-editor-block-list__layout .block--custom-layout__intro-content .container-block, .theme-html .block--custom-layout__intro-content .container-block {
	max-width: 927px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__intro-content .container-block, .theme-html .block--custom-layout__intro-content .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__intro-content .feat-image, .theme-html .block--custom-layout__intro-content .feat-image {
	vertical-align: bottom;
	padding-bottom: 15px;
}

.block-editor-block-list__layout .block--custom-layout__intro-content .heading, .theme-html .block--custom-layout__intro-content .heading {
	color: #df1f68;
	margin-bottom: 15px;
	font-weight: 700;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__intro-content .heading, .theme-html .block--custom-layout__intro-content .heading {
		line-height: 46px;
	}
}

.block-editor-block-list__layout .block--custom-layout__intro-content .content-container p, .theme-html .block--custom-layout__intro-content .content-container p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__intro-content .content-container p, .theme-html .block--custom-layout__intro-content .content-container p {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__intro-content .btn-primary, .theme-html .block--custom-layout__intro-content .btn-primary {
	margin-top: 42px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__intro-content .btn-primary, .theme-html .block--custom-layout__intro-content .btn-primary {
		margin-top: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-container .container-block, .theme-html .block--custom-layout__lr-image-text .content-container .container-block {
	max-width: 1440px;
	table-layout: fixed;
	padding: 0;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-container .container-block, .theme-html .block--custom-layout__lr-image-text .content-container .container-block {
		padding: 20px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-container .container-block>div, .theme-html .block--custom-layout__lr-image-text .content-container .container-block>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-container .container-block:nth-child(2n), .theme-html .block--custom-layout__lr-image-text .content-container .container-block:nth-child(2n) {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-container .container-block:nth-child(2n)>div, .theme-html .block--custom-layout__lr-image-text .content-container .container-block:nth-child(2n)>div {
	flex: 1 0 50%;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-container .container-block:nth-child(2n), .theme-html .block--custom-layout__lr-image-text .content-container .container-block:nth-child(2n) {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text h3, .theme-html .block--custom-layout__lr-image-text h3 {
	font-weight: 700;
	margin-bottom: 15px;
	color: #232323;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__lr-image-text h3, .theme-html .block--custom-layout__lr-image-text h3 {
		font-size: 20px;
		line-height: 46px;
		margin: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text p, .theme-html .block--custom-layout__lr-image-text p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__lr-image-text p, .theme-html .block--custom-layout__lr-image-text p {
		font-size: 18px;
		line-height: 28px;
	}
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text .btn-primary, .theme-html .block--custom-layout__lr-image-text .btn-primary {
	margin-top: 30px;
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-cell, .theme-html .block--custom-layout__lr-image-text .content-cell {
	padding: 10px 40px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__lr-image-text .content-cell, .theme-html .block--custom-layout__lr-image-text .content-cell {
		padding: 10px 0 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__lr-image-text .image-cell img, .theme-html .block--custom-layout__lr-image-text .image-cell img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
}

.block-editor-block-list__layout .block--custom-layout__industries-listing, .theme-html .block--custom-layout__industries-listing {
	padding: 125px 0;
	color: #343434;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing, .theme-html .block--custom-layout__industries-listing {
		padding: 70px 0;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing, .theme-html .block--custom-layout__industries-listing {
		padding: 46px 0 62px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .container-block, .theme-html .block--custom-layout__industries-listing .container-block {
	max-width: 1300px;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing .container-block, .theme-html .block--custom-layout__industries-listing .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-listing h3, .theme-html .block--custom-layout__industries-listing h3 {
	color: #232323;
	margin-bottom: 15px;
	font-weight: 700;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing h3, .theme-html .block--custom-layout__industries-listing h3 {
		line-height: 46px;
		margin: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-listing a, .theme-html .block--custom-layout__industries-listing a {
	text-decoration: none;
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .description, .theme-html .block--custom-layout__industries-listing .description {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: inherit;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing .description, .theme-html .block--custom-layout__industries-listing .description {
		font-size: 15px;
		line-height: 23px;
		max-width: 85.6%;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-listing, .theme-html .block--custom-layout__industries-listing .industries-listing {
	padding-top: 78px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 60px 16px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-listing, .theme-html .block--custom-layout__industries-listing .industries-listing {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 74px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-listing, .theme-html .block--custom-layout__industries-listing .industries-listing {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 62px 16px;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-item img, .theme-html .block--custom-layout__industries-listing .industries-item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-item img, .theme-html .block--custom-layout__industries-listing .industries-item img {
		height: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-item .title, .theme-html .block--custom-layout__industries-listing .industries-item .title {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #131236;
	margin-bottom: 8px;
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-item .excerpt, .theme-html .block--custom-layout__industries-listing .industries-item .excerpt {
	color: #b3b4b9;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-item .thumbnail, .theme-html .block--custom-layout__industries-listing .industries-item .thumbnail {
	position: relative;
	height: 299px;
	overflow: hidden;
	margin-bottom: 26px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-item .thumbnail, .theme-html .block--custom-layout__industries-listing .industries-item .thumbnail {
		height: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__industries-listing .industries-item a:hover img, .theme-html .block--custom-layout__industries-listing .industries-item a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.block-editor-block-list__layout .block--custom-layout__image-text, .theme-html .block--custom-layout__image-text {
	padding: 75px 0 90px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__image-text, .theme-html .block--custom-layout__image-text {
		padding: 40px 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__image-text .container-block, .theme-html .block--custom-layout__image-text .container-block {
	max-width: 1273px;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .container-block, .theme-html .block--custom-layout__image-text .container-block {
		table-layout: fixed;
	}
}

@media (max-width:820px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .container-block>div, .theme-html .block--custom-layout__image-text .container-block>div {
		display: block;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .container-block, .theme-html .block--custom-layout__image-text .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__image-text .content-cell, .theme-html .block--custom-layout__image-text .content-cell {
	padding: 10px 0 10px 32px;
}

@media (max-width:820px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .content-cell, .theme-html .block--custom-layout__image-text .content-cell {
		padding: 10px 0 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__image-text .content-cell h3, .theme-html .block--custom-layout__image-text .content-cell h3 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #232323;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .content-cell h3, .theme-html .block--custom-layout__image-text .content-cell h3 {
		line-height: 46px;
		margin-bottom: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__image-text .content-cell p, .theme-html .block--custom-layout__image-text .content-cell p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .content-cell p, .theme-html .block--custom-layout__image-text .content-cell p {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__image-text .image-cell img, .theme-html .block--custom-layout__image-text .image-cell img {
	max-width: 667px;
	vertical-align: bottom;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .image-cell img, .theme-html .block--custom-layout__image-text .image-cell img {
		max-width: 100%;
	}
}

@media (max-width:820px) {
	.block-editor-block-list__layout .block--custom-layout__image-text .image-cell img, .theme-html .block--custom-layout__image-text .image-cell img {
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget, .theme-html .block--custom-layout__faqs-widget {
	background: #f5f5f5;
	padding: 112px 0;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget, .theme-html .block--custom-layout__faqs-widget {
		padding: 60px 0;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget, .theme-html .block--custom-layout__faqs-widget {
		padding: 30px 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .container-block, .theme-html .block--custom-layout__faqs-widget .container-block {
	table-layout: fixed;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .container-block, .theme-html .block--custom-layout__faqs-widget .container-block {
		padding: 0 20px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .container-block>div, .theme-html .block--custom-layout__faqs-widget .container-block>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .heading-cell, .theme-html .block--custom-layout__faqs-widget .heading-cell {
	padding-right: 80px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .heading-cell, .theme-html .block--custom-layout__faqs-widget .heading-cell {
		padding-right: 0;
		padding-bottom: 80px;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .heading-cell h3, .theme-html .block--custom-layout__faqs-widget .heading-cell h3 {
	color: #343434;
	margin-bottom: 16px;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .heading-cell p, .theme-html .block--custom-layout__faqs-widget .heading-cell p {
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #535353;
	max-width: 500px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .heading-cell p, .theme-html .block--custom-layout__faqs-widget .heading-cell p {
		font-size: 15px;
		line-height: 23px;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .heading-cell .btn-pink, .theme-html .block--custom-layout__faqs-widget .heading-cell .btn-pink {
	margin-top: 32px;
	text-transform: none;
	min-width: 125px;
	text-align: center;
	font-weight: 400;
	padding: 12px 27px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .heading-cell .btn-pink, .theme-html .block--custom-layout__faqs-widget .heading-cell .btn-pink {
		margin-top: 15px;
	}
}

@media (min-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell, .theme-html .block--custom-layout__faqs-widget .accordion-cell {
		width: 700px;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell p, .theme-html .block--custom-layout__faqs-widget .accordion-cell p {
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #343434;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell p, .theme-html .block--custom-layout__faqs-widget .accordion-cell p {
		font-size: 15px;
		line-height: 23px;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item {
	padding: 20px 0;
	border-bottom: 1px solid #343434;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item:first-child, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item:first-child {
	border-top: 1px solid #343434;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item.active p, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item.active p {
	color: #df1f68;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item.active .accordion-heading p, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item.active .accordion-heading p {
	font-weight: 700;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item.active .accordion-heading svg, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item.active .accordion-heading svg {
	-webkit-transform: translateY(165%);
	transform: translateY(165%);
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading:hover, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading:hover {
	cursor: pointer;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading p, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading p {
	max-width: 93.8%;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading p, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading p {
		max-width: 88.7%;
	}
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading svg, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-heading svg {
	margin-right: 0;
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-content, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-content {
	display: none;
	padding-top: 30px;
	max-width: 93.8%;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-content, .theme-html .block--custom-layout__faqs-widget .accordion-cell .accordion-container .accordion-item .accordion-content {
		max-width: 88.7%;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-text, .theme-html .block--custom-layout__two-col-text {
	padding: 65px 0 95px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-text, .theme-html .block--custom-layout__two-col-text {
		padding: 45px 0 65px;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-text, .theme-html .block--custom-layout__two-col-text {
		padding: 40px 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block, .theme-html .block--custom-layout__two-col-text .container-block {
	table-layout: fixed;
	max-width: 1293px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block, .theme-html .block--custom-layout__two-col-text .container-block {
		padding: 0 20px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block>div, .theme-html .block--custom-layout__two-col-text .container-block>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h1, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h2, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h3, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h4, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h5, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h6, .theme-html .block--custom-layout__two-col-text .container-block h1, .theme-html .block--custom-layout__two-col-text .container-block h2, .theme-html .block--custom-layout__two-col-text .container-block h3, .theme-html .block--custom-layout__two-col-text .container-block h4, .theme-html .block--custom-layout__two-col-text .container-block h5, .theme-html .block--custom-layout__two-col-text .container-block h6 {
	color: #df1f68;
	margin-bottom: 1.5rem;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h1, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h2, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h3, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h4, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h5, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block h6, .theme-html .block--custom-layout__two-col-text .container-block h1, .theme-html .block--custom-layout__two-col-text .container-block h2, .theme-html .block--custom-layout__two-col-text .container-block h3, .theme-html .block--custom-layout__two-col-text .container-block h4, .theme-html .block--custom-layout__two-col-text .container-block h5, .theme-html .block--custom-layout__two-col-text .container-block h6 {
		line-height: 46px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block a, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block li, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block ol, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block p, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block ul, .theme-html .block--custom-layout__two-col-text .container-block a, .theme-html .block--custom-layout__two-col-text .container-block li, .theme-html .block--custom-layout__two-col-text .container-block ol, .theme-html .block--custom-layout__two-col-text .container-block p, .theme-html .block--custom-layout__two-col-text .container-block ul {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block a, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block li, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block ol, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block p, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block ul, .theme-html .block--custom-layout__two-col-text .container-block a, .theme-html .block--custom-layout__two-col-text .container-block li, .theme-html .block--custom-layout__two-col-text .container-block ol, .theme-html .block--custom-layout__two-col-text .container-block p, .theme-html .block--custom-layout__two-col-text .container-block ul {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block p, .theme-html .block--custom-layout__two-col-text .container-block p {
	margin-bottom: 20px;
}

.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block .col-one :last-child, .block-editor-block-list__layout .block--custom-layout__two-col-text .container-block .col-two :last-child, .theme-html .block--custom-layout__two-col-text .container-block .col-one :last-child, .theme-html .block--custom-layout__two-col-text .container-block .col-two :last-child {
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block .col-one, .theme-html .block--custom-layout__two-col-text .container-block .col-one {
	padding-right: 30px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block .col-one, .theme-html .block--custom-layout__two-col-text .container-block .col-one {
		padding: 0 0 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block .col-two, .theme-html .block--custom-layout__two-col-text .container-block .col-two {
	padding-left: 10px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-text .container-block .col-two, .theme-html .block--custom-layout__two-col-text .container-block .col-two {
		padding: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text, .theme-html .block--custom-layout__two-col-intro-text {
	padding: 70px 0 60px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text, .theme-html .block--custom-layout__two-col-intro-text {
		padding: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block, .theme-html .block--custom-layout__two-col-intro-text .container-block {
	table-layout: fixed;
	max-width: 1312px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block, .theme-html .block--custom-layout__two-col-intro-text .container-block {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding: 0;
	}
	
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block>div, .theme-html .block--custom-layout__two-col-intro-text .container-block>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h1, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h2, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h3, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h4, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h5, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h6, .theme-html .block--custom-layout__two-col-intro-text .container-block h1, .theme-html .block--custom-layout__two-col-intro-text .container-block h2, .theme-html .block--custom-layout__two-col-intro-text .container-block h3, .theme-html .block--custom-layout__two-col-intro-text .container-block h4, .theme-html .block--custom-layout__two-col-intro-text .container-block h5, .theme-html .block--custom-layout__two-col-intro-text .container-block h6 {
	color: #131236;
	margin-bottom: 22px;
	font-weight: 700;
	max-width: 75%;
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h1 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h2 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h3 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h4 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h5 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h6 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h1 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h2 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h3 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h4 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h5 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h6 span {
	background: linear-gradient(88deg, #df1f68 1.37%, #fe4e8d 64.39%);
	background-clip: text;
	color: #df1f68;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h1, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h2, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h3, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h4, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h5, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h6, .theme-html .block--custom-layout__two-col-intro-text .container-block h1, .theme-html .block--custom-layout__two-col-intro-text .container-block h2, .theme-html .block--custom-layout__two-col-intro-text .container-block h3, .theme-html .block--custom-layout__two-col-intro-text .container-block h4, .theme-html .block--custom-layout__two-col-intro-text .container-block h5, .theme-html .block--custom-layout__two-col-intro-text .container-block h6 {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h1, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h2, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h3, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h4, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h5, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h6, .theme-html .block--custom-layout__two-col-intro-text .container-block h1, .theme-html .block--custom-layout__two-col-intro-text .container-block h2, .theme-html .block--custom-layout__two-col-intro-text .container-block h3, .theme-html .block--custom-layout__two-col-intro-text .container-block h4, .theme-html .block--custom-layout__two-col-intro-text .container-block h5, .theme-html .block--custom-layout__two-col-intro-text .container-block h6 {
		line-height: 46px;
		margin-bottom: 15px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h1 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h2 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h3 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h4 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h5 span, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block h6 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h1 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h2 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h3 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h4 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h5 span, .theme-html .block--custom-layout__two-col-intro-text .container-block h6 span {
		background-clip: unset;
		background: none;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block a, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block li, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block ol, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block p, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block ul, .theme-html .block--custom-layout__two-col-intro-text .container-block a, .theme-html .block--custom-layout__two-col-intro-text .container-block li, .theme-html .block--custom-layout__two-col-intro-text .container-block ol, .theme-html .block--custom-layout__two-col-intro-text .container-block p, .theme-html .block--custom-layout__two-col-intro-text .container-block ul {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block a, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block li, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block ol, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block p, .block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block ul, .theme-html .block--custom-layout__two-col-intro-text .container-block a, .theme-html .block--custom-layout__two-col-intro-text .container-block li, .theme-html .block--custom-layout__two-col-intro-text .container-block ol, .theme-html .block--custom-layout__two-col-intro-text .container-block p, .theme-html .block--custom-layout__two-col-intro-text .container-block ul {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block p, .theme-html .block--custom-layout__two-col-intro-text .container-block p {
	margin-bottom: 40px;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block p, .theme-html .block--custom-layout__two-col-intro-text .container-block p {
		margin-bottom: 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block .content-cell, .theme-html .block--custom-layout__two-col-intro-text .container-block .content-cell {
	padding-right: 33px;
	width: 51.2%;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block .content-cell, .theme-html .block--custom-layout__two-col-intro-text .container-block .content-cell {
		padding: 40px 20px;
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block .content-cell :last-child, .theme-html .block--custom-layout__two-col-intro-text .container-block .content-cell :last-child {
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block .image-cell, .theme-html .block--custom-layout__two-col-intro-text .container-block .image-cell {
	position: relative;
}

.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block .image-cell img, .theme-html .block--custom-layout__two-col-intro-text .container-block .image-cell img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	position: absolute;
}

@media (max-width:880px) {
	.block-editor-block-list__layout .block--custom-layout__two-col-intro-text .container-block .image-cell img, .theme-html .block--custom-layout__two-col-intro-text .container-block .image-cell img {
		position: unset;
	}
}

.block-editor-block-list__layout .block--custom-layout__highlights-widget, .theme-html .block--custom-layout__highlights-widget {
	padding: 55px 0 95px;
	background-color: #df1f68;
	color: #fff;
	background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/highlights-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.block-editor-block-list__layout .block--custom-layout__highlights-widget.nitro-lazy, .theme-html .block--custom-layout__highlights-widget.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget, .theme-html .block--custom-layout__highlights-widget {
		padding: 55px 0;
	}
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget, .theme-html .block--custom-layout__highlights-widget {
		background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/highlights-bg-mobile.png");
		background-position: 0;
		padding: 30px 0;
	}
	
	.block-editor-block-list__layout .block--custom-layout__highlights-widget.nitro-lazy, .theme-html .block--custom-layout__highlights-widget.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget .container-block, .theme-html .block--custom-layout__highlights-widget .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__highlights-widget .heading, .theme-html .block--custom-layout__highlights-widget .heading {
	padding-bottom: 112px;
	font-weight: 700;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget .heading, .theme-html .block--custom-layout__highlights-widget .heading {
		padding-bottom: 50px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget .heading, .theme-html .block--custom-layout__highlights-widget .heading {
		padding-bottom: 30px;
		line-height: 46px;
	}
}

.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container, .theme-html .block--custom-layout__highlights-widget .highlights-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 89px;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container, .theme-html .block--custom-layout__highlights-widget .highlights-container {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}
}

.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container .highlight-item h3, .theme-html .block--custom-layout__highlights-widget .highlights-container .highlight-item h3 {
	font-weight: 700;
	margin-bottom: 15px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container .highlight-item h3, .theme-html .block--custom-layout__highlights-widget .highlights-container .highlight-item h3 {
		font-size: 20px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container .highlight-item h6, .theme-html .block--custom-layout__highlights-widget .highlights-container .highlight-item h6 {
	line-height: 46px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container .highlight-item h6, .theme-html .block--custom-layout__highlights-widget .highlights-container .highlight-item h6 {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container .highlight-item p, .theme-html .block--custom-layout__highlights-widget .highlights-container .highlight-item p {
	font-family: "DM Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: inherit;
	max-width: 351px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__highlights-widget .highlights-container .highlight-item p, .theme-html .block--custom-layout__highlights-widget .highlights-container .highlight-item p {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__partners-slider, .theme-html .block--custom-layout__partners-slider {
	position: relative;
	padding: 45px 0 65px;
	background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/partners-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	overflow: hidden;
}

.block-editor-block-list__layout .block--custom-layout__partners-slider.nitro-lazy, .theme-html .block--custom-layout__partners-slider.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__partners-slider, .theme-html .block--custom-layout__partners-slider {
		background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/partners-bg-mobile.png");
	}
	
	.block-editor-block-list__layout .block--custom-layout__partners-slider.nitro-lazy, .theme-html .block--custom-layout__partners-slider.nitro-lazy {
		background-image: none !important;
	}
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .container-block, .theme-html .block--custom-layout__partners-slider .container-block {
	max-width: 1155px;
}

.block-editor-block-list__layout .block--custom-layout__partners-slider h5, .theme-html .block--custom-layout__partners-slider h5 {
	text-align: center;
	line-height: 46px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #333;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__partners-slider h5, .theme-html .block--custom-layout__partners-slider h5 {
		font-size: 30px;
		margin-bottom: 40px;
	}
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-stage, .theme-html .block--custom-layout__partners-slider .owl-stage {
	display: flex;
	align-items: center;
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-stage .logo-item img, .theme-html .block--custom-layout__partners-slider .owl-stage .logo-item img {
	display: block;
	width: auto;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-stage .logo-item img, .theme-html .block--custom-layout__partners-slider .owl-stage .logo-item img {
		margin: 0 auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav, .theme-html .block--custom-layout__partners-slider .owl-nav {
	display: block !important;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav, .theme-html .block--custom-layout__partners-slider .owl-nav {
		text-align: center;
		padding-top: 40px;
	}
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-next, .block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-prev, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-next, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-next:hover, .block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-prev:hover, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-next:hover, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-prev:hover {
	opacity: .8;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-next, .block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-prev, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-next, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-prev {
		position: unset;
	}
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-prev, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-prev {
	left: -4.3rem;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-prev, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-prev {
		margin-right: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__partners-slider .owl-nav .owl-next, .theme-html .block--custom-layout__partners-slider .owl-nav .owl-next {
	right: -4.3rem;
}

.block-editor-block-list__layout .block--custom-layout__history-widget, .theme-html .block--custom-layout__history-widget {
	background-color: #df1f68;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container, .theme-html .block--custom-layout__history-widget .heading-container {
	background-color: #df1f68;
	color: #fff;
	text-align: center;
	padding: 135px 0 40px;
	background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/history-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container.nitro-lazy, .theme-html .block--custom-layout__history-widget .heading-container.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container, .theme-html .block--custom-layout__history-widget .heading-container {
		padding: 55px 0 30px;
		background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/history-bg-mobile.png");
		background-size: contain;
		background-position: top;
	}
	
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container.nitro-lazy, .theme-html .block--custom-layout__history-widget .heading-container.nitro-lazy {
		background-image: none !important;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .heading, .theme-html .block--custom-layout__history-widget .heading-container .heading {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 500;
	line-height: normal;
	color: inherit;
	letter-spacing: 19.5px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .heading, .theme-html .block--custom-layout__history-widget .heading-container .heading {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container img, .theme-html .block--custom-layout__history-widget .heading-container img {
	width: 100%;
	max-width: 715px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container img, .theme-html .block--custom-layout__history-widget .heading-container img {
		max-width: 269px;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years {
	padding-top: 65px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years {
		padding-top: 45px;
		display: block;
		max-width: 115px;
		margin: 0 auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	color: inherit;
	letter-spacing: 4px;
	transition: .45s;
	text-decoration: none;
	padding: 5px 28px;
	border-radius: 37px;
	border: 2px solid transparent;
	position: relative;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child):after, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child):after {
	content: "";
	position: absolute;
	width: 69px;
	height: 1px;
	background: #fff;
	top: 50%;
	right: -105%;
}

@media (max-width:1200px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child):after, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child):after {
		width: 80%;
		right: -90%;
	}
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child), .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child):after, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child):after {
		content: none;
	}
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a {
		display: block;
		width: auto;
		padding: 3px 20px;
	}
	
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child), .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a:not(:last-child) {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a {
		font-size: 15px;
		letter-spacing: 3px;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a.active, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a.active {
	border: 2px solid #fff;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a.active, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a.active {
		font-size: 20px;
		letter-spacing: 4px;
	}
}

@media (min-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .heading-container .tabs-years a:hover, .theme-html .block--custom-layout__history-widget .heading-container .tabs-years a:hover {
		font-weight: 700;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container, .theme-html .block--custom-layout__history-widget .history-container {
	border-radius: 60px 60px 0 0;
	background: #fff;
	padding: 85px 0;
	position: relative;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container, .theme-html .block--custom-layout__history-widget .history-container {
		padding: 40px 0;
		border-radius: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block, .theme-html .block--custom-layout__history-widget .history-container .container-block {
	max-width: 1027px;
	position: relative;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block .bg-text, .theme-html .block--custom-layout__history-widget .history-container .container-block .bg-text {
	position: absolute;
	font-family: "DM Sans", serif;
	font-size: 400px;
	font-weight: 500;
	line-height: 30px;
	color: rgba(223, 31, 104, .04);
	left: -30%;
	bottom: 136px;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block .bg-text, .theme-html .block--custom-layout__history-widget .history-container .container-block .bg-text {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block img, .theme-html .block--custom-layout__history-widget .history-container .container-block img {
	vertical-align: bottom;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block h1, .theme-html .block--custom-layout__history-widget .history-container .container-block h1 {
	font-family: "DM Sans", serif;
	font-size: 90px;
	font-weight: 500;
	line-height: normal;
	color: #df1f68;
	padding-bottom: 3px;
}

@media (min-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block h1:after, .theme-html .block--custom-layout__history-widget .history-container .container-block h1:after {
		content: "";
		width: 100px;
		height: 1px;
		background: #df1f68;
		position: absolute;
		left: 36%;
		top: 59px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block h1, .theme-html .block--custom-layout__history-widget .history-container .container-block h1 {
		font-family: "DM Sans", serif;
		font-size: 30px;
		font-weight: 700;
		line-height: 46px;
		color: #df1f68;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block p, .theme-html .block--custom-layout__history-widget .history-container .container-block p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block p, .theme-html .block--custom-layout__history-widget .history-container .container-block p {
		font-size: 15px;
	}
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .container-block .nav-col, .theme-html .block--custom-layout__history-widget .history-container .container-block .nav-col {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container :last-child, .theme-html .block--custom-layout__history-widget .history-container .tabs-container :last-child {
	padding: 0;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .content, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .content {
	display: none;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .two-col, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .two-col {
	display: flex;
	padding-bottom: 30px;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .two-col .desktop-img, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .two-col .desktop-img {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .two-col .col, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .two-col .col {
	max-width: 494px;
	margin-right: 0;
	margin-left: auto;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .two-col .col, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .two-col .col {
		max-width: 100%;
	}
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .one-col, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .one-col {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .one-col img, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .one-col img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .one-col img, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .one-col img {
		height: 282px;
	}
}

@media (min-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows.mobile, .block-editor-block-list__layout .block--custom-layout__history-widget .history-container .tabs-container .one-col img.mobile-img, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows.mobile, .theme-html .block--custom-layout__history-widget .history-container .tabs-container .one-col img.mobile-img {
		display: none;
	}
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows.mobile, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows.mobile {
		display: flex;
		align-items: center;
	}
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows.desktop, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows.desktop {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows .nav, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows .nav {
	padding: 38.1px 35px;
	background: #df1f68;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows .nav:hover, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows .nav:hover {
	opacity: .8;
	cursor: pointer;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows .nav, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows .nav {
		position: unset;
		padding: 0;
		-webkit-transform: none;
		transform: none;
		background: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows .nav-prev, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows .nav-prev {
	left: 0;
}

@media (max-width:1278px) {
	.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows .nav-prev, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows .nav-prev {
		margin-right: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__history-widget .history-container .navigation-arrows .nav-next, .theme-html .block--custom-layout__history-widget .history-container .navigation-arrows .nav-next {
	right: 0;
}

.block-editor-block-list__layout .block--custom-layout__people-listing, .theme-html .block--custom-layout__people-listing {
	background-color: #df1f68;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container, .theme-html .block--custom-layout__people-listing .heading-container {
	background-color: #df1f68;
	color: #fff;
	text-align: center;
	padding: 135px 0 65px;
	background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/people-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container.nitro-lazy, .theme-html .block--custom-layout__people-listing .heading-container.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container, .theme-html .block--custom-layout__people-listing .heading-container {
		padding: 88px 0;
		background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/mobile-bg-pink.png");
		background-size: contain;
		background-position: top;
	}
	
	.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container.nitro-lazy, .theme-html .block--custom-layout__people-listing .heading-container.nitro-lazy {
		background-image: none !important;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container .heading, .theme-html .block--custom-layout__people-listing .heading-container .heading {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 500;
	line-height: normal;
	color: inherit;
	letter-spacing: 19.5px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container .heading, .theme-html .block--custom-layout__people-listing .heading-container .heading {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container img, .theme-html .block--custom-layout__people-listing .heading-container img {
	width: 100%;
	max-width: 715px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .heading-container img, .theme-html .block--custom-layout__people-listing .heading-container img {
		max-width: 269px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container, .theme-html .block--custom-layout__people-listing .people-container {
	border-radius: 60px 60px 0 0;
	background: #fff;
	padding: 112px 0 100px;
	position: relative;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container, .theme-html .block--custom-layout__people-listing .people-container {
		padding: 30px 0;
		border-radius: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .container-block, .theme-html .block--custom-layout__people-listing .people-container .container-block {
	max-width: 1332px;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container, .theme-html .block--custom-layout__people-listing .people-container .intro-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container, .theme-html .block--custom-layout__people-listing .people-container .intro-container {
		flex-direction: column-reverse;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .description, .theme-html .block--custom-layout__people-listing .people-container .intro-container .description {
	max-width: 494px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .description, .theme-html .block--custom-layout__people-listing .people-container .intro-container .description {
		width: 100%;
		max-width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .description p, .theme-html .block--custom-layout__people-listing .people-container .intro-container .description p {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .categories, .theme-html .block--custom-layout__people-listing .people-container .intro-container .categories {
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .categories a, .theme-html .block--custom-layout__people-listing .people-container .intro-container .categories a {
	text-decoration: none;
	transition: .45s;
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: rgba(0, 0, 0, .6);
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .categories a.active, .block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .categories a:hover, .theme-html .block--custom-layout__people-listing .people-container .intro-container .categories a.active, .theme-html .block--custom-layout__people-listing .people-container .intro-container .categories a:hover {
	color: #000;
	font-weight: 700;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .intro-container .categories a:not(:last-child), .theme-html .block--custom-layout__people-listing .people-container .intro-container .categories a:not(:last-child) {
	margin-right: 36px;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container, .theme-html .block--custom-layout__people-listing .people-container .listing-container {
	padding-top: 60px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 30px 12px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container, .theme-html .block--custom-layout__people-listing .people-container .listing-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container, .theme-html .block--custom-layout__people-listing .people-container .listing-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-top: 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container .list-item, .theme-html .block--custom-layout__people-listing .people-container .listing-container .list-item {
	display: none;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container .list-item a, .theme-html .block--custom-layout__people-listing .people-container .listing-container .list-item a {
	text-decoration: none;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container .list-item img, .theme-html .block--custom-layout__people-listing .people-container .listing-container .list-item img {
	vertical-align: bottom;
	padding-bottom: 20px;
	width: 100%;
	height: 273px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container .list-item img, .theme-html .block--custom-layout__people-listing .people-container .listing-container .list-item img {
		padding-bottom: 11px;
		height: 307px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container .list-item .title, .theme-html .block--custom-layout__people-listing .people-container .listing-container .list-item .title {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
	color: #000;
	margin-bottom: 2px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container .list-item .title, .theme-html .block--custom-layout__people-listing .people-container .listing-container .list-item .title {
		margin-bottom: 11px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-listing .people-container .listing-container .list-item .excerpt, .theme-html .block--custom-layout__people-listing .people-container .listing-container .list-item .excerpt {
	color: #df1f68;
	text-transform: uppercase;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__people-listing .view-all, .theme-html .block--custom-layout__people-listing .view-all {
	text-align: center;
	padding-top: 55px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-listing .view-all, .theme-html .block--custom-layout__people-listing .view-all {
		text-align: left;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single, .theme-html .block--custom-layout__people-single {
	background-color: #df1f68;
}

.block-editor-block-list__layout .block--custom-layout__people-single .heading-container, .theme-html .block--custom-layout__people-single .heading-container {
	background-color: #df1f68;
	color: #fff;
	text-align: center;
	padding: 45px 0;
	background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/people-single-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.block-editor-block-list__layout .block--custom-layout__people-single .heading-container.nitro-lazy, .theme-html .block--custom-layout__people-single .heading-container.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) and (min-width:400px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .heading-container, .theme-html .block--custom-layout__people-single .heading-container {
		padding: 87px 0;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .heading-container, .theme-html .block--custom-layout__people-single .heading-container {
		background-image: none;
	}
	
	.block-editor-block-list__layout .block--custom-layout__people-single .heading-container.nitro-lazy, .theme-html .block--custom-layout__people-single .heading-container.nitro-lazy {
		background-image: none !important;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .heading-container img, .theme-html .block--custom-layout__people-single .heading-container img {
	width: 100%;
}

@media (min-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .heading-container img, .theme-html .block--custom-layout__people-single .heading-container img {
		display: none;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .heading-container img, .theme-html .block--custom-layout__people-single .heading-container img {
		max-width: 269px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container, .theme-html .block--custom-layout__people-single .content-container {
	border-radius: 60px 60px 0 0;
	background: #fff;
	padding: 128px 0;
	position: relative;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container, .theme-html .block--custom-layout__people-single .content-container {
		padding: 60px 0;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container, .theme-html .block--custom-layout__people-single .content-container {
		padding: 30px 0;
		border-radius: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .container-block, .theme-html .block--custom-layout__people-single .content-container .container-block {
	max-width: 1290px;
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col, .theme-html .block--custom-layout__people-single .content-container .two-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col, .theme-html .block--custom-layout__people-single .content-container .two-col {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col>div, .theme-html .block--custom-layout__people-single .content-container .two-col>div {
		flex: 1 0 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .text-col, .theme-html .block--custom-layout__people-single .content-container .two-col .text-col {
	max-width: 691px;
	flex: 1;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .text-col, .theme-html .block--custom-layout__people-single .content-container .two-col .text-col {
		max-width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .image-col, .theme-html .block--custom-layout__people-single .content-container .two-col .image-col {
	text-align: right;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .image-col, .theme-html .block--custom-layout__people-single .content-container .two-col .image-col {
		text-align: center;
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .image-col img, .theme-html .block--custom-layout__people-single .content-container .two-col .image-col img {
	vertical-align: bottom;
}

@media (max-width:940px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .image-col img, .theme-html .block--custom-layout__people-single .content-container .two-col .image-col img {
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col h1, .theme-html .block--custom-layout__people-single .content-container .two-col h1 {
	font-family: "DM Sans", serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 30px;
	color: #df1f68;
}

@media (max-width:400px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col h1, .theme-html .block--custom-layout__people-single .content-container .two-col h1 {
		font-size: 30px;
		line-height: 25px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col h6, .theme-html .block--custom-layout__people-single .content-container .two-col h6 {
	line-height: 30px;
	font-weight: 500;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col h6, .theme-html .block--custom-layout__people-single .content-container .two-col h6 {
		padding-bottom: 4px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .content, .theme-html .block--custom-layout__people-single .content-container .two-col .content {
	padding-top: 25px;
	max-width: 687px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .content, .theme-html .block--custom-layout__people-single .content-container .two-col .content {
		padding-top: 33px;
		max-width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .content p, .theme-html .block--custom-layout__people-single .content-container .two-col .content p {
	font-weight: 500;
	line-height: 39px;
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .heading, .theme-html .block--custom-layout__people-single .content-container .two-col .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 6px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .heading, .theme-html .block--custom-layout__people-single .content-container .two-col .heading {
		padding-bottom: 4px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .socmed-container a, .theme-html .block--custom-layout__people-single .content-container .two-col .socmed-container a {
	text-decoration: none;
	transition: .45s;
	display: inline-block;
	vertical-align: middle;
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .socmed-container a:hover, .theme-html .block--custom-layout__people-single .content-container .two-col .socmed-container a:hover {
	opacity: .8;
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .two-col .socmed-container a:not(:last-child), .theme-html .block--custom-layout__people-single .content-container .two-col .socmed-container a:not(:last-child) {
	margin-right: 7px;
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .qualifications-container, .theme-html .block--custom-layout__people-single .content-container .qualifications-container {
	padding-top: 115px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 40px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .qualifications-container, .theme-html .block--custom-layout__people-single .content-container .qualifications-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__people-single .content-container .qualifications-container, .theme-html .block--custom-layout__people-single .content-container .qualifications-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 20px;
		padding-top: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .qualifications-container .list-item h5, .theme-html .block--custom-layout__people-single .content-container .qualifications-container .list-item h5 {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	margin-bottom: 20px;
}

.block-editor-block-list__layout .block--custom-layout__people-single .content-container .qualifications-container .list-item p, .theme-html .block--custom-layout__people-single .content-container .qualifications-container .list-item p {
	font-family: "DM Sans", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	color: #9c9a9a;
}

.block-editor-block-list__layout .block--custom-layout__news-single .image-container img, .theme-html .block--custom-layout__news-single .image-container img {
	width: 100%;
	vertical-align: bottom;
	height: 382px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__news-single .image-container img, .theme-html .block--custom-layout__news-single .image-container img {
		height: 267px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container, .theme-html .block--custom-layout__news-single .content-container {
	padding: 60px 0 80px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-single .content-container, .theme-html .block--custom-layout__news-single .content-container {
		padding: 40px 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container .container-block, .theme-html .block--custom-layout__news-single .content-container .container-block {
	max-width: 1228px;
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container h1, .theme-html .block--custom-layout__news-single .content-container h1 {
	font-family: "DM Sans", serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	color: #df1f68;
	padding-bottom: 10px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-single .content-container h1, .theme-html .block--custom-layout__news-single .content-container h1 {
		font-size: 30px;
		line-height: 46px;
		padding-bottom: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container h6, .theme-html .block--custom-layout__news-single .content-container h6 {
	font-weight: 400;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-single .content-container h6, .theme-html .block--custom-layout__news-single .content-container h6 {
		font-size: 15px;
		line-height: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content, .theme-html .block--custom-layout__news-single .content-container .content {
	padding-top: 42px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content, .theme-html .block--custom-layout__news-single .content-container .content {
		padding-top: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h1, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h2, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h3, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h4, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h5, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h6, .theme-html .block--custom-layout__news-single .content-container .content h1, .theme-html .block--custom-layout__news-single .content-container .content h2, .theme-html .block--custom-layout__news-single .content-container .content h3, .theme-html .block--custom-layout__news-single .content-container .content h4, .theme-html .block--custom-layout__news-single .content-container .content h5, .theme-html .block--custom-layout__news-single .content-container .content h6 {
	color: #df1f68;
	margin-bottom: 1.5rem;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h1, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h2, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h3, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h4, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h5, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content h6, .theme-html .block--custom-layout__news-single .content-container .content h1, .theme-html .block--custom-layout__news-single .content-container .content h2, .theme-html .block--custom-layout__news-single .content-container .content h3, .theme-html .block--custom-layout__news-single .content-container .content h4, .theme-html .block--custom-layout__news-single .content-container .content h5, .theme-html .block--custom-layout__news-single .content-container .content h6 {
		line-height: 46px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content a, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content li, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content ol, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content p, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content ul, .theme-html .block--custom-layout__news-single .content-container .content a, .theme-html .block--custom-layout__news-single .content-container .content li, .theme-html .block--custom-layout__news-single .content-container .content ol, .theme-html .block--custom-layout__news-single .content-container .content p, .theme-html .block--custom-layout__news-single .content-container .content ul {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: inherit;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content a, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content li, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content ol, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content p, .block-editor-block-list__layout .block--custom-layout__news-single .content-container .content ul, .theme-html .block--custom-layout__news-single .content-container .content a, .theme-html .block--custom-layout__news-single .content-container .content li, .theme-html .block--custom-layout__news-single .content-container .content ol, .theme-html .block--custom-layout__news-single .content-container .content p, .theme-html .block--custom-layout__news-single .content-container .content ul {
		font-size: 15px;
		line-height: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content p, .theme-html .block--custom-layout__news-single .content-container .content p {
	margin-bottom: 20px;
	color: rgba(0, 0, 0, .5);
}

.block-editor-block-list__layout .block--custom-layout__news-single .content-container .content :last-child, .theme-html .block--custom-layout__news-single .content-container .content :last-child {
	padding: 0;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__news-listing, .theme-html .block--custom-layout__news-listing {
	padding: 125px 0;
	color: #343434;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing, .theme-html .block--custom-layout__news-listing {
		padding: 70px 0;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing, .theme-html .block--custom-layout__news-listing {
		padding: 46px 0 62px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-listing .container-block, .theme-html .block--custom-layout__news-listing .container-block {
	max-width: 1300px;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing .container-block, .theme-html .block--custom-layout__news-listing .container-block {
		padding: 0 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-listing h3, .theme-html .block--custom-layout__news-listing h3 {
	color: #232323;
	margin-bottom: 15px;
	font-weight: 700;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing h3, .theme-html .block--custom-layout__news-listing h3 {
		line-height: 46px;
		margin: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-listing a, .theme-html .block--custom-layout__news-listing a {
	text-decoration: none;
}

.block-editor-block-list__layout .block--custom-layout__news-listing .description, .theme-html .block--custom-layout__news-listing .description {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: inherit;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing .description, .theme-html .block--custom-layout__news-listing .description {
		font-size: 15px;
		line-height: 23px;
		max-width: 85.6%;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-listing .news-listing, .theme-html .block--custom-layout__news-listing .news-listing {
	padding-top: 78px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 60px 16px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing .news-listing, .theme-html .block--custom-layout__news-listing .news-listing {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 74px;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing .news-listing, .theme-html .block--custom-layout__news-listing .news-listing {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 62px 16px;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-listing .news-item .thumbnail, .theme-html .block--custom-layout__news-listing .news-item .thumbnail {
	position: relative;
	height: 307px;
	margin-bottom: 26px;
	overflow: hidden;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing .news-item .thumbnail, .theme-html .block--custom-layout__news-listing .news-item .thumbnail {
		height: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-listing .news-item img, .theme-html .block--custom-layout__news-listing .news-item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__news-listing .news-item img, .theme-html .block--custom-layout__news-listing .news-item img {
		height: auto;
	}
}

.block-editor-block-list__layout .block--custom-layout__news-listing .news-item .title, .theme-html .block--custom-layout__news-listing .news-item .title {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #131236;
	margin-bottom: 8px;
}

.block-editor-block-list__layout .block--custom-layout__news-listing .news-item .excerpt, .theme-html .block--custom-layout__news-listing .news-item .excerpt {
	color: #b3b4b9;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__news-listing .news-item:hover img, .theme-html .block--custom-layout__news-listing .news-item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.block-editor-block-list__layout .block--custom-layout__content-template, .theme-html .block--custom-layout__content-template {
	background-color: #df1f68;
}

.block-editor-block-list__layout .block--custom-layout__content-template .heading-container, .theme-html .block--custom-layout__content-template .heading-container {
	background-color: #da1c5c;
	color: #fff;
	padding: 75px 0 60px;
	background-image: url("https://cdn-ileelfb.nitrocdn.com/poBkNqkIGpHLVYQAdzqysNhxlTkKyMrc/assets/images/optimized/rev-1418349/www.clarkemurphyprint.com.au/wp-content/themes/cmp-theme/assets/images/content-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.block-editor-block-list__layout .block--custom-layout__content-template .heading-container.nitro-lazy, .theme-html .block--custom-layout__content-template .heading-container.nitro-lazy {
	background-image: none !important;
}

.block-editor-block-list__layout .block--custom-layout__content-template .heading-container h1, .theme-html .block--custom-layout__content-template .heading-container h1 {
	background: #df1f68;
	padding: 16px 83px 27px 35px;
	font-weight: 700;
	display: inline-block;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__content-template .heading-container h1, .theme-html .block--custom-layout__content-template .heading-container h1 {
		padding: 30px 20px 45px;
		width: 100%;
	}
}

.block-editor-block-list__layout .block--custom-layout__content-template .heading-container .container-block, .theme-html .block--custom-layout__content-template .heading-container .container-block {
	max-width: 1358px;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__content-template .heading-container .container-block, .theme-html .block--custom-layout__content-template .heading-container .container-block {
		padding: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container, .theme-html .block--custom-layout__content-template .content-container {
	border-radius: 60px 60px 0 0;
	background: #fff;
	padding: 80px 0;
	position: relative;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__content-template .content-container, .theme-html .block--custom-layout__content-template .content-container {
		border-radius: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container .container-block, .theme-html .block--custom-layout__content-template .content-container .container-block {
	max-width: 1345px;
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container .two-col, .theme-html .block--custom-layout__content-template .content-container .two-col {
	display: flex;
	gap: 82px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__content-template .content-container .two-col, .theme-html .block--custom-layout__content-template .content-container .two-col {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container .heading-col h4, .theme-html .block--custom-layout__content-template .content-container .heading-col h4 {
	font-family: "DM Sans", serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 30.5px;
	color: #000;
	max-width: 185px;
	letter-spacing: -.7px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col, .theme-html .block--custom-layout__content-template .content-container .text-col {
		padding-top: 40px;
	}
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h1, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h2, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h3, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h4, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h5, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h6, .theme-html .block--custom-layout__content-template .content-container .text-col .content h1, .theme-html .block--custom-layout__content-template .content-container .text-col .content h2, .theme-html .block--custom-layout__content-template .content-container .text-col .content h3, .theme-html .block--custom-layout__content-template .content-container .text-col .content h4, .theme-html .block--custom-layout__content-template .content-container .text-col .content h5, .theme-html .block--custom-layout__content-template .content-container .text-col .content h6 {
	margin-bottom: 1.5rem;
}

@media (max-width:600px) {
	.block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h1, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h2, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h3, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h4, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h5, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content h6, .theme-html .block--custom-layout__content-template .content-container .text-col .content h1, .theme-html .block--custom-layout__content-template .content-container .text-col .content h2, .theme-html .block--custom-layout__content-template .content-container .text-col .content h3, .theme-html .block--custom-layout__content-template .content-container .text-col .content h4, .theme-html .block--custom-layout__content-template .content-container .text-col .content h5, .theme-html .block--custom-layout__content-template .content-container .text-col .content h6 {
		line-height: 46px;
	}
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content a, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content li, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content ol, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content p, .block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content ul, .theme-html .block--custom-layout__content-template .content-container .text-col .content a, .theme-html .block--custom-layout__content-template .content-container .text-col .content li, .theme-html .block--custom-layout__content-template .content-container .text-col .content ol, .theme-html .block--custom-layout__content-template .content-container .text-col .content p, .theme-html .block--custom-layout__content-template .content-container .text-col .content ul {
	font-family: "DM Sans", serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: rgba(0, 0, 0, .5);
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content p, .theme-html .block--custom-layout__content-template .content-container .text-col .content p {
	margin-bottom: 20px;
}

.block-editor-block-list__layout .block--custom-layout__content-template .content-container .text-col .content :last-child, .theme-html .block--custom-layout__content-template .content-container .text-col .content :last-child {
	padding: 0;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__contact-form, .theme-html .block--custom-layout__contact-form {
	padding: 102px 0;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form, .theme-html .block--custom-layout__contact-form {
		padding: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block, .theme-html .block--custom-layout__contact-form .container-block {
	table-layout: fixed;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block, .theme-html .block--custom-layout__contact-form .container-block {
		padding: 0;
	}
	
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block>div, .theme-html .block--custom-layout__contact-form .container-block>div {
		display: block;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .image-cell img, .theme-html .block--custom-layout__contact-form .container-block .image-cell img {
	vertical-align: bottom;
	border-radius: 60px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .image-cell img, .theme-html .block--custom-layout__contact-form .container-block .image-cell img {
		width: 100%;
		border-radius: 0;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .image-cell img, .theme-html .block--custom-layout__contact-form .container-block .image-cell img {
		display: none;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell, .theme-html .block--custom-layout__contact-form .container-block .form-cell {
	color: #333;
	padding-left: 68px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell, .theme-html .block--custom-layout__contact-form .container-block .form-cell {
		padding: 45px 20px 65px;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell h3, .theme-html .block--custom-layout__contact-form .container-block .form-cell h3 {
	letter-spacing: -.8px;
	padding-bottom: 15px;
	line-height: 44px;
	font-weight: 700;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell h3, .theme-html .block--custom-layout__contact-form .container-block .form-cell h3 {
		letter-spacing: -.6px;
		padding: 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell h6, .theme-html .block--custom-layout__contact-form .container-block .form-cell h6 {
	font-weight: 400;
	line-height: 30px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell h6, .theme-html .block--custom-layout__contact-form .container-block .form-cell h6 {
		font-size: 15px;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container {
	padding-top: 40px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container {
		padding-top: 30px;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container .forminator-module-edit-link, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container .forminator-module-edit-link {
	display: none;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-row:not(:last-child), .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-row:not(:last-child) {
		margin-bottom: 23px;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-checkbox__wrapper, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-checkbox__wrapper {
	align-items: center;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-checkbox__wrapper, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-checkbox__wrapper {
		margin-top: 40px;
	}
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-has_error .forminator-input, .block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-has_error .forminator-textarea, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-has_error .forminator-input, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-has_error .forminator-textarea {
	box-shadow: none;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 label, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 label {
	color: #333;
	font-size: 15px;
	line-height: 22.5px;
	font-weight: 400;
	margin-bottom: 8px;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 label .forminator-required, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 label .forminator-required {
	display: none;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 input, .block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 textarea, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 input, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 textarea {
	border-radius: 20px;
	padding: 12px 24px;
	font-size: 15px;
	line-height: 23px;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 textarea, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 textarea {
	resize: none;
	height: 127px;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-checkbox-box, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-checkbox-box {
	border-radius: 5px;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-consent__label p, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-consent__label p {
	font-size: 16px;
	line-height: 24px;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-consent__label p a, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-consent__label p a {
	transition: .45s;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-consent__label p a:hover, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-consent__label p a:hover {
	opacity: .8;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-button-submit, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-button-submit {
	margin-top: 35px;
	padding: 24px 36px;
	font-size: 20px;
	line-height: 18px;
	font-weight: 700;
	border: 1px solid #df1f68;
	width: auto;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-button-submit:active, .block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-button-submit:hover, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-button-submit:active, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-button-submit:hover {
	box-shadow: none;
}

.block-editor-block-list__layout .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-field-date .forminator-datepicker, .theme-html .block--custom-layout__contact-form .container-block .form-cell .form-container form#forminator-module-542 .forminator-field-date .forminator-datepicker {
	padding-left: 35px;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container, .theme-html .block--custom-layout__printing-guide .print-container {
	padding: 60px 0 30px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container, .theme-html .block--custom-layout__printing-guide .print-container {
		padding: 30px 0;
	}
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .container-block, .theme-html .block--custom-layout__printing-guide .print-container .container-block {
	max-width: 1332px;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container, .theme-html .block--custom-layout__printing-guide .print-container .intro-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container h3, .theme-html .block--custom-layout__printing-guide .print-container .intro-container h3 {
	font-family: "DM Sans", serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container h3, .theme-html .block--custom-layout__printing-guide .print-container .intro-container h3 {
		width: 100%;
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container h3, .theme-html .block--custom-layout__printing-guide .print-container .intro-container h3 {
		font-size: 30px;
		line-height: 42px;
	}
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input {
	font-family: "DM Sans", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
	border: 1px solid #d9d9d9;
	background: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M19.6 21l-6.3-6.3A6.096 6.096 0 0 1 9.5 16c-1.817 0-3.354-.63-4.612-1.888C3.63 12.853 3.001 11.316 3 9.5c0-1.816.629-3.353 1.888-4.612C6.148 3.629 7.685 3 9.5 3s3.353.63 4.613 1.888C15.373 6.147 16.002 7.684 16 9.5a6.096 6.096 0 0 1-1.3 3.8l6.3 6.3-1.4 1.4zM9.5 14c1.25 0 2.313-.437 3.188-1.312S14.001 10.751 14 9.5c0-1.25-.438-2.313-1.312-3.187C11.814 5.439 10.751 5.001 9.5 5c-1.251-.001-2.314.436-3.187 1.313C5.44 7.19 5.002 8.252 5 9.5c-.002 1.248.436 2.31 1.313 3.188.877.877 1.94 1.315 3.187 1.312z\" fill=\"%23000\"/></svg>");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 24px 24px;
	width: 450px;
	padding: 17px 22px;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input.nitro-lazy, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input.nitro-lazy {
	background-image: none !important;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input {
		width: 100%;
	}
}

@media (max-width:400px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input {
		padding: 15px 10px;
	}
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input::-webkit-search-cancel-button, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input::-webkit-input-placeholder, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input::-webkit-input-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input::-moz-placeholder, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input::-moz-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input::-ms-input-placeholder, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input::-ms-input-placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input::placeholder, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input::placeholder {
	color: #aeaeae;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .intro-container input:focus-visible, .theme-html .block--custom-layout__printing-guide .print-container .intro-container input:focus-visible {
	outline: none;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container, .theme-html .block--custom-layout__printing-guide .print-container .listing-container {
	padding-top: 84px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 36px 12px;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container, .theme-html .block--custom-layout__printing-guide .print-container .listing-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container, .theme-html .block--custom-layout__printing-guide .print-container .listing-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-top: 20px;
	}
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container .list-item, .theme-html .block--custom-layout__printing-guide .print-container .listing-container .list-item {
	display: none;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container .list-item a, .theme-html .block--custom-layout__printing-guide .print-container .listing-container .list-item a {
	text-decoration: none;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container .list-item img, .theme-html .block--custom-layout__printing-guide .print-container .listing-container .list-item img {
	vertical-align: bottom;
	padding-bottom: 13px;
	width: 100%;
	height: 273px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container .list-item img, .theme-html .block--custom-layout__printing-guide .print-container .listing-container .list-item img {
		padding-bottom: 8px;
		-o-object-position: center;
		object-position: center;
	}
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container .list-item .title, .theme-html .block--custom-layout__printing-guide .print-container .listing-container .list-item .title {
	font-family: "DM Sans", serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
	color: #000;
	margin-bottom: 2px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container .list-item .title, .theme-html .block--custom-layout__printing-guide .print-container .listing-container .list-item .title {
		margin-bottom: 8px;
	}
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .print-container .listing-container .list-item .date, .theme-html .block--custom-layout__printing-guide .print-container .listing-container .list-item .date {
	color: #df1f68;
	text-transform: uppercase;
	margin: 0;
}

.block-editor-block-list__layout .block--custom-layout__printing-guide .view-all, .theme-html .block--custom-layout__printing-guide .view-all {
	text-align: center;
	padding-top: 80px;
}

@media (max-width:767px) {
	.block-editor-block-list__layout .block--custom-layout__printing-guide .view-all, .theme-html .block--custom-layout__printing-guide .view-all {
		padding-top: 20px;
		text-align: left;
	}
}

.block-editor-block-list__layout #font-preloader, .theme-html #font-preloader {
	opacity: 0;
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.block-editor-block-list__layout #font-preloader span, .theme-html #font-preloader span {
	line-height: 0;
	font-size: 0;
}

.block-editor-block-list__layout #font-preloader .font-fam-1, .block-editor-block-list__layout #font-preloader .font-fam-2, .block-editor-block-list__layout #font-preloader .font-fam-3, .theme-html #font-preloader .font-fam-1, .theme-html #font-preloader .font-fam-2, .theme-html #font-preloader .font-fam-3 {
	font-family: "DM Sans", serif;
}

.block-editor-block-list__layout, .block-editor-block-list__layout.loaded, .theme-html, .theme-html.loaded {
	margin-top: 0 !important;
}

.block-editor-block-list__layout #wpadminbar, .theme-html #wpadminbar {
	opacity: .5;
}

@media (max-width:1024px) {
	.block-editor-block-list__layout #wpadminbar, .theme-html #wpadminbar {
		display: none !important;
	}
}

.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1);
}

.fa-flip-vertical {
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-haykal:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-nintendo-switch:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}
