@font-face {
    font-family: "Avenir-Light";
    src: url('../fonts/../fonts/Avenir-Light/AvenirNextCyr-Light.eot?1466354589');
    src: url('../fonts/../fonts/Avenir-Light/AvenirNextCyr-Light.eot?&1466354589#iefix') format('embedded-opentype'), url('../fonts/../fonts/Avenir-Light/AvenirNextCyr-Light.woff?1466354589') format('woff'), url('../fonts/../fonts/Avenir-Light/AvenirNextCyr-Light.ttf?1466354589') format('truetype'), url('../fonts/../fonts/Avenir-Light/AvenirNextCyr-Light.svg?1466354589') format('svg')
}

.foreo-page p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px
}

.foreo-page img {
    max-width: 100%
}

.foreo-page .video {
    max-width: 800px;
    margin: 80px auto 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .foreo-page h1 {
        font-size: 28px !important
    }
}

@media screen and (max-width: 767px) {
    .foreo-page h1 {
        font-size: 24px !important
    }
}

.foreo-page {
    width: 100%;
    position: relative;
    display: block
}

.foreo-page .main-content-wrapper {
    max-width: 1200px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .foreo-page .main-content-wrapper {
        max-width: 100%
    }
}

.foreo-page .results ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: block;
    text-align: center;
    width: 85%
}

.foreo-page .results li {
    width: 33%;
    display: inline-block;
    padding: 25px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page .results li {
        width: 100%
    }
}

.foreo-page .results small {
    font-family: "Avenir-Light";
    font-weight: 500
}

.foreo-page .cta-buy {
    background: rgba(189, 140, 191, 0.6);
    color: #ffffff;
    font-family: "Avenir-Light";
    font-size: 18px;
    font-weight: 700;
    padding: 16px 59px;
    display: inline-block;
    width: auto;
    margin: 60px auto;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms ease-in-out
}

.foreo-page .cta-buy:hover {
    background: #BD8CBF
}

@media screen and (max-width: 767px) {
    .foreo-page .cta-buy {
        width: 100%;
        display: block;
        padding: 16px 0
    }
}

@media screen and (max-width: 767px) {
    .foreo-page img {
        max-width: 90%
    }
}

.foreo-page .foreo-navigation #sandwich-nav {
    display: block
}

@media screen and (max-width: 767px) {
    .foreo-page .foreo-navigation #sandwich-nav {
        position: relative
    }
}

.foreo-page .foreo-navigation #sandwich-nav .sandwich {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 40px;
    height: 40px;
    background: url(../images/sandwich.svg) no-repeat center;
    background-size: contain;
    z-index: 90;
    cursor: pointer;
    opacity: 0.85;
    transition: all 500ms ease-in-out
}

.foreo-page .foreo-navigation #sandwich-nav .sandwich.active {
    top: 6%
}

.foreo-page .foreo-navigation #sandwich-nav .sandwich:hover {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .foreo-page .foreo-navigation #sandwich-nav .sandwich {
        margin-top: 15px;
        margin-right: 15px
    }
}

.foreo-page .foreo-navigation .nav-wrapper {
    display: none
}

.foreo-page .foreo-navigation .nav-wrapper .navigation {
    display: flex;
    justify-content: space-around;
    background: #f195bc;
    padding: 10px 0 0 0
}

@media screen and (max-width: 767px) {
    .foreo-page .foreo-navigation .nav-wrapper .navigation {
        display: block;
        justify-content: initial;
        text-align: center
    }
}

.foreo-page .foreo-navigation .nav-wrapper .navigation a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-family: azo-sans-web, sans-serif;
    border-bottom: 2px solid transparent;
    transition: all 200ms ease-in-out;
    padding-bottom: 10px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page .foreo-navigation .nav-wrapper .navigation a:hover {
    border-bottom: 2px solid #fff
}

@media screen and (max-width: 767px) {
    .foreo-page .foreo-navigation .nav-wrapper .navigation a {
        border-bottom: none !important;
        display: inline-block;
        width: 49%;
        padding: 15px 0;
        box-sizing: border-box
    }
}

