* {
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ul li {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
body {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.wrapper {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
p {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
}
.content {
    padding: 30px 50px;
}
.current-category {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 22px;
    color: #8903ab;
}
.title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #000;
    text-align: center;
}
.subtitle {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    margin: 11px 0;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
.subtitle:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 100px;
    background: #8903ab;
    bottom: 0;
    left: calc(50% - 50px);
}
.post-date {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px;
}
.categories {
    margin-top: 15px;
}
.categories ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.categories ul li {
    background: silver;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15em;
    padding: 5px 14px;
    color: #fff;
    margin-right: 13px;
    margin-bottom: 5px;
}
.categories ul li.current {
    background: #8903ab;
}
.categories ul li:last-child {
    margin-right: 0;
}
.content .image {
    display: block;
    margin: 40px auto;
    border: 4px solid #8903ab;
}
.content .image.horizontal {
    width: 100%;
    max-width: 540px;
}
.content .image.vertical {
    width: 100%;
    max-width: 410px;
}
.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.social span {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 40px;
    color: #000;
}
.social img {
    width: 41px;
    height: 41px;
    margin-right: 40px;
}
h1 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin: 35px 0;
    color: #000;
    position: relative;
    padding-bottom: 20px;
}
h1:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 160px;
    background: #8903ab;
    bottom: 0;
    left: 0;
}
.table-title b {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    padding: 5px 10px;
    background: #8903ab;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.table-title {
    position: relative;
}
.table-title:before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background: #f2f2f2;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.graph,
.label,
.table-title b {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 40px auto;
}
.label {
    margin: 35px auto;
}
.label li {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 25px;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.graph {
    height: 325px;
}
.square1,
.square2 {
    height: 25px;
    width: 25px;
    margin-right: 8px;
    display: inline-block;
}
.square1 {
    background-color: #b8b8b8;
}
.square2 {
    background-color: #1202f7;
}
.graph tbody {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
    column-gap: 10%;
    align-items: end;
    height: 100%;
    margin: 3em 0 1em 2.8em;
    padding: 0;
    border-top: 1px solid #919191;
    border-bottom: 1px solid #919191;
    background: repeating-linear-gradient(
        180deg,
        #f2f2f2 0,
        #f2f2f2 0 1px,
        transparent 1px,
        transparent 20%
    );
}
.graph tbody:after,
.graph tbody:before {
    position: absolute;
    left: -3.2em;
    width: 2.8em;
    text-align: right;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.WeightConsistently tbody:before {
    content: '100%';
    top: -1em;
}
.WeightConsistently tbody:after {
    content: '0%';
    bottom: -1em;
}
.graph tbody th {
    position: absolute;
    top: -3em;
    left: 0;
    width: 100%;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-indent: 0;
    transform: rotate(-45deg);
}
.graph tr {
    position: relative;
    display: block;
}
.graph tr:hover {
    z-index: 999;
}
.graph tr:hover {
    opacity: 0.7;
}
.graph td,
.graph th {
    display: block;
    text-align: center;
}
.graph td {
    width: 100%;
    height: 100%;
    border-radius: 0.5em 0.5em 0 0;
    transition: background 0.5s;
}
.graph td span {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    width: 100px;
    color: #fff;
    transition: opacity 0.5s;
}
.AverageMineral tbody:before,
.AveragePounds tbody:before {
    content: 'Pounds';
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}
.AverageWeightLoss tbody:before {
    content: 'Average Pounds Lost After 1 Month';
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    width: 325px;
    position: absolute;
    top: 45%;
    text-align: center;
    left: -11em;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}
.AverageWeightLossPercentage tbody:before {
    content: '% Who Lost Over 30 Pounds After 1 Month';
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 325px;
    line-height: 32px;
    color: #000;
    position: absolute;
    top: 45%;
    text-align: center;
    left: -11em;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}
.SideEffects tbody:before {
    content: '% Who Experienced Side Effects';
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 325px;
    line-height: 32px;
    color: #000;
    position: absolute;
    top: 45%;
    text-align: center;
    left: -11em;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
}
a {
    cursor: pointer;
    color: #8903ab;
    text-decoration: underline;
}
.prod-img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 40px auto;
}
.coupon {
    width: 100%;
    margin: 40px auto 10px;
    position: relative;
}
.coupon span {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
}
.coupon:before {
    content: '';
    display: block;
    height: 0;
    border-bottom: 2px dashed #919191;
    width: 100%;
    background: #f2f2f2;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.coupon:after {
    content: ' ';
    width: 50px;
    height: 37px;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 2;
}
.claim-now {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #8903ab;
    text-align: center;
}
.note {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin: 20px auto 10px;
    padding: 5px 0;
    background: #ff0;
}
.stock-update img {
    width: 18px;
    margin-right: 5px;
}
.stock-update {
    border: 1px dotted #000;
    background: #effff7;
    padding: 4px 9px;
    margin: 15px 0;
    display: flex;
    align-items: center;
}
.stock-update p {
    margin: 0;
}
.stock-update span {
    color: #dc3545;
}
.order-block {
    padding: 20px;
    border: 1px dotted #000;
    background: #effff7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.order-block-img {
    width: 30%;
    max-width: 300px;
    margin: 0 auto;
}
.order-block-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}
.order-block-text p {
    margin-bottom: 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.order-block-text .note {
    margin: 10px 0;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding: 5px 15px;
}
.button {
    display: block;
    background: #de7474;
    background: linear-gradient(180deg, #de7474 0%, #f72210 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474",endColorstr="#8903ab",GradientType=1);
    text-align: center;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 15px auto;
    color: #fff;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px 15px;
    color: #fff;
}
.checkmark {
    display: inline-block;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #8903ab;
    text-align: center;
    padding-left: 30px;
    position: relative;
}
.checkmark:before {
    content: ' ';
    width: 30px;
    height: 29px;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: -11px;
}

.offer__wrapper {
    background: rgba(154, 39, 183, 0.3);
    padding: 40px 20px;
}
.offer__img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
.offer__link a:hover {
    text-decoration: none !important;
}
.offer__button {
    margin: 40px auto;
    display: block;
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 20px;
    background-color: #e84c3d;
    padding: 20px 40px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.offer__button:hover {
    animation: none;
}
.offer__button,
.offer__button:active,
.offer__button:focus {
    outline: none;
}
.offer h2,
.offer p {
    text-align: center;
}
.offer h2 {
    color: #fff;
    font-size: 32px;
    font-family: sans-serif;
}
.offer .claim-now {
    padding-top: 10px;
}
.offer .note {
    background: #abff9c;
}
.offer a {
    text-decoration: none;
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent;
    }
}
.footer__logo {
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 20px;
}
.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__text {
    font-family: sans-serif;
}
@media (min-width: 600px) {
    .title {
        padding: 30px 0;
        text-align: left;
    }
    .subtitle:after {
        left: 0;
    }
    .subtitle {
        text-align: left;
    }
}
@media screen and (max-width: 750px) {
    .order-block {
        flex-direction: column;
    }
    .order-block-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .order-block-text {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .content {
        padding: 30px 15px;
    }
    .current-category {
        display: none;
    }
    .title {
        font-size: 30px;
        line-height: 35px;
    }
    .subtitle {
        font-size: 20px;
        line-height: 25px;
    }
    .post-date {
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
    }
    .categories ul li {
        font-size: 12px;
        line-height: 14px;
        margin-right: 5px;
        letter-spacing: 0.15em;
    }
    .content .image.horizontal,
    .content .image.vertical {
        max-width: 100%;
    }
    .content .image {
        margin: 35px auto;
        border-top: 4px solid #8903ab;
    }
    .social img {
        width: 27px;
        height: 27px;
        margin-right: 15px;
    }
    .social {
        padding: 12px 0;
    }
    .social span {
        font-size: 15px;
        line-height: 18px;
        margin-right: 20px;
    }
    p {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.02em;
    }
    h1 {
        position: relative;
        font-weight: 800;
        font-size: 28px;
        line-height: 45px;
        letter-spacing: -0.02em;
        padding-bottom: 14px;
    }
    h1:after {
        position: absolute;
        content: '';
        height: 4px;
        width: 100px;
        background: #8903ab;
        bottom: 0;
        left: 0;
    }
    .table-title b {
        font-size: 17px;
        line-height: 31px;
    }
    .table-title:before {
        display: none;
    }
    .graph,
    .label,
    .table-title b {
        max-width: 100%;
        margin: 25px 0;
    }
    .graph {
        margin-top: 0;
        margin-bottom: 35px;
    }
    .graph tbody {
        margin-top: 0;
        margin-left: 2em;
    }
    .table-title {
        margin-top: 35px;
    }
    tbody:after,
    tbody:before {
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .graph td span {
        font-size: 12px;
        line-height: 25px;
    }
    .coupon:after,
    .coupon:before {
        display: none;
    }
    .AverageWeightLossPercentage tbody:before,
    .AverageWeightLoss tbody:before,
    .SideEffects tbody:before {
        left: -15em;
    }
    .label li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    .stock-update img {
        display: none;
    }
    .button {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 400px) {
    .note,
    .order-block-text .note {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.02em;
        padding: 5px;
    }
    .button {
        font-size: 24px;
        line-height: 30px;
    }
}
[scroll='goScrollToForm'] {
    cursor: pointer;
}
