/* IE/Edge Responsive Viewport */
@-ms-viewport {
  width: device-width;
}

/* Offer Expired Resets */
.offer-expired {
  background: url("https://www.awai.com/_img/toolbox/icons/icon_important-60.png") no-repeat center 15px, linear-gradient(#d00, #800);
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0.5em 0.1em #bbb;
  margin: 0 auto;
  padding: 80px 16px 16px;
  text-align: center;
  width: auto;
  min-height: 0;
}

:root {
  /* Base */
  --colorBody: #333;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #270946;
  --colorSubhead: #370f5f;
  /*  Colors */
  --color1: #370f5f;
  --color1Alt: #4d1782;
  --color1Bg: #f0e9f8;
  --color2: #431b6a;
  --color2Alt: #561992;
  --color2Bg: #ebe1f7;
  --color2BgAlt: #e1cef4;
  --color3: #c1f2c2;
  --color3Alt: #7eccd0;
  --color3Bg: #d2f4d3;
  --color3BgAlt: #fcfcc6;
  /* Boxes & Quotes*/
  --colorBox1: #f2eaf9;
  --colorBox2: #ffefd2;
  --colorBox3: #ddf4de;
  /* Bullet Colors */
  --color1Bullet: #4d1782;
  --color2Bullet: #e09f13;
  /* Highlighters */
  --highlight1: #d2f4d3;
  --highlight1Brdr: #c6f3c7;
  --highlight2: #edf3fc;
  --highlight2Brdr: #cedff9;
  --highlight3: #f8f8cc;
  --highlight3Brdr: #f8f88e;
  /* Accent Colors*/
  --colorAccent1: #13e01d;
  /* Footer */
  --footer: #999;
  --footerBg: #121212;

}

 /* Layout Rules & Framing */
 .content {
  /* AWAI Content Area Reset*/
  margin: 0 auto;
  padding: 0;
}

/* General Rules */
body {
  color: var(--colorBody);
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Rubik", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-weight: 400;
}

.bolded {
  font-weight: 900;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headline);
  font-family: "Rubik", -apple-system, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.h1,
h1 {
  font-size: 2.33rem;
}

.content .h2,
.content h2 {
  border-bottom: 3px solid var(--color1Alt);

  color: var(--colorSubhead);
  display: block;
  font-size: 2rem;
  text-align: center;
  letter-spacing: -1px;
  margin: 0.5em 0.5em .8em;
  padding: 0 0.1em .1em;
}

@media screen and (min-width:30em) {
  h1 {
    font-size: 3rem;
  }

  .content h2,
  h2 {

    font-size: 3rem;
    line-height: 1.1;
    padding: 0 0 5px;
  }
}

ul.fa-ez {
  margin: 0 1.5em 0 2em;
}

ul.fa-ez li {
  list-style: none;
}

ul.fa-ez li:before {
  font-family: 'FontAwesome';
  float: left;
}

ul.fa-ez li:before {
  /*DEFAULT - CHECKMARK */
  content: '\f00c';
  /*checks*/
  font-size: 1.1rem;
  margin-left: -1.75rem;
  margin-top: -0.1rem;
  color: var(--color1Bullet);
}

ul.fa-ez.-checks li:before {
  /*EXTRA - CHECKMARK */
  content: '\f00c';
  /*checks*/
  font-size: 1.1rem;
  margin-left: -1.75rem;
  margin-top: -0.1rem;
}

ul.fa-ez.-checkbox li:before {
  /*EXTRA - CHECKBOX */
  content: '\f14a';
  /*checks*/
  font-size: 1.25rem;
  margin-left: -1.75rem;
  margin-top: 0.1rem;
}

ul.fa-ez.-grass li:before {
  color: #23a248 !important;
}


ul.fa-ez.-bullet li:before {
  /* EXTRA - BULLET */
  content: '\f111';
  /*bullet*/
  font-size: 0.7rem;
  margin-left: -1.75rem;
  margin-top: 0;
}

ul.fa-ez.-asterisk li:before {
  /* EXTRA - ASTERISK */
  content: '\f069';
  /*asterisk*/
  font-size: 1.1rem;
  margin-left: -1.75rem;
  margin-top: -0.1rem;
}

ul.fa-ez.-arrow li:before {
  /* EXTRA - ARROW */
  content: '\f061';
  /*asterisk*/
  font-size: 1.1rem;
  margin-left: -1.75rem;
  margin-top: -0.1rem;
}

ul.fa-ez.-gifts li:before {
  /* EXTRA - ASTERISK */
  content: '\f06b';
  /*asterisk*/
  font-size: 1.5rem;
  margin-left: -1.35rem;
  margin-top: -0.05rem;
}

ul.fa-ez li {
  list-style-image: none;
}

.highlight1 {
  background-color: var(--highlight1);
  border-bottom: 2px solid var(--highlight1Brdr);
  display: inline-block;
}

.highlight1-nob {
  background-color: var(--highlight1);
  border-bottom: 2px solid var(--highlight1Brdr);
}

.highlight2 {
  background-color: var(--highlight2);
  border-bottom: 2px solid var(--highlight2Brdr);
  display: inline-block;
}

img {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width:38em) {

  .h2,
  h2 {
    font-size: 1.75rem;
  }

}

@media screen and (min-width:38em) {
  body {
    line-height: 1.9rem;
  }

  .content ul {
    margin: 0 3em;
  }
}



 

  .container {
    padding: 0 10px
  }

  @media screen and (min-width:38em) {
    .container {
      margin: auto;
      max-width: 33em;
    }
  }

  img.flavor {
    display: block;
    margin: auto;
  }

  figure.flavor,
  figure.screenshot {
    margin: 0 10px;
    padding: 0;
  }

  figure.screenshot img {
    border: 1px solid #ededed;
    background-color: #ededed;
    border-radius: 3px;
    box-shadow: 0 12px 16px -16px #666;
    width: 380px;
    margin: auto;
  }

  .-right {
    float: none;

  }



  @media screen and (min-width:40em) {

    figure.flavor,
    figure.screenshot {
      margin: 0 20px;
      padding: 0;
    }

    figure.flavor img {
      display: block;
      margin: 0 auto;
      padding: 0;
    }

    figure.screenshot {
      width: auto;
      margin: 0 0 1em;
    }

    figure.screenshot img {
      border: 8px solid #ededed;
      background-color: #ededed;
      border-radius: 8px;
      width: auto;
      margin: 0 auto 1em;
    }

    .-right {
      float: right;
      margin: 0 0 .8em .8em;
      max-width: 300px;

    }
  }

  @media screen and (min-width:55em) {
    figure.screenshot {
      width: auto;
      margin: 0 -30px 1em;
      overflow: visible;
    }

    figure.screenshot img {
      border: 12px solid #ededed;
    }
  }

  /** Portrait Styles **/
  .portrait {
    margin: 1em auto;
  }

  .portraitImage {
    /*img must be 1:1 square*/
    border: 8px solid #f5f1ff;
    border-radius: 50%;
    display: block;
    margin: auto;
    max-width: 200px;
  }

  .portraitCaption {
    display: none;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
  }

  .title {
    display: block;
  }

  @media screen and (min-width:30em) {
    .portrait {
      float: right;
      margin: 0 0 1em 1em;
      max-width: 250px;
      width: 250px;
    }

    .portraitCaption {
      display: block;
    }
  }


  /** Testimonial Styles **/
  .testimonial {
    color: #444444;
    font-weight: 500;
  }

  .testimonial__title {
    font-size: 1.1;
    ;
    font-weight: bold;
    text-align: center;
  }

  .testimonial__inline {
    display: block;
    background-color: var(--colorBox1);
    border-radius: 12px;
    padding: 15px 20px 15px;
    margin: 10px 15px 15px;
  }

  .testimonial__cited {
    text-align: right;
  }

  /** Section/Block Styles **/
  /** EYEBROW **/
  .eyebrow__box {
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
  }

  /** MAIN HEADER  **/
  .headerPreHeadline {
    color: var(--colorBody);
    display: block;
    font-size: 1.66rem;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;

  }

  .headerPostHeadline {
    color: var(--colorBody);
    display: block;
    font-size: 1.66rem;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
  }

  .header {
    background-color: #f9f9f9;
    background-image: linear-gradient(#ffffff, #eeeeee);
    border-bottom: 6px solid #eaeaea;
    padding: 20px 10px 5px;
  }

  .headerContainer {
    margin: auto;
    padding: 0px 10px 10px;
  }

  .headerHeadline {
    color: var(--colorHeadline);
    display: block;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1em;
    margin: 0;
    padding: 10px 0 0;
  }

  .headerSubHead {
    display: block;
    font-size: 1.75rem;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 0.5em 0;
    text-align: center;
  }

  @media screen and (min-width:26em) {

    .headerPreHeadline {
      display: block;
      font-size: 2.8rem;
      letter-spacing: -3px;
    }

  }

  @media screen and (min-width:52em) {
    .headerContainer {
      margin: auto;
      padding: 20px 10px 40px;
      max-width: 40em;
    }

    .headerPreHeadline {
      display: block;
      font-size: 3.75rem;
      letter-spacing: -2px;
      padding: 0 10px;

    }

    .headerHeadline {
      font-size: 12rem;
      letter-spacing: -10px;

      line-height: 1;
      margin: 0px 10px 35px;
      padding: 0;
    }

    .headerPostHeadline {
      display: block;
      font-size: 3.75rem;
      letter-spacing: -2px;
      padding: 0 10px;
    }

    .headerSubHead {
      display: block;
      font-size: 2.25rem;
      letter-spacing: -1px;
      text-align: center;
    }

    .headerList {

      display: block;
      font-size: 1.66rem;
      margin: 0 auto;
      width: 30em;
    }

    .headerList ul {

      margin: 40px 0 0 100px;
    }

    .headerList ul li {
      line-height: 1.25;
    }

    .headerList ul.asterisk li:before {

      font-size: 1.4rem;
      margin-left: -2rem;
      margin-top: 0.2rem;
      color: var(--color2Bullet);
    }
  }

  .subheadChin {
    display: block;
    font-size:.8em
  }

  /* Desk Ribbon */
  .desk {
    color: var(--colorBody);
    border-top: 3px solid var(--color2);
    border-bottom: 3px solid var(--color2);
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 0 0 32px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
  }

  @media screen and (min-width:30em) {
    .desk {
      font-size: 1.25rem;
    }

  }

  .line-strike {
    line-height: 1em;
    position: relative;
    text-decoration: none;
  }

  .line-strike::after {
    border-bottom: 0.3em solid #d11414d7;
    content: "";
    left: 0;
    margin-top: calc(0.3em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-20deg);

  }

  /** Lead Styles **/
  /* This section immediately follows the header */
  .lead {
    padding-top: 30px;
  }

  .leadHeadline {
    margin: 0 auto 50px
  }

  /** Section Base Styles **/
  /* Colored Sections -- Spacing & Colors */


  /*******************/
  /** CTA/Button Styles **/
  .cta__eyebrow {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }

  .cta__button {
    background: #ff6600;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 10px 40px;
    text-align: center;
    max-width: 400px;
  }

  :link.cta__button,
  :visited.cta__button {
    color: #fff;
  }

  :hover.cta__button,
  :active.cta__button {
    color: #ffffff;
    box-shadow: 0 8px 6px -5px #333;
    text-shadow: 0px 0px 25px #fff;
  }

  @media screen and (min-width:38em) {
    .cta__button {
      font-size: 1.3em;
    }
  }

  footer {
    color: #ccc;
    background-color: #444;
    font-size: .75em;
    line-height: 1.25em;
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
  }

  footer a:link,
  footer a:visited {
    color: #66c9f2
  }

  footer a:hover,
  footer a:active {
    color: #ffb810;
  }

  /* Inline Boxes, Styles & Testimonials */
  .headlineLabel {
    /* usuall eyebrows for H2s*/
    display: block;
    font-size: .85em;
  }

  .bubble {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 10px 15px;
    margin: auto 25px 25px;
  }

  .bubble.-color2 {
    background-color: #fff0c7;
  }

  .bubble.-gold {
    color: #ae920a;
    background-color: #fdf5cd;
  }

/** MODULES **/
/* Full Width Background color */
.module {
  /* this is set along with .section */
  background-color: var(--color1Bg);
}

.module .container {
  /* this is set along with .container */
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.module .label {
  background-color: var(--color1Alt);
  border: 15px solid var(--color1Bg);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1.5px;
  max-width: 250px;
  margin: -180px auto 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.module .title {
  color: #333;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
}


@media screen and (min-width:48em) {

  /*Tablet*/
  .module .label {
    margin: -180px auto -20px;
  }

  .module .title {
    font-size: 1.1em;
    margin: 30px 0 20px;
  }
}

.module.-set1 {
  background-color: var(--color1Bg);
}

.moduleItem.-set1 .label {
  border-color: var(--color1Bg);
  background-color: var(--color1Alt);
}

.module.-set1 ul.fa-ez li:before {
  color: var(--color1Alt);
}

.module.-set2 {
  background-color: var(--color2Bg);
}


.module.-set2 .label {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

.module.-set2 ul.fa-ez li:before {
  color: var(--color2Alt);
}

.module.-set3 {
  background-color: var(--color1Bg);
}

.module.-set3 .label {
  border-color: var(--color1Bg);
  background-color: var(--color1Alt);
}


.module.-last {
  margin-bottom: 0;
  padding-bottom: 50px;
}



.tabbed {
  /* background: var(--color1Bg) url(https://www.awai.com/_img/toolbox/p/gho/wave-white.svg) bottom center no-repeat; */
  background-color: #d2f4d3;
  background-image: linear-gradient(175deg, #d2f4d3, #aee0b0);
  border-radius: 12px;
  margin: 40px auto 0;
  padding: 15px 20px 20px;
  max-width: 30em;
}

.tabbed.-shadow {
  box-shadow: 0 12px 12px -12px #555;
}

.tabbed h2 {
  border-bottom: 0 none;
  margin-bottom: 0;
}

.tabbed h3 {
  text-align: center;
}

.tabbed .label {
  background-color: #b1e9b3;
  /* border: 8px solid var(--color1Bg); */
  border-radius: 100px;
  color: var(--colorBody);
  display: block;
  font-size: 0.9em;
  font-weight: 800;
  font-family: "Courier Prime", monospace;
  max-width: 300px;
  margin: -78px auto 25px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.tabbed ul.fa-ez li:before {
  color: #687539;
}

.tabbed .title {
  display: block;
  font-family: "Lato", Helvetica, Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

@media screen and (min-width:35.75em) {
  .tabbed {
    margin: 80px auto 0;
    padding: 20px 30px 20px;
  }



  .tabbed .label {
    /* border: 20px solid var(--color1Bg); */
    border-radius: 5px;
    font-size: 0.9em;
    margin: -84px auto 15px;
    padding: 10px 20px;
  }

  .tabbed .title {
    font-size: 1em;
    margin: 15px 0 20px;
  }
}


.tabbed.-set1 {
  background-color: var(--color2Bg);
}

.tabbed.-set1 .label {
  border-color: var(--color2);
  background-color: var(--color2);
}

.-tabbed.-set2 {
  background-color: var(--color3Bg);
}

.tabbed.-set2 .label {
  border-color: var(--color3);
  background-color: var(--color3Alt);
}

.tabbed.-last {
  margin-bottom: 0;
  padding-bottom: 50px;
}

  .callout {
    background-color: var(--color3Bg);
    border-radius: 12px;
    font-size: 1.5rem;
    margin: 0 auto 30px;
    padding: 10px 20px;
  }

  .callout.-bio {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    line-height: 1.33;
  }

  .callout.-bio h2 {
    font-size: 2rem;
    line-height: 1;
  }
  .callout.-output {
    background-color: #fff;
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed;
    color: #444;
    font-family: 'Roboto', Courier, monospace;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .callout.-output .highlight {
    display: inline;
    background-color: var(--highlight1);

  }
  @media screen and (min-width:38em) {

  .callout.-output {
    background-color: #fff;
    border-top:2px solid #ededed;
    border-bottom:2px solid #ededed;
    color: #444;
    font-family: 'Roboto', Courier, monospace;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .callout.-output .highlight {
    display: inline;
    background-color: var(--highlight1);

  }

  .callout.-quote {
    text-align: center;
    font-family: 'Roboto', Courier, monospace;
  }

  .callout.-email {
    background-color: #f2f2f2;
    font-family: monospace;
    font-size: 1.2rem;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }
  .callout.-guarantee {
    font-size: 1.2rem;
  }

  .-email ul.fa-ez.bullet li:before {
    /* EXTRA - BULLET */
    content: '\f111';
    /*bullet*/
    font-size: 0.2rem;
    margin-left: -1.5rem;
    margin-top: 0;
    color: var(--color1);
  }

  .calloutLabel {
    border-bottom: 3px solid var(--color1);
    font-size: 1.5rem;
    margin: 10px auto 20px;
  }
  }
  @media screen and (min-width:30em) {

    .callout {
      margin: 0 auto 30px;
      padding: 10px 30px;
    }

    /* */
    .callout.-bio {
      width: calc(100% / 2.5);
      float: right;
      margin: 0 0 20px 20px;
    }

    .callout.-bio h2 {
      font-size: 1.8rem;
    }

    .callout.-bio .portrait {
      width: 180px;
      margin: auto;
      float: none;
    }

    .callout.-bio img {
      max-width: 165px;
      display: block;
      margin: auto;
    }

    /**/
    .calloutLabel {
      font-size: 1.6rem;
      margin: 10px auto 20px;
    }

    .callout.-email {
      font-size: 1.33rem;
    }
    .callout.-guarantee {
      margin: 0 40px;
      padding:10px;
    }
  }

  /* Artificial Break */
  .alb {
    display: none;
  }

  .no-mo {
    display: none;
  }

  .mblock {
    display: block;
  }

  @media screen and (min-width:38em) {
    .mblock {
      display: inline;
    }

    .no-mo {
      display: initial;
    }

    .alb {
      display: block
    }
  }

  .subhead-icon {
    display: block;
    font-size: 2em;
    margin: auto;
  }

  @media screen and (min-width:30em) {
    .subhead-icon {
      font-size: 6em;
      margin-bottom: -120px;
    }

    .subhead-icon-hl {
      display: block;
      margin-bottom: 80px;
    }

    .starred {
      color: #f0de84;
      display: block;
      font-size: 3em;
      padding: 0px;
      margin-bottom: -160px;
    }

    .staricon {
      display: block;
      margin-bottom: 100px;
    }
  }



  /* Color Sets*/

  /* Color Sets*/
  .-colorSet1 {
    color: var(--colorBody);
    background-color: var(--colorBox1);
    padding: 1px 0 20px 0;
  }

  .-colorSet2 {
    color: var(--colorBody);
    background-color: #fef0c6;
    padding: 1px 0 20px 0;
  }

  .-colorSet2 h2 {
    color: var(--colorBody);
  }

  .guar {
    /* remove all below for template*/
    display: block;
    margin: 0 auto 2em;
    max-width: 320px;

  }

  .guar--right {
    float: none;
  }

  @media screen and (min-width:37.5em) {
    .guar {
      max-width: 600px;
    }
    .guar--right {
      float: right;
      margin: 0 0 .8em .8em;
      max-width: 300px;
    }
  }

  .section-fees {
    background-color: #d4ecff;
  }

  .section-fees .wrap {
    max-width: 48em;
    margin: 0 auto;
  }

  .fee-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fee-list-item {
    box-sizing: border-box;
    padding: 0 0.5em;
    width: 50%;
  }

  .fee-list-fee {
    /*background-color: #f7bc3c;*/
    background-color: #dace40;
    border-radius: 0.5em;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 1em auto 0.5em;
    max-width: 10em;
    padding: 8px;
  }

  .fee-list-item img {
    border-radius: 0.5em;
    width: 80%;
  }
  .fee-list-copy {
    font-size: 0.9em;
    margin: 0.5em auto 2em;
    font-weight: 700;
  }
  .fee-list-item {
    box-sizing: border-box;
    padding: 0 0.5em;
    width: 50%;
  }
  .fee-list-item img {
    border-radius: 0.5em;
    width: 80%;
  }

  .fee-list-fee {
    /*background-color: #f7bc3c;*/
    border-radius: 0.5em;
    color: rgb(0, 0, 0);
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    margin: 1em auto 0.5em;
    max-width: 10em;
  }
  @media screen and (min-width: 26em) {
    .fee-list-fee {
      font-size: 1.5em;
    }
  }

  @media screen and (min-width: 47em) {
    .fee-list-fee {
      font-size: 1em;
    }

    .fee-list-item {
      width: 20%;
    }
  }

  @media screen and (min-width: 60em) {
    .fee-list-fee {
      font-size: 1.25em;
    }
  }

  @media screen and (min-width: 70em) {
    .fee-list-fee {
      font-size: 1em;
    }

    .fee-list-copy {
      font-size: 1.2em;
    }

    .fee-list-item {
      width: calc(100% / 4);
    }
  }

  @media screen and (min-width: 40em) {
    .fee-list-item {
      width: calc(100% / 4);
    }
  }

  @media screen and (min-width: 82em) {
    .fee-list-fee {
      font-size: 1.25em;
    }
  }

  h2.labeled {
    border-bottom: none;
    margin-top: 0;
  }

  .container.-lesson {
    background-color: #f4f6fc;
    border-radius: 8px;
    border: 1px solid #e9edf9;
    padding: 20px 30px;
    margin: 0 auto 40px;
    max-width: 32em;
    box-shadow: 0 16px 16px -15px #00000044;
  }
  .label.-lesson {
    border-bottom: 3px solid var(--color1Alt);
    color: var(--color1Alt);
    display: block;
    font-family: "Courier Prime", Courier, monospace;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 auto 10px;
    max-width: 8em;
    padding: 0 0 0;
    text-transform: uppercase;
    text-align: center;

  }
  .bonus h2 {
    color: var(--colorBody);
  }
  .label.-bonus {
    border-bottom: 3px solid var(--color2Alt);
    color: var(--color2);
    display: block;
    font-family: "Courier Prime", Courier, monospace;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 auto 10px;
    max-width: 8em;
    padding: 0 0 0;
    text-transform: uppercase;
    text-align: center;
  }

  .bonus ul.fa-ez li:before {
    /*DEFAULT - CHECKMARK */

    color: var(--color2Bullet);
  }

  .mono {
    font-family: "Courier Prime", Courier, monospace;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }

  .answer {
    border-left: 2px solid var(--color1Alt);
    margin-left: 10px;
    padding-left: 15px
  }

  /*Experimantal*/
  .accent1,
  ul.fa-ez.accent1bul li:before {
    color: var(--colorAccent1) !important;
  }

  .examples {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;

  }

  .item {
    border: 1px solid #eee;

    max-width: 350px;
    margin: 4px;
  }
.ribbon {
  background-color: var(--colorHeadline);
  color:#fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin:auto;
  padding:15px 0;
}