.foreo-page .foreo-navigation .nav-wrapper .navigation.men {
    background: rgba(0, 0, 0, 0.6)
}

.foreo-page .foreo-navigation .nav-wrapper .navigation.play {
    background: rgba(20, 189, 240, 0.6)
}

.foreo-page .foreo-navigation .nav-wrapper .navigation.issa {
    background: rgba(162, 198, 195, 0.6)
}

.foreo-page .foreo-navigation .nav-wrapper .navigation.iris {
    background: #98b5a8
}

.foreo-page #foreo-index .main-kv {
    position: relative;
    background: #EF7BAD;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-index .main-kv {
        height: initial
    }
}

.foreo-page #foreo-index .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto 25px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-index .main-kv img {
        position: relative;
        max-width: 100%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-index .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-index .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-index .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-index .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_luna2.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-luna-2 .main-kv {
    position: relative;
    background: #EF7BAD;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .main-kv {
        height: initial
    }
}

.foreo-page #foreo-luna-2 .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto -4px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .main-kv img {
        position: relative;
        max-width: 90%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-luna-2 .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-luna-2 .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-luna-2 .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-luna-2 .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_luna2.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-luna-2 .results p {
    color: #EF7BAD;
    font-family: "Avenir-Light";
    font-weight: 900;
    font-size: 46px;
    display: block;
    margin: 0 0 25px 0
}

.foreo-page #foreo-luna-2 .results span {
    font-family: "Avenir-Light";
    color: #97A4AF;
    text-transform: uppercase;
    font-weight: 700
}

.foreo-page #foreo-luna-2 .skin-type ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 55%;
    margin: 25px auto 0 auto
}

.foreo-page #foreo-luna-2 .skin-type li {
    display: inline-block;
    font-size: 14px;
    color: #97A4AF;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .skin-type li {
        width: 100%;
        text-align: left;
        padding: 5px 0
    }
}

.foreo-page #foreo-luna-2 .skin-type span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.foreo-page #foreo-luna-2 .skin-type span.normal {
    background: #FBCBE6
}

.foreo-page #foreo-luna-2 .skin-type span.combination {
    background: #74B1DA
}

.foreo-page #foreo-luna-2 .skin-type span.sensitive {
    background: #ABA2CF
}

.foreo-page #foreo-luna-2 .img-separator {
    height: 2px;
    width: 100%;
    background: url(../images/spacer_luna2.png) no-repeat center;
    background-size: contain;
    display: block;
    margin: -6px auto 0 auto
}

.foreo-page #foreo-luna-2 .details {
    display: block;
    width: 100%;
    text-align: center
}

.foreo-page #foreo-luna-2 .details .text {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .details .text {
        width: 100%
    }
}

.foreo-page #foreo-luna-2 .details .text h1 {
    color: #F09DBC;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .details .text h1 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .details .text h1 br {
        display: none
    }
}

.foreo-page #foreo-luna-2 .details .text p {
    font-size: 14px;
    color: #97A4AF;
    text-align: left
}

.foreo-page #foreo-luna-2 .details .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-luna-2 .details .text ul li {
    font-size: 14px;
    padding: 4px 0
}

.foreo-page #foreo-luna-2 .details .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #f09dbc
}

.foreo-page #foreo-luna-2 .details .image {
    width: 39%;
    vertical-align: middle;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .details .image {
        width: 90%
    }
}

.foreo-page #foreo-luna-2 .details .image img {
    width: 100%
}

.foreo-page #foreo-luna-2 .footer {
    background: #EF7BAD;
    overflow: hidden;
}

.foreo-page #foreo-luna-2 .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block
}

.foreo-page #foreo-luna-2 .footer ul li {
    text-align: center;
    cursor: pointer
}

.foreo-page #foreo-luna-2 .footer ul li a {
    float: left;
    width: 50%;
    background: #EF7BAD;
    cursor: pointer;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Avenir-Light";
    transition: all 200ms ease-in-out
}

.foreo-page #foreo-luna-2 .footer ul li a:hover {
    background: #f195bc
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2 .footer ul li a {
        width: 100%
    }
}

