@font-face {
    font-family: "Clash Display";
    src: url(../fonts/ClashDisplay-Bold-DLC90PTw.otf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: "Suisse Int";
    src: url(../fonts/RFDewi-Regular-DMrs5qGy.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
html, 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, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
	margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
	outline: none !important;
}
input {
	outline: none !important;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
	color: inherit;
	display: inline-block;
	position: relative;
	outline: none !important;
	transition: all 0.2s linear;
}

section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background-image: url(/assets/images/background_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_wrapper {
    max-width: 810px;
}
h1 {
    font-family: "Clash Display", sans-serif;
    font-size: 5.375rem;
    font-weight: 700;
    line-height: 0.8;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
h1 strong {
    color: #FFD86E;
}
p {
    margin-top: 2.8125rem;
    font-family: "Suisse Int";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.91;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
    section {
        padding: 0 8px;
        background-image: url(/assets/images/background_mob.jpg);
    }
    h1 {
        font-size: 3rem;
        line-height: 1.1;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
    }
    p {
        margin-top: 1.25rem;
        font-size: 0.875rem;
        line-height: 1.28;
    }
}