/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.women-who01-01 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.4;
    color: #222222;
    font-weight: 400;
}

.women-who01-01 img {
    max-width: 100%;
}

.women-who01-01 .red {
    color: #ff0000 !important;
}

.women-who01-01 .blue {
    color: #00b1ef !important;
}

.women-who01-01 .pink {
    color: #FF52F5 !important;
    background-color: rgb(0 0 0 /1%);
}

.women-who01-01 h1,
.women-who01-01 h2,
.women-who01-01 h3,
.women-who01-01 h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
    text-transform: uppercase;
    background-color: rgb(0 0 0 /1%);
}

.women-who01-01 h2 {
    font-size: 46px;
    margin: 0;
    margin-bottom: 25px;
}

.women-who01-01 h1 {
    font-size: 50px;
    font-weight: 400;
}

.women-who01-01 h3 {
    font-size: 35px;
}

.women-who01-01 h4 {
    font-size: 26px;
}

.women-who01-01 p,
.women-who01-01 li {
    line-height: 1.3;
    margin-bottom: 30px;
    background-color: rgb(0 0 0 /1%);
}

.women-who01-01 strong {
    font-weight: 900;
}

.women-who01-01 p>b {
    font-weight: bold;
}

.women-who01-01 .fa {
    margin-right: 10px;
}


/*common styles*/