.foreo-page #foreo-luna-2-men .main-kv {
    position: relative;
    background: #2B2B2B;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .main-kv {
        height: initial
    }
}

.foreo-page #foreo-luna-2-men .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto -4px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .main-kv img {
        position: relative;
        max-width: 90%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-luna-2-men .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-luna-2-men .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-luna-2-men .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-luna-2-men .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_luna2_for_men.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-luna-2-men .content .cta-buy {
    background: rgba(0, 0, 0, 0.6)
}

.foreo-page #foreo-luna-2-men .content .cta-buy:hover {
    background: #000
}

.foreo-page #foreo-luna-2-men .results p {
    color: #000;
    font-family: "Avenir-Light";
    font-weight: 900;
    font-size: 46px;
    display: block;
    margin: 0 0 25px 0
}

.foreo-page #foreo-luna-2-men .results span {
    font-family: "Avenir-Light";
    color: #97A4AF;
    text-transform: uppercase;
    font-weight: 700
}

.foreo-page #foreo-luna-2-men .shaving .image {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .shaving .image {
        width: 100%;
        display: block
    }
}

.foreo-page #foreo-luna-2-men .shaving .text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 100px;
    box-sizing: border-box;
    padding-top: 75px
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .shaving .text {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-top: 30px
    }
}

.foreo-page #foreo-luna-2-men .shaving .text h1 {
    text-align: left
}

.foreo-page #foreo-luna-2-men .shaving .text small {
    font-family: "Avenir-Light";
    font-weight: 500;
    text-align: left;
    margin-top: 25px;
    display: block
}

.foreo-page #foreo-luna-2-men .shaving ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.foreo-page #foreo-luna-2-men .shaving ul li {
    font-size: 16px;
    font-family: "Avenir-Light";
    padding: 4px 0;
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-luna-2-men .shaving ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #000
}

.foreo-page #foreo-luna-2-men .skin-type ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 55%;
    margin: 25px auto 0 auto
}

.foreo-page #foreo-luna-2-men .skin-type li {
    display: inline-block;
    font-size: 14px;
    color: #97A4AF;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .skin-type li {
        width: 100%;
        text-align: left;
        padding: 5px 0
    }
}

.foreo-page #foreo-luna-2-men .skin-type span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.foreo-page #foreo-luna-2-men .skin-type span.normal {
    background: #FBCBE6
}

.foreo-page #foreo-luna-2-men .skin-type span.combination {
    background: #74B1DA
}

.foreo-page #foreo-luna-2-men .skin-type span.sensitive {
    background: #ABA2CF
}

.foreo-page #foreo-luna-2-men .img-separator {
    height: 2px;
    width: 100%;
    background: url(../images/spacer_luna2.png) no-repeat center;
    background-size: contain;
    display: block;
    margin: -6px auto 0 auto
}

.foreo-page #foreo-luna-2-men .details {
    display: block;
    width: 100%;
    text-align: center
}

.foreo-page #foreo-luna-2-men .details .text {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .details .text {
        width: 100%
    }
}

.foreo-page #foreo-luna-2-men .details .text h1 {
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .details .text h1 br {
        display: none
    }
}

.foreo-page #foreo-luna-2-men .details .text p {
    font-size: 14px;
    color: #97A4AF;
    text-align: left
}

.foreo-page #foreo-luna-2-men .details .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-luna-2-men .details .text ul li {
    font-size: 14px;
    padding: 4px 0
}

.foreo-page #foreo-luna-2-men .details .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #000
}

.foreo-page #foreo-luna-2-men .details .image {
    width: 39%;
    vertical-align: middle;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .details .image {
        width: 90%
    }
}

.foreo-page #foreo-luna-2-men .details .image img {
    width: 100%
}

.foreo-page #foreo-luna-2-men .details small {
    font-family: "Avenir-Light";
    text-align: left;
    display: block;
    margin-top: 10px
}

.foreo-page #foreo-luna-2-men .footer {
    background: #2B2B2B;
    overflow: hidden;
}

.foreo-page #foreo-luna-2-men .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block
}

.foreo-page #foreo-luna-2-men .footer ul li {
    text-align: center;
    cursor: pointer
}

