
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-oxyninja-slider .oxy-dynamic-list {
	display: flex !important;
	flex-direction: row !important;
	align-items: unset;
	justify-content: unset;
	flex-wrap: unset;
}

.oxy-oxyninja-slider {
	width: 100%;
	position: relative;
}

.oxy-oxyninja-slider img {
	object-fit: cover;
}

#glightbox-body {
	z-index: 9999999999 !important;
}

.oxy-oxyninja-slider:focus, .oxy-oxyninja-slider *:focus {
	outline: 0;
}

.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
	display: flex;
	width: -webkit-max-content;
	width: max-content;
	will-change: transform;
}

.splide__track > .splide__list {
	width: 100%;
}

.splide__track > .splide__list > .splide__slide {
	transform: translate3d(0px, 0, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	-o-transform: translate3d(0px, 0, 0);
	will-change: inherit;
}

.splide__list > .splide__slide:first-child {
	z-index: 2;
}

.splide--fade > .splide__track>.splide__list {
	display: flex !important;
}

.on-product-badges {
	position: absolute;
	z-index: 9;
}

.on-product-badges span:not(:first-of-type) {
	margin-left: 5px;
}

.on-product-badges span.on-new, .on-product-badges span.on-custom-badge, .on-product-badges span.on-sale {
	display: inline-block;
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .8;
}

.oxy-pro-media-player .oxy-pro-media-player_play {
	--extras-play-icon-size: 60px;
}

.oxy-pro-media-player .oxy-pro-media-player_play button:hover {
	--vm-play-scale: 1;
}

.oxy-pro-media-player .oxy-pro-media-player_play button {
	transition-duration: .3s;
}

.oxy-pro-media-player vime-player {
	--vm-control-scale: .9;
	--extras-slider-height: 2px;
	--vm-control-group-spacing: 12px;
	--vm-controls-padding: 15px;
	--vm-controls-spacing: 15px;
	--vm-time-font-size: 13px;
	--vm-control-border-radius: 3px;
	--extras-spinner-size: 80px;
	--vm-spinner-thickness: 3px;
	--vm-spinner-spin-duration: 1s;
	--vm-tooltip-spacing: 3px;
	--vm-tooltip-padding: 3px;
}

.oxy-pro-media-player .oxy-pro-media-player_custom-image {
	--extras-poster-left: 50%;
	--extras-poster-top: 50%;
}

.oxy-pro-media-player vime-player.video {
	height: 0;
	overflow: hidden;
}

.oxy-pro-media-player .extras-in-builder vime-spinner {
	opacity: 0;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1440px;
}

body {
	font-family: "Manrope";
}

body {
	line-height: 2;
	font-size: 18px;
	font-weight: 400;
	color: #404040;
}

.oxy-nav-menu-hamburger-line {
	background-color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab";
	font-size: 72px;
	font-weight: 600;
	line-height: 6;
	color: #000;
}

h2, h3, h4, h5, h6 {
	font-size: 48px;
	font-weight: 600;
	line-height: 4;
	color: #000;
}

h3, h4, h5, h6 {
	font-size: 30px;
	font-weight: 600;
	line-height: 2.5;
	color: #000;
}

h4, h5, h6 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.95;
	color: #000;
}

h5, h6 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #e0024b;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {
	color: #e0024b;
}

.ct-link {
	color: #e0024b;
}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.oxel-vidlist {
	width: 100%;
}

.oxel-vidlist__columns {
	width: 100%;
	position: relative;
}

.oxel-vidlist__columns:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__columns.oxy-easy-posts .oxy-posts, .oxel-vidlist__columns.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.oxel-vidlist__columns {}
	
	.oxel-vidlist__columns:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__columns.oxy-easy-posts .oxy-posts, .oxel-vidlist__columns.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.oxel-vidlist__column--left {
	width: 60%;
	text-align: center;
}

.oxel-vidlist__column--left:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__column--left.oxy-easy-posts .oxy-posts, .oxel-vidlist__column--left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel-vidlist__column--right {
	right: 0px;
	width: 40%;
	text-align: left;
	height: 100%;
	position: absolute;
	left: 60%;
	top: 0px;
	background-color: #cfd3d7;
}

.oxel-vidlist__column--right:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__column--right.oxy-easy-posts .oxy-posts, .oxel-vidlist__column--right.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 991px) {
	.oxel-vidlist__column--right {
		max-height: 200%;
	}
}

.oxel-vidlist__column {}

@media (max-width: 991px) {
	.oxel-vidlist__column {
		width: 100%;
		position: static;
	}
}

.oxel-vidlist__video {}

.oxel-vidlist__video--main {}

.oxel-vidlist__list-item:hover {
	background-color: #dee1e3;
}

