* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body { 
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.block.content { 
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}

img { 
    width: 100%;
    height: auto;
}

p {
    padding: 0; 
    margin: 0;
}

li {
    list-style: none;
    padding-top: 15px;
}

#header, #footer {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.text-intro {
    padding: 5px;
    background-color: #F00;
    font-size: 19px;
    line-height: 22px;
}

.text-intro span {
    color: #FF0;
    font-weight: bold;
}

.footer-links {
    margin-top: 10px;
    padding: 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}

.footer-links a {
    color: #FF0;
    text-decoration: none;
}

.footer-links span {
    color: #07a8f9;
}

.footer-links p {
    padding: 5px;
}

#footer {
    font-size: 15px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
}

.sticky-term {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3px 0 4px 0;
    text-align: center;
    z-index: 1;
}

.sticky-term a {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}

.term {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: -13px;
}

.profile-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.overlay {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.cta-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.cta-mobile {
    display: block;
    font-size: 32px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.row-left {
    flex-direction: column;
    align-items: flex-start;
}

.row-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.row-center a {
    display: block;
    width: 100%;
}

.cta-box {
    position: relative;
    max-width: 100%;
}

.cta-box.new {
    color: white;
    font-size: 39px;
    text-shadow: 0 0 1px black, 0 0 20px black, 0 0 18px black, 0 0 5px black, 0 0 12px black;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: rotate(-5deg);
    z-index: 1;
    position: absolute;
    top: -7px;
    text-align: center;
}

.cta-box.content-a {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transform: rotate(-5deg);
    z-index: 2;
    position: relative;
    bottom: -37px;
    left: 5px;
    color: #00a54a;
    font-size: 43px;
    font-weight: 800;
    padding: 0 10px 4px 10px;
}

.cta-box.content-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 71px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.5), 0 3px 6px rgba(0, 0, 0, 0.3);
    top: 14px;
}

.cta-box.content-b span {
    font-size: 40px;
    font-style: italic;
    margin-right: -18px;
    padding-top: 27px;
}

.row a {
    text-decoration: none !important;
    color: #fff !important;
}

.cta {
    display: block;
}

.cta-mobile {
    display: none;
}

.terms {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 3px 3px 6px 3px;
}

@media (max-width: 575.98px) {
    .cta-box.new {
        font-size: 26px;
        top: -27px;
    }

    .cta-box.content-a {
        font-size: 28px;
        bottom: -2px;
    }

    .cta-box.content-b {
        font-size: 39px;
        top: 0;
    }

    .cta-box.content-b span {
        font-size: 25px;
        padding-top: 11px;
    }

    .cta {
        display: none;
    }

    .cta-mobile {
        display: block;
        font-size: 32px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 700;
        font-style: italic;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .cta-mobile {
        font-size: 27px;
        line-height: 30px;
    }

    .cta-box.content-b {
        font-size: 39px;
    }

    .cta-box.content-a {
        font-size: 28px;
        bottom: -1px;
    }

    .cta-box.new {
        font-size: 26px;
        text-shadow: 0 0 1px black, 0 0 15px black, 0 0 12px black, 0 0 4px black, 0 0 8px black;
        top: -28px;
    }
}
