@import 'aos.css';
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%;
	color: inherit;
	font: inherit;
	vertical-align: baseline;
}
input,
textarea {
	background: none;
	border: none;
	border-radius: none;
	color: inherit;
	font: inherit;
	outline: none;
	pointer-events: auto;
}
a,
button {
	all: unset;
	cursor: pointer;
	color: inherit;
	outline: none;
	pointer-events: auto;
	text-decoration: none;
	background: none;
	border: none;
	border-radius: none;
	color: inherit;
	font: inherit;
	outline: none;
	pointer-events: auto;
}

button[disabled] {
	cursor: not-allowed;
	filter: brightness(0.5);
}

* {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	font-weight: normal;
	font-size: 1.6rem;
}
button {
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}
img {
	display: block;
	max-width: 100%;
}
html,
body {
	overflow-x: hidden;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	overflow: overlay;
	font-family: 'Tomato Grotesk';
}

input.error {
	border: 1px solid red;
	background: #ff00002b;
}

input,
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	font-size: 1.6rem;
}
details summary::-webkit-details-marker {
	display: none;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-Light.woff2') format('woff2'), url('../fonts/TomatoGrotesk-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-Bold.woff2') format('woff2'), url('../fonts/TomatoGrotesk-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-BoldSlanted.woff2') format('woff2'), url('../fonts/TomatoGrotesk-BoldSlanted.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-Black.woff2') format('woff2'), url('../fonts/TomatoGrotesk-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-BlackSlanted.woff2') format('woff2'), url('../fonts/TomatoGrotesk-BlackSlanted.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-Slanted.woff2') format('woff2'), url('../fonts/TomatoGrotesk-Slanted.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-Regular.woff2') format('woff2'), url('../fonts/TomatoGrotesk-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Tomato Grotesk';
	src: url('../fonts/TomatoGrotesk-LightSlanted.woff2') format('woff2'), url('../fonts/TomatoGrotesk-LightSlanted.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

.g-recaptcha,
.grecaptcha-badge {
	position: absolute !important;
	right: -10000px !important;
	bottom: 100000px !important;
}

.hidden {
	display: none !important;
}

.error_message{
	color:#d72c2c;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom:2rem;
	background-color: #b12a2a0f;
	padding:1rem;
	border-radius: 4px;
	font-size: 15px;
}

.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
  }
  
  .spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #e1e1e1;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
	to { transform: rotate(360deg); }
  }
  ::-webkit-scrollbar {
	width: 12px;
  }
  
  ::-webkit-scrollbar-thumb {
	background-color: #292929; 
	border-radius: 4px;
  }
  
  ::-webkit-scrollbar-track {
	background-color: #000;
  }