.foreo-page #foreo-luna-2-men .footer ul li a {
    float: left;
    width: 50%;
    background: #2B2B2B;
    cursor: pointer;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Avenir-Light";
    transition: all 200ms ease-in-out
}

.foreo-page #foreo-luna-2-men .footer ul li a:hover {
    background: #000
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-2-men .footer ul li a {
        width: 100%
    }
}

.foreo-page #foreo-luna-mini .main-kv {
    position: relative;
    background: #EF7BAD;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .main-kv {
        height: initial
    }
}

.foreo-page #foreo-luna-mini .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto -4px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .main-kv img {
        position: relative;
        max-width: 90%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-luna-mini .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-luna-mini .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-luna-mini .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-luna-mini .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_luna2.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-luna-mini .results p {
    color: #EF7BAD;
    font-family: "Avenir-Light";
    font-weight: 900;
    font-size: 46px;
    display: block;
    margin: 0 0 25px 0
}

.foreo-page #foreo-luna-mini .results span {
    font-family: "Avenir-Light";
    color: #97A4AF;
    text-transform: uppercase;
    font-weight: 700
}

.foreo-page #foreo-luna-mini .skin-type ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 55%;
    margin: 25px auto 0 auto
}

.foreo-page #foreo-luna-mini .skin-type li {
    display: inline-block;
    font-size: 14px;
    color: #97A4AF;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .skin-type li {
        width: 100%;
        text-align: left;
        padding: 5px 0
    }
}

.foreo-page #foreo-luna-mini .skin-type span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.foreo-page #foreo-luna-mini .skin-type span.aquamarine {
    background: #00A9F8
}

.foreo-page #foreo-luna-mini .skin-type span.pink {
    background: #F3C1DD
}

.foreo-page #foreo-luna-mini .skin-type span.fuchsia {
    background: #DA287C
}

.foreo-page #foreo-luna-mini .skin-type span.yellow {
    background: #FFB900
}

.foreo-page #foreo-luna-mini .img-separator {
    height: 2px;
    width: 100%;
    background: url(../images/spacer_luna2.png) no-repeat center;
    background-size: contain;
    display: block;
    margin: -6px auto 0 auto
}

.foreo-page #foreo-luna-mini .details {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px
}

.foreo-page #foreo-luna-mini .details .text {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .details .text {
        width: 100%
    }
}

.foreo-page #foreo-luna-mini .details .text h1 {
    color: #F09DBC;
    font-size: 36px;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .details .text h1 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .details .text h1 br {
        display: none
    }
}

.foreo-page #foreo-luna-mini .details .text p {
    font-size: 14px;
    color: #97A4AF;
    text-align: left
}

.foreo-page #foreo-luna-mini .details .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-luna-mini .details .text ul li {
    font-size: 14px;
    padding: 4px 0
}

.foreo-page #foreo-luna-mini .details .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #f09dbc
}

.foreo-page #foreo-luna-mini .details .image {
    width: 39%;
    vertical-align: middle;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .details .image {
        width: 90%
    }
}

.foreo-page #foreo-luna-mini .details .image img {
    width: 100%
}

.foreo-page #foreo-luna-mini .footer {
    background: #EF7BAD;
    overflow: hidden;
}

.foreo-page #foreo-luna-mini .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block
}

.foreo-page #foreo-luna-mini .footer ul li {
    text-align: center;
    cursor: pointer
}

.foreo-page #foreo-luna-mini .footer ul li a {
    float: left;
    width: 50%;
    background: #EF7BAD;
    cursor: pointer;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Avenir-Light";
    transition: all 200ms ease-in-out
}

.foreo-page #foreo-luna-mini .footer ul li a:hover {
    background: #f195bc
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-mini .footer ul li a {
        width: 100%
    }
}

.foreo-page #foreo-luna-play .main-kv {
    position: relative;
    background: #14BDF0;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-play .main-kv {
        height: initial
    }
}

.foreo-page #foreo-luna-play .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto -4px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-play .main-kv img {
        position: relative;
        max-width: 90%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-luna-play .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-luna-play .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-luna-play .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-luna-play .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_luna2.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-luna-play .luna-play-spec .image {
    width: 49%;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-play .luna-play-spec .image {
        width: 100%;
        display: inline-block
    }
}

