@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: "Inter";
    src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
}
@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
} 
@font-face {
    font-family: "LondrinaSolid-Black";
    src: url("../fonts/LondrinaSolid-Black.ttf") format("truetype");
}
@font-face {
    font-family: "LondrinaSolid-Regular";
    src: url("../fonts/LondrinaSolid-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.ttf") format("truetype");
}

.contents {
    position: unset;
}

.second-shot-at-love {
    background-color: #f7e4ec;
    overflow: hidden;
}

.second-shot-at-love ul,
.second-shot-at-love h1,
.second-shot-at-love h2,
.second-shot-at-love h3,
.second-shot-at-love p {
    margin: 0;
    padding: 0;
}

.second-shot-at-love ul {
    list-style-type: none;
}

.second-shot-at-love .promo_content {
    position: relative;
}

.second-shot-at-love .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%;
}

.second-shot-at-love .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%;
}

.second-shot-at-love .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px;
}

.second-shot-at-love .promo_content__inner--no_padding {
    padding: 0;
}

.second-shot-at-love .home_prizes_cover_image {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.second-shot-at-love .promo_title {
    text-align: center;
    color: #982A9A;
    font-weight: 900;
    font-family: 'LondrinaSolid-Black';
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #FFF;
    letter-spacing: 2px;
}

.second-shot-at-love .promo_title--blue {
    color: #982A9A;
}

.second-shot-at-love .promo_title--capitalize {
    text-transform: capitalize;
}

.second-shot-at-love .in_text_link,
.second-shot-at-love .in_text_accent {
    color: #9E0F4F;
}

.second-shot-at-love .hidden {
    display: none;
}

.second-shot-at-love .border_gradient {
    background:rgba(252,247,237,0.5);
}

.second-shot-at-love .no_wrap {
    white-space: nowrap;
}

