/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
  resize: vertical;
}

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


:root {
 --blue: #0072AA;
 --green: #02e907;
 --lt-blue: #E5EFF3;
 --red: #BF002B;
 --white: #ffffff;
 --purple: #734EB7;
 --purple-grad: linear-gradient(165deg,#734EB7 40%,#BB1893 100%);

}

html {font-size: 137.5%;} /*22px*/

body {
 background: white;
 font-family: 'Lato', sans-serif;
 font-weight: 400;
 line-height: 1.75;
 color: #000000;
}
section {
  overflow-x: clip;
  overflow-y: visible;
}
.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    margin-right: 0;
    margin-left: 0;
}
p {
  max-width: 820px;
  margin: 0 auto .9rem;
}
p.center, div.center {
  text-align: center;
}
img {
  max-width: 100%;
}
img.center {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
img.right, figure.right {
  display: block;
  float: right;
  margin-left: 10px;
}
img.left, figure.left {
  display: block;
  float: left;
  margin-right: 10px;
}
img.shad {
  box-shadow: -2px 2px 27px -13px #000;
}
img.circle {
  border-radius: 50%;
}
figure.right {
  display: table;
  float: right;
  margin-left: 10px;
}
figure {
    display: table;
    margin: 0;
    padding: 0;
 }
figure img {
  display: table-cell;
  margin: 0 auto;
}
figcaption {
  display: table-caption;
  caption-side: bottom ;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  text-align: center;
 }
ul,ol {
  max-width: 820px;
  margin: 0 auto .9rem;
}
ul.check {
  list-style: none;
  margin-left: 1.5em;
}
ul.check li {
  padding-left: 2em;
  margin-bottom: .5em;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
}
ul.x {
  list-style: none;
  margin-left: 1.5em;
}
ul.x li {
  padding-left: 2em;
  margin-bottom: .5em;
  background-image: url(../img/x.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  text-decoration: line-through;
}
h1, h2, h3, h4, h5 {
 margin: 0 auto 1rem;
 font-family: 'Lato', sans-serif;
 font-weight: 900;
 line-height: 1.3;
 text-align: center;
 text-wrap: balance;
}
h2, h3, h4, h5 {
 max-width: 820px;
}
h1 {
  margin-top: 0;
  margin-bottom: .4rem;
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {font-size: 1.6rem;}

h4 {font-size: 1.2rem;}

h5 {font-size: 1.1rem;}

small, .text_small {font-size: 0.8rem;}

.black {
  color: #000;
}
.blue {
  color: var(--blue);
}
.purple {
  color: var(--purple);
}
span.highlight {
  padding: 0 4px;
  color: #fff;
  background-color: var(--blue);
}

.sec-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.mt-0{

  margin-top:0px !important;
}

.sidebar {
  max-width: 820px;
  margin: 30px auto;
  padding: 40px;
  border-radius: 40px;
  background-color: var(--white);
  box-shadow: -2px 2px 27px -13px #000;
  position: relative;
}
.col-md-6 .sidebar {
  max-width: 100%;
  margin: 10px;
  padding: 40px;
  border-radius: 40px;
  background-color: var(--white);
  box-shadow: -2px 2px 27px -13px #000;
  position: relative;
}
.sidebar p:last-child {
  margin-bottom: 0;
}
.sidebar ul.check {
  margin-left: 0;
}
.callout {
  background: var(--purple-grad);
  color: var(--white);
}
.callout p:last-child, .callout h1:last-child, .callout h2:last-child, .callout h3:last-child, .callout h4:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------- */
.eyebrow-pic img {
  max-width: 180px;
  float: right;
  margin-right: 20px;
}
.eyebrow-text h3 {
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 768px) {
  .eyebrow-pic img {
    float: none;
    margin-right: 0;
  }
  .eyebrow-text h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}

/* ------------------------------------------------------- */
.header {
  text-align: center;
  background-color: var(--lt-blue);
  padding: 40px 20px;
}
.header h2 {
  font-size: 1.2rem;
}
.header h1 {
  font-size: 3.1rem;
  margin-bottom: 10px;
  color: #000;
}
.header h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0;
}
.header ul {
  text-align: left;
}
@media (max-width: 1430px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 800px) {

}
@media (max-width: 700px) {

}
/* ------------------------------------------------------- */
.sec-01 {
  margin: 0 auto;
  padding: 40px 0 20px;
  background-color: #fff;
}
.sec-01 .col-md-12 > .sidebar {
  margin-top: -120px;
}
.sec-01 .sec-wrapper {
  /* max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 20px;
  border-radius: 40px;
  background-color: #fff;
  margin-top: -120px;
  box-shadow: -2px 2px 27px -13px #979797;
  position: relative; */
}
.sec-01 .men-women {
  padding: 10px;
  margin-bottom: 20px;
  background-color: var(--lt-blue);
  border-radius: 40px;
}
.sec-01 .men-women ul {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sec-01 .rich {
  margin-right: -80px;
}


/* ------------------------------------------------------- */
.sec-02 {
  margin: 170px auto 0;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg4.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sec-02 .col-md-12 > img:first-of-type {
  margin-top: -240px;
}

/* ------------------------------------------------------- */
.sec-03 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
}
.sec-03 .sidebar {
  margin-top: -200px;
}
/* .sec-03 .sec-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 20px;
  border-radius: 40px;
  background-color: #fff;
  margin-top: -200px;
  box-shadow: -2px 2px 27px -13px #979797;
  position: relative;
} */
/* ------------------------------------------------------- */
.sec-04 {
  margin: 0 auto;
  padding: 20px 0 40px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sec-04 li {
  font-weight: 700;
}
/* ------------------------------------------------------- */
.sec-04b {
  margin: 0 auto;
  padding: 20px 0 20px;
}
.sec-04b .sidebar {
  margin-top: -200px;
}

/* ------------------------------------------------------- */
.sec-05 {
  margin: 0 auto;
  padding: 40px 0;
}
.sec-05 img {
  border-radius: 50%;
  margin-top: -80px;
  margin-bottom: 20px;
}
.sec-05 .sidebar {
  margin-top: 50px;
}
.sec-05 .larry {
  margin-top: 0;
  font-size: .9em;
}
.sec-05 .larry img {
  border-radius: 0;
  margin-top: 0;
  max-width: 160px;
}
/* ------------------------------------------------------- */
.sec-06 {
  margin: 0 auto;
  padding: 220px 0 20px;
}
.sec-06 img {
  margin-right: -200px;
}
@media (max-width: 900px) {
  .sec-06 img {
    margin-right: -100px;
  }
}

/* ------------------------------------------------------- */
.sec-07 {
  margin: 0 auto;
  padding: 20px 0 20px;
}
.sec-07 img {
  max-width: 360px;
}
/* ------------------------------------------------------- */
.sec-08 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/surfer.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 32vw;
}
@media (max-width: 1270px) {
  .sec-08 h2:nth-child(1),.sec-08 p:nth-child(1),.sec-08 p:nth-child(2),.sec-08 p:nth-child(3) {
    padding-left: 100px;
  }
}
/* ------------------------------------------------------- */
.sec-09 {
  margin: 0 auto;
  padding: 60px 0 20px;
}
.sec-09 li {
  font-weight: 700;
}

/* ------------------------------------------------------- */
.sec-10 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.sec-10 .sidebar:not(.callout) {
  margin-bottom: -100px;
}
.sec-10 img {
  margin-right: -60px;
}
/* ------------------------------------------------------- */
.sec-11 {
  margin: 0 auto;
  padding: 160px 0 180px;
}
.sec-11 img {
  margin-right: -80px;
}
/* ------------------------------------------------------- */
.sec-12 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.sec-12 .sidebar {
  margin-top: -200px;
}
/* ------------------------------------------------------- */
.sec-13 {
  margin: 0 auto;
  padding: 20px 0 20px;
  background-color: var(--lt-blue);

}
.sec-12 h2 {
  font-size: 2.6rem;
}
/* ------------------------------------------------------- */
.sec-14 {
  margin: 0 auto;
  padding: 60px 0 100px;
}
.sec-14 li {
  font-weight: 700;
}
@media only screen and (min-width: 960px) {
  .sec-14 ul {
    column-count: 2;
  }
}

/* ------------------------------------------------------- */
.sec-15 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
}
.sec-15 .callout {
  margin-top: -120px;
}
/* ------------------------------------------------------- */
.sec-16 {
  margin: 0 auto;
  padding: 60px 0 220px;
}
/* ------------------------------------------------------- */
.sec-17 {
  margin: 0 auto;
  padding: 60px 0 220px;
}
.sec-17 .col-md-12 > img:first-of-type {
  margin-top: -240px;
}
.sec-17 .sidebar .callout {
  margin-bottom: 0;
}
.sec-17 .lysine {
  background-image: url(../img/electric.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
/* ------------------------------------------------------- */
.sec-17b {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg4.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sec-17b .col-md-12 > img:first-of-type {
  margin-top: -240px;
}

/* ------------------------------------------------------- */
.sec-18 {
  margin: 0 auto;
  padding: 60px 0 20px;
}
.sec-18 .sidebar {
  padding-right: 200px;
}
.sec-18 .sidebar img {
  max-width: 200px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
}
/* ------------------------------------------------------- */
.sec-19 {
  margin: 0 auto;
  padding: 60px 0 220px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg5.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
/* ------------------------------------------------------- */
.sec-20 {
  margin: 160px auto 0;
  padding: 60px 0 60px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg5.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
.sec-20 img {
  border-radius: 50%;
  max-width: 240px;
  padding: 20px;
}
.sec-20 .sidebar:nth-child(1) {
  margin-top: -200px;
}
/* ------------------------------------------------------- */
.sec-21 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg4.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sec-21 .col-md-12 > img:first-of-type {
  margin-top: -240px;
}
/* ------------------------------------------------------- */
.sec-22 {
  margin: 0 auto;
  padding: 60px 0 20px;
}
@media only screen and (min-width: 1200px) {
  .sec-22 img:nth-of-type(1) {
    margin-right: -240px;
  }
}
/* ------------------------------------------------------- */
.sec-23 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
}
/* ------------------------------------------------------- */
.sec-24 {
  margin: 0 auto;
  padding: 60px 0 20px;
}
.sec-24 h2 {
  text-decoration: line-through;
  margin-bottom: 0;
}
.sec-24 h3 {
  color: var(--red);
}
.sec-24 strong {
  font-size: 1.8rem;
}
.sec-24 img {
  border-radius: 50%;
  max-width: 240px;
  padding: 20px;
}


/* ------------------------------------------------------- */
.order-intro h3 {
  color: #fff;
  background-color: var(--purple);
  text-align: center;
  padding: 12px 10px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 0;
}



/* ------------------------------------------------------- */
.order {
  margin: 0 auto;
  padding: 10px 0 40px 0;
  text-align: center;
}
.order img {
  max-width: 100%;
  margin: 0;
}
.one-month {
  border: 1px solid #b1babf;
  padding: 0 0 20px;
  border-radius: 21px;
  background-color: var(--white);
  transition: transform .2s; /* Animation */
}
.six-month {
  border: 2px solid var(--purple);
  padding: 0 0 20px;
  border-radius: 22px;
  background-color: var(--white);
  box-shadow: -2px 2px 27px -13px #000;
  transition: transform .2s; /* Animation */
}
.three-month {
  border: 1px solid #b1babf;
  padding: 0 0 20px;
  border-radius: 21px;
  background-color: var(--white);
  transition: transform .2s; /* Animation */
}
.three-month img {
  max-height: 228px;
}
.one-month:hover, .six-month:hover, .three-month:hover {
  transform: scale(1.05);
}
.order .one-month h3, .order .three-month h3, .order .six-month h4 {
  color: #000;
  text-align: center;
  font-size: 25px;
  line-height: 26px;
  padding: 12px 10px;
  font-weight: 900;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.order .six-month h3 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 26px;
  padding: 12px 10px;
  font-weight: 900;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: var(--purple-grad);
}
.order h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  padding: 12px 10px;
  font-weight: 400;
  margin-bottom: 0;
}
.order .callout {
  max-width: 820px;
  margin: 10px 20px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  background: var(--green);
  box-shadow: none;
  display: inline-block;
}
.order .regular-price {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  padding: 2px 10px;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: line-through;
}
.order .your-price {
  text-align: center;
  padding: 0;
  margin: 0 0 2px;
}
.order .your-price p {
  color: #000;
  text-align: center;
  font-size: 35px;
  line-height: 1.1em;
  padding: 0;
  font-weight: 900;
  margin-bottom: 0;
}
.order .total {
  color: var(--purple);
  text-align: center;
  font-size: 25px;
  line-height: 1.2em;
  padding: 0;
  font-weight: 900;
  margin-bottom: 0;
}
.order .you-save {
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 1.3em;
  padding: 12px 10px;
  font-weight: 400;
  margin-bottom: 0;
}
.order .btn {
  background-image: linear-gradient(to bottom,#FFC64F 50%,#E18F00 100%);
  max-width: 275px;
  margin: 10px auto 10px;
  align-items: center;
  border-radius: 50px;
  padding: 14px 32px;
  position: relative;
  box-shadow: 4px 6px 10px -6px #979797;
}
.order .btn:hover {
  background-image: linear-gradient(to bottom,#ffcc5f 50%,#ffb20b 100%);
}
.order .btn a {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.3em;
  padding: 0;
  font-weight: 900;
  text-decoration: none;
}
.order .btn a span {
}
.order .btn a img {
  position: relative;
  display: inline;
  top: -2px;
  padding-left: 7px;
}
@media (min-width: 768px) {
  .order .col-md-4:nth-child(1) {
    width: 30%;
    margin-right: 1%;
  }
  .order .col-md-4:nth-child(2) {
    width: 36%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .order .col-md-4:nth-child(3) {
    width: 30%;
    margin-left: 1%;
  }
}

/* ------------------------------------------------------- */
.sec-25 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg6.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
/* ------------------------------------------------------- */
.sec-26 {
  margin: 0 auto;
  padding: 60px 0 20px;
}
/* ------------------------------------------------------- */
.sec-27 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
}
/* ------------------------------------------------------- */
.sec-28 {
  margin: 0 auto;
  padding: 60px 0 20px;
}
/* ------------------------------------------------------- */
.sec-29 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.sec-29 ul {
  column-count: 2;
}
/* ------------------------------------------------------- */
.sec-30 {
  margin: 0 auto;
  padding: 60px 0 20px;
}
.sec-30 img:nth-of-type(1) {
  margin-right: -100px;
}
/* ------------------------------------------------------- */
.sec-31 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
}
.sec-31 img {
  border-radius: 50%;
  max-width: 300px;
  padding: 20px;
}
.sec-31 strong {
  font-size: 1.8rem;
}
/* ------------------------------------------------------- */
.sec-32 {
  margin: 0 auto;
  padding: 60px 0 0;
}
.sec-32 h2 {
  margin-bottom: 0;
}
.sec-32 p:first-child strong {
  font-size: 1.8rem;
}
/* ------------------------------------------------------- */
.sec-33 {
  margin: 0 auto;
  padding: 60px 0 20px;
  background-color: var(--lt-blue);
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.sec-33 .sidebar p.q {
  font-weight: 700;
  font-size: 1.5rem;
}
.sec-33 .sidebar p:not(q) {
  font-style: italic;
}
/* ------------------------------------------------------- */
.sec-34 {
  margin: 0 auto;
  padding: 60px 0 0;
}
.sec-34 h2 {
  margin-bottom: 0;
}
/* ------------------------------------------------------- */
.footer {
  font-size: .8rem;
  margin: 0 auto;
  padding: 60px 0 20px;
  color: #999;
}

/* START UPSELL STYLES ------------------------------------------------------- */
/* ------------------------------------------------------- */
.u1-header {
  text-align: center;
  background-color: var(--lt-blue);
  padding: 20px 20px 160px;
}
.u1-header h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--black);
}
.u1-header h3 {
  font-size: 1.0rem;
  margin-bottom: 0;
  max-width: none;
  color: #BF0085;
}
.u1-header .col-md-6 {
  padding-bottom: 20px;
}
.u1-header .opp {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  margin: 10px auto 10px;
  align-items: center;
  border-radius: 50px;
  padding: 8px 32px;
  position: relative;
  font-size: 18px;
}
/* ------------------------------------------------------- */
.u1-sec-01 {
  margin: 0 auto;
  padding: 10px 0 20px;
  background-color: #fff;
}
.u1-sec-01 .sec-wrapper {
}
.u1-sec-01 .sidebar {
}
.u1-sec-01 h2 {
  font-size: 1.7rem;
}
.ul-order h4 {
  font-size: 1.2rem;
  color: var(--blue);
}
.u1-sec-01 h5 {
  font-size: 0.9rem;
}
.u1-sec-01 .sidebar > h3 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  margin: 0 auto 20px;
  margin-left: -40px;
  margin-right: -40px;
  letter-spacing: -.6px;
  background-image: linear-gradient(to right, #0072AA 0%, #4E9EBA 30%, #4E9EBA 100%);
  border-radius: 40px 40px 0 0;
  text-transform: uppercase;
}
.ul-order h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.ul-order h5 {
  margin-bottom: 26px;
}
.ul-order .col-md-6 p {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.price {
    display: flex;
    max-width: 220px;
    margin: 0 auto;
    padding: 10px 0 12px;
}
.price h6 {
    font-size: 98px;
    line-height: 10px;
    font-weight: bold;
    letter-spacing: -2.8px;
    margin: 0 auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.price .per {
    font-size: .9rem;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 5px;
    letter-spacing: -.75px;
}
.ul-order .btn {
  background-image: linear-gradient(to bottom,#FFC64F 50%,#E18F00 100%);
  margin: 20px auto 20px;
  align-items: center;
  border-radius: 50px;
  padding: 14px 32px;
  position: relative;
  box-shadow: 4px 6px 10px -6px #979797;
}
.ul-order .btn:hover {
  background-image: linear-gradient(to bottom,#ffcc5f 50%,#ffb20b 100%);
}
.ul-order .btn a {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.3em;
  padding: 0;
  font-weight: 900;
  text-decoration: none;
}
.ul-order .btn a span {
}
.ul-order .btn a img {
  position: relative;
  top: -2px;
  padding-left: 7px;
}
.ul-order.sidebar p:last-child {
    margin-bottom: 1rem;
}

/* ------------------------------------------------------- */
.u1-sec-02 {
  margin: -160px auto 0;
  padding: 0 0 40px;
}
/* ------------------------------------------------------- */
.u1-sec-03 {
  margin: 0 auto;
  padding: 60px 0 150px;
  background-color: var(--lt-blue);
}
.u1-sec-03 img {
  margin-right: -100px;
}
/* ------------------------------------------------------- */
.u1-sec-04 {
  margin: -200px auto 0;
  padding: 60px 0 0;
}
.u1-sec-04 h5 {
  font-size: 24px;
}
/* ------------------------------------------------------- */
.u1-sec-04b {
  margin: 0 auto 0;
  padding: 60px 0 0;
}
.u1-sec-04b img {
  margin-left: -100px;
}
/* ------------------------------------------------------- */
.u1-sec-05 {
  margin: 0 auto;
  padding: 0 0 40px;
}
/* ------------------------------------------------------- */
.u1-sec-06 {
  margin: -160px auto 40px;
  padding: 160px 0 40px;
  background-color: var(--lt-blue);
}


/* ------------------------------------------------------- */
.u2-header {
  text-align: center;
  background-color: var(--lt-blue);
  padding: 20px 20px 160px;
}
.u2-header h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--black);
}
.u2-header h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--black);
}
.u2-header h3 {
  font-size: 1.0rem;
  margin-bottom: 0;
  max-width: none;
  color: #BF0085;
}
/* ------------------------------------------------------- */
.u2-sec-01 {
  margin: -160px auto 40px;
  padding: 20px 0 10px;
}
/* ------------------------------------------------------- */
.u2-sec-03 {
  margin: -200px auto 0;
  padding: 170px 0 40px;
  background-color: var(--lt-blue);
}
/* ------------------------------------------------------- */
.u2-sec-04 {
  margin: 40px auto 40px;
  padding: 20px 0 10px;
}
/* ------------------------------------------------------- */
.u2-sec-05 {
  margin: 20px auto 0;
  padding: 170px 0 40px;
  background-color: var(--lt-blue);
}
/* ------------------------------------------------------- */
.u2-sec-06 {
  margin: 20px auto 0;
  padding: 40px 0 10px;
}
/* ------------------------------------------------------- */

.u2-sec-07 h2 {
  font-size: 1.7rem;
}
.u2-order h4 {
  font-size: 1.2rem;
  color: var(--blue);
}
.u2-sec-07 h5 {
  font-size: 0.9rem;
}
.u2-sec-07 .sidebar > h3 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  margin: 0 auto 20px;
  margin-left: -40px;
  margin-right: -40px;
  letter-spacing: -.6px;
  background-image: linear-gradient(to right, #0072AA 0%, #4E9EBA 30%, #4E9EBA 100%);
  border-radius: 40px 40px 0 0;
  text-transform: uppercase;
}
.u2-sec-07 .sidebar {
    padding-top: 0;
}
/* ------------------------------------------------------- */
.u2-sec-08 {
  margin: -130px auto 0;
  padding: 150px 0 40px;
  background-color: var(--lt-blue);
}

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

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

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

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

@media only screen and (max-width: 900px) {
  .hide-900 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .break-800 {
    float: none !important;
    margin: 20px auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .order .col-md-4:nth-child(1) {
    order: 3;
    margin-bottom: 10px;
  }
  .order .col-md-4:nth-child(2) {
    order: 1;
    margin-bottom: 10px;
  }
  .order .col-md-4:nth-child(3) {
    order: 2;
    margin-bottom: 10px;
  }
  .order img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul.check, ul.x {
      margin-left: 0;
  }
  .sec-08 {
    background-image: none;
  }
  .sec-08 h2:nth-child(1), .sec-08 p:nth-child(1), .sec-08 p:nth-child(2), .sec-08 p:nth-child(3) {
    padding-left: 0;
  }
  .sec-18 .sidebar img {
    max-width: 30%;
  }
  .sec-18 .sidebar {
    padding-right: 32%;
  }
  .sec-29 ul {
    column-count: 1;
  }
}
  @media only screen and (max-width: 600px) {
    .break-600 {
      float: none !important;
      margin: 20px auto !important;
      width: 60%;
    }
    .hide-600 {
      display: none !important;
    }
}

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
