@font-face {
            font-family: 'Riccione';
            src: url('RiccioneSerial.otf') format('opentype');
        }

@font-face {
            font-family: 'Ouhta-Light';
            src: url('Ouhta-Light.otf') format('opentype');
        }

@font-face {
            font-family: 'Ouhta-Bold';
            src: url('Ouhta-UltraBold.otf') format('opentype');
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Ouhta-Light, sans-serif;
	padding: 0px;
	margin: 0px;
}

.spacer {
	width: 100%;
	height: 1px;
	background-color: rgb(58, 58, 58);
	
}

.site_wrap {
	max-width: 1520px;
	/* height: 2500px; */
	height: fit-content;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}

.hero {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}

.hero_bottom {
	margin-top: auto;
	padding-bottom: calc(1vh + 30px);
}

.hero .section_arrow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0px;
	pointer-events: none;
}

.top_bar {
	height: 50px;
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	justify-content: end;
	font-size: 16px;
	text-wrap: nowrap;
}	

.top_logo {
	width: 60%;
	height: 30px;
	flex-direction: row;
	display: flex;
}
.top_name {
	margin-left: 10px;
}

.homeLogoWrap {
	height: inherit;
	width: fit-content;
}

.homeLogo {
	fill: black;
	display: flex;
	height: 30px;
	box-sizing: border-box;
}

.homeLogo.frame1 {
	position: relative;
}
.homeLogo.frame2 {
	top: -30px;
	position: relative;
}
.homeLogo.frame1.play1 {
	animation: 5.6s infinite homeLogoFrame1;
}
.homeLogo.frame2.play2 {
	animation: 5.6s infinite homeLogoFrame2;
}

@keyframes homeLogoFrame1 {
	0% {
		opacity: 100%;
	}
	19% {
		opacity: 100%;
	}
	20% {
		opacity: 0%;
	}
	21% {
		opacity: 0%;
	}
	22% {
		opacity: 100%;
	}
	25% {
		opacity: 100%;
	}
	26% {
		opacity: 0%;
	}
	27% {
		opacity: 0%;
	}
	28% {
		opacity: 100%;
	}
	60% {
		opacity: 100%;
	}
	100% {
		opacity: 100%;
	}
}

@keyframes homeLogoFrame2 {
	0% {
		opacity: 0%;
	}
	19% {
		opacity: 0%;
	}
	20% {
		opacity: 100%;
	}
	21% {
		opacity: 100%;
	}
	22% {
		opacity: 0%;
	}
	25% {
		opacity: 0%;
	}
	26% {
		opacity: 100%;
	}
	27% {
		opacity: 100%;
	}
	28% {
		opacity: 0%;
	}
	60% {
		opacity: 0%;
	}
	100% {
		opacity: 0%;
	}
}

.top_tag {
	width: 15%;
	min-width: fit-content;
	box-sizing: border-box;
	height: fit-content;
	text-align: end;
	margin-bottom: 5px;
	padding-right: 10px;
	box-sizing: border-box;
}

.top_time {
	width: 25%;
	min-width: fit-content;
	height: fit-content;
	text-align: end;
	margin-bottom: 5px;
	padding-right: 10px;
	box-sizing: border-box;
}

.top_links {
	width: 20%;
	min-width: fit-content;
	box-sizing: border-box;
	height: fit-content;
	text-align: end;
	margin-bottom: 5px;
	padding-right: 10px;
	box-sizing: border-box;
}

.main_title {
	/* width: 100%; */
	margin-top: 0px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}

.title_name_span {
	font-family: Ouhta-Bold;
	font-size: 16px;
	line-height: 1.2;
	width: fit-content;
	white-space: nowrap;
	position: relative;
	float: left;
	bottom: 0px;
}

.subtitle_span {
	color: rgb(112, 112, 112);
	font-family: Ouhta-Bold;
	font-size: 16px;
	line-height: 1.2;
	width: fit-content;
	white-space: nowrap;
}

.title_span {
	font-family: Riccione;
	font-size: 80px;
	width: fit-content;
	/* white-space: nowrap; */
	text-align: end;
	position: relative;
	float: right;
	bottom: -20px;
}

.trailer_bar {
	min-height: 400px;
	width: 100%;
	margin-top: 10px;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}

.banner {
	display: block;
	width: 100%;
	min-height: 400px;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	/* min-width: 1000px; */
	/* margin-left: auto;
	margin-right: auto; */
	object-fit: cover;
	object-position: center;
	/* border-radius: 15px; */
}

.banner.is-loaded {
	opacity: 1;
}

.section_arrow {
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin-top: 10px;
	color: rgb(88, 88, 88);
	transform: scaleY(0.8);
}

.main_content {
	height: fit-content;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 0px;
	box-sizing: border-box;
	padding: 0px 0px;
}

.gallery_wrap {
	width: 100%;
	min-width: 0;
}

.gallery_wrap > img,
.gallery_wrap > video {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	overflow: hidden;
	display: block;
}

@media (min-width: 1020px) {
	.main_content {
		grid-template-columns: repeat(2, minmax(500px, 1fr));
	}
}

@media (min-width: 1520px) {
	.main_content {
		grid-template-columns: repeat(3, minmax(500px, 1fr));
	}
}


        .contact_wrapper {
            position: relative;
            display: inline-block;
        }

        .contact_trigger {
            cursor: pointer;
            user-select: none;
        }

        .contact_dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            background: white;
            border: 1px solid rgb(255, 255, 255);
            padding: 0;
            max-height: 0;
            overflow: hidden;
            justify-content: end;
            transition: max-height 0.3s ease, padding 0.3s ease, border 0.3s ease;
            min-width: 100px;
            z-index: 1000;
            pointer-events: none;
            opacity: 0;
        }

        .contact_dropdown::after {
            border: 1px solid rgb(0, 0, 0);
        }

        .top_links:hover .contact_dropdown {
            max-height: 70px;
            /* padding: 10px; */
            border-bottom: 1px solid rgb(0, 0, 0);
            pointer-events: auto;
            opacity: 1;
        }

        .contact_icons {
            display: flex;
            flex-direction: row;
            gap: 15px;
            justify-content: end;
            margin-bottom: 10px;
        }

        .contact_icon {
            display: block;
            height: 18px;
            width: 18px;
            color: black;
            transition: opacity 0.2s;
            text-decoration: none;
        }

        .contact_icon:hover {
            opacity: 0.6;
        }

        .contact_icon svg {
            display: block;
            height: 100%;
            width: 100%;
        }

        .contact_email_wrapper {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .contact_email {
            cursor: pointer;
            font-size: 15px;
            padding: 3px;
			padding-top: 0px;
            border-radius: 0px;
            transition: background 0.2s;
        }

        .contact_email:hover {
            background: #f0f0f0;
        }

        .contact_copied {
            font-size: 11px;
            color: #2cd147;
            opacity: 0;
            transition: opacity 0.1s;
            white-space: nowrap;
        }

        .contact_copied.show {
            opacity: 1;
        }