@font-face {
    font-family: 'eina-regular';
    src: url('../../land/fonts/Eina01-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'eina-bold';
    src: url('../../land/fonts/Eina01-Bold.ttf') format('truetype');
    font-weight: normal;
}

html,body {
    background: #f5f5f5;
    font-family: 'eina-regular', sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, b, strong {
    font-family: 'eina-bold', sans-serif;
    font-weight: normal;
}

img {
    width: 100%;
}

.outer-container {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
}

.header {
    height: 240px;
    padding: 60px;
    overflow: hidden;
    background: linear-gradient(88deg, #fd5c64,56%, #9a0a9c);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
    position: relative;
    z-index: 1;
}

.callout {
    background: linear-gradient(88deg, #fd5c64,56%, #9a0a9c);
    border-radius: 6px;
    padding: 40px;
    color: #fff;
}

.srg-title {
  font-size: 4em;
  font-family: 'eina-bold', sans-serif;
}

.tagline {
    max-width: 360px;
}

.logo {
    max-width: 180px;
}

.hero {
    background: url(../img/hero-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: -60px;
    position: relative;
    background-position: center;
    z-index: 0;
    padding: 60px;
}

.hero-copy p {
    font-size: 1.2em;
}

.heart {
    width: 50px;
}


.note {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    height: 204px;
    width: 244px;
    overflow: hidden;
}

.note-text {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: 'eina-bold', sans-serif;
    font-weight: normal;
    padding: 110px 20px 20px 20px;
    height: 100%;
    width: 100%;
}

.note-text::after {
    content: "";
    background: linear-gradient(-7deg, #fd5c64, 42%, #9a0a9c);
    height: 176%;
    width: 140%;
    position: absolute;
    left: -8%;
    top: -138px;
    transform: rotate(50deg);
    transform-origin: 0% 100%;
    z-index: -1;
}

.who-moolah {
    padding: 0 60px 60px 60px;
}

.offer {
    background: #f9f9f9;
    padding: 60px;
}

.offer-copy {
    padding-right: 60px;
}

.cards {
    position: relative;
}

.dpln-member .cards {
    top: auto;
}

.cards img {
    width: 100%;
}

.dpln-member .cards img {
    max-width: 400px;
}

.cards span {
    font-size: 0.8em;
    max-width: 300px;
    float: right;
    margin: auto;
    text-align: right;
    display: block;
    clear: both;
    padding: 25px;
    color: #999;
}

.legal-copy {
    font-size: 0.8em;
    line-height: 1.4em;
    padding-top: 20px;
    padding-bottom: 0;
    color: #999;
}

.offer-copy ul {
    list-style-type: square;
    padding: 0 0 0 25px;
    margin: 0;
}

.offer-copy li {
    padding-bottom: 15px;
    list-style-type: none;
}

.offer-copy li ul {
    padding: 0;
    margin: 0;
}

.offer-copy li ul li {
    list-style-type: none;
    padding: 15px 0 0 0;
}

.offer-copy .fa-li {
    background: linear-gradient(-45deg, #9a0a9c,50%, #fd5c64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button {
    display: block;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 20px 80px;
    font-family: 'eina-bold', sans-serif;
    font-weight: normal;
    display: inline-block;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #fff;
    margin: 0 auto;
    background: linear-gradient(-36deg, #9a0a9c,42%, #fd5c64);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.button:hover {
    box-shadow: none !important;
    transform: scale(0.95) !important;
}

.dpln-member .button {
    width: 325px;
    top: 0;
}

.footer {
    padding: 100px 60px 60px 60px;
    background: linear-gradient(-45deg, #9a0a9c,50%, #fd5c64);
    color: #fff;
}

.legal {
    font-size: 0.9em;
    color: rgba(255,255,255,0.5);
    padding-top: 40px;
}

.crown {
    padding: 60px;
}

.crown .block-copy {
    padding-right: 60px;
}

.fa-brands, .fa-light, .fak {
    font-size: 2.5em;
    line-height: 1.2em;
    display: inline-block;
    margin: 5px 0 15px 0;
    padding: 0 15px;
    background: #fd5c64;
    background: -webkit-linear-gradient(to right, #fd5c64, #9a0a9c);
    background: linear-gradient(to right, #fd5c64, #9a0a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent
}

.block-features h5 {
    font-size: 1em;
}

.block-features .block-grid p {
    font-size: 0.9em;
    padding-bottom: 0 !important;
}

.bg-gray {
    background: #f9f9f9;
}

.divider {
    border-top: solid 1px #efefef;
}

.card-body {
    padding: 40px;
}

.card-title {
    font-size: 1em;
}

.card-text {
    font-size: 0.9em;
}

.cta {
    padding: 60px;
}

.pricing {
    padding: 60px 60px 30px 60px;
    border-bottom: solid 1px #f2f2f2;
}

.pricing .price-tag {
    border: solid 1px #f2f2f2;
    border-radius: 4px;
    padding: 20px;
    margin: 20px;
}

.pricing h1,
.who-moolah h2 {
    background: -webkit-linear-gradient(to bottom, #fd5c64, #9a0a9c);
    background: linear-gradient(to bottom, #fd5c64, #9a0a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-leaders .button {
    position: relative;
    margin-top: -30px;
}

@media (max-width: 992px) {

    .offer h2 {
        margin-top: -80px;
    }

    .offer-copy {
        padding-right: 0;
    }

    .cards img {
        max-width: 300px;
    }

    .cards span {
        text-align: left;
        padding: 25px 0 25px 0;
    }

    .hero-copy {
        max-width: 400px;
    }

    .crown .block-copy {
        padding-right: 0;
    }

    .or-text {
        padding: 30px 0 20px 0;
        margin: 0 auto;
    }

    .footer {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer .text-end {
        text-align: center !important;
        padding-bottom: 30px;
    }

}

@media (max-width: 576px) {
    .header,
    .hero,
    .who-moolah,
    .offer,
    .cta,
    .crown,
    .integrations,
    .footer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .header {
        padding-top: 40px;
        height: 200px;
    }

    .hero {
        height: 600px;
    }

    .logo {
        max-width: 120px;
    }

    .tagline h3 {
        font-size: 1.2em;
    }

    .note-text {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        font-family: 'eina-bold', sans-serif;
        font-weight: normal;
        padding: 125px 20px 10px 10px;
        height: 100%;
        width: 100%;
    }

    .note-text::after {
        height: 176%;
        width: 120%;
        left: -8%;
        top: -138px;
    }

    .hero-copy {
        max-width: 400px;
    }

    .hero-copy p {
        font-size: 1.1em;
    }

    .button {
        font-size: 18px;
        padding: 16px 60px;
    }

    .footer {
        padding-bottom: 30px;
        clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0 100%);
    }

    .crown .block-copy {
        padding-right: 0;
    }

    .dpln-member .button {
        width: 300px;
        display: block;
    }
}
