<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
	font-family: "Roboto", verdana, arial;
	font-size: 1rem;
}

:root {
	--cw-primary: #7b213e;
	--cw-secondary: #b22a5c;
	--cw-success: #198754;
	--cw-info: #0dcaf0;
	--cw-warning: #ffc107;
	--cw-danger: #dc3545;
	--cw-light: #f8f9fa;
	--cw-dark: #212529;
	--cw-gray-dark: #343a40;
	--cw-body-color: #091d2d;
	--cw-btn-hover-bg: #691c35;
	--cw-btn-hover-border-color: #621a32;
	--cw-gray-100: #f8f9fa;
	--cw-gray-200: #e9ecef;
	--cw-gray-300: #dee2e6;
	--cw-gray-400: #ced4da;
	--cw-gray-500: #adb5bd;
	--cw-gray-600: #6c757d;
	--cw-gray-700: #495057;
	--cw-gray-800: #343a40;
	--cw-gray-900: #212529;
	--cw-arrow: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" width="40" height="40" focusable="false"&gt;&lt;path d="m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z"&gt;&lt;/path&gt;&lt;/svg&gt;');
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 300 !important;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 3rem !important;
}
/* 

h1 {
  font-size: calc(1.575rem + 3.9vw) ;
}

h2, .h2 {
    font-size: calc(1.425rem + 2.1vw);
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}

h4 {
  font-size: calc(1.2625rem + 0.15vw);
} */

.swiper-button-next,
.swiper-button-prev {
	background-color: white;
	background-color: #fff;
	height: 40px;
	width: 40px;
	border: 2px solid var(--cw-primary);
	border-radius: 100%;
	font-size: var(--rd-fontsize-9);
	display: inline-block;
	opacity: 0.9;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1;
	border-color: #b22a5c;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 0;
	background-color: var(--cw-primary);
	display: block;
	width: 70%;
	height: 70%;
	margin-left: 15%;
	margin-top: 15%;
	text-align: center;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: 50%;
	-webkit-mask-position: 50%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-image: var(--cw-arrow);
	-webkit-mask-image: var(--cw-arrow);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	background-color: #b22a5c;
}

.swiper-button-prev:after {
	transform: rotate(180deg);
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 1200px) {
	h2,
	.h2 {
		font-size: calc(1.425rem + 2.1vw) !important;
	}
}
</pre></body></html>