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, button {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
button {
	background-color: transparent;
}
input[type=text], input[type=email], input[type=password], textarea, input[type=submit] {
	appearance: none;
	border-radius: 0;
}
button,
input,
select,
textarea {
	border-radius: 0;
	font: inherit;
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: currentColor;
	opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
	color: currentColor;
	opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
	color: currentColor;
	opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
	color: currentColor;
	opacity: 1;
}

@font-face {
    font-family: "888-Black";
    src: url('../fonts/888-Black.woff2') format("woff2"),
        url('../fonts/888-Black.woff') format("woff");
    font-style: medium;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "888-Bold";
    src: url('../fonts/888-Bold.woff2') format("woff2"),
        url('../fonts/888-Bold.woff') format("woff");
    font-style: medium;
    font-weight: 700;
    font-display: swap;
}

.lp {
    background: linear-gradient(180deg, #e30439 0%, #0a1014 48.01%, #fc6200 96.75%, #fc6200 96.75%);
    min-height: 100vh;
    color: #FFFFFF;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.lp-carousel {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.lp-carousel__slide {
    width: 100%;
    flex-shrink: 0;
}

.lp-carousel__slide img {
    width: 100%;
    height: auto;
}

.lp-carousel__slide-link {
    display: block;
}

h1 {
    font-family: "888-Black";
    font-size: 35px;
    text-align: center;
}

@media screen and (min-width: 550px) {
    h1 {
        font-size: 50px;
    }   
}

p {
    font-family: "888-Bold";
    font-size: 21px;
    text-align: center;
    max-width: 350px;
}


@media screen and (min-width: 550px) {
    p {
        font-size: 30px;
        max-width: 500px;
    }   
}

.lp-btn {
    color: currentColor;
    font-size: 16px;
    background-color: #FCE523;
    border-radius: 18px;
    color: #000;
    text-align: center;
    font-family: "888-Bold";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 30px;
    text-decoration: none;
}

@media screen and (min-width: 550px) {
    .lp-btn {
        font-size: 24px;
    }   
}