.oxel-vidlist__list-item {
	width: 100%;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	text-align: left;
	color: initial;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel-vidlist__list-item:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__list-item.oxy-easy-posts .oxy-posts, .oxel-vidlist__list-item.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.oxel-vidlist__list-item-title {
	width: 70%;
}

.oxel-vidlist__icon {
	color: #606e79;
}

.oxel-vidlist__icon 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon {
	margin-left: 16px;
	margin-right: 16px;
	height: 32px;
}

.oxel-vidlist__icon--inactive {
	color: #606e79;
}

.oxel-vidlist__icon--inactive 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon--inactive {}

.oxel-vidlist__icon--active {
	color: #606e79;
}

.oxel-vidlist__icon--active 
>svg {
	width: 32px;
	height: 32px;
}

.oxel-vidlist__icon--active {}

.oxel-vidlist__list-item--active {
	background-color: #dee1e3;
}

.oxel-vidlist__list-item-left {
	text-align: center;
}

.oxel-vidlist__list-item-left:not(.ct-section):not(.oxy-easy-posts), .oxel-vidlist__list-item-left.oxy-easy-posts .oxy-posts, .oxel-vidlist__list-item-left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.c-bg-light {
	background-color: #f9f9fb;
}

.c-h3 {
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-heading-dark {
	color: #000;
}

.c-bg-accent {
	background-color: #e0024b;
}

.c-transition {
	transition-duration: .4s;
}

@media (max-width: 1440px) {}

.c-card-light {
	text-align: left;
	background-color: #fff;
	width: 100%;
	position: relative;
	border-radius: 7px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

.c-card-light:not(.ct-section):not(.oxy-easy-posts), .c-card-light.oxy-easy-posts .oxy-posts, .c-card-light.ct-section .ct-section-inner-wrap {
	display: flex;
}

@media (max-width: 1440px) {}

.c-padding-m {}

.c-gallery {}

.c-columns-m-2 {}

@media (max-width: 767px) {}

.c-columns-5 {}

.c-columns-l-4 {}

@media (max-width: 991px) {}

.c-row-span-2 {}

@media (max-width: 991px) {}

.c-margin-bottom-m {}

@media (max-width: 1440px) {}

@media (max-width: 991px) {}

.c-text-l {
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

.c-max-width-640 {
	max-width: 640px;
}

.c-margin-bottom-s {}

.c-shadow {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

.c-heading-light {
	color: #fff;
}

.c-text-light {
	color: #fff;
}

.c-text-m {
	font-weight: 300;
	line-height: 1.6;
}

@media (max-width: 1440px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-text-dark {
	color: #000;
}

.c-columns-s-1 {}

@media (max-width: 479px) {}

.c-columns-l-2 {}

@media (max-width: 991px) {}

.c-columns-gap-m {}

.c-columns-4 {}

.c-margin-bottom-xl {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

.c-h2 {
	font-weight: 600;
	line-height: 1.3;
	text-transform: none;
}

@media (max-width: 1440px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-link-light:hover {
	opacity: .8;
	color: #fff;
}

.c-link-light {
	color: #fff;
}

.c-link-light:not(.ct-section):not(.oxy-easy-posts), .c-link-light.oxy-easy-posts .oxy-posts, .c-link-light.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-center {
	text-align: center;
}

.c-center:not(.ct-section):not(.oxy-easy-posts), .c-center.oxy-easy-posts .oxy-posts, .c-center.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c-icon-accent-l {
	background-color: rgba(67, 83, 255, .05);
	border: 1px solid rgba(67, 83, 255, .05);
	padding: 24px;
	color: #e0024b;
}

.c-icon-accent-l 
>svg {
	width: 24px;
	height: 24px;
}

.c-icon-accent-l {
	box-shadow: 0px 15px 15px -15px rgba(67, 83, 255, .2);
}

@media (max-width: 991px) {
	.c-icon-accent-l {
		padding: 20px;
	}
	
	.c-icon-accent-l 
>svg {
		width: 20px;
		height: 20px;
	}
	
	.c-icon-accent-l {}
}

.c-link-l {
	font-size: 20px;
	font-weight: 500;
	text-decoration: underline;
}

.c-link-l:not(.ct-section):not(.oxy-easy-posts), .c-link-l.oxy-easy-posts .oxy-posts, .c-link-l.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 767px) {
	.c-link-l {
		font-size: 17px;
	}
}

.c-custom--card-1:after {
	background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .75));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
}

.c-custom--card-1:not(.ct-section):not(.oxy-easy-posts):after, .c-custom--card-1.oxy-easy-posts .oxy-posts:after, .c-custom--card-1.ct-section .ct-section-inner-wrap:after {
	display: block;
}

.c-custom--card-1 {
	background-size: cover;
	min-height: 400px;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-color: #e0024b;
}

.c-custom--card-1:not(.ct-section):not(.oxy-easy-posts), .c-custom--card-1.oxy-easy-posts .oxy-posts, .c-custom--card-1.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

@media (max-width: 479px) {
	.c-custom--card-1 {
		min-height: 300px;
	}
}

.c-custom--card-1-content {
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.c-custom--card-1-content:not(.ct-section):not(.oxy-easy-posts), .c-custom--card-1-content.oxy-easy-posts .oxy-posts, .c-custom--card-1-content.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c-rounded {
	border-radius: 7px;
	overflow: hidden;
}

.c-stretch {
	align-items: stretch;
}

.c-h1 {
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-heading-accent {
	color: #e0024b;
}

.c-columns-m-1 {}

@media (max-width: 767px) {}

.c-btn-m {
	font-size: 13px;
	padding-top: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 12px;
}

@media (max-width: 479px) {
	.c-btn-m {
		width: 100%;
		font-size: 12px;
	}
}

.c-btn-main:hover {
	transform: translateY(-5px);
	border-bottom-color: color(undefined);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	box-shadow: 0px 7px 25px -10px rgba(0, 0, 0, .5);
}

.c-btn-main {
	font-family: Roboto Slab;
	border-radius: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	letter-spacing: 1px;
	border-top-color: #e0024b;
	border-right-color: #e0024b;
	border-bottom-color: #e0024b;
	border-left-color: #e0024b;
	text-align: center;
	background-color: #e0024b;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, .5);
}

.c-btn-main:not(.ct-section):not(.oxy-easy-posts), .c-btn-main.oxy-easy-posts .oxy-posts, .c-btn-main.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.c-btn-main {
		font-size: 13px;
	}
}

@media (max-width: 479px) {
	.c-btn-main {
		width: 100%;
	}
}

.c-margin-bottom-l {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-h5 {
	font-weight: 600;
	text-align: left;
	line-height: 1.3;
}

.c-columns-3-2 {}

.c-columns-gap-l {}

.c-padding-top-l {}

.c-padding-bottom-l {}

.c-cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.c-middle-left {
	text-align: left;
}

.c-middle-left:not(.ct-section):not(.oxy-easy-posts), .c-middle-left.oxy-easy-posts .oxy-posts, .c-middle-left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.c-margin-right-s {}

@media (max-width: 767px) {}

.c-inline {}

.c-inline:not(.ct-section):not(.oxy-easy-posts), .c-inline.oxy-easy-posts .oxy-posts, .c-inline.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-padding-l {}

@media (max-width: 1440px) {}

@media (max-width: 767px) {}

.c-icon-check {
	color: #65d33d;
}

.c-icon-check 
>svg {
	width: 30px;
	height: 30px;
}

.c-icon-check {}

@media (max-width: 767px) {
	.c-icon-check {}
	
	.c-icon-check 
>svg {
		width: 25px;
		height: 25px;
	}
	
	.c-icon-check {}
}

.c-columns-2 {}

.c-columns-l-1 {}

@media (max-width: 991px) {}

.c-columns-gap-xl {}

.c-icon-accent-m {
	color: #e0024b;
}

.c-icon-accent-m 
>svg {
	width: 24px;
	height: 24px;
}

.c-icon-accent-m {}

.c-accent {
	color: #e0024b;
}

.c-columns-2-auto {}

@media (max-width: 767px) {}

.c-icon-dark-l {
	background-color: rgba(15, 15, 15, .05);
	border: 1px solid rgba(15, 15, 15, .05);
	padding: 24px;
	color: #000;
}

.c-icon-dark-l 
>svg {
	width: 24px;
	height: 24px;
}

.c-icon-dark-l {
	box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
	.c-icon-dark-l {}
	
	.c-icon-dark-l 
>svg {
		width: 30px;
		height: 30px;
	}
	
	.c-icon-dark-l {}
}

.c-btn-alt:hover {
	transform: translateY(-5px);
	color: #fff;
	background-color: #e0024b;
	box-shadow: 0px 7px 25px -10px rgba(0, 0, 0, .25);
}

.c-btn-alt {
	font-weight: 600;
	color: #e0024b;
	text-transform: uppercase;
	border-radius: 7px;
	background-color: #000;
	text-align: center;
	letter-spacing: 1px;
}

.c-btn-alt:not(.ct-section):not(.oxy-easy-posts), .c-btn-alt.oxy-easy-posts .oxy-posts, .c-btn-alt.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1440px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-btn-l {
	font-size: 17px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.c-btn-l {
		font-size: 15px;
	}
}

@media (max-width: 479px) {
	.c-btn-l {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		width: 100%;
	}
}

.c-tagline {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
}

.c-buttons {
	display: grid !important;
	grid-template-columns: auto auto;
	grid-gap: 15px;
	align-items: center;
}

@media (max-width: 1440px) {}

@media (max-width: 479px) {
	.c-buttons {
		grid-template-columns: 1fr;
		width: 100%;
	}
}

.c-divider {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	height: 2px;
	min-height: 2px;
	max-height: 2px;
	background-color: #e0024b;
	opacity: .6;
}

.c-max-width-960 {
	max-width: 960px;
}

.c-text-xl {
	font-weight: 500;
	max-width: 700px;
	line-height: 1.6;
}

@media (max-width: 1440px) {}

.c-margin-right-m {}

@media (max-width: 479px) {}

.c-link-m:hover {
	opacity: .8;
}

.c-link-m {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.c-link-m:not(.ct-section):not(.oxy-easy-posts), .c-link-m.oxy-easy-posts .oxy-posts, .c-link-m.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 767px) {
	.c-link-m {}
}

@media (max-width: 479px) {
	.c-link-m {
		font-size: 14px;
	}
}

.c-columns-2-3 {}

.c-bg-light-alt {
	background-color: #fff;
}

.c-text-s {
	font-weight: 300;
}

.c-margin-right-xs {}

.c-relative {
	position: relative;
}

.c-left {
	text-align: left;
}

.c-left:not(.ct-section):not(.oxy-easy-posts), .c-left.oxy-easy-posts .oxy-posts, .c-left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.c-bg-accent-alt {
	background-color: #000;
}

.oxel-breadcrumb-wrapper {
	width: 100%;
}

.oxel-breadcrumb-code {
	width: 100%;
}

.oxel_horizontal_divider {
	color: #e0024b;
	width: 40vw;
}

@media (max-width: 479px) {
	.oxel_horizontal_divider {
		width: 100%;
	}
}

.oxel_horizontal_divider__line {
	background-color: #e0024b;
	color: #e0024b;
	border-top-color: #e0024b;
	border-right-color: #e0024b;
	border-bottom-color: #e0024b;
	border-left-color: #e0024b;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

@media (max-width: 479px) {
	.oxel_horizontal_divider__line {}
}

.oxel_horizontal_divider__icon {
	color: #98a1a8;
}

.oxel_horizontal_divider__icon 
>svg {
	width: 16px;
	height: 16px;
}

.oxel_horizontal_divider__icon {
	flex-shrink: 0;
}

.oxel_horizontal_divider__icon:not(.ct-section):not(.oxy-easy-posts), .oxel_horizontal_divider__icon.oxy-easy-posts .oxy-posts, .oxel_horizontal_divider__icon.ct-section .ct-section-inner-wrap {
	display: flex;
}

.c-columns-3 {}

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

.c-h4 {
	font-weight: 600;
	line-height: 1.3;
}

@media (max-width: 479px) {}

.c-margin-bottom-xs {}

.c-link-accent {
	color: #e0024b;
}

.c-card-has-hover:hover {
	transform: translateY(-7px);
}

.c-card-has-hover {}

.oxel_iconlist {
	max-width: 100%;
}

.oxel_iconlist__row {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 100%;
	margin-top: 0px;
}

.oxel_iconlist__row:not(.ct-section):not(.oxy-easy-posts), .oxel_iconlist__row.oxy-easy-posts .oxy-posts, .oxel_iconlist__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_iconlist__row__icon {
	color: #7f8b93;
}

.oxel_iconlist__row__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_iconlist__row__icon {
	margin-left: 1px;
	margin-right: 32px;
}

.oxel_iconlist__row__label {
	color: #e0024b;
}

.oxel_iconlist__row--dark {
	background-color: #eceeef;
}

.oxel_flipbox {
	width: 100%;
	position: relative;
}

.oxel_flipbox__front {
	background-size: cover;
	width: 100%;
	text-align: center;
	padding-top: 75px;
	padding-right: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
	background-position: 50% 50%;
}

.oxel_flipbox__front:not(.ct-section):not(.oxy-easy-posts), .oxel_flipbox__front.oxy-easy-posts .oxy-posts, .oxel_flipbox__front.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel_flipbox__back {
	background-size: cover;
	transform: rotateY(180deg);
	width: 100%;
	text-align: center;
	background-color: #374047;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-left: 32px;
	background-position: 50% 50%;
}

.oxel_flipbox__back:not(.ct-section):not(.oxy-easy-posts), .oxel_flipbox__back.oxy-easy-posts .oxy-posts, .oxel_flipbox__back.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c-header {
	z-index: 30;
	width: 100%;
}

.c-header:not(.ct-section):not(.oxy-easy-posts), .c-header.oxy-easy-posts .oxy-posts, .c-header.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.c-header-contact {
	display: grid !important;
	grid-template-columns: auto auto;
	grid-gap: .8rem;
}

@media (max-width: 991px) {
	.c-header-contact {
		display: none !important;
	}
	
	.c-header-contact:not(.ct-section):not(.oxy-easy-posts), .c-header-contact.oxy-easy-posts .oxy-posts, .c-header-contact.ct-section .ct-section-inner-wrap {
		flex-direction: unset;
	}
}

.c-social-icon:hover {
	color: #e0024b;
}

.c-social-icon:hover {}

.c-social-icon {
	color: #000;
}

.c-social-icon 
>svg {
	width: 20px;
	height: 20px;
}

.c-social-icon {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.c-social-icon {}
	
	.c-social-icon 
>svg {
		width: 17px;
		height: 17px;
	}
	
	.c-social-icon {
		margin-left: 0px;
	}
}

.c-logo {
	width: auto;
	max-height: 35px;
}

@media (max-width: 991px) {
	.c-logo {
		width: auto;
		height: 30px;
	}
}

@media (max-width: 767px) {}

.c-bg-dark {
	background-color: #eef3f6;
}

.c-columns-6 {}

.c-footer-link-light:hover {
	color: #fff;
}

.c-footer-link-light {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition-duration: .6s;
}

.c-follow-light:hover {
	color: #e0024b;
}

.c-follow-light:hover {
	background-color: rgba(255, 255, 255, .15);
}

.c-follow-light {
	color: #fff;
}

.c-follow-light 
>svg {
	width: 18px;
	height: 18px;
}

.c-follow-light {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 15px !important;
}

.c-footer-heading-light {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.c-col-span-2 {}

@media (max-width: 991px) {}

.c-footer-row {
	width: 100%;
	text-align: justify;
}

.c-footer-row:not(.ct-section):not(.oxy-easy-posts), .c-footer-row.oxy-easy-posts .oxy-posts, .c-footer-row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.c-footer-row {
		text-align: left;
	}
	
	.c-footer-row:not(.ct-section):not(.oxy-easy-posts), .c-footer-row.oxy-easy-posts .oxy-posts, .c-footer-row.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.c-divider-full-light {
	width: 100%;
	height: 1px;
	margin-bottom: clamp(12px, 3.5vmin, 30px);
	margin-top: clamp(12px, 3.5vmin, 30px);
	background-color: #353535;
}

.c-icon-dark-s {
	color: #000;
}

.c-icon-dark-s 
>svg {
	width: 18px;
	height: 18px;
}

.c-icon-dark-s {}

.c-menu {
	transition-duration: .6s;
}

.c-menu:not(.ct-section):not(.oxy-easy-posts), .c-menu.oxy-easy-posts .oxy-posts, .c-menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 991px) {
	.c-menu {
		background-color: #f9f9fb;
	}
}

@media (max-width: 767px) {}

.c-menu-open {
	text-align: center;
}

.c-menu-open:not(.ct-section):not(.oxy-easy-posts), .c-menu-open.oxy-easy-posts .oxy-posts, .c-menu-open.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.c-menu-open {
		width: 100%;
		text-align: left;
	}
	
	.c-menu-open:not(.ct-section):not(.oxy-easy-posts), .c-menu-open.oxy-easy-posts .oxy-posts, .c-menu-open.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.c-menu-link:hover {
	color: #e0024b;
}

.c-menu-link {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}

.c-menu-link:not(.ct-section):not(.oxy-easy-posts), .c-menu-link.oxy-easy-posts .oxy-posts, .c-menu-link.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-menu-dropdown {}

.c-submenu-2 {
	position: absolute;
	top: 90%;
	background-color: #fff;
	border-radius: 5px;
	transition-duration: .4s;
	text-align: left;
	overflow: hidden;
	box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, .1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.c-submenu-2:not(.ct-section):not(.oxy-easy-posts), .c-submenu-2.oxy-easy-posts .oxy-posts, .c-submenu-2.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.c-submenu-2 {
		position: relative;
		max-height: 10000px;
		background-color: #f9f9fb;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	}
}

.c-submenu-2-single {}

.c-header-mobile-toggle {}

@media (max-width: 991px) {
	.c-header-mobile-toggle {
		padding-left: 0px;
	}
}

.c-submenu-2-double {}

.c-submenu-2-triple {}

.c-menu-link-small:hover {
	color: #e0024b;
}

.c-menu-link-small {
	font-size: 11px;
	font-weight: 300;
	color: #000;
}

.c-divider-full-dark {
	background-color: #e8e8e8;
	width: 100%;
	height: 1px;
	margin-top: clamp(12px, 3.5vmin, 30px);
	margin-bottom: clamp(12px, 3.5vmin, 30px);
}

.c-bg-dark-alt {
	background-color: #353535;
}

.c-owl-m {}

.c-text-accent {
	color: #e0024b;
}

.c-columns-gap-s {}

.c-icon-dark-m {
	color: #000;
}

.c-icon-dark-m 
>svg {
	width: 24px;
	height: 24px;
}

.c-icon-dark-m {}

.c-card-accent {
	background-color: #e0024b;
	border-radius: 7px;
	width: 100%;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

.c-card-accent:not(.ct-section):not(.oxy-easy-posts), .c-card-accent.oxy-easy-posts .oxy-posts, .c-card-accent.ct-section .ct-section-inner-wrap {
	display: flex;
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-btn-transparent:hover {
	transform: translateY(-5px);
	background-color: #fff;
	color: #e0024b;
}

.c-btn-transparent {
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 7px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}

.c-btn-transparent:not(.ct-section):not(.oxy-easy-posts), .c-btn-transparent.oxy-easy-posts .oxy-posts, .c-btn-transparent.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width: 479px) {}

.c-card-dark {
	width: 100%;
	border-radius: 7px;
	background-color: #eef3f6;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-h6 {
	line-height: 1.3;
	font-weight: 600;
}

.c-columns-l-3 {}

@media (max-width: 991px) {}

.c-col-span-3 {}

.c-columns-gap-xs {}

.c-padding-right-xs {}

.c-padding-right-s {}

.c-padding-left-m {}

.c-padding-right-m {}

.c-padding-right-l {}

.c-padding-right-xl {}

.c-padding-right-xxl {}

.c-border-light {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e8e8e8;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	border-left-color: #e8e8e8;
}

.c-middle-center {
	text-align: center;
}

.c-middle-center:not(.ct-section):not(.oxy-easy-posts), .c-middle-center.oxy-easy-posts .oxy-posts, .c-middle-center.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c-opacity-50 {
	opacity: .5;
}

.c-right-self {
	margin-left: auto;
}

.c-uppercase {
	text-transform: uppercase;
}

.c-lowercase {
	text-transform: lowercase;
}

.c-underline {
	text-decoration: underline;
}

.c-bold {
	font-weight: 600;
}

.c-italic {
	font-style: italic;
}

.c-owl-s {}

.typo-row {
	background-color: #fff;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	justify-items: center;
	align-items: center;
	grid-gap: var(--s-space);
	font-size: var(--s-text);
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.typo-row {
		grid-template-columns: repeat(3, 1fr);
		justify-items: center;
		grid-gap: var(--xl-space);
	}
}

.color-block {
	padding: var(--s-space);
}

.icon-block {
	text-align: center;
	border-radius: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #e8e8e8;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	border-left-color: #e8e8e8;
	width: 100%;
	background-color: #fff;
	height: 80px;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0);
}

.icon-block:not(.ct-section):not(.oxy-easy-posts), .icon-block.oxy-easy-posts .oxy-posts, .icon-block.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.spacing-block:after {
	position: absolute;
	top: -25%;
	right: 0px;
	width: 2px;
	height: 150%;
	background-color: #000;
	content: "";
}

.spacing-block {
	background-color: #000;
	position: relative;
	height: 50px;
	margin-right: var(--xs-space);
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.spacing-row {
	width: 100%;
	border-radius: 7px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: var(--s-space);
	align-items: center;
}

.var-position {
	position: absolute;
	bottom: var(--s-space);
}

.c-btn-xs {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.c-btn-s {
	font-size: 12px;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 7px;
}

@media (max-width: 479px) {
	.c-btn-s {
		font-size: 11px;
	}
}

.c-btn-xl {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 20px;
}

@media (max-width: 991px) {
	.c-btn-xl {
		font-size: 17px;
	}
}

@media (max-width: 479px) {
	.c-btn-xl {
		width: 100%;
		font-size: 15px;
	}
}

.c-card-transparent {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .2);
}

.c-card-transparent:not(.ct-section):not(.oxy-easy-posts), .c-card-transparent.oxy-easy-posts .oxy-posts, .c-card-transparent.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 1440px) {}

.c-card-on-hover:hover {
	transform: translateY(-10px);
	background-color: #fff;
	box-shadow: 0px 25px 35px -14px rgba(0, 0, 0, .15);
}

.c-card-on-hover {
	border-radius: 7px;
}

@media (max-width: 1440px) {
	.c-card-on-hover {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.c-h1-fat {
	font-weight: 700;
	font-size: 65px;
	line-height: 1.2;
	max-width: 800px;
}

@media (max-width: 1440px) {
	.c-h1-fat {
		font-size: 55px;
	}
}

@media (max-width: 991px) {
	.c-h1-fat {
		font-size: 45px;
	}
}

@media (max-width: 479px) {
	.c-h1-fat {
		font-size: 40px;
	}
}

.c-tagline-alt {
	background-color: #000;
	border-radius: 7px;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: 600;
	color: #e0024b;
}

.c-icon-accent-s {
	color: #e0024b;
}

.c-icon-accent-s 
>svg {
	width: 18px;
	height: 18px;
}

.c-icon-accent-s {}

.c-icon-light-s {
	color: #fff;
}

.c-icon-light-s 
>svg {
	width: 18px;
	height: 18px;
}

.c-icon-light-s {}

.c-icon-light-m {
	color: #fff;
}

.c-icon-light-m 
>svg {
	width: 24px;
	height: 24px;
}

.c-icon-light-m {}

.c-icon-light-l {
	background-color: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .05);
	padding: 24px;
	color: #fff;
}

.c-icon-light-l 
>svg {
	width: 24px;
	height: 24px;
}

.c-icon-light-l {}

.c-bg-gradient {
	background-image: linear-gradient(90deg, #0009c4, #200696);
}

@media (max-width: 479px) {
	.c-bg-gradient {}
}

.c-bg-blur-s {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.c-bg-blur-m {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.c-bg-blur-l {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.c-bg-blur-xl {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.c-avatar-xs {
	height: clamp(20px, 2vw, 30px);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-radius: 100%;
	width: clamp(20px, 2vw, 30px);
	object-fit: cover;
}

.c-avatar-s {
	border-radius: 100%;
	width: clamp(30px, 3vw, 40px);
	height: clamp(30px, 3vw, 40px);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	object-fit: cover;
}

@media (max-width: 1440px) {}

@media (max-width: 767px) {}

.c-avatar-m {
	background-size: cover;
	width: clamp(40px, 4vw, 60px);
	height: clamp(40px, 4vw, 60px);
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-radius: 100%;
	background-position: 50% 50%;
	object-fit: cover;
}

.c-avatar-l {
	border-radius: 100%;
	width: clamp(50px, 5vw, 80px);
	height: clamp(50px, 5vw, 80px);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	object-fit: cover;
}

@media (max-width: 1440px) {}

@media (max-width: 479px) {}

.c-avatar-xl {
	background-size: cover;
	background-repeat: no-repeat;
	width: clamp(70px, 6.5vw, 140px);
	height: clamp(70px, 6.5vw, 140px);
	border-radius: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background-position: 50% 50%;
	box-shadow: 0px 25px 35px -14px rgba(0, 0, 0, .2);
	object-fit: cover;
}

@media (max-width: 991px) {}

.c-link-dark:hover {
	color: #e0024b;
}

.c-link-dark {
	color: #000;
}

.c-link-s {
	font-size: 13px;
	font-weight: 600;
}

.c-link-s:not(.ct-section):not(.oxy-easy-posts), .c-link-s.oxy-easy-posts .oxy-posts, .c-link-s.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-link-xl {
	font-size: 22px;
	font-weight: 500;
}

.c-link-xl:not(.ct-section):not(.oxy-easy-posts), .c-link-xl.oxy-easy-posts .oxy-posts, .c-link-xl.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.c-border-dark {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #474747;
	border-right-color: #474747;
	border-bottom-color: #474747;
	border-left-color: #474747;
}

.c-3d-down {
	transform: perspective(1000px) rotateX(-20deg);
}

.c-3d-left {
	transform: perspective(1000px) rotatey(20deg);
}

.c-3d-right {
	transform: perspective(1000px) rotatey(-20deg);
}

.c-3d-up {
	transform: perspective(1000px) rotateX(20deg);
}

.c-hover-3d-down:hover {
	transform: perspective(1000px);
	transform: perspective(1000px) rotateX(-20deg);
}

.c-hover-3d-down {
	-webkit-perspective: 0;
	perspective: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.c-hover-3d-left:hover {
	transform: perspective(1000px) rotateY(20deg);
}

.c-hover-3d-left {
	-webkit-perspective: 0;
	perspective: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.c-hover-3d-right:hover {
	transform: perspective(1000px) rotateY(-20deg);
}

.c-hover-3d-right {
	-webkit-perspective: 0;
	perspective: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.c-hover-3d-up:hover {
	transform: perspective(1000px);
	transform: perspective(1000px) rotateX(20deg);
}

.c-hover-3d-up {
	-webkit-perspective: 0;
	perspective: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.c-hover-move-down:hover {
	transform: translateY(10px);
}

.c-hover-move-down {}

.c-hover-move-left:hover {
	transform: translate(-10px);
}

.c-hover-move-left {}

.c-hover-move-right:hover {
	transform: translate(10px);
}

.c-hover-move-right {}

.c-hover-move-up:hover {
	transform: translateY(-10px);
}

.c-hover-move-up {}

.c-hover-scale:hover {
	transform: scale(1.05, 1.05);
}

.c-hover-scale {}

.c-hover-scale-up:hover {
	transform: scale(1.05, 1.05) translateY(-10px);
}

.c-hover-scale-up {}

.c-margin-xs {}

.c-margin-s {}

.c-margin-m {}

.c-margin-l {}

.c-margin-xl {}

.c-margin-xxl {}

.c-margin-left-xs {}

.c-margin-left-s {}

.c-margin-left-m {}

.c-margin-left-l {}

.c-margin-left-xl {}

.c-margin-left-xxl {}

.c-margin-right-l {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.c-margin-right-xl {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

.c-margin-right-xxl {}

.c-margin-top-xs {}

.c-margin-top-s {}

.c-margin-top-m {}

.c-margin-top-l {}

.c-margin-top-xl {}

.c-margin-top-xxl {}

.c-margin-bottom-xxl {}

.c-padding-xs {}

.c-padding-s {}

.c-padding-xl {}

@media (max-width: 1440px) {}

@media (max-width: 767px) {}

.c-padding-xxl {}

.c-padding-left-xs {}

.c-padding-left-s {}

.c-padding-left-l {}

.c-padding-left-xl {}

.c-padding-left-xxl {}

.c-padding-top-xs {}

.c-padding-top-s {}

.c-padding-top-m {}

.c-padding-top-xl {}

.c-padding-top-xxl {}

.c-padding-bottom-xs {}

.c-padding-bottom-s {}

.c-padding-bottom-m {}

.c-padding-bottom-xl {}

.c-padding-bottom-xxl {}

.c-owl-xs {}

.c-owl-l {}

.c-owl-xl {}

.c-owl-xxl {}

.c-columns-gap-xxl {}

@media (max-width: 991px) {}

.c-columns-1-2 {}

.c-columns-1-3 {}

.c-columns-2-1 {}

.c-columns-3-1 {}

.c-columns-xl-1 {}

.c-columns-xl-2 {}

.c-columns-xl-3 {}

.c-columns-xl-4 {}

.c-columns-xl-5 {}

.c-columns-m-3 {}

@media (max-width: 767px) {}

.c-columns-s-2 {}

@media (max-width: 479px) {}

.c-row-span-3 {}

.c-row-span-4 {}

.c-row-span-5 {}

.c-row-span-6 {}

.c-row-span-7 {
	grid-row: span 7/span 7;
}

.c-row-span-l-1 {}

.c-row-span-l-2 {}

.c-row-span-l-3 {}

.c-row-span-l-4 {}

.c-row-span-l-5 {}

.c-row-span-l-6 {}

.c-row-span-m-1 {}

.c-row-span-m-2 {}

.c-row-span-m-3 {}

.c-row-span-m-4 {}

.c-row-span-m-5 {}

.c-row-span-m-6 {}

.c-row-span-s-1 {}

.c-row-span-s-2 {}

.c-row-span-s-3 {}

.c-row-span-s-4 {}

.c-row-span-s-5 {}

.c-row-span-s-6 {}

.c-row-span-xl-1 {}

.c-row-span-xl-2 {}

@media (max-width: 1440px) {}

.c-row-span-xl-3 {}

.c-row-span-xl-4 {}

.c-row-span-xl-5 {}

.c-row-span-xl-6 {}

.c-row-start-1 {}

.c-row-start-2 {}

.c-row-start-3 {}

.c-row-start-4 {}

.c-row-start-5 {}

.c-row-start-6 {}

.c-row-start-l-1 {}

.c-row-start-l-2 {}

.c-row-start-l-3 {}

.c-row-start-l-4 {}

.c-row-start-l-5 {}

.c-row-start-l-6 {}

.c-row-start-m-1 {}

.c-row-start-m-2 {}

.c-row-start-m-3 {}

.c-row-start-m-4 {}

.c-row-start-m-5 {}

.c-row-start-m-6 {}

.c-row-start-s-1 {}

.c-row-start-s-3 {}

.c-row-start-s-4 {}

.c-row-start-s-5 {}

.c-row-start-s-6 {}

.c-row-start-xl-1 {}

.c-row-start-xl-2 {}

.c-row-start-xl-3 {}

.c-row-start-xl-4 {}

.c-row-start-xl-5 {}

.c-row-start-xl-6 {}

.c-col-span-4 {}

.c-col-span-5 {}

.c-col-span-6 {}

.c-col-span-l-1 {}

.c-col-span-l-2 {}

.c-col-span-l-3 {}

.c-col-span-l-4 {}

.c-col-span-l-5 {}

.c-col-span-l-6 {}

.c-col-span-m-1 {}

.c-col-span-m-2 {}

.c-col-span-m-3 {}

.c-col-span-m-4 {}

.c-col-span-m-5 {}

.c-col-span-m-6 {}

.c-col-span-s-1 {}

@media (max-width: 991px) {}

.c-col-span-s-2 {}

.c-col-span-s-3 {}

.c-col-span-s-4 {}

.c-col-span-s-5 {}

.c-col-span-s-6 {}

.c-col-span-xl-1 {}

.c-col-span-xl-2 {}

.c-col-span-xl-3 {}

.c-col-span-xl-4 {}

.c-col-span-xl-5 {}

.c-col-span-xl-6 {}

.c-col-start-2 {}

.c-col-start-l-1 {}

.c-col-start-l-2 {}

.c-col-start-l-3 {}

.c-col-start-l-4 {}

.c-col-start-l-5 {}

.c-col-start-l-6 {}

.c-col-start-m-1 {}

.c-col-start-m-2 {}

.c-col-start-m-3 {}

.c-col-start-m-4 {}

.c-col-start-m-5 {}

.c-col-start-m-6 {}

.c-col-start-s-1 {}

.c-col-start-s-2 {}

.c-col-start-s-3 {}

.c-col-start-s-4 {}

.c-col-start-s-5 {}

.c-col-start-s-6 {}

.c-col-start-xl-1 {}

.c-col-start-xl-2 {}

.c-col-start-xl-3 {}

.c-col-start-xl-4 {}

.c-col-start-xl-5 {}

.c-col-start-xl-6 {}

.c-right {
	text-align: right;
}

.c-right:not(.ct-section):not(.oxy-easy-posts), .c-right.oxy-easy-posts .oxy-posts, .c-right.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.c-middle-right {
	text-align: right;
}

.c-middle-right:not(.ct-section):not(.oxy-easy-posts), .c-middle-right.oxy-easy-posts .oxy-posts, .c-middle-right.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.c-top-center {
	text-align: center;
}

.c-top-center:not(.ct-section):not(.oxy-easy-posts), .c-top-center.oxy-easy-posts .oxy-posts, .c-top-center.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.c-top-left {
	text-align: left;
}

.c-top-left:not(.ct-section):not(.oxy-easy-posts), .c-top-left.oxy-easy-posts .oxy-posts, .c-top-left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.c-top-right {
	text-align: right;
}

.c-top-right:not(.ct-section):not(.oxy-easy-posts), .c-top-right.oxy-easy-posts .oxy-posts, .c-top-right.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}

.c-bottom-center {
	text-align: center;
}

.c-bottom-center:not(.ct-section):not(.oxy-easy-posts), .c-bottom-center.oxy-easy-posts .oxy-posts, .c-bottom-center.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.c-bottom-left {
	text-align: left;
}

.c-bottom-left:not(.ct-section):not(.oxy-easy-posts), .c-bottom-left.oxy-easy-posts .oxy-posts, .c-bottom-left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.c-bottom-right {
	text-align: right;
}

.c-bottom-right:not(.ct-section):not(.oxy-easy-posts), .c-bottom-right.oxy-easy-posts .oxy-posts, .c-bottom-right.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.c-left-self {
	margin-right: auto;
}

.c-center-self {
	margin-left: auto;
	margin-right: auto;
}

.c-max-width-320 {
	max-width: 320px;
}

.c-max-width-480 {
	max-width: 480px;
}

.c-max-width-1120 {
	max-width: 1120px;
}

.c-opacity-25 {
	opacity: .25;
}

.c-opacity-75 {
	opacity: .75;
}

.table_wrapper {}

.tr {}

@media (max-width: 767px) {
	.tr {}
	
	.tr:not(.ct-section):not(.oxy-easy-posts), .tr.oxy-easy-posts .oxy-posts, .tr.ct-section .ct-section-inner-wrap {
		display: grid;
		display: grid !important;
		align-items: stretch;
		grid-template-columns: repeat(1, minmax(0px, 1fr));
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}

.h2-underline {}

.center {}

.columns-1 {}

.c-columns-1 {}

.columns-m-1 {
	gap: 30px;
}

.columns-m-1:not(.ct-section):not(.oxy-easy-posts), .columns-m-1.oxy-easy-posts .oxy-posts, .columns-m-1.ct-section .ct-section-inner-wrap {
	gap: 30px;
}

/* GLOBAL TYPOGRAPHY VARIABLES */
html {
	font-size: 100%;
}

:root {
	--h1-fallback: 2.8rem;
	--h1: clamp(2.03rem, 1.61rem - -2.07vw, 3.42rem);
	--h2-fallback: 2.3rem;
	--h2: clamp(1.8rem, 1.49rem - -1.56vw, 2.85rem);
	--h3-fallback: 2rem;
	--h3: clamp(1.6rem, 1.37rem - -1.15vw, 2.38rem);
	--h4-fallback: 1.6rem;
	--h4: clamp(1.42rem, 1.26rem - -.82vw, 1.98rem);
	--h5-fallback: 1.35rem;
	--h5: clamp(1.27rem, 1.15rem - -.57vw, 1.65rem);
	--h6-fallback: 1.2rem;
	--h6: clamp(1.13rem, 1.05rem - -.37vw, 1.38rem);
	--s-text-fallback: .85rem;
	--s-text: .85rem;
	--m-text-fallback: 1rem;
	--m-text: 1rem;
	--l-text-fallback: 1rem;
	--l-text: clamp(1rem, .82rem - -.4vw, 1.2rem);
	--xl-text-fallback: 1.2rem;
	--xl-text: clamp(1.1rem, .98rem - -.48vw, 1.4rem);
}

/* GLOBAL SPACING VARIABLES */
:root {
	--xs-space-fallback: 1vmin;
	--xs-space: clamp(4px, 1vmin, 10px);
	--s-space-fallback: 2vmin;
	--s-space: clamp(8px, 2vmin, 20px);
	--m-space-fallback: 3.5vmin;
	--m-space: clamp(12px, 3.5vmin, 30px);
	--l-space-fallback: 5vmin;
	--l-space: clamp(20px, 5vmin, 50px);
	--xl-space-fallback: 7vmin;
	--xl-space: clamp(32px, 7vmin, 80px);
	--xxl-space-fallback: 12vmin;
	--xxl-space: clamp(52px, 12vmin, 130px);
}

/* COLUMNS - DESKTOP */

/* ----------------- */
.c-columns-2-auto {
	display: grid !important;
	grid-template-columns: auto auto;
	width: 100%;
}

.c-columns-6 {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr);
	width: 100%;
}

.c-columns-5 {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
}

.c-columns-4 {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.c-columns-3 {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.c-columns-2 {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.c-columns-3-2 {
	display: grid !important;
	grid-template-columns: 3fr 2fr;
	width: 100%;
}

.c-columns-2-3 {
	display: grid !important;
	grid-template-columns: 2fr 3fr;
	width: 100%;
}

.c-columns-1-2 {
	display: grid !important;
	grid-template-columns: 1fr 2fr;
	width: 100%;
}

.c-columns-2-1 {
	display: grid !important;
	grid-template-columns: 2fr 1fr;
	width: 100%;
}

.c-columns-3-1 {
	display: grid !important;
	grid-template-columns: 3fr 1fr;
	width: 100%;
}

.c-columns-1-3 {
	display: grid !important;
	grid-template-columns: 1fr 3fr;
	width: 100%;
}

/* ROW SPANS - DESKTOP - INCREASE CELL SIZE */
.c-row-span-2 {
	grid-row: span 2/span 2;
}

.c-row-span-3 {
	grid-row: span 3/span 3;
}

.c-row-span-4 {
	grid-row: span 4/span 4;
}

.c-row-span-5 {
	grid-row: span 5/span 5;
}

.c-row-span-6 {
	grid-row: span 6/span 6;
}

/* COLUMN SPANS - DESKTOP - INCREASE CELL SIZE */
.c-col-span-2 {
	grid-column: span 2/span 2;
}

.c-col-span-3 {
	grid-column: span 3/span 3;
}

.c-col-span-4 {
	grid-column: span 4/span 4;
}

.c-col-span-5 {
	grid-column: span 5/span 5;
}

.c-col-span-6 {
	grid-column: span 6/span 6;
}

/* ROW START - DESKTOP - POSITION OF THE ROW */
.c-row-start-1 {
	grid-row-start: 1;
}

.c-row-start-2 {
	grid-row-start: 2;
}

.c-row-start-3 {
	grid-row-start: 3;
}

.c-row-start-4 {
	grid-row-start: 4;
}

.c-row-start-5 {
	grid-row-start: 5;
}

.c-row-start-6 {
	grid-row-start: 6;
}

/* COLUMN START - DESKTOP - POSITION OF THE COLUMN */
.c-col-start-1 {
	grid-column-start: 1;
}

.c-col-start-2 {
	grid-column-start: 2;
}

.c-col-start-3 {
	grid-column-start: 3;
}

.c-col-start-4 {
	grid-column-start: 4;
}

.c-col-start-5 {
	grid-column-start: 5;
}

.c-col-start-6 {
	grid-column-start: 6;
}

/* COLUMNS - LAPTOP */

/* ---------------- */
@media only screen and (max-width: 1399px) {
	.c-columns-xl-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.c-columns-xl-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.c-columns-xl-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.c-columns-xl-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-xl-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - LAPTOP */
	.c-row-span-xl-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-xl-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-xl-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-xl-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-xl-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-xl-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - LAPTOP */
	.c-col-span-xl-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-xl-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-xl-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-xl-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-xl-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-xl-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - LAPTOP */
	.c-row-start-xl-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-xl-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-xl-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-xl-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-xl-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-xl-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - LAPTOP */
	.c-col-start-xl-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-xl-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-xl-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-xl-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-xl-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-xl-6 {
		grid-column-start: 6;
	}
}

/* COLUMNS - TABLET */

/* ---------------- */
@media only screen and (max-width: 991px) {
	.c-columns-l-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.c-columns-l-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.c-columns-l-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-l-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - TABLET */
	.c-row-span-l-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-l-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-l-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-l-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-l-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-l-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - TABLET */
	.c-col-span-l-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-l-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-l-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-l-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-l-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-l-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - LAPTOP */
	.c-row-start-l-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-l-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-l-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-l-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-l-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-l-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - LAPTOP */
	.c-col-start-l-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-l-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-l-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-l-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-l-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-l-6 {
		grid-column-start: 6;
	}
}

/* COLUMNS - MOBILE LANDSCAPE */

/* -------------------------- */
@media only screen and (max-width: 767px) {
	.c-columns-m-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.c-columns-m-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-m-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - MOBILE LANDSCAPE */
	.c-row-span-m-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-m-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-m-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-m-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-m-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-m-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - MOBILE LANDSCAPE */
	.c-col-span-m-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-m-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-m-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-m-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-m-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-m-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - MOBILE LANDSCAPE */
	.c-row-start-m-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-m-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-m-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-m-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-m-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-m-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - MOBILE LANDSCAPE */
	.c-col-start-m-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-m-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-m-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-m-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-m-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-m-6 {
		grid-column-start: 6;
	}
}

/* COLUMNS - MOBILE */

/* ---------------- */
@media only screen and (max-width: 479px) {
	.c-columns-s-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.c-columns-s-1 {
		grid-template-columns: 1fr;
	}
	
	/* ROW SPANS - MOBILE */
	.c-row-span-s-1 {
		grid-row: span 1/span 1;
	}
	
	.c-row-span-s-2 {
		grid-row: span 2/span 2;
	}
	
	.c-row-span-s-3 {
		grid-row: span 3/span 3;
	}
	
	.c-row-span-s-4 {
		grid-row: span 4/span 4;
	}
	
	.c-row-span-s-5 {
		grid-row: span 5/span 5;
	}
	
	.c-row-span-s-6 {
		grid-row: span 6/span 6;
	}
	
	/* COLUMN SPANS - MOBILE */
	.c-col-span-s-1 {
		grid-column: span 1/span 1;
	}
	
	.c-col-span-s-2 {
		grid-column: span 2/span 2;
	}
	
	.c-col-span-s-3 {
		grid-column: span 3/span 3;
	}
	
	.c-col-span-s-4 {
		grid-column: span 4/span 4;
	}
	
	.c-col-span-s-5 {
		grid-column: span 5/span 5;
	}
	
	.c-col-span-s-6 {
		grid-column: span 6/span 6;
	}
	
	/* ROW START - MOBILE */
	.c-row-start-s-1 {
		grid-row-start: 1;
	}
	
	.c-row-start-s-2 {
		grid-row-start: 2;
	}
	
	.c-row-start-s-3 {
		grid-row-start: 3;
	}
	
	.c-row-start-s-4 {
		grid-row-start: 4;
	}
	
	.c-row-start-s-5 {
		grid-row-start: 5;
	}
	
	.c-row-start-s-6 {
		grid-row-start: 6;
	}
	
	/* COLUMN START - MOBILE */
	.c-col-start-s-1 {
		grid-column-start: 1;
	}
	
	.c-col-start-s-2 {
		grid-column-start: 2;
	}
	
	.c-col-start-s-3 {
		grid-column-start: 3;
	}
	
	.c-col-start-s-4 {
		grid-column-start: 4;
	}
	
	.c-col-start-s-5 {
		grid-column-start: 5;
	}
	
	.c-col-start-s-6 {
		grid-column-start: 6;
	}
}

/* OTHER */

/* ---------------- */

/* CSS GRID - GALLERIES AND LAYOUTS */
.c-gallery {
	align-items: stretch;
}

.c-gallery img {
	object-fit: cover;
}

/* GRID 1 */
.c-grid-1 {
	display: grid !important;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.c-grid-1 *:nth-child(1) {
	grid-area: 1/1/span 2/span 2;
}

.c-grid-1 *:nth-child(2) {
	grid-area: 1/3;
}

.c-grid-1 *:nth-child(3) {
	grid-area: 2/3;
}

@media only screen and (max-width: 767px) {
	.c-grid-1 {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1.5fr 1fr;
	}
	
	.c-grid-1 *:nth-child(1) {
		grid-area: 1/1/2/3;
	}
	
	.c-grid-1 *:nth-child(2) {
		grid-area: 2/1;
	}
	
	.c-grid-1 *:nth-child(3) {
		grid-area: 2/2;
	}
}

/* GRID 2 */
.c-grid-2 {
	display: grid !important;
	width: 100%;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.c-grid-2 *:nth-child(1) {
	grid-area: 1/1/2/4;
}

.c-grid-2 *:nth-child(2) {
	grid-area: 1/4/2/6;
}

.c-grid-2 *:nth-child(3) {
	grid-area: 2/1/3/3;
}

.c-grid-2 *:nth-child(4) {
	grid-area: 2/3/3/6;
}

/* GALLERY SLIDER */
ul.splide__list {
	width: 100%;
}

#primary-slider {
	margin-bottom: 10px;
}

.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
	border: none !important;
	opacity: .5;
	transition: opacity .6s;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:hover {
	opacity: 1;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
	opacity: 1;
}

/* ARROWS STYLING */
.splide .splide__arrow, .oxy-oxyninja-slider .splide__arrow {
	border-radius: 0;
	opacity: 0;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .11);
	transition: all .4s;
}

.splide:hover .splide__arrow, .oxy-oxyninja-slider:hover .splide__arrow {
	opacity: .8;
}

.splide .splide__arrow:hover, .oxy-oxyninja-slider .splide__arrow:hover {
	opacity: 1;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
}

.splide .splide__arrows button:disabled, .oxy-oxyninja-slider .splide__arrows button:disabled {
	display: none;
}

/* ARROWS APPEAR ON SLIDER HOVER */
.splide .splide__arrow--prev, .oxy-oxyninja-slider .splide__arrow--prev {
	left: 0;
}

.splide .splide__arrow--next, .oxy-oxyninja-slider .splide__arrow--next {
	right: 0;
}

.splide:hover .splide__arrow--prev, .oxy-oxyninja-slider:hover .splide__arrow--prev {
	left: 1em;
}

.splide:hover .splide__arrow--next, .oxy-oxyninja-slider:hover .splide__arrow--next {
	right: 1em;
}

/* ARROWS APPEARING ALL THE TIME ON PHONES */
@media only screen and (max-width: 991px) {
	.splide .splide__arrow, .oxy-oxyninja-slider .splide__arrow {
		opacity: 1;
	}
	
	.splide .splide__arrow--prev, .oxy-oxyninja-slider .splide__arrow--prev {
		left: 1em;
	}
	
	.splide .splide__arrow--next, .oxy-oxyninja-slider .splide__arrow--next {
		right: 1em;
	}
}

/* CAROUSEL PAGINATION */
.splide .splide__pagination, .oxy-oxyninja-slider .splide__pagination {
	bottom: -1em;
}

.splide .splide__pagination__page, .oxy-oxyninja-slider .splide__pagination__page {
	width: 40px;
	height: 1px;
	background: #323232;
	border-radius: 0;
	opacity: .2;
}

.splide .splide__pagination__page.is-active, .oxy-oxyninja-slider .splide__pagination__page.is-active {
	background: #323232;
	transform: scale(1);
	opacity: .7;
}

.wc-product-gallery-1 .splide .splide__pagination, .wc-product-gallery-2 .splide .splide__pagination, .wc-product-gallery-1 .oxy-oxyninja-slider .splide__pagination, .wc-product-gallery-2 .oxy-oxyninja-slider .splide__pagination {
	display: none;
}

#table_wrapper .ct-div-block {
	display: revert;
}

#table_wrapper {
	width: 100%;
}

#table_wrapper table {
	width: 100%;
	border-collapse: collapse;
}

#table_wrapper th {
	text-align: left;
}

#table_wrapper td {
	padding: 30px 0px 30px 0px;
	border-bottom: 1px solid;
}

@media (max-width:767px) {
	#table_wrapper thead {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	
	#table_wrapper td {
		position: relative;
		text-align: right;
		padding-right: 16px;
	}
	
	#table_wrapper td:before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: auto;
		min-width: 40%;
		font-size: 18px;
		font-weight: 700;
		padding-left: 5px;
		text-align: left;
	}
	
	#table_wrapper tr {
		margin-bottom: 2rem;
	}
	
	#table_wrapper td:first-child:before {
		display: none;
	}
	
	#table_wrapper td[data-label="Job Titel"] {
		order: -1;
		font-weight: 700;
	}
}

.h2-underline {
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-color: #e0024b;
}

.oxy-repeater-pages-wrap {
	display: none !important;
}
