a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.05em;
}
small {
  font-size: 70%;
  line-height: 1;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a,
ol li,
p,
ul li {
  font-size: 1em;
  line-height: 1;
}
ol li,
p,
ul li {
  margin-bottom: 0.5em;
} /*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-lg-4,
.col-lg-5,
.col-lg-7,
.col-lg-9,
.col-md-10,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
.fw--regular {
  font-weight: 400;
}
.fw--medium {
  font-weight: 500;
}
.fw--black {
  font-weight: 900;
}
.txt--uppercase {
  text-transform: uppercase;
}
.txt--center {
  text-align: center;
}
.txt--left {
  text-align: left;
}
.pull--left {
  float: left;
}
.pull--right {
  float: right;
}
.clearfix {
  clear: both;
}
.clearfix::after,
.clearfix::before {
  content: "";
  display: table;
  clear: both;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.overflow--hidden {
  overflow: hidden;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video--sm {
  max-width: 960px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video--fullscreen .container {
  max-width: 100%;
  padding: 0;
}
.pre-head {
  display: block;
}
.video--fullscreen .pre-head {
  display: none;
}
header.video--fullscreen {
  padding-bottom: 60px;
}
.video--fullscreen .video {
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 0;
  background-color: #000;
  z-index: 9;
  margin-top: -26px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video--fullscreen h1 {
  display: none;
}
#iframe-blocker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.video--paused #iframe-blocker {
  background: url(/assets/images/video-paused.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#iframe-blocker .btn_clickSound {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  border: 0;
  padding: 0 15px;
  box-shadow: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
#iframe-blocker .btn_clickSound_top {
  top: 40px;
}
#iframe-blocker .btn_clickSound_bottom {
  bottom: 40px;
}
.btn_clickSound img {
  margin-top: 0;
  width: 45px;
}
.hide-sound #iframe-blocker .btn_clickSound {
  display: none;
}
.txt--white,
.txt--white h2,
.txt--white p {
  color: #fff;
}
.txt--grey {
  color: #6e6e6e;
}
.txt--orange {
  color: #e9970e;
}
.txt--green {
  color: #2b8609;
}
.txt--blue {
  color: #6682f8;
}
[class^="container"] {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.container {
  max-width: 1170px;
}
.container--xxl {
  max-width: 1270px;
}
.container--xl {
  max-width: 1230px;
}
.container--lg {
  max-width: 1090px;
}
.container--md {
  max-width: 1020px;
}
.vsl .container {
  padding-left: 50px;
  padding-right: 50px;
}
.p--10 {
  padding: 10px;
}
.p--15 {
  padding: 15px;
}
.p--20 {
  padding: 20px;
}
.p--40 {
  padding: 40px;
}
.pt--0 {
  padding-top: 0;
}
.pt--20 {
  padding-top: 20px;
}
.pt--40 {
  padding-top: 40px;
}
.pt--50 {
  padding-top: 50px;
}
.pt--70 {
  padding-top: 70px;
}
.pt--90 {
  padding-top: 90px;
}
.pt--120 {
  padding-top: 120px;
}
.pb--30 {
  padding-bottom: 30px;
}
.pb--40 {
  padding-bottom: 40px;
}
.pb--80 {
  padding-bottom: 80px;
}
.pb--90 {
  padding-bottom: 90px;
}
.pb--150 {
  padding-bottom: 150px;
}
.px--15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px--60 {
  padding-left: 60px;
  padding-right: 60px;
}
.px--50 {
  padding-left: 50px;
  padding-right: 50px;
}
.btn.py--15,
.py--15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py--25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mt--30 {
  margin-top: 30px;
}
.mt--120 {
  margin-top: 120px;
}
.mt--n40 {
  margin-top: -40px;
}
.mt--n80 {
  margin-top: -80px;
}
.mt--n120 {
  margin-top: -120px;
}
.mt--n150 {
  margin-top: -150px;
}
.mb--0 {
  margin-bottom: 0;
}
.mb--5 {
  margin-bottom: 5px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mb--15 {
  margin-bottom: 15px;
}
.mb--20 {
  margin-bottom: 20px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mb--40 {
  margin-bottom: 40px;
}
.mb--50 {
  margin-bottom: 50px;
}
.mb--60 {
  margin-bottom: 60px;
}
.mb--100 {
  margin-bottom: 100px;
}
.mb--n30 {
  margin-bottom: -30px;
}
.li-mb--12 li {
  margin-bottom: 12px;
}
.li-mb--12 li.mb--0 {
  margin-bottom: 0;
}
.ml--30 {
  margin-left: 30px;
}
.mr--20 {
  margin-right: 20px;
}
.mr--30 {
  margin-right: 30px;
}
.ml--n30 {
  margin-left: -30px;
}
.mx--15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx--auto {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-15 {
  border-radius: 15px;
}
.border-rt--40 {
  border-top-right-radius: 40px;
}
.border-lb--40 {
  border-bottom-left-radius: 40px;
}
.separator {
  position: relative;
  height: 1px;
  width: 100%;
  max-width: 700px;
  background-color: #707070;
  display: block;
  margin: 50px auto;
}
.separator.mb--30,
.separator.mt--30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.border--10 {
  border: 10px solid #fff;
}
.box--shadow {
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
}
.p--relative {
  position: relative;
}
.img-pre-cta {
  position: relative;
  margin-right: -310px;
  margin-top: -280px;
  left: -20px;
}
.img-pre-cta.down {
  margin-top: -170px;
}
.img-pre-cta.prop2 {
  margin-right: -220px;
  margin-top: -230px;
}
.border-dashed-1 {
  border: 1px dashed #d3d2cf;
}
.border-dashed-2 {
  border: 2px dashed #2b8609;
}
.height--100 {
  height: 100%;
}
.mobile-img-lady {
  display: none;
}
footer a {
  margin-bottom: 30px;
}
footer a:hover {
  color: #2b8609;
}
footer .separator {
  max-width: 100%;
  margin: 0 auto 30px;
  background-color: #c1c1c1;
}
.nav a {
  margin: 0 25px;
}
.nav a:hover {
  color: #2b8609;
}
.max-740 {
  max-width: 740px;
}
.l-height-1 {
  line-height: 1;
}
.l-height-12 {
  line-height: 1.2;
}
.l-height-14 {
  line-height: 1.4;
}
.arrow-anim {
  margin-bottom: -10px;
  animation-name: scroll;
  animation-delay: 0.5s;
  animation-duration: 1.75s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
.arrow-anim-2 {
  animation-delay: 0.75s;
}
.arrow-anim-3 {
  animation-delay: 1s;
}
.max-860 {
  max-width: 860px;
}
.max-700 {
  max-width: 700px;
}
.word-break {
  word-break: break-word;
}
.vsl {
  background-color: #f2f3f4;
}
.vsl main {
  width: 100%;
  max-width: 1060px;
  margin: auto;
  display: block;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  font-family: Montserrat, sans-serif;
}
h1,
h2 {
  font-size: 45px;
}
h2 {
  color: #2b2b2b;
  font-weight: 700;
  margin-bottom: 30px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 20px;
  font-weight: 700;
}
ol,
ul {
  font-size: 0;
  line-height: 0;
}
ol li,
p,
ul li {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
a {
  font-size: 20px;
}
.txt--xxxl {
  font-size: 36px;
}
.txt--xxl,
.txt--xxl a {
  font-size: 32px;
}
.txt--xl {
  font-size: 30px;
}
.txt--lg {
  font-size: 24px;
}
.txt--md {
  font-size: 20px;
}
.txt--sm {
  font-size: 18px;
}
.txt--xs {
  font-size: 16px;
}
.txt--xxs {
  font-size: 15px;
}
.txt--xxxs {
  font-size: 14px;
}
.txt--56 {
  font-size: 56px;
}
.txt--55 {
  font-size: 55px;
}
.txt--48 {
  font-size: 48px;
}
.txt--35 {
  font-size: 35px;
}
.txt--28 {
  font-size: 28px;
}
.txt--38 {
  font-size: 38px;
}
.txt--22 {
  font-size: 22px;
}
.txt--25 {
  font-size: 25px;
}
.btn.txt--20 {
  font-size: 22px;
}
.f-fam--montserrat {
  font-family: Montserrat, sans-serif;
}
.btn {
  transition: all 0.3s ease-in-out;
}
.bg--red {
  background-color: #d54216;
}
.bg--green {
  background-color: #2b8609;
}
.bg--grey {
  background-color: #f8f8f8;
}
.bg--dark-grey {
  background-color: #f4f4f4;
}
.bg--dark-grey1 {
  background-color: #f2f3f4;
}
.bg--orange {
  background-color: #e9970e;
}
.bg--white {
  background-color: #fff;
}
.separator.bg--grey {
  background-color: #bdbdbd;
}
.bg--properties {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg--contain {
  background-size: contain;
}
.bg--no-repeat {
  background-repeat: no-repeat;
}
.bg--bottom-left {
  background-position: bottom left;
}
.bg--guarantee {
  background-image: url(../images/bg--guarantee.jpg);
}
.bg--guarantee01 {
  background-image: url(../images/bg--guarantee01.jpg);
}
.bg--shape {
  background-image: url(../images/bg--shape.jpg?v=1);
}
.bg--about {
  background-image: url(../images/about.png);
}
.bg--leaf {
  background-size: 500px;
  background-position: left bottom;
  background-image: url(../images/bg-leafs.png);
}
.bg--lady {
  background-image: url(../images/bg--lady.jpg);
}
.leafs {
  position: relative;
  z-index: 1;
}
.leafs::after,
.leafs::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 187px;
  height: 211px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.leafs::before {
  left: -140px;
  background-image: url(/assets/images/leaf-left.png);
}
.leafs::after {
  right: -140px;
  background-image: url(../images/leaf-right.png);
}
.ty .leafs::after,
.ty .leafs::before {
  margin-top: -40px;
}
.ty .leafs::before {
  left: -130px;
}
.ty .leafs::after {
  right: -130px;
}
ol li {
  list-style: decimal;
}
li {
  word-break: break-word;
}
.links li,
.resources li {
  margin-left: 20px;
  padding-left: 25px;
  position: relative;
}
.links li:before,
.resources li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/flask.png);
}
.links li::before {
  width: 20px;
  height: 20px;
  background-image: url(../images/link.png);
}
.faq {
  background-color: #fff;
  border-radius: 10px;
  margin: auto auto 30px;
  max-width: 870px;
  box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.1);
  border: 2px solid #2b8609;
  transition: all 0.3s ease-in-out;
}
.faq .faq__heading {
  padding: 30px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.faq .faq__heading h5 {
  text-align: left;
}
.faq .faq__heading .faq__arrow {
  max-width: 32px;
  height: 32px;
  width: 100%;
  background-color: #2b8609;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2b8609;
  transition: all 0.3s ease-in-out;
}
.faq .faq__heading .faq__arrow svg {
  transition: all 0.3s ease-in-out;
  fill: #f7f7f7;
}
.faq .faq__content {
  display: none;
  padding: 30px;
}
.faq .faq__content p:last-child {
  margin-bottom: 0;
}
.faq.active {
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}
.faq.active .faq__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
  background-color: #707070;
}
.faq.active .faq__heading .faq__arrow {
  background-color: #fff;
  border: 2px solid #2b8609;
}
.faq.active .faq__heading .faq__arrow svg {
  fill: #2b8609;
  transform: rotate(180deg);
}
.faq.active .faq__content {
  display: block;
}
.cta {
  position: relative;
  max-width: 360px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}
.cta .cta__body {
  padding: 40px 35px;
  background-color: #fff;
}
.cta .lines {
  position: relative;
  max-width: 160px;
  margin: auto;
}
.cta .lines::after,
.cta .lines::before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  width: 20px;
  background-color: #e9970e;
}
.cta .lines::before {
  left: 0;
}
.cta .lines::after {
  right: 0;
}
.cta .bg--orange .lines::after,
.cta .bg--orange .lines::before {
  background-color: #fff;
}
.cta .price {
  font-size: 60px;
}
.cta .btn {
  font-size: 30px;
  border-radius: 10px;
  padding: 20px;
  color: #2b8609;
  border: 2px solid #2b8609;
  background-color: #f7f7f7;
  margin: auto auto 25px;
  display: block;
  max-width: 100%;
}
.cta .btn:hover {
  color: #fff;
  background-color: #2b8609;
}
.cta .btn.bg--green {
  color: #fff;
  background-color: #2b8609;
}
.cta .btn.bg--green:hover {
  color: #2b8609;
  background-color: #f7f7f7;
}
.cta .bottle1 {
  position: relative;
  right: -70px;
}
.cta .bottle3 {
  max-width: 334px;
  width: 122%;
  position: relative;
  left: -21px;
  margin-bottom: 50px;
}
.cta--lg {
  max-width: 440px;
}
.cta--mid {
  z-index: 1;
  border: none;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
}
.cta--mid .price {
  font-size: 70px;
}
.cta-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.cta-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.strike {
  position: relative;
}
.strike::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #c41818;
  transform: rotate(-20deg);
}
.cta-up-down .price {
  color: #e9970e;
  font-size: 87px;
}
.cta-up-down .btn {
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  border: 2px solid #2b8609;
  background-color: #2b8609;
  padding: 40px 20px;
  display: block;
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
  max-width: 708px;
  position: relative;
}
.cta-up-down .btn:hover {
  color: #2b8609;
  background-color: transparent;
}
.cta-up-down .btn::after {
  content: "";
  right: -75px;
  top: -75px;
  position: absolute;
  width: 136px;
  height: 136px;
  background-repeat: no-repeat;
  background-image: url(../images/60-day-money-back-guarantee.png);
}
.btn {
  font-size: 16px;
  border-radius: 10px;
  padding: 20px;
  color: #2b8609;
  border: 2px solid #2b8609;
  background-color: transparent;
  margin: auto auto 25px;
  display: block;
  text-align: center;
  max-width: 270px;
}
.btn svg {
  margin-right: 5px;
}
.btn svg path {
  transition: all 0.3s ease-in-out;
  fill: #2b8609;
}
.btn:hover {
  color: #fff;
  background-color: #2b8609;
}
.btn:hover svg path {
  fill: #fff;
}
.btn.bg--white {
  color: #2b8609;
  background-color: #fff;
}
.btn.bg--white:hover {
  color: #fff;
  background-color: #2b8609;
}
.btn--md {
  max-width: 350px;
}
.img-btn img {
  transition: all 0.3s ease-in-out;
}
.img-btn img:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
.testimonial {
  max-width: 970px;
  width: 100%;
  margin: auto auto 110px;
  padding: 40px 60px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.testimonial:last-child {
  margin-bottom: 30px;
}
.testimonial h4 {
  font-weight: 700;
  margin-bottom: 30px;
}
.quote--left::before,
.quote--right::after {
  content: "";
  position: absolute;
  top: -40px;
  width: 110px;
  height: 90px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/quote.png);
}
.quote--left::before {
  left: 50px;
}
.quote--right::after {
  right: 50px;
}
.testimonial.quote--left::after,
.testimonial.quote--right::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 59px;
  display: block;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/testimonial-after.png);
}
.guarantee {
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.guarantee .txt--xxxl {
  font-size: 38px;
}
.guarantee .txt--xxl {
  font-size: 64px;
}
.btn-hamburger {
  display: none;
}
.nav--mobile {
  display: none;
}
.nav.nav--mobile a {
  margin: 10% 25px;
}
.resources li {
  font-size: 14px;
  margin-bottom: 10px;
  word-break: break-word;
  margin-left: 0;
}
.resources li:last-child {
  margin-bottom: 0;
}
.about--setting {
  padding: 25px 70px 25px 90px;
  margin-left: -90px;
  border-radius: 10px;
  z-index: -1;
  background-size: 100%;
  background-position: bottom;
}
.icon-fast {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -57px;
  margin-left: -58.5px;
}
.warning-icon {
  margin: -150px auto 20px auto;
  display: block;
}
.section-icon {
  margin: -100px auto 20px auto;
}
.legal {
  background-color: #f0f0f0;
}
.legal h1,
.legal h2,
.legal h3,
.legal h4,
.legal p {
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
}
.legal ul {
  margin-left: 50px;
}
.legal ul li {
  margin-bottom: 15px;
  list-style-type: disc;
}
.legal .txt--center {
  text-align: center;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1499px) {
  .img-pre-cta,
  .img-pre-cta.prop2 {
    position: relative;
    margin-right: -130px;
    margin-top: -200px;
    left: -40px;
    margin-left: 10px;
  }
  .img-pre-cta.prop2 {
    margin-top: -130px;
    margin-left: 30px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (max-width: 1365px) {
  .leafs::after,
  .leafs::before {
    display: none;
  }
  .bg-lg-properties {
    background-size: 310px;
    background-position: left bottom;
  }
  .txt-lg-20 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .about--setting {
    padding: 25px 90px 25px 70px;
    background-size: cover;
    background-position: right;
  }
}
@media (max-width: 991px) {
  .cta-right {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #ccc;
  }
  .cta-left {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #ccc;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .cta,
  .cta--lg {
    max-width: 450px;
  }
  .cta .cta__body {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .cta .bottle1 {
    right: 0;
  }
  .cta-up-down .btn {
    max-width: 460px;
  }
  .guarantee .txt--xxxl {
    font-size: 28px;
  }
  .guarantee .txt--xxl {
    font-size: 47px;
  }
  .txt-lg-center {
    text-align: center;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  img.img-pre-cta {
    left: 10px;
    z-index: 9;
    margin: 0 auto -140px !important;
    float: none;
  }
  .nav {
    display: none;
  }
  .btn-hamburger {
    position: relative;
    display: block;
    cursor: pointer;
    height: 20px;
    width: 34px;
    margin-right: 10px;
  }
  .btn-hamburger::after,
  .btn-hamburger::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color: #2b8609;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn-hamburger::before {
    top: 0;
  }
  .btn-hamburger::after {
    bottom: 0;
  }
  .btn-hamburger span {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    margin-top: -1px;
    height: 3px;
    width: 100%;
    background-color: #2b8609;
    transition: all 0.3s ease-in-out;
  }
  .js-btn-hamburger--active span {
    right: -20px;
    opacity: 0;
  }
  .js-btn-hamburger--active::before {
    top: 10px;
    transform: rotate(40deg);
  }
  .js-btn-hamburger--active::after {
    top: 10px;
    transform: rotate(-40deg);
  }
  .js-nav-wrap--active {
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
  .nav--mobile.js-nav--active {
    display: flex;
    text-align: center;
    height: 100vh;
    flex-direction: column;
    margin: 0 -15px;
    padding: 20px;
    background-color: #fff;
    position: relative;
    top: 30px;
  }
  .mt-lg-n50 {
    margin-top: -50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mt-lg-n100 {
    margin-top: -100px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  [class^="container"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class^="container"] .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  [class^="container"] .row [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  img.pull--left,
  img.pull--right {
    float: none;
    display: block;
    margin: auto auto 30px;
  }
  .txt-md-center {
    text-align: center;
  }
  .txt-md-sm,
  a.txt-md-sm {
    font-size: 18px;
  }
  .bg-md-properties {
    background-size: 200px;
    background-position: bottom left;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .cta-up-down .btn::after {
    right: -45px;
    top: -55px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .bg-md-img-none {
    background-image: none;
  }
  .about--setting {
    padding: 140px 30px 30px;
    margin-left: 0;
    border-radius: 10px;
    z-index: -1;
    max-width: 550px;
    background-size: 110%;
    background-position: -40px bottom;
  }
  .about {
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .about img {
    margin-left: 0;
    margin-bottom: -150px;
  }
  .txt-md-46 {
    font-size: 46px;
  }
  .pt-mb-40 {
    padding-top: 40px;
  }
  #iframe-blocker .btn_clickSound {
    font-size: 30px;
  }
  .btn_clickSound img {
    width: 27px;
  }
  .vsl .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .py-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .mobile-img-lady {
    display: block;
    margin: -40px -7px;
  }
}
@media (max-width: 575px) {
  .pt-xs-0 {
    padding-top: 0;
  }
  .border-radius-xs-0 {
    border-radius: 0;
  }
  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mx-xs-n15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .txt--sm-32,
  h1 {
    font-size: 32px;
  }
  .txt-sm-30,
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  .txt-sm-26 {
    font-size: 26px;
  }
  .cta-up-down .btn {
    font-size: 18px;
    line-height: 1.2;
    max-width: 300px;
    padding: 15px;
  }
  .cta-up-down .btn::after {
    top: -35px;
    right: -50px;
    width: 90px;
    height: 90px;
    background-size: 90px;
  }
  .cta-up-down .price {
    font-size: 66px;
  }
  .bg-md-properties {
    background-size: 160px;
  }
  .guarantee {
    margin-top: 70px;
  }
  .guarantee img {
    display: block;
    margin-top: -70px;
    margin-bottom: 20px;
    max-width: 100px;
  }
  .guarantee .txt--xxxl {
    font-size: 26px;
  }
  .guarantee .txt--xxl {
    font-size: 43px;
  }
  .quote--left::before,
  .quote--right::after {
    top: -30px;
    width: 80px;
    height: 60px;
    background-size: contain;
  }
  .quote--left::before {
    left: 30px;
  }
  .quote--right::before {
    right: 30px;
  }
  .guarantee {
    padding: 20px;
  }
  .video-mobile .video {
    padding-bottom: 130%;
  }
  .original .video {
    padding-bottom: 56.25%;
  }
  .original #iframe-blocker .btn_clickSound {
    font-size: 30px;
  }
  .original #iframe-blocker .btn_clickSound img {
    width: 30px;
  }
  .video--fullscreen .video {
    margin-top: 0;
  }
  .icon-fast {
    margin-bottom: -35px;
    margin-left: -35px;
    max-width: 70px;
    max-height: 70px;
  }
  .section-icon,
  .warning-icon {
    max-width: 70px;
    max-height: 70px;
    margin: -75px auto 20px auto;
  }
  .warning-icon {
    margin: -125px auto 20px auto;
  }
  .properties--sm {
    margin-top: -40px;
    border: none;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .border-radius-sm-0 {
    border-radius: 0;
  }
  .ty .btn {
    max-width: 100%;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .cta .btn {
    font-size: 18px;
    max-width: 130px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .cta p {
    margin-bottom: 10px;
  }
  .cta .txt--xs {
    font-size: 14px;
  }
  .cta .price {
    font-size: 36px;
  }
  .cta .txt-sm-12 {
    font-size: 12px;
  }
  .cta .txt--xl {
    font-size: 26px;
  }
  .cta .cta__heading p {
    margin-bottom: 0;
  }
  .cta .p--20 {
    padding: 10px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .testimonial {
    padding: 40px 20px 20px;
  }
  .txt-xs-16 {
    font-size: 16px;
  }
  .txt-xs-25,
  .vsl h2 {
    font-size: 25px;
  }
  .vsl h2 {
    margin-bottom: 15px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .max-xs-160 {
    max-width: 160px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .txt-xs-25,
  .vsl h2 {
    font-size: 22px;
  }
  .cta-up-down .price {
    font-size: 58px;
  }
  .txt--48 {
    font-size: 38px;
  }
  .txt--25 {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .cta-up-down .btn {
    max-width: 260px;
    padding: 15px 20px;
  }
  .cta-up-down .btn::after {
    right: -32px;
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
  .guarantee .txt--xxxl {
    font-size: 20px;
  }
  .guarantee .txt--xxl {
    font-size: 30px;
  }
  .txt-xs-14 {
    font-size: 14px;
  }
  .txt-xs-24 {
    font-size: 20px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .txt--xxl,
  .txt--xxl a {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  .txt-xs-24 {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .cta-up-down .btn::before {
    right: -30px;
  }
  .product-img {
    margin-left: -20px;
    max-width: 130px;
  }
}
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -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) ")";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
