<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

/* CUSTOM SCROLL */
* {
	scrollbar-width: thin;
	scroll-color: white black;
}
.domainScroll {
	-ms-overflow-style: none;
}
.domainScroll::-webkit-scrollbar-track {
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inherit;
}
.domainScroll::-webkit-scrollbar-track-piece {
	width: 1px;
	display: inherit;
}
.domainScroll::-webkit-scrollbar {
	width: 8px;
	height: auto;
	display: inherit;
}
.domainScroll::-webkit-scrollbar-thumb {
	background: #ffffff;
	background: -webkit-linear-gradient(to bottom, #ffffff, #474747);
	background: linear-gradient(to bottom, #ffffff, #474747);
	border: 2px solid #ffffff;
	display: inherit;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
/* CUSTOM SCROLL */

/* MAIN STYLE */
::selection {
	background-color: #bfd3dd;
}
a {
	color: #747474;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
    pointer-events: pointer;
}
a:hover {
	color: #a0a0a0;
	cursor: pointer;
    pointer-events: pointer;
}
body {
	font-family: 'Playfair Display', Helvetica, Arial, serif, sans-serif;
	color: #747474;
	overflow-x: hidden;
}
html {
	color: #747474;
	overflow-x: hidden;
}
.mainButton {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-left: 80px;
	padding-right: 80px;
}
.colorRed {
	color: #FB2576;
}
.backgroundPurple {
	background: #9A1663;
}
.backgroundPurpleDark {
	background: #2D033B;
}
.backgroundRed {
	background: #FB2576;
}
.backgroundOrange {
	background: #FF7000;
}
/* MAIN STYLE */</pre></body></html>