.women-who01-01 .area-title {
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.women-who01-01 .larg-title {
    padding-bottom: 120px;
}

.women-who01-01 .pink-title {
    background: #ff2af1;
}

.women-who01-01 .blue-title {
    background: #00b1ef;
}

.women-who01-01 .black-title {
    background: #000;
}

.women-who01-01 .m-0 {
    margin: 0 !important;
}

.women-who01-01 .larg-padding {
    padding: 60px 0;
}

.women-who01-01 .push-top {
    position: relative;
    margin-top: -90px;
}

.women-who01-01 .double-text-right img {
    margin-right: 50px;
}

.women-who01-01 .double-text-left img {
    margin-left: 50px;
}

.women-who01-01 .area-title p {
    width: 90%;
    margin: 0 auto 20px;
}

.women-who01-01 .area-title.normal-p p {
    width: 100%;
    text-align: left;
}

.women-who01-01 .small-padding {
    padding-top: 40px;
    padding-bottom: 30px;
}


/*button styles*/

.women-who01-01 .site-btn {
    color: black !important;
    background: #FF762C;
    display: inline-block;
    padding: 25px 60px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.women-who01-01 .site-button:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.women-who01-01 .round-list,
.women-who01-01 .arrow-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.women-who01-01 .round-list li {
    position: relative;
    padding-left: 40px;
}

.women-who01-01 .round-list li::before {
    content: "\f111";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 18px;
    top: 5px;
    left: 0;
    color: #ff2af1;
}

.women-who01-01 .arrow-list li {
    position: relative;
    padding-left: 40px;
}

.women-who01-01 .arrow-list li::before {
    content: "\f101";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 24px;
    top: 1px;
    left: 0;
    color: #ff2af1;
}
i {
    background: rgb(0 0 0 / 1%);
}
.women-who01-01 .m-kom {
    margin-bottom: 10px;
    display: block;
    background: rgb(0 0 0 / 1%);
}


/* ==========================================================================
   Banner styles
   ========================================================================== */

.women-who01-01 .banner {
    text-align: center;
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/banner-bg.jpg") no-repeat center center / cover;
    padding: 50px 0;
}

.women-who01-01 .top-title.red {
    font-weight: 900;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
}

.women-who01-01 .banner-Video {
    margin: 25px 0;
}

.women-who01-01 .banner-content h1 {
    margin-top: 5px;
    margin-bottom: 20px;
}

.women-who01-01 .banner-content h4 {
    color: #fff;
    margin: 0;
    text-transform: unset;
    font-weight: 300;
}

.women-who01-01 .banner-content h3 {
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-transform: unset;
}


/* ==========================================================================
   Content one styles
   ========================================================================== */


/*section 3 styles*/

.women-who01-01 .section-3 {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-3.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}


/*section 4 styles*/

.women-who01-01 .section-4 {
    padding-top: 60px;
}

.women-who01-01 .section-4 h2 {
    margin-bottom: 30px;
}

.women-who01-01 .section-4 .round-list {
    margin: 40px 0;
}

.women-who01-01 .section-4 .round-list li {
    margin-bottom: 8px;
}


/*section 5 styles*/

.women-who01-01 .section-5 {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-5.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}

.women-who01-01 .section-5 .double-text {
    margin: 50px 0;
}


/*section 7 styles*/

.women-who01-01 .section-7 {
    padding: 60px 0;
}


/*section 8 styles*/

.women-who01-01 .section-8 .area-title {
    margin-bottom: 40px;
}

.women-who01-01 .img-with-bg {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-8.jpg") no-repeat center center / cover;
    text-align: center;
    margin-top: 210px;
}

.women-who01-01 .img-with-bg img {
    margin-top: -200px;
}


/*section 9 styles*/

.women-who01-01 .section-9 {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-9.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}

.women-who01-01 .section-9 .double-text {
    margin: 50px 0;
    overflow: hidden;
}

.women-who01-01 .section-9 h4 {
    float: none;
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}


/*section 9-2 styles*/

.women-who01-01 .double-text.padding-t {
    margin-top: 50px;
    overflow: hidden;
}

.women-who01-01 .double-text {
    overflow: hidden;
}

.women-who01-01 .lg-p {
    font-size: 30px;
    margin-top: 35px;
}

.women-who01-01 .section-9-2 h3 {
    width: 80%;
    margin: 0 auto;
    margin-top: -25px;
}

.women-who01-01 .section-9-2 {
    padding-bottom: 60px;
}


/*section 10 styles*/

.women-who01-01 .section-10-content {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-10.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}


/*section 11 styles*/

.women-who01-01 .section-11 {
    padding: 60px 0;
}


/*section 12 styles*/

.women-who01-01 .section-12-content {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-12.jpg") no-repeat center center / cover;
    padding: 60px 0 120px;
    color: #fff;
}


/*section 13 styles*/


/*.women-who01-01 .section-13 {
    padding-bottom: 60px;
}*/

.women-who01-01 .section-13-content {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-13.jpg") no-repeat center center / cover;
    padding: 60px 0 120px;
    color: #fff;
}


/*section 15 styles*/

.women-who01-01 .section-15-top {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-15.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}

.women-who01-01 .section-15-top .round-list {
    width: 70%;
    margin: 0 auto
}

.women-who01-01 .section-15-top .round-list li:before {
    color: #fff;
}


/*section 17 styles*/

.women-who01-01 .section-17-text {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-17.jpg") no-repeat center center / cover;
    padding: 60px 0 200px 0;
    color: #fff;
}

.women-who01-01 .section-17 .round-list {
    margin-bottom: 35px;
}

.women-who01-01 .section-17 .round-list li {
    margin-bottom: 8px;
}

.women-who01-01 .section-17 .img-with-bg {
    background: #fff;
    margin-top: 0;
}

.women-who01-01 .section-17 .site-btn {
    margin-bottom: 30px;
}


/*section-19 styles*/

.section-19 h4 {
    margin-bottom: 30px;
}


/*section-20 styles*/

.women-who01-01 .section-20 {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-20.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}

.women-who01-01 .section-20 .double-text {
    margin: 50px 0;
    overflow: hidden;
}


/*section-22 styles*/

.women-who01-01 .section-22-text {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-22.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}


/*section-23 styles*/

.women-who01-01 .section-23 {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-23.jpg") no-repeat center center / cover;
    padding: 0px 0 60px 0;
    color: #fff;
    margin-top: 50px;
}

.women-who01-01 .section-23 .text-center img {
    position: relative;
    margin-top: -100px
}

.women-who01-01 .section-25 {
    padding-bottom: 40px;
}


/*section-26 styles*/

.women-who01-01 .section-26 {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-26.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}

.women-who01-01 .section-26 h2 {
    margin-bottom: 40px;
}

.women-who01-01 .section-26 .site-btn {
    margin-top: 40px;
}

.women-who01-01 .section-26 .double-text p {
    margin-top: 55px;
    margin-bottom: 40px;
}

.women-who01-01 .site-btn span {
    font-size: 30px;
    display: block;
    line-height: .9;
}


/*section-26 styles*/

.women-who01-01 .section-28-text {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-28.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}

.women-who01-01 .site-btn.small-btn {
    padding: 25px 180px;
    color: black;
}

.women-who01-01 .section-29 {
    padding: 60px 0;
}


/*section-29 styles*/

.women-who01-01 .section-29 h4 {
    margin-bottom: 30px;
    margin-top: 50px;
}

.women-who01-01 .section-29 .round-list {
    margin-bottom: 50px;
}

.women-who01-01 .section-29 .round-list li {
    margin-bottom: 8px;
}


/*section-30 styles*/

.women-who01-01 .section-30 {
    background: url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/s-30.jpg") no-repeat center center / cover;
    padding: 60px 0;
    color: #fff;
}


/*.double-area-2*/


/*.double-area-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)) repeat fixed 0 0%, rgba(0, 0, 0, 0) url("https://d12hfwo7xdmxn8.cloudfront.net/salespages/fat-loss-extreme-f/store/img/bg-2.jpg") no-repeat center center / cover;
}*/


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}