@import url("https://p.typekit.net/p.css?s=1&k=jsz2dax&ht=tk&f=31060.31061.31062&a=132333342&app=typekit&e=css");
@import url("https://fonts.cdnfonts.com/css/futura-std-4");
@import url("https://use.typekit.net/flz1mhm.css");
@import url("https://use.typekit.net/haf5dro.css");
@import url('https://fonts.cdnfonts.com/css/montserrat');

@font-face {
    font-family: "GillSans";
    src: url("../fonts/GILLSANS.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "BodegaSans-Light";
    src: url("../fonts/Bodega\ Sans\ Light.ttf") format("truetype");
}

@font-face {
    font-family: "BodegaSans-Medium";
    src: url("../fonts/Bodega\ Sans\ Black\ Oldstyle.ttf") format("truetype");
}

@font-face {
    font-family: "BodegaSans";
    src: url("../fonts/Bodega\ Sans\ Black.ttf") format("truetype");
}

@font-face {
    font-family: "FuturaPT";
    src: url("../fonts/FuturaCyrillicMedium.ttf") format("truetype");
}

@font-face {
    font-family: "agenda";
    src: url("../fonts/ufonts.com_agenda-black.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Light";
    src: url("../fonts/Lato-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Latoo";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
}


.contents {
    position: unset;
}

.jurassicpark {
    background-color: #A32521;
    overflow: hidden;
}

.jurassicpark ul,
.jurassicpark h1,
.jurassicpark h2,
.jurassicpark h3,
.jurassicpark p {
    margin: 0;
    padding: 0;
}

.jurassicpark ul {
    list-style-type: none;
}

.jurassicpark  .promo_content {
    position: relative;
}

.jurassicpark  .promo_content--top_background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-top-BKG.png");
    background-size: 100%;
}

.jurassicpark .promo_content--bottom_background:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/promo-bottom-BKG.png");
    background-size: 100%;
}

.jurassicpark .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px 0 10px;
    font-weight: 900;
}

.jurassicpark .home_prizes_cover_image {
    width: 100%;
    display: block;
    margin: 10px auto;
    z-index: 2;
    position: relative;
}

.jurassicpark .home_prizes_cover_image--2{
    width: 100%;
    display: block;
    margin: -77px auto;
    z-index: 2;
    position: relative;
}

.jurassicpark .promo_title {
    text-align: center;
    color: #E7B747;
    font-family: 'BodegaSans';
    text-transform: uppercase;
    font-weight: 700;
}

.jurassicpark .promo_title--blue {
    color: #D0E7EF;
}

.jurassicpark .in_text_link,
.jurassicpark .in_text_accent {
    color: #ff4a43;
}

.jurassicpark .hidden {
    display: none;
}