body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
#main:not(.main-homepage) {
  padding: 0;
  /*padding-top: 20px;*/
}
@media screen and (max-width: 761px) {
  #main:not(.main-homepage) {
    padding: 0;
  }
}

.breadcrumb {
  display: none;
}
.MyContent {
  display: block;
  position: relative;
  margin: 0 auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  max-width: 1250px;
  text-align: center;
}
.MyContent .AnchorBlock {
  display: block;
  height: 110px;
  margin-top: -110px;
  pointer-events: none;
}
@media screen and (max-width: 1249px) {
  .MyContent {
    padding: 0 20px;
  }
}

.MyContent .isDesktop {
  display: block;
}
.MyContent .isMobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .MyContent .AnchorBlock {
    height: 50px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 761px) {
  .MyContent .AnchorBlock {
    height: 100px;
    margin-top: -50px;
  }

  .MyContent .isMobile {
    display: block;
    max-width: 100%;
  }
  .MyContent br {
    display: none;
  }
  .MyContent .isDesktop {
    display: none;
  }
}
/*--------------------------------------------*/
.LiveBeautiFully-Main-Header {
  height: auto;
  position: relative;
}

/*
.LiveBeautiFully-Main-Header {
  height: 528px;
  position: relative;
}
.LiveBeautiFully-Main-Header__Background {
  position: absolute;
  top: 0px;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
}*/
.LiveBeautiFully-Main-Header__Background {
  width: calc(100% + 40px);
  z-index: 1;
  margin-left: -20px;
}
@media screen and (max-width: 1599px) and (min-width: 1250px) {
  .LiveBeautiFully-Main-Header {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .LiveBeautiFully-Main-Header__Background {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .LiveBeautiFully-Main-Header {
    margin-left: -175px;
    width: 1600px;
  }
  .LiveBeautiFully-Main-Header__Background {
    width: 100%;
    margin-left: 0px;
  }
}
.LiveBeautiFully-Main-Header__Background img {
  max-width: 100%;
}
/*.LiveBeautiFully-Main-Header__Title {
  display: flex;
  width: 100%;
  height: 400px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  font-weight: normal;
  text-align: center;
  font-family: "ClarinsRegular", "Clarins";
  line-height: 1em;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.LiveBeautiFully-Main-Header__Title span:nth-child(1) {
  font-size: 172px;
  margin-bottom: 60px;
  margin-right: 10px;
  line-height: 1em;
}
.LiveBeautiFully-Main-Header__Title span:nth-child(2) {
  font-size: 72px;
  margin-top: 60px;
  line-height: 1em;
}

@media screen and (max-width: 761px) {
  .LiveBeautiFully-Main-Header {
    height: 125vw;
    position: relative;
  }
  .LiveBeautiFully-Main-Header__Background {
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    z-index: 1;
  }
  .LiveBeautiFully-Main-Header__Title {
    flex-direction: column;
    margin: 0 !important;
  }
  .LiveBeautiFully-Main-Header__Title span:nth-child(1) {
    text-align: left;
    width: 100%;
    margin: 0 !important;
    margin-left: -20px !important;
  }
  .LiveBeautiFully-Main-Header__Title span:nth-child(2) {
    text-align: right;
    width: 100%;
    margin: 0 !important;
    margin-top: -20px !important;
    margin-right: -20px !important;
  }
}*/

.LiveBeautiFully-Main-Header__Title {
  display: none !important;
}
/*--------------------------------------------*/
.LiveBeautiFully-Nav {
  position: fixed;
  right: 0;
  top: calc(21vw + 113px);
  height: 100px;
  z-index: 1000;
}
@media (min-width: 1600px) {
  .LiveBeautiFully-Nav {
    right: calc(50% - 800px);
    top: 450px;
  }
}

.LiveBeautiFully-Nav__Link {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 50px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0 12px;
  font-family: "ClarinsRegular", "Clarins";
  margin-bottom: 5px;
}

.LiveBeautiFully-Nav__Link--active {
  background-color: #b40024;
  color: #fff;
  font-size: 22px;
  margin-left: -20px;
}
.LiveBeautiFully-Nav__Link:hover {
  color: #000;
}
.LiveBeautiFully-Nav__Link--active:hover {
  color: #fff;
}
@media screen and (min-width: 762px) {
  .LiveBeautiFully-Nav__Link:hover {
    background-color: #b40024;
    color: #fff;
    font-size: 22px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 761px) {
  .LiveBeautiFully-Nav {
    position: absolute;
    top: calc(125vw - 74px);
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 80px;
    align-items: flex-end;
    z-index: 2;
  }
  .LiveBeautiFully-Nav[data-sticky="1"] {
    position: fixed;
    right: 0;
    top: 53px;
    height: 50px;
    z-index: 1000;
  }
  .LiveBeautiFully-Nav__Link {
    margin: 5px;
  }
  .LiveBeautiFully-Nav[data-sticky="1"] .LiveBeautiFully-Nav__Link {
    height: 50px;
    line-height: 50px;
  }
}
/*--------------------------------------------*/
.LiveBeautiFully-Intro {
  background-color: #fff;
  display: flex;
}
.LiveBeautiFully-Intro__Text-Left {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 25px;
  line-height: 1.4em;
  text-align: right;
  padding: 20px;
  flex-basis: 50%;
  color: #000;
}
.LiveBeautiFully-Intro__Text-Right {
  margin-top: 106px;
  font-family: "ClarinsRegular", "Clarins";
  font-size: 25px;
  line-height: 1.4em;
  text-align: left;
  padding: 20px;
  flex-basis: 50%;
  color: #000;
}
.LiveBeautiFully-Intro__Text-Right strong {
  font-weight: normal;
  color: #b40024;
  font-size: 30px;
  line-height: 1.4em;
  display: block;
}

@media screen and (max-width: 761px) {
  .LiveBeautiFully-Intro {
    display: block;
    padding-top: 20px;
  }
  .LiveBeautiFully-Intro__Text-Left,
  .LiveBeautiFully-Intro__Text-Right {
    font-size: 19px;
    margin: 0;
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
  }
  .LiveBeautiFully-Intro__Text-Right strong {
    display: block;
    font-size: 25px;
    margin: 20px;
  }
}
/*--------------------------------------------*/

.LiveBeautiFully-Section-01 {
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}

.LiveBeautiFully-Section-01__Background {
  position: absolute;
  top: 0px;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
}

.LiveBeautiFully-Section-01__Section-Number {
  font-size: 157px;
  color: #fff;
  z-index: 1;
  position: relative;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  line-height: 1em;
}
.LiveBeautiFully-Section-01__Title {
  margin: 0;
  font-size: 43px;
  font-family: "ClarinsRegular", "Clarins";
  color: #fff;
  line-height: 1em;
  z-index: 1;
  position: relative;
  font-weight: normal;
  max-width: 200px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  text-align: left;
}

.LiveBeautiFully-Section-01__Text {
  font-size: 16px;
  padding: 30px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
}

.LiveBeautiFully-Section-01__Text strong {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.LiveBeautiFully__Small-Title {
  font-size: 20px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #b40024;
  padding: 30px;
  line-height: 30px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 761px) {
  .LiveBeautiFully-Section-01 {
    height: 115vw;
    position: relative;
    flex-direction: column;
  }
  .LiveBeautiFully-Section-01__Background {
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    z-index: 1;
  }
  .LiveBeautiFully-Section-01__Title {
    width: 60vw;
    margin-left: 0;
    margin-right: auto;
  }
  .LiveBeautiFully-Section-01__Text {
    padding: 0;
    margin-top: 20px;
    text-align: left;
  }
}
/*--------------------------------------------*/

.LiveBeautiFully-Section-02 {
  height: 192px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  flex-direction: column;
}

.LiveBeautiFully-Section-02__Background {
  position: absolute;
  top: 0px;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
}

.LiveBeautiFully-Section-02__Section-Number {
  font-size: 157px;
  color: #fff;
  z-index: 1;
  position: relative;
  /*text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);*/
  line-height: 1em;
  margin-top: -20px;
}
.LiveBeautiFully-Section-02__Title {
  margin: 0;
  font-size: 43px;
  font-family: "ClarinsRegular", "Clarins";
  color: #fff;
  line-height: 1em;
  z-index: 1;
  margin-top: -20px;
  position: relative;
  font-weight: normal;
  max-width: 300px;
  /* text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);*/
}

@media screen and (max-width: 761px) {
  .LiveBeautiFully-Section-02 {
    height: 48vw;
    position: relative;
  }
  .LiveBeautiFully-Section-02__Background {
    position: absolute;
    top: 0px;
    left: calc(50% - 52vw);
    width: 104vw;
    z-index: 1;
  }
}
/*--------------------------------------------*/

.LiveBeautiFully__Testimonies {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}

.LiveBeautiFully__Testimonies-Block {
  order: 2;
  position: relative;
  margin-bottom: 165px;
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .LiveBeautiFully__Testimonies .LiveBeautiFully__Small-Title {
    position: absolute;
    top: 10px;
    width: 600px;
    left: calc(50% - 300px);
    box-sizing: border-box;
  }
}

.LiveBeautiFully__Testimonies-Block[data-author="maribel-koucke"] {
  order: 1;
  margin: 0;
  margin-right: 30px;
  text-align: left;
  max-width: 235px;
}
.LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"] {
  order: 3;
  margin: 0;
  margin-left: 30px;
  text-align: right;
  max-width: 235px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.LiveBeautiFully__Testimonies-Background-Title {
  position: absolute;
  z-index: 2;
  top: 200px;
  width: 370px;
  text-align: left;
  color: #fff;
  font-family: "ClarinsRegular", "Clarins";
  font-size: 45px;
  left: calc(50% - 185px);
}
@media screen and (max-width: 1250px) {
  .LiveBeautiFully__Testimonies-Background-Title {
    top: 30%;
  }
}
.LiveBeautiFully__Testimonies-Background-Title span {
  display: block;
  font-size: 99px;
  line-height: 1em;
  text-align: right;
}
.LiveBeautiFully__Testimonies-Visual {
  position: relative;
}
.LiveBeautiFully__Testimonies-Visual img {
  max-width: 100%;
  display: block;
}
.LiveBeautiFully__Testimonies-Citation {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.LiveBeautiFully__Testimonies-Citation span {
  font-size: 170px;
  color: #000;
  font-family: "ClarinsRegular", "Clarins";
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 1em;
  width: 60px;
}

.LiveBeautiFully__Testimonies-Author {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 10px;
}

@media screen and (min-width: 1024px) {
  .LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"]
    .LiveBeautiFully__Testimonies-Citation
    span {
    position: absolute;
    left: -60px;
    top: -20px;
  }
  .LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"]
    .LiveBeautiFully__Testimonies-Citation {
    position: absolute;
    bottom: 50px;
    right: calc(100% + 30px);
    width: 330px;
  }

  .LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"]
    .LiveBeautiFully__Testimonies-Author {
    position: absolute;
    bottom: 0px;
    right: calc(100% + 30px);
    width: 330px;
  }
}
@media screen and (max-width: 1023px) {
  .LiveBeautiFully__Testimonies {
    display: block;
  }
  .LiveBeautiFully__Testimonies-Block {
    max-width: 610px !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    box-sizing: border-box;
  }
  .LiveBeautiFully__Testimonies-Block[data-author="maribel-koucke"] {
    padding-left: 255px;
  }
  .LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"] {
    height: 334px;
    padding-right: 255px;
  }
  .LiveBeautiFully__Testimonies-Block[data-author="maribel-koucke"]
    .LiveBeautiFully__Testimonies-Photo {
    position: absolute;
    top: 0;
    left: 0;
  }

  .LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"]
    .LiveBeautiFully__Testimonies-Photo {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 761px) {
  .LiveBeautiFully__Testimonies {
    display: flex;
    width: 100vw;
    margin: 0 -20px;
    flex-direction: column;
  }

  .LiveBeautiFully__Testimonies .LiveBeautiFully__Small-Title {
    padding: 20px 0;
    order: 1;
  }
  .LiveBeautiFully__Testimonies-Block[data-author="maribel-koucke"] {
    order: 2;
    padding: 20px;
    padding-left: calc(45vw + 20px);
    height: auto;
    overflow: hidden;
  }
  .LiveBeautiFully__Testimonies-Block {
    order: 3;
    margin: 0 !important;
  }
  .LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"] {
    order: 4;
    padding: 20px;
    padding-right: calc(42vw + 20px);
    height: auto;
  }

  .LiveBeautiFully__Testimonies-Block[data-author="maribel-koucke"] img,
  .LiveBeautiFully__Testimonies-Block[data-author="claudia-maria"] img {
    width: 42vw;
    max-width: 42vw;
    display: block;
  }
  .LiveBeautiFully__Testimonies-Background-Title {
    top: 15vw;
    width: calc(100vw - 40px);
    left: 20px;
  }
  .LiveBeautiFully__Testimonies-Block[data-author="maribel-koucke"]
    .LiveBeautiFully__Testimonies-Photo {
    top: auto;
    bottom: 0;
  }
  .LiveBeautiFully__Testimonies-Citation span {
    margin-top: -40px;
  }
  .LiveBeautiFully__Testimonies-Author br {
    display: block;
  }
}
/*--------------------------------------------*/
.LiveBeautiFully-Citation-List {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
.LiveBeautiFully-Citation-List__Column {
  flex-basis: 50%;
  text-align: right;
  padding: 20px;
  box-sizing: border-box;
  max-width: 504px;
  font-size: 16px;
  line-height: 1.5em;
}
.LiveBeautiFully-Citation-List__Column:last-child {
  padding-top: 280px;
  text-align: left;
}
.LiveBeautiFully__Citation {
  font-weight: normal;
}
.LiveBeautiFully__Citation blockquote {
  margin: 0;
  padding: 0;
  font-family: "ClarinsRegular", "Clarins";
  color: #b40024;
  font-size: 30px;
  line-height: 1.2em;
}
.LiveBeautiFully__Citation + .LiveBeautiFully__Citation {
  margin-top: 20px;
}
.LiveBeautiFully__Citation p {
  color: #000;
  font-size: 16x;
  line-height: 1.5em;
}
@media screen and (max-width: 761px) {
  .LiveBeautiFully-Citation-List {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .LiveBeautiFully__Citation blockquote {
    font-size: 25px;
  }
  .LiveBeautiFully-Citation-List__Column {
    padding: 0 !important;
    text-align: center !important;
  }
  .LiveBeautiFully__Citation p {
    padding-bottom: 20px;
  }
}
/*--------------------------------------------*/
.LiveBeautiFully__Ingredients {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.LiveBeautiFully__Ingredients-Block {
  flex-basis: 25%;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
.LiveBeautiFully__Ingredients-Block img {
  max-width: 100%;
  display: block;
}

.LiveBeautiFully__Verso {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  transition: transform ease-in-out 0.2s;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.LiveBeautiFully__Verso p {
  margin: 0;
  padding-bottom: 8px;
  line-height: 1.5em;
}

.LiveBeautiFully__Verso .LiveBeautiFully__Red-Block {
  position: absolute;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  top: 0px;
  left: 100%;
  z-index: 1;
  color: #fff;
  background-color: #b40024;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.5em;
}

.LiveBeautiFully__Verso .LiveBeautiFully__Red-Block::before {
  content: " ";
  width: 50px;
  height: 50px;
  background-image: url(img/toque.png);
  display: block;
}
.LiveBeautiFully__Verso p strong {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 22px;
  color: #be0f34;
  font-weight: normal;
}
.LiveBeautiFully__Verso .LiveBeautiFully__Red-Block strong {
  color: #fff;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (min-width: 762px) {
  .LiveBeautiFully__Ingredients-Block:hover .LiveBeautiFully__Verso {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.LiveBeautiFully__Recto {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  transition: transform ease-in-out 0.2s;
}
@media screen and (min-width: 762px) {
  .LiveBeautiFully__Ingredients-Block:hover .LiveBeautiFully__Recto {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .LiveBeautiFully__Ingredients-Block[data-red-block="1"]:hover
    + .LiveBeautiFully__Ingredients-Block {
    opacity: 0;
  }
}

.LiveBeautiFully__Recto p {
  position: absolute;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  top: 0px;
  left: 0px;
  z-index: 1;
  color: #fff;
}

.LiveBeautiFully__Recto p::before {
  content: " ";
  position: absolute;
  background-color: attr(data-color color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: -1;
}
.LiveBeautiFully__Ingredients-Block:nth-child(1) .LiveBeautiFully__Recto p {
  margin-top: 85px;
  margin-left: 85px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(2) .LiveBeautiFully__Recto p {
  margin-top: 32px;
  margin-left: 49px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(3) .LiveBeautiFully__Recto p {
  margin-top: 67px;
  margin-left: 33px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(4) .LiveBeautiFully__Recto p {
  margin-top: 198px;
  margin-left: 30px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(5) .LiveBeautiFully__Recto p {
  margin-top: 147px;
  margin-left: 30px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(6) .LiveBeautiFully__Recto p {
  margin-top: 60px;
  margin-left: 40px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(7) .LiveBeautiFully__Recto p {
  margin-top: 118px;
  margin-left: 107px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(8) .LiveBeautiFully__Recto p {
  margin-top: 154px;
  margin-left: 54px;
}
.LiveBeautiFully__Ingredients-Block:nth-child(1)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #4d8f9b;
}
.LiveBeautiFully__Ingredients-Block:nth-child(2)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #7f9227;
}
.LiveBeautiFully__Ingredients-Block:nth-child(3)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #960353;
}
.LiveBeautiFully__Ingredients-Block:nth-child(4)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #e53c26;
}
.LiveBeautiFully__Ingredients-Block:nth-child(5)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #ce5262;
}
.LiveBeautiFully__Ingredients-Block:nth-child(6)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #c58480;
}
.LiveBeautiFully__Ingredients-Block:nth-child(7)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #ea5621;
}
.LiveBeautiFully__Ingredients-Block:nth-child(8)
  .LiveBeautiFully__Recto
  p::before {
  background-color: #b495b1;
}

@media screen and (max-width: 1023px) {
  .LiveBeautiFully__Ingredients {
    max-width: 570px;
  }
  .LiveBeautiFully__Ingredients-Block {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 761px) {
  .LiveBeautiFully__Ingredients {
    margin: 0 -20px;
    width: 100vw;
    margin-bottom: 20px;
  }
  .LiveBeautiFully__Ingredients-Block .LiveBeautiFully__Recto p {
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 30px;
  }
  .LiveBeautiFully__Ingredients-Block .LiveBeautiFully__Recto p::after {
    content: "+";
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .LiveBeautiFully__Ingredients-Block {
    z-index: 1;
  }
  .LiveBeautiFully__Ingredients-Block[data-open="1"] {
    margin-bottom: 40vw;
    z-index: 2;
  }
  .LiveBeautiFully__Ingredients-Block[data-open="1"][data-red-block="1"] {
    margin-bottom: 90vw;
  }
  .LiveBeautiFully__Verso .LiveBeautiFully__Red-Block::before {
    margin-top: -50px;
  }
  .LiveBeautiFully__Verso .LiveBeautiFully__Red-Block {
    top: 40vw;
    left: 0;
    height: 50vw;
  }
  .LiveBeautiFully__Ingredients-Block[data-open="0"] .LiveBeautiFully__Verso {
    display: none;
  }
  .LiveBeautiFully__Ingredients-Block[data-open="1"] .LiveBeautiFully__Verso {
    top: 50vw;
    width: 100vw;
    height: 40vw;
    transform: none;
  }

  .LiveBeautiFully__Ingredients-Block[data-open="1"]
    .LiveBeautiFully__Verso::after {
    content: " ";
    width: 20px;
    height: 20px;
    font-size: 0px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background-image: url(./img/close.svg);
    background-size: 100% 100%;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(2n + 1)[data-open="1"]
    .LiveBeautiFully__Verso {
    right: auto;
    left: 0;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(2n + 0)[data-open="1"]
    .LiveBeautiFully__Verso {
    right: 0;
    left: auto;
  }

  .LiveBeautiFully__Ingredients-Block:nth-child(1) .LiveBeautiFully__Recto p {
    margin-top: 56px;
    margin-left: 56px;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(2) .LiveBeautiFully__Recto p {
    margin-top: 20px;
    margin-left: 20px;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(3) .LiveBeautiFully__Recto p {
    margin-top: 44px;
    margin-left: 20px;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(4) .LiveBeautiFully__Recto p {
    margin-top: 114px;
    margin-left: 11px;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(5) .LiveBeautiFully__Recto p {
    margin-top: 94px;
    margin-left: 20px;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(6) .LiveBeautiFully__Recto p {
    margin-top: 37px;
    margin-left: 28px;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(7) .LiveBeautiFully__Recto p {
    margin-top: 94px;
    margin-left: 20px;
  }
  .LiveBeautiFully__Ingredients-Block:nth-child(8) .LiveBeautiFully__Recto p {
    margin-top: 37px;
    margin-left: 28px;
  }
}
/*--------------------------------------------*/
.LiveBeautiFully__Button {
  padding: 30px 0;
}
.LiveBeautiFully__Button a {
  background-color: #000;
  color: #fff;
  padding: 0px 25px;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #000;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}

/*--------------------------------------------*/
.LiveBeautiFully-Feed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.LiveBeautiFully-Feed__Content {
  text-align: right;
  margin-right: 50px;
  max-width: 385px;
}

.LiveBeautiFully-Feed__Content .LiveBeautiFully__Small-Title {
  padding-right: 0;
  padding-bottom: 10px;
  text-align: right;
}
.LiveBeautiFully-Feed__Content .LiveBeautiFully__Button {
  padding-top: 20px;
}
.LiveBeautiFully__Text {
  font-size: 16px;
  line-height: 1.5em;
  margin: 5px 0;
  margin-bottom: 20px;
}
.LiveBeautiFully-Feed .LiveBeautiFully__Text strong {
  display: block;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.LiveBeautiFully-Section-02__Feed-Gallery {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  max-width: 541px;
}
.LiveBeautiFully-Section-02__Feed-Gallery-Slide {
  text-align: right;
}
.LiveBeautiFully-Section-02__Feed-Gallery::before {
  content: " ";
  position: absolute;
  height: 425px;
  width: 60px;
  background-image: url(img/barre.png);
  z-index: -1;
  left: -30px;
  top: -20px;
}

@media screen and (max-width: 1023px) {
  .LiveBeautiFully-Feed__Content .LiveBeautiFully__Small-Title {
    padding: 20px 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .LiveBeautiFully-Feed {
    display: block;
  }
  .LiveBeautiFully-Feed__Content {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
  .LiveBeautiFully-Section-02__Feed-Gallery {
    margin: 20px auto;
    margin-bottom: 50px;
  }

  .LiveBeautiFully-Section-02__Feed-Gallery .slick-slide img {
    display: block;
    max-width: 100%;
  }
  .LiveBeautiFully-Section-02__Feed-Gallery::before {
    height: 100%;
  }
}
@media screen and (max-width: 761px) {
  .LiveBeautiFully-Feed {
    position: relative;
    padding-bottom: 60px;
  }
  .LiveBeautiFully-Section-02__Feed-Gallery {
    margin-top: 40px;
  }
  .LiveBeautiFully-Feed__Content {
    text-align: left;
  }
  .LiveBeautiFully-Feed__Content .LiveBeautiFully__Small-Title {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: left;
  }
  .LiveBeautiFully-Feed__Content .LiveBeautiFully__Button {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
/*--------------------------------------------*/

.LiveBeautiFully-Section-03 {
  height: 415px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  flex-direction: column;
}

.LiveBeautiFully-Section-03__Background {
  position: absolute;
  top: 0px;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
}

.LiveBeautiFully-Section-03__Section-Number {
  font-size: 157px;
  color: #fff;
  z-index: 1;
  position: relative;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  line-height: 1em;
  margin-right: 180px;
}
.LiveBeautiFully-Section-03__Title {
  margin: 0;
  margin-left: 90px;
  font-size: 43px;
  font-family: "ClarinsRegular", "Clarins";
  color: #fff;
  line-height: 1em;
  z-index: 1;
  position: relative;
  font-weight: normal;
  max-width: 280px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  text-align: left;
  margin-bottom: 150px;
}
@media screen and (max-width: 761px) {
  .LiveBeautiFully-Section-03 {
    height: 115vw;
    position: relative;
    margin-bottom: 20px;
    justify-content: flex-start;
    padding-top: 22vw;
    box-sizing: border-box;
  }
  .LiveBeautiFully-Section-03__Background {
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    width: 100vw;
    z-index: 1;
  }

  .LiveBeautiFully-Section-03__Section-Number {
    margin: 0;
    /* margin-right: -2vw; */
    margin-left: auto;
    margin-top: -40px;
    font-size: 28vw;
  }
  .LiveBeautiFully-Section-03__Title {
    text-align: right;
    width: 60vw;
    margin-bottom: 0px;
    max-width: 220px;
  }
}
/*-----------------------------------------------*/
.LiveBeautiFully-Last-Content {
  max-width: 820px;
  margin: 0 auto;
}

.LiveBeautiFully-Last-Content
  .LiveBeautiFully__Citation
  + .LiveBeautiFully__Text,
.LiveBeautiFully-Last-Content
  .LiveBeautiFully__Citation
  + .LiveBeautiFully__Text
  strong {
  font-weight: normal;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium";
}
.LiveBeautiFully-Video {
  margin: 0 auto;
  padding: 30px;
  position: relative;
}

.LiveBeautiFully-Video img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}
.LiveBeautiFully-Video::before {
  content: " ";
  height: 50px;
  width: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  position: absolute;
  background-image: url(img/play-video.png);
  pointer-events: none;
}
@media screen and (max-width: 761px) {
  .LiveBeautiFully-Video {
    margin: 20px -20px;
    padding: 0;
  }

  .LiveBeautiFully-Last-Content
    .LiveBeautiFully__Citation
    + .LiveBeautiFully__Text
    strong {
    display: block;
  }
}

br.isMobile {
  display: none;
}
@media (max-width: 761px) {
  br.isMobile {
    display: block;
  }
}

/*-------------------------------------------------*/

.MyContent .PopinInVideo {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
}
.MyContent .PopinInVideo[data-open="0"] {
  pointer-events: none;
  opacity: 0;
}

.MyContent .PopinInVideo[data-open="1"] {
  display: block;
  opacity: 1;
}
.MyContent .PopinInVideo .Video {
  padding: 2.32vw;
  width: 90vw;
  height: 52.7vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1000px) {
  .MyContent .PopinInVideo .Video {
    padding: 20px;
    width: 920px;
    height: 535px;
  }
}
.MyContent .PopinInVideo #video-iframe {
  width: 100%;
  height: 100%;
}
.MyContent .ClosePopinVideo {
  width: 14px;
  height: 14px;
  font-size: 0px;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  background-image: url(./img/close.svg);
  background-size: 100% 100%;
}

@media (max-width: 360px) {
  .MyContent br.isMobile {
    display: none;
  }

  .LiveBeautiFully__Ingredients-Block .LiveBeautiFully__Recto p {
    font-size: 8px;
    white-space: nowrap;
  }
}


/*DTW Edits*/
.LiveBeautiFully-Section-02__Section-Number {
    font-size: 129px;
}
.LiveBeautiFully-Section-02__Feed-Gallery-Slide {
    text-align: center;
}

/*Iphone Portrait*/
@media screen and (max-width: 761px) {
.LiveBeautiFully-Nav[data-sticky="1"] {
    top: 46px;
    height: 55px;
    background-color: white;
}
p.LiveBeautiFully__text-Feed{
  margin-right: 20px;
  margin-left: 20px;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .LiveBeautiFully-Nav{
    z-index: 100;
  }
  p.LiveBeautiFully__text-Feed{
    margin-right: 35px;
    margin-left: 35px;
  }
  /* .LiveBeautiFully__Ingredients-Block:hover #LiveBeautiFully__Verso-6 .LiveBeautiFully__Red-Block { */
    #LiveBeautiFully__Verso-6 p.LiveBeautiFully__Red-Block {
    transform: translate(-570px,285px);
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  p.LiveBeautiFully__text-Feed{
    margin-right: 35px;
    margin-left: 35px;
  }
}