.foreo-page #foreo-luna-play .luna-play-spec .text {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-play .luna-play-spec .text {
        width: 100%;
        display: block
    }
}

.foreo-page #foreo-luna-play .luna-play-spec .text h1 {
    text-align: left;
    margin-bottom: 30px
}

.foreo-page #foreo-luna-play .luna-play-spec .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-luna-play .luna-play-spec .text ul li {
    font-size: 16px;
    padding: 4px 0
}

.foreo-page #foreo-luna-play .luna-play-spec .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #f09dbc
}

.foreo-page #foreo-luna-play .luna-play-spec .text p {
    text-align: left
}

.foreo-page #foreo-luna-play .footer {
    background: #14BDF0;
    overflow: hidden;
}

.foreo-page #foreo-luna-play .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block
}

.foreo-page #foreo-luna-play .footer ul li {
    text-align: center;
    cursor: pointer
}

.foreo-page #foreo-luna-play .footer ul li a {
    float: left;
    width: 50%;
    background: #14BDF0;
    cursor: pointer;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Avenir-Light";
    transition: all 200ms ease-in-out
}

.foreo-page #foreo-luna-play .footer ul li a:hover {
    background: rgba(20, 189, 240, 0.6)
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-play .footer ul li a {
        width: 100%
    }
}

.foreo-page #foreo-luna-go .main-kv {
    position: relative;
    background: #14BDF0;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .main-kv {
        height: initial
    }
}

.foreo-page #foreo-luna-go .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto -4px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .main-kv img {
        position: relative;
        max-width: 90%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-luna-go .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-luna-go .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-luna-go .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-luna-go .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_lunago.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-luna-go .luna-play-spec .image {
    width: 49%;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .luna-play-spec .image {
        width: 100%;
        display: inline-block
    }
}

.foreo-page #foreo-luna-go .luna-play-spec .text {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .luna-play-spec .text {
        width: 100%;
        display: block
    }
}

.foreo-page #foreo-luna-go .luna-play-spec .text h1 {
    text-align: left;
    margin-bottom: 30px
}

.foreo-page #foreo-luna-go .luna-play-spec .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-luna-go .luna-play-spec .text ul li {
    font-size: 16px;
    padding: 4px 0
}

.foreo-page #foreo-luna-go .luna-play-spec .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #60B2D8
}

.foreo-page #foreo-luna-go .luna-play-spec .text p {
    text-align: left
}

.foreo-page #foreo-luna-go .details {
    display: block;
    width: 100%;
    text-align: center
}

.foreo-page #foreo-luna-go .details .text {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .details .text {
        width: 100%
    }
}

.foreo-page #foreo-luna-go .details .text h1 {
    color: #60B2D8;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .details .text h1 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .details .text h1 br {
        display: none
    }
}

.foreo-page #foreo-luna-go .details .text p {
    font-size: 14px;
    color: #97A4AF;
    text-align: left
}

.foreo-page #foreo-luna-go .details .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-luna-go .details .text ul li {
    font-size: 14px;
    padding: 4px 0
}

.foreo-page #foreo-luna-go .details .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #f09dbc
}

.foreo-page #foreo-luna-go .details .image {
    width: 39%;
    vertical-align: middle;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .details .image {
        width: 90%
    }
}

.foreo-page #foreo-luna-go .details .image img {
    width: 100%
}

.foreo-page #foreo-luna-go .details small {
    font-family: "Avenir-Light";
    font-weight: 500;
    text-align: left;
    margin-top: 25px;
    display: block
}

.foreo-page #foreo-luna-go .cta-buy {
    background: rgba(0, 113, 188, 0.6)
}

.foreo-page #foreo-luna-go .cta-buy:hover {
    background: #0071BC
}

.foreo-page #foreo-luna-go .footer {
    background: #14BDF0;
    overflow: hidden;
}

.foreo-page #foreo-luna-go .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block
}

.foreo-page #foreo-luna-go .footer ul li {
    text-align: center;
    cursor: pointer
}

