.logo-grid {
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	position: absolute;
	top: 20px;
	height: 77%;
}

.logo-row {
	display: flex;
	justify-content: center;
	gap: 7vh;
	width: 100%;
	flex: 1 1;
}

.logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.logo-wrapper svg {
	height: auto;
}

.logo-placeholder {
	width: 10vw;
	aspect-ratio: 1 / 1;
	visibility: hidden;
}

.logo-icon-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.break-logo {
	position: absolute;
	top: -8%;
	left: 63%;
	width: 32% !important;
	rotate: -45deg;
	opacity: 0;
	animation: fadeInOnly 5s infinite;
}

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

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

.fade-in {
	animation-name: fadeInOnly;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

.fade-out {
	animation-name: fadeOutOnly;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
}

@font-face {
	font-family: "Gilroy";
	src: url(/static/media/Gilroy-Bold.164bd8331c266f9df722.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Circular Std";
	src:
		url(/static/media/CircularStd-Medium.2858431679b815919f95.woff2) format("woff2"),
		url(/static/media/CircularStd-Medium.1dd319b87a915b106596.woff) format("woff");
	font-style: normal;
}

@font-face {
	font-family: "Circular Std Book";
	src:
		url(/static/media/CircularStd-Book.1f1f0b7a337d291e40d2.woff2) format("woff2"),
		url(/static/media/CircularStd-Book.21a2c3d36dbaade80e2c.woff) format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "RailwayGank";
	font-weight: normal;
	font-style: normal;
	src: url(/static/media/RailwayGank.d923d8b9833fa8e9c888.woff) format("woff");
}


/*# sourceMappingURL=main.0d634731.css.map*/