.foreo-page #foreo-luna-go .footer ul li a {
    float: left;
    width: 50%;
    background: #14BDF0;
    cursor: pointer;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Avenir-Light";
    transition: all 200ms ease-in-out
}

.foreo-page #foreo-luna-go .footer ul li a:hover {
    background: rgba(20, 189, 240, 0.6)
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-luna-go .footer ul li a {
        width: 100%
    }
}

.foreo-page #foreo-issa .main-kv {
    position: relative;
    background: #A2C6C3;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .main-kv {
        height: initial
    }
}

.foreo-page #foreo-issa .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto -4px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .main-kv img {
        position: relative;
        max-width: 90%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-issa .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-issa .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-issa .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-issa .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_issa.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-issa .content .cta-buy {
    background: rgba(226, 30, 121, 0.6)
}

.foreo-page #foreo-issa .content .cta-buy:hover {
    background: #E21E79
}

.foreo-page #foreo-issa .results p {
    color: #EF7BAD;
    font-family: "Avenir-Light";
    font-weight: 900;
    font-size: 46px;
    display: block;
    margin: 0 0 25px 0
}

.foreo-page #foreo-issa .results span {
    font-family: "Avenir-Light";
    color: #97A4AF;
    text-transform: uppercase;
    font-weight: 700
}

.foreo-page #foreo-issa .luna-play-spec .image {
    width: 49%;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .luna-play-spec .image {
        width: 100%;
        display: inline-block
    }
}

.foreo-page #foreo-issa .luna-play-spec .text {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .luna-play-spec .text {
        width: 100%;
        display: block
    }
}

.foreo-page #foreo-issa .luna-play-spec .text h1 {
    text-align: left;
    margin-bottom: 30px
}

.foreo-page #foreo-issa .luna-play-spec .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-issa .luna-play-spec .text ul li {
    font-size: 16px;
    padding: 4px 0
}

.foreo-page #foreo-issa .luna-play-spec .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #f09dbc
}

.foreo-page #foreo-issa .luna-play-spec .text p {
    text-align: left
}

.foreo-page #foreo-issa .details {
    display: block;
    width: 100%;
    text-align: center
}

.foreo-page #foreo-issa .details .text {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .details .text {
        width: 100%
    }
}

.foreo-page #foreo-issa .details .text h1 {
    color: #60B2D8;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .details .text h1 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .details .text h1 br {
        display: none
    }
}

.foreo-page #foreo-issa .details .text p {
    font-size: 14px;
    color: #97A4AF;
    text-align: left
}

.foreo-page #foreo-issa .details .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-issa .details .text ul li {
    font-size: 14px;
    padding: 4px 0
}

.foreo-page #foreo-issa .details .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #f09dbc
}

.foreo-page #foreo-issa .details .image {
    width: 39%;
    vertical-align: middle;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .details .image {
        width: 90%
    }
}

.foreo-page #foreo-issa .details .image img {
    width: 100%
}

.foreo-page #foreo-issa .details small {
    font-family: "Avenir-Light";
    font-weight: 500;
    text-align: left;
    margin-top: 25px;
    display: block
}

.foreo-page #foreo-issa .cta-buy {
    background: rgba(0, 113, 188, 0.6)
}

.foreo-page #foreo-issa .cta-buy:hover {
    background: #0071BC
}

.foreo-page #foreo-issa .footer {
    background: rgba(162, 198, 195, 0.6);
    overflow: hidden;
}

.foreo-page #foreo-issa .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block
}

.foreo-page #foreo-issa .footer ul li {
    text-align: center;
    cursor: pointer
}

.foreo-page #foreo-issa .footer ul li a {
    float: left;
    width: 50%;
    background: #A2C6C3;
    cursor: pointer;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Avenir-Light";
    transition: all 200ms ease-in-out
}

.foreo-page #foreo-issa .footer ul li a:hover {
    background: rgba(162, 198, 195, 0.6)
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-issa .footer ul li a {
        width: 100%
    }
}

.foreo-page #foreo-iris .main-kv {
    position: relative;
    background: #CEDFD7;
    display: block;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .main-kv {
        height: initial
    }
}

.foreo-page #foreo-iris .main-kv img {
    position: relative;
    display: inline-block;
    margin: 75px auto -4px auto
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .main-kv img {
        position: relative;
        max-width: 90%;
        padding-top: 50px;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        bottom: initial
    }
}

.foreo-page #foreo-iris .content {
    padding: 40px 25px 60px 25px;
    color: #97A4AF;
    text-align: center
}

.foreo-page #foreo-iris .content h1 {
    margin-bottom: 60px;
    font-family: "Avenir-Light";
    font-weight: 900
}

.foreo-page #foreo-iris .content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light"
}

.foreo-page #foreo-iris .content .divider {
    height: 40px;
    width: 100%;
    background: url(../images/spacer_issa.png) no-repeat center;
    background-size: contain;
    margin: 60px auto;
    display: block
}

.foreo-page #foreo-iris .content .cta-buy {
    background: rgba(226, 30, 121, 0.6)
}

.foreo-page #foreo-iris .content .cta-buy:hover {
    background: #E21E79
}

.foreo-page #foreo-iris .iris-results .image {
    width: 49%;
    display: inline-block;
    text-align: center
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .iris-results .image {
        width: 100%;
        display: block
    }
}

.foreo-page #foreo-iris .iris-results .text {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .iris-results .text {
        width: 100%;
        display: block
    }
}

.foreo-page #foreo-iris .iris-results h1 {
    text-align: left;
    margin-bottom: 25px
}

.foreo-page #foreo-iris .iris-results span {
    color: #eb4783;
    font-size: 30px;
    padding-right: 5px;
    box-sizing: border-box;
    display: inline-block
}

.foreo-page #foreo-iris .iris-results .element {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    font-family: "Avenir-Light";
    text-align: left;
    padding: 10px 0
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .iris-results .element {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 0
    }
}

.foreo-page #foreo-iris .iris-results small {
    font-family: "Avenir-Light";
    font-weight: 500;
    text-align: left;
    margin-top: 25px;
    display: block
}

.foreo-page #foreo-iris .details {
    display: block;
    width: 100%;
    text-align: center
}

.foreo-page #foreo-iris .details .text {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .details .text {
        width: 100%
    }
}

.foreo-page #foreo-iris .details .text h1 {
    color: #BAD9DE;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .details .text h1 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .details .text h1 br {
        display: none
    }
}

.foreo-page #foreo-iris .details .text p {
    font-size: 14px;
    color: #97A4AF;
    text-align: left
}

.foreo-page #foreo-iris .details .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir-Light";
    font-weight: 700;
    text-align: left
}

.foreo-page #foreo-iris .details .text ul li {
    font-size: 14px;
    padding: 4px 0
}

.foreo-page #foreo-iris .details .text ul li:before {
    margin-right: 7px;
    content: "•";
    font-size: 19px;
    color: #f09dbc
}

.foreo-page #foreo-iris .details .image {
    width: 39%;
    vertical-align: middle;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .details .image {
        width: 90%
    }
}

.foreo-page #foreo-iris .details .image img {
    max-height: 400px;
    width: auto
}

.foreo-page #foreo-iris .details small {
    font-family: "Avenir-Light";
    font-weight: 500;
    text-align: left;
    margin-top: 25px;
    display: block
}

.foreo-page #foreo-iris .cta-buy {
    background: rgba(0, 113, 188, 0.6)
}

.foreo-page #foreo-iris .cta-buy:hover {
    background: #0071BC
}

.foreo-page #foreo-iris .footer {
    background: #CEDFD7;
    overflow: hidden;
}

.foreo-page #foreo-iris .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: block
}

.foreo-page #foreo-iris .footer ul li {
    text-align: center;
    cursor: pointer
}

.foreo-page #foreo-iris .footer ul li a {
    float: left;
    width: 50%;
    background: #CEDFD7;
    cursor: pointer;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Avenir-Light";
    transition: all 200ms ease-in-out
}

.foreo-page #foreo-iris .footer ul li a:hover {
    background: #98b5a8
}

@media screen and (max-width: 767px) {
    .foreo-page #foreo-iris .footer ul li a {
        width: 100%
    }
}