@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  width: 100%; }

.horizontal-divider {
  border-bottom: 1px solid #ECECEC; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font: 100%/1.618;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  color: #58595B;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 45px; } }
  h1 sup {
    font-size: 18px;
    vertical-align: super; }

h2 {
  color: #58595B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 15px; } }
  h2 sup {
    font-size: 8px;
    vertical-align: super; }

h3 {
  color: #58595B;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-bottom: 0.7142857143rem; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 14px; } }
h4 {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 18px; } }
h5 {
  color: #58595B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  padding-bottom: 5px;
  padding-bottom: 0.3571428571rem; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 15px; } }
h6 {
  color: #58595B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 22px; } }
p {
  color: #58595B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-bottom: 1.0714285714rem; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 16px;
      padding-bottom: 30px;
      padding-bottom: 2.1428571429rem; } }
  p sup {
    font-size: 12px;
    vertical-align: super; }

li,
dd {
  color: #58595B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  list-style: none; }

a {
  color: #58595B;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #000000; }
  a:active, a:focus {
    outline: -webkit-focus-ring-color auto 5px; }
  a:active:focus {
    outline: none; }

strong, b {
  font-weight: 600; }

i, em {
  font-style: italic; }

span {
  color: #A9A9A9; }

u {
  text-decoration: underline; }

hr {
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%) rotate(15deg); } }

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(50%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-50%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

.sup-fix sup {
  vertical-align: baseline;
  position: relative;
  top: -1em; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%) rotate(15deg); } }

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(50%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes slide-in-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-50%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

a:focus {
  color: white; }

.button-primary {
  background-color: #FF7A01;
  border: 1px solid #FF7A01;
  color: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-primary[class*=-outline] {
    box-shadow: none; }
  .button-primary text {
    align: center;
    decoration: none; }
  .button-primary:hover {
    cursor: pointer; }
  .button-primary:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-primary:active:focus {
    outline: none; }
  .button-primary:hover {
    background-color: #cd6200;
    border: 1px solid #cd6200;
    color: #FFFFFF;
    opacity: 1; }
  .button-primary:active {
    background-color: #cd6200;
    border: 1px solid #cd6200;
    color: #f2f2f2; }
  .button-primary:focus {
    border: 1px solid #cd6200;
    background-color: #cd6200;
    color: #FFFFFF; }
  .button-primary.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-primary.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-primary.in-progress span {
      color: transparent; }
    .button-primary.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-primary.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-primary.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-primary.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-primary {
  color: #FF7A01;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-primary:hover {
    color: #cd6200; }

.button-blue {
  background-color: #33475B;
  border: 1px solid #33475B;
  color: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-blue[class*=-outline] {
    box-shadow: none; }
  .button-blue text {
    align: center;
    decoration: none; }
  .button-blue:hover {
    cursor: pointer; }
  .button-blue:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-blue:active:focus {
    outline: none; }
  .button-blue:hover {
    background-color: #1e2a35;
    border: 1px solid #1e2a35;
    color: #FFFFFF;
    opacity: 1; }
  .button-blue:active {
    background-color: #1e2a35;
    border: 1px solid #1e2a35;
    color: #f2f2f2; }
  .button-blue:focus {
    border: 1px solid #1e2a35;
    background-color: #1e2a35;
    color: #FFFFFF; }
  .button-blue.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-blue.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-blue.in-progress span {
      color: transparent; }
    .button-blue.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-blue.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-blue.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-blue.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-blue {
  color: #33475B;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-blue:hover {
    color: #1e2a35; }

.button-primary-outline {
  background-color: transparent;
  border: 1px solid #33475B;
  color: #33475B;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-primary-outline[class*=-outline] {
    box-shadow: none; }
  .button-primary-outline text {
    align: center;
    decoration: none; }
  .button-primary-outline:hover {
    cursor: pointer; }
  .button-primary-outline:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-primary-outline:active:focus {
    outline: none; }
  .button-primary-outline:hover {
    background-color: #33475B;
    border: 1px solid #33475B;
    color: #FFFFFF;
    opacity: 1; }
  .button-primary-outline:active {
    background-color: #33475B;
    border: 1px solid #33475B;
    color: #f2f2f2; }
  .button-primary-outline:focus {
    border: 1px solid #33475B;
    background-color: #33475B;
    color: #FFFFFF; }
  .button-primary-outline.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-primary-outline.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-primary-outline.in-progress span {
      color: transparent; }
    .button-primary-outline.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-primary-outline.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-primary-outline.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-primary-outline.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-primary-outline {
  color: transparent;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-primary-outline:hover {
    color: #33475B; }

.button-alert {
  background-color: #EBB129;
  border: 1px solid #EBB129;
  color: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-alert[class*=-outline] {
    box-shadow: none; }
  .button-alert text {
    align: center;
    decoration: none; }
  .button-alert:hover {
    cursor: pointer; }
  .button-alert:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-alert:active:focus {
    outline: none; }
  .button-alert:hover {
    background-color: #E5A100;
    border: 1px solid #E5A100;
    color: #FFFFFF;
    opacity: 1; }
  .button-alert:active {
    background-color: #E5A100;
    border: 1px solid #E5A100;
    color: #f2f2f2; }
  .button-alert:focus {
    border: 1px solid #E5A100;
    background-color: #E5A100;
    color: #FFFFFF; }
  .button-alert.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-alert.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-alert.in-progress span {
      color: transparent; }
    .button-alert.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-alert.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-alert.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-alert.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-alert {
  color: #EBB129;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-alert:hover {
    color: #E5A100; }

.button-alert-outline {
  background-color: transparent;
  border: 1px solid #EBB129;
  color: #EBB129;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-alert-outline[class*=-outline] {
    box-shadow: none; }
  .button-alert-outline text {
    align: center;
    decoration: none; }
  .button-alert-outline:hover {
    cursor: pointer; }
  .button-alert-outline:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-alert-outline:active:focus {
    outline: none; }
  .button-alert-outline:hover {
    background-color: #EBB129;
    border: 1px solid #EBB129;
    color: #FFFFFF;
    opacity: 1; }
  .button-alert-outline:active {
    background-color: #EBB129;
    border: 1px solid #EBB129;
    color: #f2f2f2; }
  .button-alert-outline:focus {
    border: 1px solid #EBB129;
    background-color: #EBB129;
    color: #FFFFFF; }
  .button-alert-outline.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-alert-outline.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-alert-outline.in-progress span {
      color: transparent; }
    .button-alert-outline.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-alert-outline.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-alert-outline.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-alert-outline.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-alert-outline {
  color: transparent;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-alert-outline:hover {
    color: #EBB129; }

.button-warn {
  background-color: #D0021B;
  border: 1px solid #D0021B;
  color: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-warn[class*=-outline] {
    box-shadow: none; }
  .button-warn text {
    align: center;
    decoration: none; }
  .button-warn:hover {
    cursor: pointer; }
  .button-warn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-warn:active:focus {
    outline: none; }
  .button-warn:hover {
    background-color: #b30016;
    border: 1px solid #b30016;
    color: #FFFFFF;
    opacity: 1; }
  .button-warn:active {
    background-color: #b30016;
    border: 1px solid #b30016;
    color: #f2f2f2; }
  .button-warn:focus {
    border: 1px solid #b30016;
    background-color: #b30016;
    color: #FFFFFF; }
  .button-warn.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-warn.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-warn.in-progress span {
      color: transparent; }
    .button-warn.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-warn.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-warn.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-warn.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-warn {
  color: #D0021B;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-warn:hover {
    color: #b30016; }

.button-secondary {
  background-color: #A9A9A9;
  border: 1px solid #A9A9A9;
  color: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-secondary[class*=-outline] {
    box-shadow: none; }
  .button-secondary text {
    align: center;
    decoration: none; }
  .button-secondary:hover {
    cursor: pointer; }
  .button-secondary:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-secondary:active:focus {
    outline: none; }
  .button-secondary:hover {
    background-color: #767676;
    border: 1px solid #767676;
    color: #FFFFFF;
    opacity: 1; }
  .button-secondary:active {
    background-color: #767676;
    border: 1px solid #767676;
    color: #f2f2f2; }
  .button-secondary:focus {
    border: 1px solid #767676;
    background-color: #767676;
    color: #FFFFFF; }
  .button-secondary.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-secondary.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-secondary.in-progress span {
      color: transparent; }
    .button-secondary.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-secondary.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-secondary.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-secondary.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-secondary {
  color: #A9A9A9;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-secondary:hover {
    color: #767676; }

.button-secondary-light {
  background-color: #D0D1D2;
  border: 1px solid #D0D1D2;
  color: #A9A9A9;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-secondary-light[class*=-outline] {
    box-shadow: none; }
  .button-secondary-light text {
    align: center;
    decoration: none; }
  .button-secondary-light:hover {
    cursor: pointer; }
  .button-secondary-light:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-secondary-light:active:focus {
    outline: none; }
  .button-secondary-light:hover {
    background-color: #A9A9A9;
    border: 1px solid #A9A9A9;
    color: #FFFFFF;
    opacity: 1; }
  .button-secondary-light:active {
    background-color: #A9A9A9;
    border: 1px solid #A9A9A9;
    color: #f2f2f2; }
  .button-secondary-light:focus {
    border: 1px solid #A9A9A9;
    background-color: #A9A9A9;
    color: #FFFFFF; }
  .button-secondary-light.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-secondary-light.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-secondary-light.in-progress span {
      color: transparent; }
    .button-secondary-light.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-secondary-light.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-secondary-light.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-secondary-light.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-secondary-light {
  color: #D0D1D2;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-secondary-light:hover {
    color: #A9A9A9; }

.button-secondary-outline {
  background-color: transparent;
  border: 1px solid #58595B;
  color: #58595B;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-secondary-outline[class*=-outline] {
    box-shadow: none; }
  .button-secondary-outline text {
    align: center;
    decoration: none; }
  .button-secondary-outline:hover {
    cursor: pointer; }
  .button-secondary-outline:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-secondary-outline:active:focus {
    outline: none; }
  .button-secondary-outline:hover {
    background-color: #58595B;
    border: 1px solid #58595B;
    color: #FFFFFF;
    opacity: 1; }
  .button-secondary-outline:active {
    background-color: #58595B;
    border: 1px solid #58595B;
    color: #f2f2f2; }
  .button-secondary-outline:focus {
    border: 1px solid #58595B;
    background-color: #58595B;
    color: #FFFFFF; }
  .button-secondary-outline.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-secondary-outline.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-secondary-outline.in-progress span {
      color: transparent; }
    .button-secondary-outline.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-secondary-outline.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-secondary-outline.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-secondary-outline.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-secondary-outline {
  color: transparent;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-secondary-outline:hover {
    color: #58595B; }

.button-white-outline {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-white-outline[class*=-outline] {
    box-shadow: none; }
  .button-white-outline text {
    align: center;
    decoration: none; }
  .button-white-outline:hover {
    cursor: pointer; }
  .button-white-outline:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-white-outline:active:focus {
    outline: none; }
  .button-white-outline:hover {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #58595B;
    opacity: 1; }
  .button-white-outline:active {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #4b4c4e; }
  .button-white-outline:focus {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #58595B; }
  .button-white-outline.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-white-outline.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-white-outline.in-progress span {
      color: transparent; }
    .button-white-outline.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-white-outline.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-white-outline.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-white-outline.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-white-outline {
  color: transparent;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-white-outline:hover {
    color: #FFFFFF; }

.button-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #58595B;
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  padding: 1.0714285714rem;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  line-height: normal;
  min-width: 270px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none; }
  .button-white[class*=-outline] {
    box-shadow: none; }
  .button-white text {
    align: center;
    decoration: none; }
  .button-white:hover {
    cursor: pointer; }
  .button-white:focus {
    outline: -webkit-focus-ring-color auto 5px;
    text-decoration: none; }
  .button-white:active:focus {
    outline: none; }
  .button-white:hover {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
    color: #58595B;
    opacity: 1; }
  .button-white:active {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
    color: #4b4c4e; }
  .button-white:focus {
    border: 1px solid #ECECEC;
    background-color: #ECECEC;
    color: #58595B; }
  .button-white.is-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .button-white.in-progress {
    pointer-events: none;
    color: transparent;
    position: relative; }
    .button-white.in-progress span {
      color: transparent; }
    .button-white.in-progress:after {
      border: 2px solid white;
      border-radius: 50%;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 20px;
      animation: spin 0.5s linear infinite;
      margin: 0 calc((100% - 40px)/2);
      position: absolute;
      top: 12px;
      width: 20px; }
    .button-white.in-progress[class*=-primary-outline]:after {
      border: 2px solid #33475B;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-white.in-progress[class*=-alert-outline]:after {
      border: 2px solid #EBB129;
      border-right-color: transparent;
      border-top-color: transparent; }
    .button-white.in-progress[class*=-secondary-outline]:after {
      border: 2px solid #A9A9A9;
      border-right-color: transparent;
      border-top-color: transparent; }

.link-white {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  text-decoration: none; }
  .link-white:hover {
    color: #ECECEC; }

a:hover i, .link:hover i {
  margin-left: 13px; }

a i, .link i {
  transition: all 0.3s ease-in-out;
  margin-left: 8px; }

.button-small {
  padding: 6px 12px;
  padding: 0.4285714286rem 0.8571428571rem;
  font-size: 14px;
  font-size: 1rem;
  min-width: inherit; }

.button-large {
  padding: 15px 12px;
  padding: 1.0714285714rem 0.8571428571rem; }

.arrow-link {
  margin-top: 10px;
  display: block;
  text-decoration: none; }
  .arrow-link:after {
    content: "";
    background: url("/icons/right-arrow.svg");
    height: 17px;
    width: 20px;
    background-size: 100%;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 5px;
    transition: all 0.3s ease-in-out; }
  .arrow-link.white-arrow-link:after {
    background-position-y: center; }
  .arrow-link:hover:after {
    margin-left: 10px; }
  .arrow-link:focus {
    opacity: 0.5; }

.button-primary {
  background-image: linear-gradient(90deg, #FF7A01 0%, #FF7A01 100%); }
  .button-primary:hover, .button-primary:focus {
    background-image: none; }

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #33475B;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1rem; }
  .back-to-top:before {
    content: "";
    background: url("/icons/right-arrow.svg");
    background-size: 100%;
    background-position-y: center;
    height: 17px;
    width: 20px;
    transform: rotate(270deg);
    display: inline-block;
    margin-top: 2px;
    margin-top: 0.1428571429rem; }
  .back-to-top:hover {
    color: #FFFFFF;
    background-color: #1e2a35; }

.button-green {
  background-color: #60BB55;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  appearance: none; }
  @media screen and (min-width: 768px) {
    .button-green {
      width: 300px; } }
  .button-green:hover {
    background-color: #3A703A;
    color: white; }
  .button-green:disabled {
    background-color: #D0D1D2;
    color: white; }

.sso-login-button {
  min-width: 60%;
  max-width: 80%;
  font-size: inherit; }

@media screen and (min-width: 768px) {
  .button-right {
    float: right;
    width: 200px; } }

@media screen and (min-width: 1006px) {
  .button-right {
    width: 250px; } }

@media screen and (min-width: 768px) {
  .title-button {
    float: right;
    width: 150px; } }

@media (min-width: 1128px) {
  .title-button {
    width: 250px; } }

.button-green-2 {
  background-color: #60BB55;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .button-green-2:hover {
    background-color: #3A703A;
    color: white; }
  .button-green-2 sup {
    font-size: 6px;
    vertical-align: super; }
  .button-green-2 .video-button {
    width: 90%; }
  @media screen and (min-width: 768px) {
    .button-green-2 {
      min-width: 200px;
      min-width: 14.2857142857rem; }
      .button-green-2 sup {
        font-size: 8px;
        vertical-align: super; } }
@keyframes glowing {
  0% {
    background-color: #60BB55;
    box-shadow: 0 0 5px #60BB55; }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819; }
  100% {
    background-color: #60BB55;
    box-shadow: 0 0 5px #60BB55; } }
  .button-green-2.glowing {
    animation: glowing 4000ms infinite; }

.button-green-outline {
  background-color: white;
  border: 1px solid #60BB55;
  border: 0.0714285714rem solid #60BB55;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: #60BB55;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .button-green-outline:hover {
    border: 1px solid #3A703A;
    border: 0.0714285714rem solid #3A703A;
    color: #3A703A; }
  @media screen and (min-width: 768px) {
    .button-green-outline {
      min-width: 200px;
      min-width: 14.2857142857rem; } }
.button-darkgreen {
  background-color: #3A703A;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin: 5px 5px 0 5px;
  margin: 0.3571428571rem 0.3571428571rem 0 0.3571428571rem;
  min-width: 100px;
  min-width: 7.1428571429rem;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .button-darkgreen:hover {
    background-color: #60BB55;
    color: white; }
  @media screen and (min-width: 1006px) {
    .button-darkgreen {
      margin: 5px 0 5px 15px;
      margin: 0.3571428571rem 0 0.3571428571rem 1.0714285714rem;
      min-width: 150px;
      min-width: 10.7142857143rem; } }
.button-darkgreen-2 {
  background-color: #3A703A;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin-top: 10px;
  margin-top: 0.7142857143rem;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .button-darkgreen-2:hover {
    background-color: #60BB55;
    color: white; }
  .button-darkgreen-2 sup {
    font-size: 6px;
    vertical-align: super; }
  @media screen and (min-width: 768px) {
    .button-darkgreen-2 {
      min-width: 200px;
      min-width: 14.2857142857rem;
      margin-left: 10px;
      margin-left: 0.7142857143rem;
      margin-top: 0; }
      .button-darkgreen-2 sup {
        font-size: 8px;
        vertical-align: super; } }
.button-gray {
  background-color: #60BB55;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin: 5px 5px 0 5px;
  margin: 0.3571428571rem 0.3571428571rem 0 0.3571428571rem;
  min-width: 100px;
  min-width: 7.1428571429rem;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .button-gray:hover {
    background-color: #3A703A;
    color: white; }
  @media screen and (min-width: 1006px) {
    .button-gray {
      margin: 5px 0 5px 15px;
      margin: 0.3571428571rem 0 0.3571428571rem 1.0714285714rem;
      min-width: 150px;
      min-width: 10.7142857143rem; } }
.button-gray-2 {
  background-color: #A9A9A9;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin: 5px 5px 0 5px;
  margin: 0.3571428571rem 0.3571428571rem 0 0.3571428571rem;
  min-width: 100px;
  min-width: 7.1428571429rem;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: not-allowed;
  appearance: none; }
  .button-gray-2:hover {
    color: white; }
  @media screen and (min-width: 1006px) {
    .button-gray-2 {
      margin: 5px 0 5px 15px;
      margin: 0.3571428571rem 0 0.3571428571rem 1.0714285714rem;
      min-width: 150px;
      min-width: 10.7142857143rem; } }
.mini-button-green {
  background-color: #60BB55;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin: 0 auto;
  min-width: 150px;
  min-width: 10.7142857143rem;
  padding: 14px 10px;
  padding: 1rem 0.7142857143rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none;
  cursor: pointer;
  width: auto; }
  .mini-button-green:hover {
    background-color: #3A703A;
    color: white; }

@keyframes glowing {
  0% {
    background-color: #60BB55;
    box-shadow: 0 0 5px #60BB55; }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819; }
  100% {
    background-color: #60BB55;
    box-shadow: 0 0 5px #60BB55; } }
  .mini-button-green.glowing {
    animation: glowing 4000ms infinite; }

.mini-button-darkgreen {
  background-color: #3A703A;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin: 0 auto;
  min-width: 150px;
  min-width: 10.7142857143rem;
  padding: 14px 10px;
  padding: 1rem 0.7142857143rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .mini-button-darkgreen:hover {
    background-color: #60BB55;
    color: white; }

.mini-button-redo {
  background-color: white;
  border: 1px solid #60BB55;
  border: 0.0714285714rem solid #60BB55;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: #60BB55;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin: 0 auto;
  min-width: 150px;
  min-width: 10.7142857143rem;
  padding: 14px 10px;
  padding: 1rem 0.7142857143rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .mini-button-redo:hover {
    border: 1px solid #3A703A;
    border: 0.0714285714rem solid #3A703A;
    color: #3A703A; }
  .mini-button-redo:focus {
    color: #3A703A; }

.mini-button-gray {
  background-color: #D0D1D2;
  border: none;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  margin: 0 auto;
  min-width: 150px;
  min-width: 10.7142857143rem;
  padding: 15px 10px;
  padding: 1.0714285714rem 0.7142857143rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none; }
  .mini-button-gray:hover {
    background-color: #767676;
    color: white; }

.text-link {
  color: #58595B;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 300;
  padding-top: 14px;
  padding-top: 1rem;
  text-align: center;
  text-decoration: none; }
  .text-link:hover {
    color: #3A703A; }
  .text-link a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px; }

.view-results, .remove-results {
  color: #60BB55;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-family: Montserrat;
  font-weight: 600;
  width: 29%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  appearance: none; }
  .view-results:hover, .remove-results:hover {
    color: #3A703A; }
  .view-results a, .remove-results a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    font-size: 0.8571428571rem; }

.text-link-copy {
  color: #58595B;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 300;
  padding-top: 14px;
  padding-top: 1rem;
  text-align: center;
  text-decoration: none; }
  .text-link-copy a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px; }
    .text-link-copy a:hover {
      color: #3A703A; }

.side-add-button, .side-remove-button {
  color: #60BB55;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-family: Montserrat;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  background: none;
  border: none;
  appearance: none; }
  .side-add-button:hover, .side-remove-button:hover {
    color: #3A703A; }
  .side-add-button a, .side-remove-button a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    font-size: 0.8571428571rem; }

.side-remove-button {
  border: none;
  background: none;
  cursor: pointer;
  text-align: right;
  color: #D0021B;
  padding-top: 10px; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top: -20px; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker__navigation {
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc; }

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2; }

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc; }

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2; }

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc; }

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b2b2; }

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc; }

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b2b2; }

.react-datepicker__month-container {
  display: inline;
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day-name,
.react-datepicker__day {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0; }

.react-datepicker__day--today {
  font-weight: bold; }

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff; }

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90; }

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff; }

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90; }

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5); }

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000; }

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc; }

.react-datepicker__day--disabled:hover {
  background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
  cursor: pointer; }

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b2b2; }

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
  cursor: pointer; }

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
  background-color: #ccc; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b2b2; }

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b2b2; }

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
  position: absolute;
  left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__tether-element {
  z-index: 2147483647; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day {
  width: 3rem;
  line-height: 3rem; }

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day {
    width: 2rem;
    line-height: 2rem; } }

.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem; }

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent; }

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b2b2; }

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc; }

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b2b2; }

/*-----------------------
Empty State
-----------------------*/
.empty-state {
  background-color: #D0D1D2;
  padding: 30px; }
  .empty-state .text-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
    text-align: center; }
    .empty-state .text-block i {
      margin-bottom: 10px; }
    .empty-state .text-block img {
      margin-bottom: 10px;
      margin-bottom: 0.7142857143rem;
      max-width: 100px;
      opacity: 0.5; }

/*-----------------------
Footer
-----------------------*/
.video-footer {
  position: absolute;
  bottom: 100px;
  right: 0; }
  @media screen and (min-width: 768px) {
    .video-footer {
      bottom: 200px; } }
  .video-footer:before {
    content: "";
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent white;
    border-width: 0 0 1000px 1000px; }
    @media screen and (min-width: 768px) {
      .video-footer:before {
        content: "";
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent transparent white;
        border-width: 0 0 1300px 1300px; } }
    @media screen and (min-width: 1006px) {
      .video-footer:before {
        content: "";
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent transparent white;
        border-width: 0 0 1500px 1500px; } }
.launch-footer {
  background-color: #F5FBF2;
  position: relative;
  overflow: hidden;
  /* prevents the image from extending the scroll area */
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }
  .launch-footer .footer-container {
    padding-bottom: 0px;
    position: relative;
    z-index: 1; }
    .launch-footer .footer-container .footer-links {
      margin: 0 auto;
      text-align: center; }
    .launch-footer .footer-container img {
      width: 40px;
      width: 2.8571428571rem;
      padding: 5px;
      padding: 0.3571428571rem; }
      @media screen and (min-width: 768px) {
        .launch-footer .footer-container img {
          width: 45px;
          width: 3.2142857143rem; } }
    .launch-footer .footer-container .footer-text-links {
      margin: 0 auto;
      padding: 10px;
      padding: 0.7142857143rem;
      text-align: center; }
      .launch-footer .footer-container .footer-text-links a {
        font-weight: 400;
        font-size: 14px;
        padding: 10px 15px;
        padding: 0.7142857143rem 1.0714285714rem; }
        @media screen and (min-width: 768px) {
          .launch-footer .footer-container .footer-text-links a {
            font-size: 14px;
            padding: 0 10px;
            padding: 0 0.7142857143rem; } }
  .launch-footer p {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-top: 0.7142857143rem; }

.newsletter {
  text-align: center;
  padding-bottom: 0px; }
  .newsletter h2 {
    color: #58595B;
    font-style: normal;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    padding-bottom: 0px; }
    @media screen and (min-width: 768px) {
      .newsletter h2 {
        font-size: 26px; } }
  .newsletter #mc_embed_signup form {
    text-align: center;
    padding: 0; }
  .newsletter #mc_embed_signup .mc-field-group {
    width: 100%; }
  .newsletter #mc_embed_signup h2 {
    margin: 0 0 15px 0; }
  .newsletter #mc-embedded-subscribe {
    margin: 0 auto;
    border: none;
    border-radius: 100px;
    border-radius: 7.1428571429rem; }
  .newsletter .mc-field-group label {
    text-align: center;
    margin-bottom: 0; }
  .newsletter .mc-field-group #mce-EMAIL,
  .newsletter .mc-field-group #mce-FNAME,
  .newsletter .mc-field-group #mce-LNAME {
    max-width: 500px;
    border-bottom: 1px solid #D0D1D2;
    border-radius: 0;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    background-color: transparent;
    height: 20px;
    margin-bottom: 20px;
    margin: 0 auto;
    text-align: center; }
  .newsletter .mc-field-group .mce_inline_error {
    margin: 0 auto !important;
    padding: 5px 10px !important;
    max-width: 500px;
    text-align: center;
    margin-bottom: 10px !important; }

.blog-footer {
  background-color: #F5FBF2;
  position: relative;
  padding: 50px;
  padding: 3.5714285714rem; }
  .blog-footer .newsletter {
    text-align: center;
    padding-bottom: 40px;
    padding-bottom: 2.8571428571rem; }
    .blog-footer .newsletter h2 {
      color: #58595B;
      font-style: normal;
      font-size: 26px;
      font-weight: 600;
      line-height: 1.3em;
      margin-bottom: 5px;
      margin-bottom: 0.3571428571rem;
      padding-bottom: 0px; }
      @media screen and (min-width: 768px) {
        .blog-footer .newsletter h2 {
          font-size: 26px;
          margin-bottom: 15px;
          margin-bottom: 1.0714285714rem; } }
    .blog-footer .newsletter #mc_embed_signup form {
      text-align: center;
      padding: 0; }
    .blog-footer .newsletter #mc_embed_signup .mc-field-group {
      width: 100%; }
    .blog-footer .newsletter #mc-embedded-subscribe {
      margin: 0 auto;
      border: none;
      border-radius: 100px;
      border-radius: 7.1428571429rem; }
    .blog-footer .newsletter .mc-field-group label {
      text-align: center;
      margin-bottom: 0; }
    .blog-footer .newsletter .mc-field-group #mce-EMAIL {
      max-width: 500px;
      border-bottom: 1px solid #D0D1D2;
      border-radius: 0;
      border-top: transparent;
      border-right: transparent;
      border-left: transparent;
      background-color: transparent;
      height: 20px;
      margin-bottom: 20px;
      margin: 0 auto;
      text-align: center; }
    .blog-footer .newsletter .mc-field-group .mce_inline_error {
      margin: 0 auto !important;
      padding: 5px 10px !important;
      max-width: 500px;
      text-align: center;
      margin-bottom: 10px !important; }
  .blog-footer .footer-container {
    position: relative;
    z-index: 1; }
    .blog-footer .footer-container .footer-links {
      margin: 0 auto;
      text-align: center; }
    .blog-footer .footer-container img {
      width: 40px;
      width: 2.8571428571rem;
      padding: 5px;
      padding: 0.3571428571rem; }
      @media screen and (min-width: 768px) {
        .blog-footer .footer-container img {
          width: 45px;
          width: 3.2142857143rem; } }
    .blog-footer .footer-container .footer-text-links {
      margin: 0 auto;
      padding: 10px;
      padding: 0.7142857143rem;
      text-align: center; }
      .blog-footer .footer-container .footer-text-links a {
        font-weight: 400;
        font-size: 12px;
        padding: 0 10px;
        padding: 0 0.7142857143rem; }
        @media screen and (min-width: 768px) {
          .blog-footer .footer-container .footer-text-links a {
            font-size: 14px; } }
    .blog-footer .footer-container p {
      text-align: center;
      margin: 0 auto;
      padding-bottom: 0px;
      padding-top: 20px;
      padding-top: 1.4285714286rem; }

/*-----------------------
Fieldset
-----------------------*/
fieldset {
  display: inline-block;
  margin-bottom: 18px;
  margin-bottom: 1.2857142857rem;
  position: relative;
  width: 100%; }
  fieldset span span {
    float: right; }
    fieldset span span [class*=link-] {
      font-size: 14px;
      font-size: 1rem;
      margin-top: 0px;
      vertical-align: middle; }

.input-wrapper.per-year:before, .input-wrapper.per-month:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #b5b5b5; }

.input-wrapper.per-year input {
  padding-right: 60px; }

.input-wrapper.per-year:before {
  content: "/ year"; }

.input-wrapper.per-month input {
  padding-right: 80px; }

.input-wrapper.per-month:before {
  content: "/ month"; }

/*-----------------------
Labels
-----------------------*/
label {
  color: #58595B;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 6px;
  margin-bottom: 0.4285714286rem;
  text-align: left;
  width: 100%;
  line-height: 1.4; }
  label i {
    font-style: italic;
    font-weight: 400; }
  label span a {
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none; }

p {
  color: #58595B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-bottom: 1.0714285714rem; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 16px;
      padding-bottom: 30px;
      padding-bottom: 2.1428571429rem; } }
  p sup {
    font-size: 12px;
    vertical-align: super; }

/*-----------------------
Inputs
-----------------------*/
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #cecece;
  border-radius: 4px;
  box-sizing: border-box;
  appearance: none;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  padding: 13px;
  padding: 0.9285714286rem;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #9B9B9B;
    font-style: italic; }

/*-----------------------
Hidden Input
-----------------------*/
.hidden-field {
  height: 0px;
  width: 0px; }

.really.hidden-field input {
  padding: 0px;
  border: none; }

/*-----------------------
Search Bar
-----------------------*/
.search-bar {
  position: relative; }
  .search-bar:after {
    content: "";
    background: url("/icons/search.svg") no-repeat center;
    background-position: top;
    background-size: 100%;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px; }
  .search-bar input {
    padding-left: 50px;
    padding-right: 55px; }
  .search-bar button {
    appearance: none;
    border: none;
    position: absolute;
    top: 22px;
    right: 10px;
    cursor: pointer;
    opacity: 0.8; }
    .search-bar button:hover {
      opacity: 1; }
    .search-bar button img {
      width: 30px; }

.input-wrapper {
  position: relative; }

.currency .input-wrapper:after {
  content: "$";
  position: absolute;
  left: 0px;
  top: 0px;
  border-right: 1px solid #cecece;
  padding: 17px 20px;
  color: #9B9B9B; }

.currency input {
  padding-left: 70px; }

.percentage .input-wrapper:after {
  content: "%";
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #cecece;
  padding: 17px 20px;
  color: #9B9B9B; }

.percentage input {
  padding-right: 70px; }

/*-----------------------
Textarea
-----------------------*/
textarea, textarea[type="text"] {
  width: 100%;
  padding: 12px;
  padding: 0.8571428571rem;
  border: 1px solid #D0D1D2;
  border-radius: 5px;
  border-radius: 0.3571428571rem;
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-bottom: 1.1428571429rem;
  height: 100px;
  height: 7.1428571429rem;
  resize: vertical; }

.with-character-count label {
  padding-right: 108px;
  padding-right: 7.7142857143rem; }

.with-character-count .character-count {
  color: #A9A9A9;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  font-size: 1rem; }

/*-----------------------
Select
-----------------------*/
select {
  background-image: url("/assets/downarrow-26d9ef7a.svg");
  background-position: right 20px top 22px;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #58595B;
  font-weight: 400;
  cursor: pointer;
  padding: 13px 32px 13px 13px;
  padding: 0.9285714286rem 2.2857142857rem 0.9285714286rem 0.9285714286rem;
  border: 1px solid #3A703A;
  text-overflow: ellipsis;
  width: 100%; }
  select option:disabled {
    color: #D0D1D2;
    font-style: italic; }

/*-----------------------
Checkbox
-----------------------*/
.checkbox {
  margin-top: 15px;
  margin-top: 1.0714285714rem;
  width: 100%; }
  .checkbox label {
    cursor: pointer;
    float: right;
    margin-top: 0px;
    line-height: normal;
    width: calc(100% - 32px); }

input[type="checkbox"] {
  appearance: none;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #9B9B9B;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  height: 20px;
  height: 1.4285714286rem;
  width: 20px;
  width: 1.4285714286rem;
  outline: none;
  float: left;
  margin: 0px 8px 0px 0px;
  margin: 0px 0.5714285714rem 0px 0px; }
  input[type="checkbox"]:focus {
    border-color: #3A703A;
    outline: none; }
  input[type="checkbox"]:checked:after {
    background: url("/assets/checkmark-d2471bcb.svg") no-repeat center;
    background-size: 13px;
    content: '';
    display: block;
    font-weight: 600;
    height: 13px;
    transition: all 0.2s ease-in;
    margin-left: 1px;
    position: absolute;
    top: 4px;
    left: 3px;
    text-align: center;
    width: 13px;
    -webkit-position: absolute;
    -webkit-z-index: 3; }

.terms label {
  margin-left: 27px;
  margin-top: -18px;
  line-height: 1.2em !important;
  vertical-align: text-top; }

/*-----------------------
Error
-----------------------*/
.error input, .error textarea, .error select {
  border: 1px solid #D0021B; }
  .error input:focus, .error textarea:focus, .error select:focus {
    border-color: #33475B;
    outline: none; }

.error-message {
  color: #D0021B;
  display: inline-block;
  margin-top: 4px;
  margin-top: 0.2857142857rem;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 14px;
  line-height: 1rem;
  transition: all 0.3s ease-in-out; }
  .error-message:first-letter {
    text-transform: capitalize; }

/*-----------------------
Forms
-----------------------*/
form .row {
  margin-bottom: 0px; }

/*-----------------------
Radio Buttons
-----------------------*/
#mycontainer {
  background: #eee;
  padding: 10px 0;
  display: table;
  /* Fake :) */
  width: 100%; }

.split {
  background: #eee;
  display: table-cell;
  /* Act! */ }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(1),
  .RadioGroup fieldset:first-child:nth-last-child(1) ~ fieldset {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(2),
  .RadioGroup fieldset:first-child:nth-last-child(2) ~ fieldset {
    width: 50%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(3),
  .RadioGroup fieldset:first-child:nth-last-child(3) ~ fieldset {
    width: 33.3333333333%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(4),
  .RadioGroup fieldset:first-child:nth-last-child(4) ~ fieldset {
    width: 25%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(5),
  .RadioGroup fieldset:first-child:nth-last-child(5) ~ fieldset {
    width: 20%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(6),
  .RadioGroup fieldset:first-child:nth-last-child(6) ~ fieldset {
    width: 16.6666666667%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(7),
  .RadioGroup fieldset:first-child:nth-last-child(7) ~ fieldset {
    width: 14.2857142857%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(8),
  .RadioGroup fieldset:first-child:nth-last-child(8) ~ fieldset {
    width: 12.5%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(9),
  .RadioGroup fieldset:first-child:nth-last-child(9) ~ fieldset {
    width: 11.1111111111%;
    display: inline-block;
    margin: 0px 0px 0px; } }

@media screen and (min-width: 768px) {
  .RadioGroup fieldset:first-child:nth-last-child(10),
  .RadioGroup fieldset:first-child:nth-last-child(10) ~ fieldset {
    width: 10%;
    display: inline-block;
    margin: 0px 0px 0px; } }

.RadioGroup fieldset {
  margin-top: 0px;
  text-align: center;
  position: relative; }
  .RadioGroup fieldset span {
    display: block; }
  .RadioGroup fieldset span label {
    text-align: center;
    margin-bottom: 0px;
    display: none; }
  @media screen and (min-width: em(1024)) {
    .RadioGroup fieldset:after {
      border-bottom: 2px solid #ECECEC;
      position: absolute;
      bottom: 3px;
      width: calc(100% - 10px);
      left: calc(50% + 0px);
      content: "";
      vertical-align: top; } }
  .RadioGroup fieldset:last-child:after {
    display: none; }
  .RadioGroup fieldset:not(:first-child) span label, .RadioGroup fieldset:not(:last-child) span label {
    display: none; }
  .RadioGroup fieldset:first-child span label, .RadioGroup fieldset:last-child span label {
    display: block; }

.RadioGroup input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #ECECEC;
  color: #666;
  top: 10px;
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
  position: relative;
  z-index: 1;
  vertical-align: middle; }

.RadioGroup input:checked::before {
  position: absolute;
  left: 8px;
  top: 5px;
  content: '\02143';
  transform: rotate(40deg);
  color: #FFFFFF; }

.RadioGroup input:hover {
  background-color: #ffd7b4; }

.RadioGroup input:checked {
  background-color: #FF7A01; }

.RadioGroup label {
  color: #666;
  cursor: pointer; }

/*-----------------------
Star Rating
-----------------------*/
.star-rating-input {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-bottom: 1.4285714286rem;
  display: inline-block; }
  .star-rating-input label {
    text-align: center;
    float: right; }
    @media screen and (min-width: 768px) {
      .star-rating-input label {
        text-align: left;
        display: inline-block;
        margin-bottom: 0px;
        width: calc(100% - 154px); } }
  @media screen and (min-width: 768px) {
    .star-rating-input .question-width {
      float: left; } }
  .star-rating-input .rate {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 150px !important; }
    .star-rating-input .rate label {
      margin-bottom: 0px;
      margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .star-rating-input .rate {
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 150px;
        padding: 0; } }
.rate > input {
  position: absolute;
  top: -9999px; }

.rate > label {
  height: 1em;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #D0D1D2; }
  @media screen and (min-width: 768px) {
    .rate > label {
      float: right; } }
.rate > label:before {
  background: url("/assets/star-8ea3bef3.svg") no-repeat center;
  background-size: 100%;
  content: '';
  display: block;
  height: 28px;
  width: 28px; }

.rate > input:checked ~ label:before {
  background: url("/assets/green-star-b2b96d13.svg") no-repeat center;
  background-size: 100%; }

/*-----------------------
Four oh Four
-----------------------*/
.four-oh-four {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 60px;
  margin-top: 4.2857142857rem;
  max-width: 450px;
  text-align: center; }
  .four-oh-four h1 {
    font-size: 38px;
    font-size: 2.7142857143rem; }

/*-----------------------
Column Width
-----------------------*/
.row {
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 1.4285714286rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .row .col-1 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 6.1721527019%; }
      .row .col-1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-2 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .row .col-2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .row .col-3:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-4 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .row .col-4:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-5 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .row .col-5:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-6 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .row .col-6:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-7 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      .row .col-7:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-8 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .row .col-8:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-9 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .row .col-9:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-10 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%; }
      .row .col-10:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-11 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 91.4701957002%; }
      .row .col-11:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .row .col-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .row .col-12:last-child {
        margin-right: 0; } }
  .row.form-field {
    margin-bottom: 2em !important; }

.modal .modal-state {
  display: none; }

.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 9999999; }

.modal .modal-close {
  appearance: none;
  background: transparent;
  border: 0;
  font-family: Montserrat;
  color: #D0D1D2;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 26px;
  font-size: 1.8571428571rem;
  line-height: 21px;
  line-height: 1.5rem;
  padding: 12px 20px;
  padding: 0.8571428571rem 1.4285714286rem; }
  .modal .modal-close::before {
    content: "X";
    color: #D0D1D2; }
  @media screen and (min-width: 768px) {
    .modal .modal-close {
      position: absolute;
      top: 5px;
      right: 5px;
      padding: 10px;
      padding: 0.7142857143rem; } }
.modal .modal-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  border-radius: 0.3571428571rem;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  padding: 2.8571428571rem 1.4285714286rem;
  max-height: 70vh;
  overflow: auto;
  position: relative;
  text-align: center;
  transition: opacity 0.25s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  width: 90%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  transform: translateY(-50%) translateX(-50%); }
  .modal .modal-inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .modal .modal-inner {
      max-width: 700px;
      max-width: 50rem;
      padding: 30px 50px;
      padding: 2.1428571429rem 3.5714285714rem; } }
  .modal .modal-inner .score-explanation {
    text-align: left;
    width: 100%;
    margin: 0 auto; }
  .modal .modal-inner .number-input {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    padding-bottom: 2.1428571429rem; }
    .modal .modal-inner .number-input .score {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin: 0 auto; }
      .modal .modal-inner .number-input .score:last-child {
        margin-right: 0; }
      .modal .modal-inner .number-input .score input {
        margin-bottom: 10px;
        margin-bottom: 0.7142857143rem;
        width: 100px;
        width: 7.1428571429rem; }
        @media screen and (min-width: 768px) {
          .modal .modal-inner .number-input .score input {
            width: 200px;
            width: 14.2857142857rem; } }
      .modal .modal-inner .number-input .score label {
        text-align: center; }
  .modal .modal-inner .video-modal-input label {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .modal .modal-inner .video-modal-input label {
        text-align: left; } }
  .modal .modal-inner h1 {
    margin-bottom: 30px;
    margin-bottom: 2.1428571429rem; }
    @media screen and (min-width: 768px) {
      .modal .modal-inner h1 {
        margin-bottom: 60px;
        margin-bottom: 4.2857142857rem; } }
  .modal .modal-inner h2 {
    color: #58595B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 20px;
    padding-bottom: 1.4285714286rem; }
    @media screen and (min-width: 768px) {
      .modal .modal-inner h2 {
        font-size: 18px; } }
    .modal .modal-inner h2 sup {
      font-size: 0.6em; }
  .modal .modal-inner .button-block {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .modal .modal-inner .button-block {
        width: 50%; } }
  .modal .modal-inner .nps-instagram-link {
    color: #60BB55;
    text-decoration: underline; }
  .modal .modal-inner .confirm-parent-email-radio {
    display: inline; }
  .modal .modal-inner .parent-email-modal-radio-container {
    text-align: left;
    margin-bottom: 10px; }
  .modal .modal-inner .parent-email-modal-text {
    width: 200px; }
  .modal .modal-inner .align-parent-modal-intro-left {
    text-align: left; }
  .modal .modal-inner .nps-comment-options {
    margin: 0 0 16px 18px;
    padding: 0; }
    .modal .modal-inner .nps-comment-options li {
      margin-bottom: 6px; }
  .modal .modal-inner .answer_to_survey_container {
    text-align: left; }
  .modal .modal-inner .answer_to_survey_button {
    display: inline-block; }
  .modal .modal-inner .answer_to_survey_label {
    display: inline; }
  .modal .modal-inner .cancellation-survey-bottom-question {
    margin-top: 20px; }
  .modal .modal-inner .retention-offer-option {
    margin-top: 10px; }
  .modal .modal-inner #other-why-input {
    width: 50%; }
  .modal .modal-inner #willing-pay-response-input {
    width: 95%; }
  .modal .modal-inner #willing-to-pay-dollar-sign {
    display: inline-block;
    padding-right: 5px; }
  .modal .modal-inner .cancellation-centered-h1 {
    text-align: center; }
  .modal .modal-inner .cancellation-centered-h2 {
    margin-top: -20px;
    text-align: center; }
  .modal .modal-inner .cancellation-survey-label {
    margin-top: 10px; }
  .modal .modal-inner .cancellation-survey-field {
    display: block; }
  .modal .modal-inner .gray-out-scores-label {
    display: inline; }
  .modal .modal-inner .gray-out-score-wrapper {
    margin-top: 10px; }
  .modal .modal-inner .grayed-out-scores-field {
    background-color: #D0D1D2;
    color: white; }
  .modal .modal-inner .cancellation-survey-ending-score-question {
    padding-top: 40px; }
  .modal .modal-inner .cancellation-survey-email-referral {
    margin-bottom: 15px; }
  .modal .modal-inner #cancellation-image {
    margin-top: 10px; }

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }

.modal #welcome-inner .modal-close--welcome {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  border: 0;
  border-radius: 999px;
  display: flex;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
  width: 44px;
  z-index: 20; }
  .modal #welcome-inner .modal-close--welcome::before {
    content: none; }
  .modal #welcome-inner .modal-close--welcome span {
    color: #D0D1D2;
    display: block;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-1px); }

.modal #welcome-inner .vimeo-embed {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .modal #welcome-inner {
    max-width: 900px;
    max-width: 64.2857142857rem; } }

.inline-modal {
  display: inline-block; }

.modal-open {
  overflow: hidden; }

.modal-button-centered {
  text-align: center; }

.show-video-review-content {
  display: none; }

.hide-errors-for-parent-email-modal {
  display: none; }

.center-learn-more {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #60BB55; }

.login-nav {
  display: inline-block;
  text-align: center;
  padding: 20px;
  padding: 1.4285714286rem;
  width: 100%;
  top: 0px;
  z-index: 2; }
  @media screen and (min-width: 1006px) {
    .login-nav {
      padding-left: 70px;
      padding-left: 5rem;
      padding-right: 70px;
      padding-right: 5rem;
      width: 100%; } }
  .login-nav img {
    width: 55px;
    width: 3.9285714286rem;
    float: left;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .login-nav img {
        width: 80px;
        width: 5.7142857143rem;
        float: left; } }
  .login-nav .login-links {
    padding-top: 5px;
    padding-top: 0.3571428571rem;
    float: right;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .login-nav .login-links {
        padding-top: 15px;
        padding-top: 1.0714285714rem;
        padding-bottom: 15px;
        padding-bottom: 1.0714285714rem; } }
    .login-nav .login-links .button-login {
      color: #3A703A;
      margin-left: 0;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-family: Montserrat;
      font-weight: 600;
      padding-top: 16px;
      padding-top: 1.1428571429rem;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .login-nav .login-links .button-login:hover {
        color: #60BB55;
        border-bottom: 2px solid #60BB55; }
      @media screen and (min-width: 1006px) {
        .login-nav .login-links .button-login {
          margin-left: 20px;
          margin-left: 1.4285714286rem; } }
    .login-nav .login-links .button-signup {
      background-color: transparent;
      margin-left: 0;
      border: 1px solid #3A703A;
      border: 0.0714285714rem solid #3A703A;
      border-radius: 100px;
      border-radius: 7.1428571429rem;
      color: #3A703A;
      display: inline-block;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-family: Montserrat;
      font-weight: 600;
      padding: 16px 10px;
      padding: 1.1428571429rem 0.7142857143rem;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      min-width: 90px;
      min-width: 6.4285714286rem; }
      .login-nav .login-links .button-signup:hover {
        border: 1px solid #60BB55;
        border: 0.0714285714rem solid #60BB55;
        color: #60BB55; }
      @media screen and (min-width: 1006px) {
        .login-nav .login-links .button-signup {
          margin-left: 20px;
          margin-left: 1.4285714286rem;
          min-width: 125px;
          min-width: 8.9285714286rem;
          padding: 16px 20px;
          padding: 1.1428571429rem 1.4285714286rem; } }
    .login-nav .login-links .active {
      border-bottom: 2px solid #3A703A; }

.postlaunch-nav {
  background-color: #F5FBF2;
  display: flex;
  justify-content: space-between;
  overflow: visible;
  position: relative;
  text-align: center;
  padding: 5px 20px 0 20px;
  padding: 0.3571428571rem 1.4285714286rem 0 1.4285714286rem;
  width: 100%;
  z-index: 5; }
  @media screen and (min-width: 1006px) {
    .postlaunch-nav {
      padding: 20px 70px;
      padding: 1.4285714286rem 5rem;
      width: 100%; } }
  .postlaunch-nav img {
    width: 38px;
    width: 2.7142857143rem;
    vertical-align: middle; }
    @media screen and (min-width: 1006px) {
      .postlaunch-nav img {
        width: 80px;
        width: 5.7142857143rem;
        float: left;
        margin: 0 10px 0 0;
        margin: 0 0.7142857143rem 0 0; } }
  .postlaunch-nav .login-links {
    padding-top: 5px;
    padding-top: 0.3571428571rem;
    float: right;
    z-index: 2; }
    @media screen and (min-width: 1006px) {
      .postlaunch-nav .login-links {
        padding-top: 15px;
        padding-top: 1.0714285714rem;
        padding-bottom: 15px;
        padding-bottom: 1.0714285714rem; } }
    .postlaunch-nav .login-links .button-login {
      color: #3A703A;
      margin-left: 0;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-family: Montserrat;
      font-weight: 600;
      padding-top: 16px;
      padding-top: 1.1428571429rem;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .postlaunch-nav .login-links .button-login:hover {
        color: #60BB55;
        border-bottom: 2px solid #60BB55; }
      @media screen and (min-width: 1006px) {
        .postlaunch-nav .login-links .button-login {
          margin-left: 20px;
          margin-left: 1.4285714286rem; } }
    .postlaunch-nav .login-links .button-signup {
      background-color: transparent;
      margin-left: 0;
      border: 1px solid #3A703A;
      border: 0.0714285714rem solid #3A703A;
      border-radius: 100px;
      border-radius: 7.1428571429rem;
      color: #3A703A;
      display: inline-block;
      font-size: 12px;
      font-size: 0.8571428571rem;
      font-family: Montserrat;
      font-weight: 600;
      padding: 16px 10px;
      padding: 1.1428571429rem 0.7142857143rem;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      min-width: 90px;
      min-width: 6.4285714286rem; }
      .postlaunch-nav .login-links .button-signup:hover {
        border: 1px solid #60BB55;
        border: 0.0714285714rem solid #60BB55;
        color: #60BB55; }
      @media screen and (min-width: 1006px) {
        .postlaunch-nav .login-links .button-signup {
          margin-left: 20px;
          margin-left: 1.4285714286rem;
          min-width: 125px;
          min-width: 8.9285714286rem;
          padding: 16px 20px;
          padding: 1.1428571429rem 1.4285714286rem; } }
    .postlaunch-nav .login-links .active {
      border-bottom: 2px solid #3A703A; }
  .postlaunch-nav .account-info {
    align-items: center;
    display: inline-flex;
    padding-top: 8px;
    padding-top: 0.5714285714rem;
    float: right;
    position: relative;
    z-index: 6;
    white-space: nowrap; }
    .postlaunch-nav .account-info:hover .dropdown-button {
      font-weight: 600; }
    @media screen and (min-width: 768px) {
      .postlaunch-nav .account-info {
        padding-top: 10px;
        padding-top: 0.7142857143rem; } }
    @media screen and (min-width: 1006px) {
      .postlaunch-nav .account-info {
        padding-top: 0px;
        position: absolute;
        top: 34px;
        right: 80px; } }
    .postlaunch-nav .account-info .dropdown-button {
      padding-bottom: 0px;
      padding-top: 5px;
      padding-top: 0.3571428571rem; }
    .postlaunch-nav .account-info .dropdown-button,
    .postlaunch-nav .account-info img {
      display: inline-block;
      vertical-align: middle; }
    .postlaunch-nav .account-info img {
      display: none; }
      @media screen and (min-width: 768px) {
        .postlaunch-nav .account-info img {
          display: inline-block;
          margin-left: 10px;
          margin-left: 0.7142857143rem;
          width: 40px;
          width: 2.8571428571rem; } }
.dashboard-nav {
  text-align: center;
  padding: 20px 20px;
  padding: 1.4285714286rem 1.4285714286rem;
  background-color: transparent;
  width: 100%;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .dashboard-nav {
      padding-left: 70px;
      padding-left: 5rem;
      padding-right: 70px;
      padding-right: 5rem; } }
  .dashboard-nav .logo {
    width: 55px;
    width: 3.9285714286rem;
    float: left;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .dashboard-nav .logo {
        width: 80px;
        width: 5.7142857143rem;
        float: left; } }
  .dashboard-nav .account-info {
    padding-top: 8px;
    padding-top: 0.5714285714rem;
    float: right; }
    .dashboard-nav .account-info:hover .dropdown-button {
      font-weight: 600; }
    @media screen and (min-width: 768px) {
      .dashboard-nav .account-info {
        padding-top: 10px;
        padding-top: 0.7142857143rem; } }
    @media screen and (min-width: 1006px) {
      .dashboard-nav .account-info {
        padding-top: 0px;
        position: absolute;
        top: 34px;
        right: 80px; } }
    .dashboard-nav .account-info .dropdown-button {
      padding-bottom: 0px;
      padding-top: 5px;
      padding-top: 0.3571428571rem; }
    .dashboard-nav .account-info .dropdown-button,
    .dashboard-nav .account-info img {
      display: inline-block;
      vertical-align: middle; }
    .dashboard-nav .account-info img {
      display: none; }
      @media screen and (min-width: 768px) {
        .dashboard-nav .account-info img {
          display: inline-block;
          margin-left: 10px;
          margin-left: 0.7142857143rem;
          width: 40px;
          width: 2.8571428571rem; } }
  .dashboard-nav .test-picker {
    padding-top: 50px;
    padding-top: 3.5714285714rem; }
    @media screen and (min-width: 768px) {
      .dashboard-nav .test-picker {
        padding-top: 70px;
        padding-top: 5rem; } }
    @media screen and (min-width: 1006px) {
      .dashboard-nav .test-picker {
        padding-top: 15px;
        padding-top: 1.0714285714rem; } }
    .dashboard-nav .test-picker .test-name {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2em;
      padding: 0 40px;
      padding: 0 2.8571428571rem;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .dashboard-nav .test-picker .test-name {
          font-size: 22px;
          padding: 0 50px;
          padding: 0 3.5714285714rem; } }
      .dashboard-nav .test-picker .test-name sup {
        font-size: 6px;
        vertical-align: super; }
        @media screen and (min-width: 768px) {
          .dashboard-nav .test-picker .test-name sup {
            font-size: 12px; } }
    .dashboard-nav .test-picker .active {
      color: #60BB55 !important;
      position: relative;
      display: inline-block; }
      .dashboard-nav .test-picker .active:after {
        background-color: #60BB55;
        border-radius: 4px;
        content: "";
        display: block;
        height: 5px;
        position: absolute;
        bottom: -24px;
        left: 0px;
        width: 100%; }
        @media screen and (min-width: 1006px) {
          .dashboard-nav .test-picker .active:after {
            position: absolute;
            bottom: -42px;
            left: 0px; } }
    .dashboard-nav .test-picker .sub-nav-active {
      color: #60BB55 !important;
      position: relative;
      display: inline-block; }
      @media screen and (min-width: 1006px) {
        .dashboard-nav .test-picker .sub-nav-active:after {
          background-color: #60BB55;
          border-radius: 4px;
          content: "";
          display: block;
          height: 5px;
          position: absolute;
          bottom: -24px;
          left: 0px;
          width: 100%; } }
  .dashboard-nav .section-nav {
    padding-top: 100px; }

@media screen and (min-width: 320px) {
  .section-nav-name {
    padding: 0 20px !important;
    font-size: 12px !important; } }

@media screen and (min-width: 768px) {
  .section-nav-name {
    font-size: 18px !important; } }

@media screen and (min-width: 1006px) {
  .section-nav-name {
    padding: 0 50px !important; } }

.payment-nav {
  background-color: white;
  display: inline-block;
  padding: 20px 20px;
  padding: 1.4285714286rem 1.4285714286rem;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5; }
  @media screen and (min-width: 768px) {
    .payment-nav {
      padding-left: 70px;
      padding-left: 5rem;
      padding-right: 70px;
      padding-right: 5rem; } }
  .payment-nav .logo {
    width: 55px;
    width: 3.9285714286rem;
    float: left;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .payment-nav .logo {
        width: 80px;
        width: 5.7142857143rem;
        float: left; } }
  .payment-nav .account-info {
    padding-top: 8px;
    padding-top: 0.5714285714rem;
    float: right;
    position: relative;
    z-index: 6; }
    .payment-nav .account-info:hover .dropdown-button {
      font-weight: 600; }
    @media screen and (min-width: 768px) {
      .payment-nav .account-info {
        padding-top: 10px;
        padding-top: 0.7142857143rem; } }
    @media screen and (min-width: 1006px) {
      .payment-nav .account-info {
        padding-top: 0px;
        position: absolute;
        top: 34px;
        right: 80px; } }
    .payment-nav .account-info .dropdown-button {
      padding-bottom: 0px;
      padding-top: 5px;
      padding-top: 0.3571428571rem; }
    .payment-nav .account-info .dropdown-button,
    .payment-nav .account-info img {
      display: inline-block;
      vertical-align: middle; }
    .payment-nav .account-info img {
      display: none; }
      @media screen and (min-width: 768px) {
        .payment-nav .account-info img {
          display: inline-block;
          margin-left: 10px;
          margin-left: 0.7142857143rem;
          width: 40px;
          width: 2.8571428571rem; } }
.timer-nav {
  height: 220px; }

.questions-nav {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-top: 1.4285714286rem;
  padding-bottom: 10px;
  padding-bottom: 0.7142857143rem;
  background-color: white;
  width: 100%;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .questions-nav {
      padding: 20px 30px;
      padding: 1.4285714286rem 2.1428571429rem;
      height: 100px; } }
  .questions-nav img {
    width: 55px;
    width: 3.9285714286rem;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .questions-nav img {
        width: 80px;
        width: 5.7142857143rem;
        float: left; } }
  .questions-nav p {
    text-align: center;
    display: inline;
    vertical-align: middle;
    margin: 0 auto;
    padding-bottom: 0; }
  .questions-nav .test-context {
    padding-top: 5px;
    padding-top: 0.3571428571rem;
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .questions-nav .test-context {
        width: 65%;
        padding-top: 15px;
        padding-top: 1.0714285714rem;
        padding-bottom: 15px;
        padding-bottom: 1.0714285714rem; } }
    @media screen and (min-width: 1006px) {
      .questions-nav .test-context {
        width: 95%; } }
  .questions-nav .timer-wrap {
    box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    min-width: max-content;
    margin-left: 35%;
    padding: 10px;
    padding: 0.7142857143rem;
    position: absolute;
    top: 120px; }
    @media screen and (min-width: 768px) {
      .questions-nav .timer-wrap {
        margin-left: 0%;
        right: 30px;
        top: 20px; } }
    @media screen and (min-width: 1006px) {
      .questions-nav .timer-wrap {
        right: 70px; } }
    .questions-nav .timer-wrap .icon {
      margin-right: 15px;
      width: 30px; }
    .questions-nav .timer-wrap p {
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .questions-nav .timer-wrap p {
          padding-top: 4px; } }
html[data-turbo-preview] .questions-nav .timer-wrap,
html[data-turbolinks-preview] .questions-nav .timer-wrap {
  visibility: hidden; }

.results-nav {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-top: 1.4285714286rem;
  padding-bottom: 20px;
  padding-bottom: 1.4285714286rem;
  background-color: white;
  width: 100%;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .results-nav {
      padding-left: 70px;
      padding-left: 5rem;
      padding-right: 70px;
      padding-right: 5rem; } }
  .results-nav img {
    width: 55px;
    width: 3.9285714286rem;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .results-nav img {
        width: 80px;
        width: 5.7142857143rem;
        float: left; } }
  .results-nav p {
    text-align: center;
    display: inline;
    vertical-align: middle;
    margin: 0 auto;
    padding-bottom: 0; }
  .results-nav .test-context {
    padding-top: 5px;
    padding-top: 0.3571428571rem;
    width: 95%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .results-nav .test-context {
        padding-top: 15px;
        padding-top: 1.0714285714rem;
        padding-bottom: 15px;
        padding-bottom: 1.0714285714rem; } }
.policy-nav {
  text-align: center;
  padding: 20px 20px;
  padding: 1.4285714286rem 1.4285714286rem;
  background-color: transparent;
  width: 100%;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .policy-nav {
      padding-left: 70px;
      padding-left: 5rem;
      padding-right: 70px;
      padding-right: 5rem; } }
.hamburger-menu {
  display: block;
  height: 50px;
  background: transparent;
  border: 0;
  padding: 15px;
  z-index: 9;
  cursor: pointer; }
  @media screen and (min-width: 1006px) {
    .hamburger-menu {
      display: none; } }
  .hamburger-menu:hover {
    cursor: pointer; }
  .hamburger-menu .menu-item {
    background: #3A703A;
    display: block;
    height: 3px;
    margin: 0 0 8px;
    transition: all 0.3s ease-in-out;
    width: 34px;
    z-index: 9; }
  .hamburger-menu.is-active {
    position: fixed;
    top: 15px;
    right: 15px; }
    .hamburger-menu.is-active .menu-item {
      margin: 0 0 4px;
      background-color: #3A703A; }
      .hamburger-menu.is-active .menu-item:first-child {
        transform: rotate(45deg);
        transform-origin: 8px; }
      .hamburger-menu.is-active .menu-item:nth-child(2) {
        opacity: 0; }
      .hamburger-menu.is-active .menu-item:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 6px; }

/*-----------------------
Primary Nav BLock that goes to hamburger
-----------------------*/
.navigation .nav-block {
  display: none;
  background-color: white;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  z-index: 20; }
  @media screen and (min-width: 1006px) {
    .navigation .nav-block {
      background-color: transparent;
      display: block !important;
      float: right;
      margin: 15px 0px 0px 25px;
      padding: 0px;
      position: relative;
      text-align: right; } }
  .navigation .nav-block a {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 26.6px;
    line-height: 1.9rem;
    text-decoration: none;
    margin: 20px 0 0 0px;
    margin: 1.4285714286rem 0 0 0px;
    font-weight: normal;
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .navigation .nav-block a {
        font-size: 18px;
        font-size: 1.2857142857rem;
        line-height: 21px;
        line-height: 1.5rem;
        padding: 20px; } }
    @media screen and (min-width: 1006px) {
      .navigation .nav-block a {
        color: #FFFFFF;
        display: inline-block;
        margin: 0 0 10px 15px;
        margin: 0 0 0.7142857143rem 1.0714285714rem;
        font-size: 14px;
        font-size: 1rem;
        padding: 0px;
        width: auto; } }
    .navigation .nav-block a:hover, .navigation .nav-block a:focus {
      opacity: 0.6; }

.postlaunch-nav:focus-within .navigation .nav-block {
  display: block; }

.postlaunch-nav .navigation .nav-block {
  position: absolute;
  top: 56px;
  right: 12px;
  bottom: auto;
  left: auto;
  width: calc(100vw - 24px);
  max-width: 320px;
  max-height: calc(100vh - 84px);
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  padding: 10px 12px;
  text-align: left; }

.postlaunch-nav .navigation .nav-block a {
  margin: 0;
  padding: 10px 8px; }

.postlaunch-nav .navigation .nav-block .button-signup {
  margin-top: 8px;
  width: 100%; }

@media screen and (min-width: 1006px) {
  .postlaunch-nav .navigation .nav-block {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-width: none;
    max-height: none;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    text-align: right; }
  .postlaunch-nav .navigation .nav-block a:not(.button-signup) {
    margin: 0 0 10px 15px;
    padding: 0; }
  .postlaunch-nav .navigation .nav-block .button-signup {
    margin-top: 0;
    width: auto;
    margin-left: 20px;
    margin-left: 1.4285714286rem;
    padding: 16px 20px;
    padding: 1.1428571429rem 1.4285714286rem;
    min-width: 125px;
    min-width: 8.9285714286rem; } }

.navigation {
  text-align: center;
  width: 100%; }

.avatar {
  border-radius: 50%;
  object-fit: cover; }

#dashboard-course-select-tag {
  width: 100%; }
  @media screen and (min-width: 1006px) {
    #dashboard-course-select-tag {
      width: 30%; } }
/*-----------------------
Content Header
-----------------------*/
.page-header {
  background-color: #33475B;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: em(1024)) {
    .page-header {
      height: 350px; } }
  .page-header:after {
    content: "";
    opacity: 0.75;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .page-header:after {
        height: 75%; } }
  .page-header:before {
    content: "";
    opacity: 0.38;
    background-color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1; }
  .page-header.no-text {
    min-height: 300px; }
    .page-header.no-text:before {
      display: none; }
  .page-header.centered {
    text-align: center; }
    .page-header.centered .search-bar {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      margin-top: 20px;
      max-width: 640px; }
      .page-header.centered .search-bar input {
        font-size: 16px;
        font-size: 1.1428571429rem;
        line-height: 26.6px;
        line-height: 1.9rem; }
      .page-header.centered .search-bar:after {
        top: 18px; }
  .page-header.no-background:after {
    background-image: linear-gradient(90deg, #1b3144 0%, rgba(0, 0, 0, 0) 100%); }
  .page-header .header-block-container {
    padding: 100px 20px 60px;
    padding: 7.1428571429rem 1.4285714286rem 4.2857142857rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .page-header .header-block-container {
        padding-top: 120px;
        padding-top: 8.5714285714rem; } }
    @media screen and (min-width: em(1024)) {
      .page-header .header-block-container {
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        max-width: 1200px !important; }
        .page-header .header-block-container .text-block {
          margin-top: 40px;
          margin-top: 2.8571428571rem;
          animation: fade-in 1.5s ease; } }
  .page-header h1, .page-header p, .page-header a {
    color: #FFFFFF;
    text-shadow: 0 2px 2px rgba(41, 41, 41, 0.5); }
  .page-header p {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 26.6px;
    line-height: 1.9rem;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%; }
  .page-header h1 {
    max-width: 750px;
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media screen and (min-width: em(1024)) {
      .page-header h1 {
        max-width: 100%; } }
    .page-header h1 span.extra-large {
      color: #FFFFFF;
      max-width: 850px; }
      @media screen and (min-width: 768px) {
        .page-header h1 span.extra-large {
          font-size: 75px; } }
  .page-header.big-centered {
    padding: 100px 0px 50px;
    text-align: center; }
    @media screen and (min-width: em(1024)) {
      .page-header.big-centered {
        height: 700px; } }
  @media screen and (min-width: em(1024)) {
    .page-header.big-left-aligned {
      height: 600px; } }
  .page-header.big-left-aligned .text-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media screen and (min-width: em(1024)) {
      .page-header.big-left-aligned .text-block {
        margin-left: 40px; } }
  .page-header.big-left-aligned h1 {
    font-weight: 900px; }
    @media screen and (min-width: em(1024)) {
      .page-header.big-left-aligned h1 {
        font-size: 65px; } }
  .page-header.short-left-aligned .header-block-container {
    padding: 100px 20px 50px; }
  .page-header.short-centered .header-block-container {
    padding: 100px 20px 50px;
    text-align: center; }
    .page-header.short-centered .header-block-container h1 {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  @media screen and (min-width: em(1024)) {
    .page-header.blog-slider {
      height: 450px; } }
  .page-header.blog-slider a {
    text-decoration: none; }
    .page-header.blog-slider a:after {
      content: "";
      background: url("/icons/right-arrow.svg");
      background-position-y: center;
      height: 17px;
      width: 20px;
      background-size: 100%;
      display: inline-block;
      vertical-align: text-top;
      margin-left: 5px;
      transition: all 0.3s ease-in-out;
      vertical-align: middle; }
    .page-header.blog-slider a:hover {
      opacity: 0.8; }
    .page-header.blog-slider a:hover:after {
      margin-left: 10px; }

.big-left-aligned .text-block {
  display: inline-block;
  text-align: center; }
  @media screen and (min-width: em(1024)) {
    .big-left-aligned .text-block {
      margin-top: 0px;
      width: calc(100% - 380px);
      margin-left: 40px;
      text-align: left;
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 0px;
      max-width: 630px; } }
  .big-left-aligned .text-block .button-primary {
    margin-top: 0px; }

.big-left-aligned .callout {
  background-color: #FFFFFF;
  padding: 30px;
  text-align: center;
  display: block;
  max-width: 315px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: em(1024)) {
    .big-left-aligned .callout {
      float: right;
      animation: fade-in-right 0.8s ease-in; } }
  .big-left-aligned .callout h4, .big-left-aligned .callout p, .big-left-aligned .callout .link {
    color: #58595B;
    text-shadow: none; }
  .big-left-aligned .callout h6 {
    font-size: 14px;
    font-size: 1rem;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px; }
  .big-left-aligned .callout p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px; }
  .big-left-aligned .callout .link {
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    font-size: 1rem; }
  .big-left-aligned .callout .button-primary {
    display: block;
    min-width: 100%; }
  .big-left-aligned .callout p .large {
    font-size: 38px;
    font-size: 2.7142857143rem;
    font-weight: 900;
    color: #58595B;
    display: inline-block; }
  .big-left-aligned .callout p .small {
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 21px;
    line-height: 1.5rem;
    font-weight: 900;
    color: #58595B;
    display: inline-block; }
  .big-left-aligned .callout p .stack {
    display: inline-block; }
  .big-left-aligned .callout p span {
    line-height: normal; }
  .big-left-aligned .callout ul {
    margin-bottom: 20px; }
    .big-left-aligned .callout ul li:first-child {
      border-top: 1px solid #ECECEC; }
  .big-left-aligned .callout li .feature {
    color: #58595B;
    padding: 5px 0px;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    display: inline-block; }

.big-left-aligned .contact a {
  margin-top: 15px;
  color: #58595B;
  text-shadow: none;
  text-decoration: none;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  display: inline-block; }
  .big-left-aligned .contact a:first-child {
    margin-left: -5px; }
  .big-left-aligned .contact a:last-child {
    margin-left: 15px; }
  .big-left-aligned .contact a i {
    margin: 0px; }
  .big-left-aligned .contact a span {
    border-bottom: 1px dotted #58595B;
    padding-bottom: 3px; }

.stack em {
  display: block;
  text-align: left;
  color: #58595B;
  font-style: unset; }
  .stack em:first-child {
    font-size: 26px; }
  .stack em:last-child {
    font-size: 15px; }

.header-block-container .rating.block-img, .search-text-block .rating.block-img {
  max-width: 100px;
  display: block;
  margin-bottom: 0px;
  margin: 0 auto; }
  @media screen and (min-width: em(1024)) {
    .header-block-container .rating.block-img, .search-text-block .rating.block-img {
      margin: 0px; } }
.header-block-container .rating.block-img + p, .search-text-block .rating.block-img + p {
  width: auto;
  margin: 0px;
  vertical-align: sub; }

.header-block-container p .text-with-logo, .search-text-block p .text-with-logo {
  float: left;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 26.6px;
  line-height: 1.9rem;
  color: #FFFFFF;
  margin-top: 0px; }

.header-block-container .logo.block-img, .search-text-block .logo.block-img {
  vertical-align: middle;
  float: none;
  margin: 0px 0px 0px 10px; }
  .header-block-container .logo.block-img img, .search-text-block .logo.block-img img {
    height: 20px; }

.header-block-container .text-block .icon {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  width: 50px; }
  @media screen and (min-width: em(1024)) {
    .header-block-container .text-block .icon {
      display: inline-block;
      width: 50px;
      vertical-align: top; } }
  .header-block-container .text-block .icon img {
    width: 100%; }

@media screen and (min-width: em(1024)) {
  .header-block-container .text-block .icon.block-img + p {
    display: inline-block;
    width: calc(100% - 60px);
    margin-top: 6px; } }

.header-block-container .text-block p .text-with-icon {
  float: left;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 26.6px;
  line-height: 1.9rem;
  color: #FFFFFF;
  margin-top: 0px; }

.icon-block {
  margin-bottom: 20px; }
  .icon-block p {
    font-size: 15px;
    font-size: 1.0714285714rem;
    line-height: normal; }
  .icon-block img, .icon-block p {
    display: inline-block;
    vertical-align: middle; }
  .icon-block img {
    width: 30px;
    margin-right: 10px; }

p.scroll {
  position: absolute;
  bottom: 10px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  margin-bottom: 0px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 1.3px;
  font-weight: bold; }
  p.scroll:after {
    content: "";
    background: url("/icons/down-arrow.svg") no-repeat center;
    background-size: 100%;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto; }

/*-----------------------
Home Header
-----------------------*/
.home .page-header {
  background-color: #CBCBCB !important;
  background-blend-mode: multiply; }
  @media screen and (min-width: 768px) {
    .home .page-header:after {
      height: 50%; } }
  .home .page-header:before {
    opacity: 0.18;
    display: none; }
  .home .page-header h1 {
    text-shadow: 0 2px 15px rgba(41, 41, 41, 0.8); }
  .home .page-header p, .home .page-header a {
    text-shadow: 0 2px 5px #292929; }

/*-----------------------
Video Header
-----------------------*/
#video-wrapper {
  z-index: -2;
  position: relative; }
  @media screen and (min-width: em(1024)) {
    #video-wrapper {
      display: block;
      margin: auto;
      width: 100%; } }
  #video-wrapper:before {
    content: "";
    opacity: 0.38;
    background-color: #000;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0; }
  #video-wrapper #video {
    display: none; }
    @media screen and (min-width: em(1024)) {
      #video-wrapper #video {
        display: block;
        width: 100%; } }
/*-----------------------
Spinner
-----------------------*/
#spinner {
  margin-top: 50px;
  margin-top: 3.5714285714rem;
  text-align: center; }
  #spinner:after {
    border: 3px solid #33475B;
    border-radius: 50%;
    border-top-color: #33475B;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: inline-block;
    height: 30px;
    animation: spin 0.5s linear infinite;
    width: 30px; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

/*-----------------------
Table
-----------------------*/
table {
  background-color: #FFFFFF;
  table-layout: fixed;
  width: 100%; }
  table th, table td {
    display: table-cell;
    margin: 15px 5px;
    margin: 1.0714285714rem 0.3571428571rem;
    padding: 12px 10px;
    padding: 0.8571428571rem 0.7142857143rem;
    font-size: 14px;
    font-size: 1rem;
    text-align: center;
    width: inherit;
    vertical-align: middle; }
  table th, table td:before {
    color: #A9A9A9;
    font-weight: 600;
    font-size: 14px;
    font-size: 1rem; }
  table th {
    background-color: #33475B;
    color: #FFFFFF;
    width: 100%; }
  table th.sortable {
    cursor: pointer; }
  table tbody {
    overflow: auto; }
    table tbody tr:nth-child(odd) {
      background-color: #F4F6F6; }

.table-block-container:not(:last-of-type) {
  padding-bottom: 0px; }

.table-block-container.fee-table tr th:first-child, .table-block-container.fee-table tr td:first-child {
  width: 70%; }

.table-block-container.fee-table tr th:last-child, .table-block-container.fee-table tr td:last-child {
  width: 30%; }

.table-block-container table {
  margin-top: 20px; }

.centered-table table th, .centered-table table td {
  text-align: center; }

.rates .table-block-container {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .rates .table-block-container {
      margin-bottom: 0px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table {
    table-layout: inherit; }
    table th {
      white-space: nowrap; } }

.tooltip-block {
  position: relative;
  cursor: default; }
  .tooltip-block .tooltip-trigger {
    color: #58595B;
    background: white;
    z-index: 1;
    box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
    padding: 7px;
    border-radius: 5px;
    position: absolute;
    min-width: 50px;
    max-width: 300px;
    display: none;
    text-transform: none;
    top: 40px !important;
    left: 0px !important; }
    .tooltip-block .tooltip-trigger a {
      color: #60BB55;
      text-decoration: none; }
      .tooltip-block .tooltip-trigger a:hover {
        color: #3A703A; }

.wysiwyg-formatting p {
  margin-bottom: 15px;
  margin-bottom: 1.0714285714rem;
  font-size: 16px; }
  .wysiwyg-formatting p:last-of-type {
    margin: 0px; }

.wysiwyg-formatting img {
  height: inherit; }

.wysiwyg-formatting ul {
  margin-bottom: 15px;
  margin-bottom: 1.0714285714rem;
  width: calc(100% - 30px); }
  .wysiwyg-formatting ul li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-left: 15px;
    margin-left: 1.0714285714rem;
    list-style-type: disc; }
    .wysiwyg-formatting ul li:not(:last-child) {
      margin-bottom: 10px;
      margin-bottom: 0.7142857143rem; }
    .wysiwyg-formatting ul li p {
      margin: 0px; }

.wysiwyg-formatting ol {
  margin-bottom: 15px;
  margin-bottom: 1.0714285714rem; }
  .wysiwyg-formatting ol li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-left: 15px;
    margin-left: 1.0714285714rem;
    list-style-type: decimal; }
    .wysiwyg-formatting ol li:not(:last-child) {
      margin-bottom: 10px;
      margin-bottom: 0.7142857143rem; }
    .wysiwyg-formatting ol li p {
      margin: 0px; }

.wysiwyg-formatting a {
  font-weight: normal;
  border-bottom: 1px solid #58595B;
  text-decoration: none; }

.wysiwyg-formatting h1 a, .wysiwyg-formatting h2 a, .wysiwyg-formatting h3 a, .wysiwyg-formatting h4 a, .wysiwyg-formatting h5 a, .wysiwyg-formatting h6 a {
  font-weight: bold; }

.wysiwyg-formatting h2 {
  margin-top: 30px; }

.wysiwyg-formatting strong {
  font-weight: 900; }

.wysiwyg-formatting p strong a {
  font-weight: 900; }

.wysiwyg-formatting h1 {
  font-size: 24.5px; }
  @media screen and (min-width: 768px) {
    .wysiwyg-formatting h1 {
      font-size: 35px; } }
.wysiwyg-formatting h2 {
  font-size: 17.5px; }
  @media screen and (min-width: 768px) {
    .wysiwyg-formatting h2 {
      font-size: 28px; } }
.wysiwyg-formatting h3 {
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .wysiwyg-formatting h3 {
      font-size: 21px; } }
.wysiwyg-formatting .quote-wrapper blockquote {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 26.6px;
  line-height: 1.9rem; }
  @media screen and (min-width: 768px) {
    .wysiwyg-formatting .quote-wrapper blockquote {
      font-size: 18px;
      font-size: 1.2857142857rem;
      line-height: 21px;
      line-height: 1.5rem;
      line-height: 1.8; } }
  .wysiwyg-formatting .quote-wrapper blockquote:before {
    display: none; }

.wysiwyg-formatting .block-img a {
  border-bottom: none; }

.wysiwyg-formatting img {
  margin-bottom: 15px;
  margin-bottom: 1.0714285714rem; }
  @media screen and (min-width: 768px) {
    .wysiwyg-formatting img {
      margin: 0px -60px 15px;
      width: calc(100% + 120px); } }
.wysiwyg-formatting .block-img.two-column {
  display: inline-grid;
  width: 48%;
  margin: 0px 1%;
  text-align: center; }
  .wysiwyg-formatting .block-img.two-column img {
    width: 100%;
    margin: 0px 0px 15px; }

.wysiwyg-formatting figcaption {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 15px;
  margin-bottom: 1.0714285714rem; }
  .wysiwyg-formatting figcaption p {
    margin: 0px 15px 15px;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .wysiwyg-formatting figcaption {
      margin: 0px -60px 15px;
      width: calc(100% + 120px); } }
.wysiwyg-formatting cite {
  display: inline-block;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 14px;
  line-height: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%; }

.wysiwyg-formatting .disclaimer-wrapper {
  margin-top: 30px; }

span {
  color: #58595B; }

@media screen and (min-width: 768px) {
  .two-column {
    columns: 2;
    display: block; } }

@media screen and (min-width: 768px) {
  .three-column {
    columns: 2;
    display: block; } }

@media screen and (min-width: em(1024)) {
  .three-column {
    columns: 3; } }

/*-----------------------
Alert
-----------------------*/
.page-alert-wrapper, .page-success-wrapper {
  background: transparent;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 2em; }
  .page-alert-wrapper li, .page-alert-wrapper p, .page-alert-wrapper a, .page-success-wrapper li, .page-success-wrapper p, .page-success-wrapper a {
    color: #D0021B; }
  .page-alert-wrapper h2, .page-success-wrapper h2 {
    font-weight: 400;
    padding: 0px; }
  .page-alert-wrapper .page-alert-block-container, .page-alert-wrapper .page-success-block-container, .page-success-wrapper .page-alert-block-container, .page-success-wrapper .page-success-block-container {
    padding: 10px;
    padding: 0.7142857143rem; }
    @media screen and (min-width: 768px) {
      .page-alert-wrapper .page-alert-block-container, .page-alert-wrapper .page-success-block-container, .page-success-wrapper .page-alert-block-container, .page-success-wrapper .page-success-block-container {
        padding: 10px 40px;
        padding: 0.7142857143rem 2.8571428571rem; } }
    @media screen and (min-width: em(1024)) {
      .page-alert-wrapper .page-alert-block-container, .page-alert-wrapper .page-success-block-container, .page-success-wrapper .page-alert-block-container, .page-success-wrapper .page-success-block-container {
        padding: 10px 40px;
        padding: 0.7142857143rem 2.8571428571rem; } }
.page-success-wrapper {
  border: 1px solid #60BB55; }
  .page-success-wrapper h2 {
    color: #60BB55 !important; }

.page-alert-wrapper {
  border: 1px solid #D0021B; }
  .page-alert-wrapper h2 {
    color: #D0021B !important; }

.dropdown {
  line-height: 21px;
  position: relative;
  z-index: 30; }
  .dropdown .dropdown-button {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 0.7em;
    gap: 10px;
    line-height: 40px;
    margin: 0;
    padding: 0 2.5em 0 0.5em;
    position: relative;
    text-align: inherit;
    touch-action: manipulation;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none; }
    @media screen and (min-width: 53.75em) {
      .dropdown .dropdown-button {
        font-size: 1em;
        padding: 0 2.5em 0 0.5em; } }
  .dropdown .dropdown-menu {
    background: white;
    box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    transition: all 0.2s ease-in-out;
    z-index: 99999;
    min-width: 190px;
    width: max-content;
    max-width: 240px; }
  .dropdown .dropdown-menu a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 400; }
    .dropdown .dropdown-menu a:hover {
      font-weight: 600; }
    @media screen and (min-width: 768px) {
      .dropdown .dropdown-menu a {
        font-size: 15px; } }
  .dropdown .dropdown-menu li {
    color: #333;
    list-style: none;
    padding: 10px;
    padding: 0.7142857143rem; }
  .dropdown .dropdown-menu li:hover {
    background: #f7f7f7; }
  .dropdown .show-menu {
    display: block; }
  .dropdown:focus-within .dropdown-menu {
    display: block; }

.testimonials-carousel {
  --testimonial-columns: 1;
  --testimonial-gap: 24px;
  width: 100%;
  position: relative;
  padding: 0px 20px 30px 20px;
  padding: 0px 1.4285714286rem 2.1428571429rem 1.4285714286rem; }
  @media screen and (min-width: 768px) {
    .testimonials-carousel {
      padding: 0px 80px 40px 80px;
      padding: 0px 5.7142857143rem 2.8571428571rem 5.7142857143rem; } }
  .testimonials-carousel.is-static .testimonials-carousel__controls {
    display: none; }

.testimonials-carousel__viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.testimonials-carousel__viewport::-webkit-scrollbar {
  display: none; }

.testimonials-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--testimonial-gap) * (var(--testimonial-columns) - 1))) / var(--testimonial-columns));
  gap: var(--testimonial-gap);
  align-items: stretch; }

.testimonials-carousel__slide {
  scroll-snap-align: start;
  min-width: 0;
  padding: 50px 30px 0;
  padding: 3.5714285714rem 2.1428571429rem 0; }
  @media screen and (min-width: 768px) {
    .testimonials-carousel__slide {
      padding-left: 0;
      padding-right: 30px;
      padding-right: 2.1428571429rem; } }
  .testimonials-carousel__slide h2 {
    padding: 0px 0px 10px 0px;
    padding: 0px 0px 0.7142857143rem 0px; }

.testimonials-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  gap: 1.4285714286rem;
  margin-top: 20px;
  margin-top: 1.4285714286rem; }

.testimonials-carousel__button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease; }
  .testimonials-carousel__button img {
    display: block;
    width: 20px;
    width: 1.4285714286rem; }
  .testimonials-carousel__button:disabled {
    opacity: 0.35;
    cursor: default; }

.accordion .js-accordion-trigger {
  text-decoration: none; }
  .accordion .js-accordion-trigger:after {
    background: url("/assets/plus-36d4e4f2.svg") no-repeat center;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 11px;
    height: 0.7857142857rem;
    width: 11px;
    width: 0.7857142857rem;
    vertical-align: top;
    margin-top: 6px;
    margin-top: 0.4285714286rem; }

.accordion .expanded-content {
  display: none; }

.accordion .is-expanded {
  display: block; }
  .accordion .is-expanded .js-accordion-trigger {
    text-decoration: none; }
    .accordion .is-expanded .js-accordion-trigger:after {
      background: url("/assets/close-789490b0.svg") no-repeat center; }

.toggle {
  border-radius: 20em;
  cursor: pointer;
  padding: 2px;
  padding: 0.1428571429rem;
  width: 300px;
  z-index: 2;
  margin-top: 30px;
  background-color: white;
  border-color: #D0D1D2; }
  .toggle:focus {
    outline: 1px dashed #FFFFFF;
    outline-offset: 2px; }
  .toggle:active {
    border-color: #D0D1D2;
    border-style: solid; }
  .toggle span {
    display: inline-block;
    width: 49%;
    text-transform: uppercase;
    font-family: Montserrat; }
    .toggle span:first-child {
      background-color: #60BB55;
      border-radius: 20em;
      color: #FFFFFF;
      padding: 8px;
      padding: 0.5714285714rem; }
  .toggle.toggled span:first-child {
    background-color: transparent;
    color: #58595B; }
  .toggle.toggled span:last-child {
    background-color: #60BB55;
    border-radius: 20em;
    color: #FFFFFF;
    padding: 8px;
    padding: 0.5714285714rem; }

.paragraph-toggle .one-time-description {
  display: none !important; }

.paragraph-toggle .monthly-description {
  padding-bottom: 0; }

.paragraph-toggle.toggled .monthly-description {
  display: none !important; }

.paragraph-toggle.toggled .one-time-description {
  display: inline-block !important;
  padding-bottom: 0; }

.toggle-pricing .one-time-description, .toggle-pricing .one-time-button, .toggle-pricing .one-time-discounted, .toggle-pricing .one-time {
  display: none; }

.toggle-pricing.toggled.payment-plan-description {
  padding-bottom: 10px; }

.toggle-pricing.toggled .monthly, .toggle-pricing.toggled .monthly-button, .toggle-pricing.toggled .monthly-description {
  display: none; }

.toggle-pricing.toggled .one-time-description, .toggle-pricing.toggled .one-time-button, .toggle-pricing.toggled .one-time {
  display: inline-block; }

.toggle-pricing.toggled .one-time {
  text-decoration: line-through; }

.toggle-pricing.toggled .one-time-discounted {
  display: inline-block;
  color: #60BB55;
  padding-left: 10px; }

.banner {
  background-color: #3A703A;
  display: inline-block;
  padding: 10px;
  padding: 0.7142857143rem;
  width: 100%;
  z-index: 1; }
  .banner p {
    color: #FFFFFF;
    padding-bottom: 0px;
    text-align: center;
    font-weight: 400; }

.red-timer {
  color: red; }

.timer-display {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap; }
  .timer-display #timer {
    margin: 0;
    white-space: nowrap; }

.timing-accommodations {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px; }
  .timing-accommodations__label {
    color: #888;
    font-size: 11px;
    white-space: nowrap; }
  .timing-accommodations__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 3px; }

.timing-btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  cursor: pointer;
  color: #555;
  line-height: 1.4; }
  .timing-btn:hover {
    border-color: #888;
    color: #333; }
  .timing-btn--active {
    background-color: #4caf87;
    border-color: #4caf87;
    color: #fff; }
    .timing-btn--active:hover {
      background-color: #3d9e75;
      border-color: #3d9e75;
      color: #fff; }
  .timing-btn--off {
    margin-left: 4px; }
  .timing-btn--restore {
    background-color: #fff;
    border-color: #4caf87;
    color: #3d9e75;
    padding: 4px 8px; }
    .timing-btn--restore:hover {
      border-color: #3d9e75;
      color: #2f7f5d; }

.timer-restore-wrap {
  align-items: center;
  display: inline-flex;
  position: absolute;
  right: 20px;
  top: 20px;
  white-space: nowrap; }

.timing-default-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .timing-default-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); }
  .timing-default-modal__box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 28px 32px;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center; }
  .timing-default-modal__text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5; }
  .timing-default-modal__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap; }

.course-group-card {
  background-color: #F9F9F9;
  max-width: 960px;
  margin: 0 auto 40px auto;
  padding: 12px 48px 24px 48px !important;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: background-color 0.4s ease, border-radius 0.4s ease, padding 0.4s ease, box-shadow 0.3s ease; }
  .course-group-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08); }
  .course-group-card.is-expanded {
    background-color: #F8FFF2;
    border-radius: 4px;
    padding: 40px 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .course-group-card .act-sat-selection-header {
    font-size: 14px;
    font-weight: 400;
    color: #6B6B6B;
    letter-spacing: 0.01em;
    text-transform: none;
    margin-bottom: 8px;
    margin-top: 0 !important; }
  .course-group-card h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
    margin-top: 0 !important;
    justify-content: center;
    align-items: center;
    display: flex; }
    .course-group-card h2 .course-icon {
      margin-right: 6px; }
  .course-group-card .outcome-proof {
    font-size: 14px;
    color: #4A9F53;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 8px; }
  .course-group-card .group-description {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    max-width: 620px;
    margin: 0 auto 24px auto;
    line-height: 1.5; }
  .course-group-card .view-courses-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: #57BF6D;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer; }
    .course-group-card .view-courses-btn:hover {
      background-color: #4AA45D;
      transform: translateY(-1px); }
    .course-group-card .view-courses-btn.btn-outline {
      background-color: transparent;
      border-color: #57BF6D;
      color: #57BF6D !important;
      box-shadow: none; }
      .course-group-card .view-courses-btn.btn-outline:hover {
        background-color: rgba(87, 191, 109, 0.05);
        transform: none; }
  .course-group-card .toggle {
    margin-top: 24px;
    margin-bottom: 40px; }
  .course-group-card .grid-instruction {
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 20px;
    margin-bottom: 0; }
  .course-group-card .courses-grid {
    gap: 24px;
    padding-bottom: 24px; }

@media (max-width: 768px) {
  .course-group-card {
    width: 100vw;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 16px;
    border-radius: 0;
    padding: 24px 20px;
    box-shadow: none; }
    .course-group-card:hover {
      transform: none;
      box-shadow: none; }
    .course-group-card .act-sat-selection-header {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 6px; }
    .course-group-card h2 {
      font-size: 22px;
      margin-bottom: 8px;
      line-height: 1.25; }
      .course-group-card h2 .course-icon {
        margin-right: 4px; }
    .course-group-card .group-description {
      font-size: 15px;
      line-height: 1.4;
      max-width: 300px;
      margin-bottom: 16px; }
    .course-group-card .view-courses-btn {
      width: 100%;
      max-width: none;
      margin-bottom: 0;
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05); }
    .course-group-card .courses-grid {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .course-group-card .toggle {
      margin-top: 16px;
      margin-bottom: 20px; } }

.courses-box {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin: 0 0 40px 0 !important;
  width: 100%;
  box-sizing: border-box; }
  .courses-box .outcome-headline {
    font-family: inherit;
    letter-spacing: -0.01em;
    text-align: center; }
  .courses-box .course-label {
    font-family: inherit;
    text-align: center; }
  @media (min-width: 768px) {
    .courses-box {
      width: calc((100% - 40px) / 3) !important;
      flex: 0 0 calc((100% - 40px) / 3); } }
.course-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: flex-start;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.toggle-terms {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  color: #4A9F53;
  font-weight: 500; }
  .toggle-terms .term-line {
    margin-bottom: 3px; }
  .toggle-terms .terms-yearly {
    display: none; }
  .toggle-terms.toggled .terms-monthly {
    display: none; }
  .toggle-terms.toggled .terms-yearly {
    display: block; }

.expanded-intro {
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .expanded-intro {
      font-size: 14px;
      padding: 0 10px;
      margin-bottom: 24px !important; } }
@media (max-width: 768px) {
  .toggle-label {
    margin-top: 10px; } }

.question-image,
.question-image-paragraph-text,
.question-image-sentence-text {
  display: block;
  height: auto;
  margin: 24px auto 12px;
  object-fit: contain;
  width: 100%; }

.question-image {
  max-width: 560px;
  max-height: 480px; }

.question-image-paragraph-text,
.question-image-sentence-text {
  max-width: 520px; }

.option-image-table {
  display: block;
  height: auto;
  margin-top: 12px;
  max-width: 460px;
  max-height: none;
  object-fit: contain;
  width: 100%; }

.option-image-sentence-text {
  display: block;
  height: auto;
  margin-top: 12px;
  max-width: 420px;
  object-fit: contain;
  width: 100%; }

.option-image-paragraph-text {
  display: block;
  height: auto;
  margin-top: 12px;
  max-width: 420px;
  object-fit: contain;
  width: 100%; }

.option-body > span:first-child > .option-image-table,
.option-body > span:first-child > .option-image-sentence-text,
.option-body > span:first-child > .option-image-paragraph-text {
  margin-top: 0; }

.reporting-answer-div {
  display: flex;
  margin-bottom: 10px; }
  .reporting-answer-div .reporting-image-answer-p-tag {
    margin: 0;
    margin-right: 5px;
    padding-bottom: 0px; }
  .reporting-answer-div .reporting-text-image-answer-container {
    padding-bottom: 10px;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .reporting-answer-div .reporting-text-image-answer-container {
        margin-top: -10px; } }
    @media screen and (min-width: 1006px) {
      .reporting-answer-div .reporting-text-image-answer-container {
        margin-top: -14px; } }
.reporting-image-div {
  text-align: center;
  max-height: 200px;
  overflow: auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 1006px) {
    .reporting-image-div {
      max-height: 300px; } }
.reporting-image-table {
  max-width: 600px;
  object-fit: contain;
  padding-bottom: 10px; }

.reporting-image-text-answer {
  object-fit: contain; }
  @media screen and (min-width: 768px) {
    .reporting-image-text-answer {
      max-width: 95%; } }
.reporting-image-text-question {
  object-fit: contain;
  width: 80%; }
  @media screen and (min-width: 768px) {
    .reporting-image-text-question {
      max-width: 95%; } }
.reporting-image-text-reasoning {
  object-fit: contain;
  width: 80%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .reporting-image-text-reasoning {
      max-width: 500px; } }
.reporting-image-answer-p-tag {
  display: inline-block; }

.reporting-text-image-answer-container {
  display: inline-block;
  width: 90%; }

.reporting-type-paragraph-with-images {
  overflow: auto;
  width: 100%;
  word-wrap: normal; }

main {
  position: relative;
  overflow: hidden; }

.questions-left-play {
  bottom: -30%;
  height: 343.8px;
  height: 24.5571428571rem;
  left: -35%;
  position: absolute;
  width: 304.8px;
  width: 21.7714285714rem; }
  @media screen and (min-width: 768px) {
    .questions-left-play {
      bottom: -30%;
      height: 412.56px;
      height: 29.4685714286rem;
      left: -5%;
      width: 365.76px;
      width: 26.1257142857rem; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .questions-left-play {
      display: none; } }
.questions-right-play {
  height: 438.675px;
  height: 31.3339285714rem;
  position: absolute;
  right: -82%;
  top: 15%;
  width: 388.97px;
  width: 27.7835714286rem; }
  @media screen and (min-width: 768px) {
    .questions-right-play {
      height: 701.88px;
      height: 50.1342857143rem;
      right: -60%;
      width: 622.352px;
      width: 44.4537142857rem; } }
  @media screen and (min-width: 1006px) {
    .questions-right-play {
      height: 666.786px;
      height: 47.6275714286rem;
      right: -23%;
      width: 591.2344px;
      width: 42.2310285714rem; } }
.mini-left-play {
  bottom: -35%;
  height: 343.8px;
  height: 24.5571428571rem;
  left: -35%;
  position: absolute;
  width: 304.8px;
  width: 21.7714285714rem; }
  @media screen and (min-width: 768px) {
    .mini-left-play {
      bottom: -25%;
      height: 412.56px;
      height: 29.4685714286rem;
      left: -5%;
      width: 365.76px;
      width: 26.1257142857rem; } }
.intro-left-play {
  display: none; }
  @media screen and (min-width: 768px) {
    .intro-left-play {
      top: 16%;
      height: 412.56px;
      height: 29.4685714286rem;
      left: -35%;
      position: absolute;
      width: 365.76px;
      width: 26.1257142857rem; } }
  @media screen and (min-width: 1006px) {
    .intro-left-play {
      top: 18%;
      left: -15%; } }
.mini-right-play {
  height: 438.675px;
  height: 31.3339285714rem;
  position: absolute;
  right: -50%;
  top: 12%;
  width: 388.97px;
  width: 27.7835714286rem; }
  @media screen and (min-width: 768px) {
    .mini-right-play {
      height: 608.00355px;
      height: 43.428825rem;
      position: absolute;
      right: -20%;
      top: 10%;
      width: 539.11242px;
      width: 38.50803rem; } }
  @media screen and (min-width: 1006px) {
    .mini-right-play {
      right: -10%;
      top: 8%; } }
.hero-right-play {
  height: 438.675px;
  height: 31.3339285714rem;
  pointer-events: none;
  position: absolute;
  right: -70%;
  top: 2%;
  width: 388.97px;
  width: 27.7835714286rem; }
  @media screen and (min-width: 768px) {
    .hero-right-play {
      height: 547.2px;
      height: 39.0857142857rem;
      position: absolute;
      right: -35%;
      top: 6%;
      width: 485.2px;
      width: 34.6571428571rem; } }
  @media screen and (min-width: 1006px) {
    .hero-right-play {
      height: 608.00355px;
      height: 43.428825rem;
      right: -10%;
      top: 8%;
      width: 539.11242px;
      width: 38.50803rem; } }
.blog-right-play {
  height: 220px;
  height: 15.7142857143rem;
  position: absolute;
  right: -55px;
  top: 2%;
  width: 190px;
  width: 13.5714285714rem; }
  @media screen and (min-width: 768px) {
    .blog-right-play {
      height: 307.8px;
      height: 21.9857142857rem;
      position: absolute;
      right: -15%;
      top: 6%;
      width: 272.9px;
      width: 19.4928571429rem; } }
  @media screen and (min-width: 1006px) {
    .blog-right-play {
      height: 411px;
      height: 29.3571428571rem;
      right: -5%;
      top: 5%;
      width: 366px;
      width: 26.1428571429rem; } }
.congrats-right-play {
  height: 438.675px;
  height: 31.3339285714rem;
  position: absolute;
  right: -87%;
  top: 9%;
  width: 388.97px;
  width: 27.7835714286rem; }
  @media screen and (min-width: 768px) {
    .congrats-right-play {
      height: 608.00355px;
      height: 43.428825rem;
      position: absolute;
      right: -40%;
      top: 10%;
      width: 539.11242px;
      width: 38.50803rem; } }
  @media screen and (min-width: 1006px) {
    .congrats-right-play {
      right: -10%;
      top: 8%; } }
.launch-footer .image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  /* or right: 0; depending on where you want it */
  height: auto;
  max-height: 200px;
  /* tweak as needed */
  clip: rect(0px, 26.1257142857rem, 13.5571428571rem, 0px); }
  @media screen and (min-width: 768px) {
    .launch-footer .image-wrapper {
      left: -20%; } }
  @media screen and (min-width: 1006px) {
    .launch-footer .image-wrapper {
      clip: rect(0px, 26.1257142857rem, 13.5571428571rem, 0px);
      left: -10%; } }
.footer-left-play {
  width: 304.8px;
  width: 21.7714285714rem; }
  @media screen and (min-width: 768px) {
    .footer-left-play {
      width: 365.76px;
      width: 26.1257142857rem; } }
.line {
  background-color: #60BB55;
  border-bottom: 3px solid #60BB55;
  border-bottom: 0.2142857143rem solid #60BB55;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  border-top: 1px solid #60BB55;
  border-top: 0.0714285714rem solid #60BB55;
  margin-bottom: 0;
  width: 70px;
  width: 5rem;
  background: #60BB55; }
  @media screen and (min-width: 768px) {
    .line {
      border-bottom: 5px solid #60BB55;
      border-bottom: 0.3571428571rem solid #60BB55; } }
.results-line {
  background-color: #60BB55;
  border-bottom: 4px solid #60BB55;
  border-bottom: 0.2857142857rem solid #60BB55;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  border-top: 1px solid #60BB55;
  border-top: 0.0714285714rem solid #60BB55;
  margin-bottom: 25px;
  margin-bottom: 1.7857142857rem;
  width: 150px;
  width: 10.7142857143rem; }
  @supports (-ms-ime-align: auto) {
    .results-line {
      text-align: left; } }
  @media screen and (min-width: 768px) {
    .results-line {
      margin: 8px 0;
      margin: 0.5714285714rem 0;
      border-bottom: 5px solid #60BB55;
      border-bottom: 0.3571428571rem solid #60BB55; } }
.gray-line {
  border: none;
  border-bottom: 1px solid #D0D1D2;
  border-bottom: 0.0714285714rem solid #D0D1D2;
  margin-bottom: 40px;
  margin-bottom: 2.8571428571rem;
  width: 100%; }

.no-margin {
  margin-bottom: 0px; }

.disclaimer {
  font-size: 6px;
  line-height: 1.4em;
  margin-top: 70px;
  margin-top: 5rem;
  width: 80% !important; }
  .disclaimer sup {
    font-size: 2px;
    vertical-align: super; }
    @media screen and (min-width: 768px) {
      .disclaimer sup {
        font-size: 6px; } }
  @media screen and (min-width: 768px) {
    .disclaimer {
      font-size: 12px;
      margin-top: 30px;
      margin-top: 2.1428571429rem;
      width: 70%; } }
  @media screen and (min-width: 1006px) {
    .disclaimer {
      margin-top: 50px;
      margin-top: 3.5714285714rem;
      width: 50% !important; } }
.disclaimer-form {
  font-size: 6px;
  line-height: 1.4em;
  bottom: 10px;
  padding-bottom: 0px; }
  .disclaimer-form sup {
    font-size: 2px;
    vertical-align: super; }
    @media screen and (min-width: 768px) {
      .disclaimer-form sup {
        font-size: 6px; } }
  @media screen and (min-width: 768px) {
    .disclaimer-form {
      font-size: 12px; } }
.form-padding {
  padding-top: 0px; }
  @media screen and (min-width: 768px) {
    .form-padding {
      padding-top: 10rem !important; } }
.form-padding-2 {
  padding-top: 0px; }
  @media screen and (min-width: 768px) {
    .form-padding-2 {
      padding-top: 8rem !important; } }
.left {
  text-align: left; }

.line-left {
  background-color: #60BB55;
  border-bottom: 4px solid #60BB55;
  border-bottom: 0.2857142857rem solid #60BB55;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  border-top: 1px solid #60BB55;
  border-top: 0.0714285714rem solid #60BB55;
  margin: 15px 0;
  margin: 1.0714285714rem 0;
  width: 150px;
  width: 10.7142857143rem;
  background: #60BB55; }
  @media screen and (min-width: 768px) {
    .line-left {
      border-bottom: 5px solid #60BB55;
      border-bottom: 0.3571428571rem solid #60BB55;
      margin: 30px 0;
      margin: 2.1428571429rem 0; } }
@media screen and (min-width: 1006px) {
  @supports (-ms-ime-align: auto) {
    .edge-center {
      text-align: left; } } }

@media screen and (min-width: 1006px) and (-ms-high-contrast: active), screen and (min-width: 1006px) and (-ms-high-contrast: none) {
  .edge-center {
    text-align: left; } }

@supports (-ms-ime-align: auto) {
  .edge-left {
    text-align: left; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .edge-left {
    text-align: left; } }

.error-page {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0px;
  text-align: center; }

.policy-logo {
  width: 55px;
  width: 3.9285714286rem;
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .policy-logo {
      width: 80px;
      width: 5.7142857143rem; } }
.policy-list {
  list-style-type: circle;
  padding-left: 20px;
  padding-left: 1.4285714286rem;
  font-size: inherit; }
  .policy-list li {
    list-style: circle;
    padding: 10px;
    padding: 0.7142857143rem;
    color: #58595B;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em; }
    @media screen and (min-width: 768px) {
      .policy-list li {
        font-size: 16px; } }
.policy-link {
  color: #58595B;
  text-decoration: none;
  font-size: 14px;
  font-style: normal; }
  @media screen and (min-width: 768px) {
    .policy-link {
      font-size: 16px; } }
  .policy-link:hover {
    color: #3A703A; }

.terms {
  padding-bottom: 30px; }
  .terms .terms-link {
    color: #60BB55;
    font-weight: 400;
    text-decoration: none; }
    .terms .terms-link:hover {
      color: #3A703A;
      text-decoration: underline; }

.green-background {
  background-color: #F5FBF2; }

.after-angled-green {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .after-angled-green:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .after-angled-green:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%; }
  @media screen and (min-width: 768px) {
    .after-angled-green {
      margin-bottom: 57px; } }
.before-angled-green {
  position: relative;
  z-index: 1; }
  .before-angled-green:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .before-angled-green:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0; }

.content-homepage {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .content-homepage {
      margin-top: 20px;
      margin-top: 1.4285714286rem; } }
  .content-homepage .text-block-centered {
    display: block;
    margin-bottom: 30px;
    margin-bottom: 2.1428571429rem;
    margin-top: 40px;
    margin-top: 2.8571428571rem;
    z-index: 1 !important; }
    @media screen and (min-width: 768px) {
      .content-homepage .text-block-centered {
        margin-bottom: 30px;
        margin-bottom: 2.1428571429rem;
        margin-top: 0px; } }
    @media screen and (min-width: 1006px) {
      .content-homepage .text-block-centered {
        margin-bottom: 30px;
        margin-bottom: 2.1428571429rem;
        margin-top: 0px; } }
    .content-homepage .text-block-centered .cta-paragraph {
      height: auto;
      width: 100%;
      margin: 0 auto;
      padding-bottom: 0px; }
      @media screen and (min-width: 768px) {
        .content-homepage .text-block-centered .cta-paragraph {
          padding-top: 20px;
          height: auto; } }
      @media screen and (min-width: 1006px) {
        .content-homepage .text-block-centered .cta-paragraph {
          height: auto;
          width: 80%; } }
    .content-homepage .text-block-centered .button-green-2 {
      margin-top: 10px;
      margin-bottom: 30px; }
  .content-homepage .breakdown {
    padding-top: 60px;
    padding-bottom: 30px; }
    .content-homepage .breakdown h3 {
      padding-bottom: 30px; }
    .content-homepage .breakdown .bullet {
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
      text-align: left;
      width: 90%;
      vertical-align: top; }
      @media screen and (min-width: 768px) {
        .content-homepage .breakdown .bullet {
          width: 65%; } }
      @media screen and (min-width: 1006px) {
        .content-homepage .breakdown .bullet {
          width: 30%; } }
      .content-homepage .breakdown .bullet p {
        display: inline-block;
        margin-left: 10px;
        margin-top: 3px;
        width: 85%; }
      .content-homepage .breakdown .bullet img {
        display: inline-block;
        width: 30px;
        vertical-align: top; }
  .content-homepage .cta-paragraph {
    padding-bottom: 120px; }
  .content-homepage h1 {
    width: 90%;
    margin: 0 auto; }
    .content-homepage h1 sup {
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        .content-homepage h1 sup {
          font-size: 18px; } }
  .content-homepage h2 {
    width: 100%; }
  .content-homepage h3 {
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    color: #58595B;
    line-height: 1.3em;
    width: 90%;
    padding-bottom: 10px;
    padding-bottom: 0.7142857143rem; }
    @media screen and (min-width: 768px) {
      .content-homepage h3 {
        font-size: 22px; } }
  .content-homepage p {
    width: 80%;
    padding-bottom: 15px;
    padding-bottom: 1.0714285714rem; }
    @media screen and (min-width: 768px) {
      .content-homepage p {
        width: 70%; } }
  .content-homepage .video {
    margin: 0 auto;
    width: 75%; }
    .content-homepage .video .video-container {
      padding: 15px 0px;
      padding: 1.0714285714rem 0px; }
    .content-homepage .video .video-fallback {
      color: #A9A9A9;
      text-align: center;
      margin-top: 12px;
      margin-top: 0.8571428571rem;
      font-size: 14px;
      font-size: 1rem; }
    .content-homepage .video .video-fallback-link {
      color: #60BB55;
      text-decoration: underline; }
    .content-homepage .video .video-fallback.is-hidden {
      display: none; }
    @media screen and (min-width: 1006px) {
      .content-homepage .video {
        width: 60%; } }
@-moz-document url-prefix() {
  .content-homepage .vimeo-embed iframe[src*="vimeo.com"] {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important; } }

.content-questions-centered {
  background-color: white;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: visible; }
  .content-questions-centered sup {
    font-size: 0.8rem;
    vertical-align: super; }
  .content-questions-centered sub {
    font-size: 0.8rem;
    vertical-align: baseline;
    padding-left: 2px; }
  @media screen and (min-width: 768px) {
    .content-questions-centered {
      padding: 0 auto; } }
  .content-questions-centered .highlight-scope img {
    height: auto;
    max-width: 100%; }
  .content-questions-centered .highlight-scope figure {
    margin: 24px 0;
    max-width: 100%; }
  .content-questions-centered .highlight-scope figcaption {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
    text-align: center; }
  .content-questions-centered .question-padding {
    margin: 20px auto 120px auto;
    margin: 1.4285714286rem auto 8.5714285714rem auto; }
    .content-questions-centered .question-padding .text-block-right {
      display: block;
      margin-left: 20px;
      margin-left: 1.4285714286rem;
      min-height: 60vh;
      width: 90%; }
      @media screen and (min-width: 768px) {
        .content-questions-centered .question-padding .text-block-right {
          margin: 50px auto;
          margin: 3.5714285714rem auto;
          width: 60%; } }
  .content-questions-centered .full-width {
    display: inline-block;
    margin: 20px auto 120px auto;
    margin: 1.4285714286rem auto 8.5714285714rem auto;
    padding-left: 20px;
    padding-left: 1.4285714286rem;
    padding-right: 20px;
    padding-right: 1.4285714286rem;
    width: 100%; }
    .content-questions-centered .full-width::after {
      content: '';
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .content-questions-centered .full-width {
        margin: 20px auto 200px auto;
        margin: 1.4285714286rem auto 14.2857142857rem auto;
        min-height: 62vh;
        padding-left: 0px;
        padding-right: 0px; } }
    .content-questions-centered .full-width .text-block-left {
      display: block;
      float: left;
      margin: 0 auto;
      max-height: 30vh;
      overflow: auto;
      width: 100%;
      word-wrap: normal;
      box-shadow: 0 7px 5px -6px #D0D1D2; }
      @media screen and (min-width: 768px) {
        .content-questions-centered .full-width .text-block-left {
          box-shadow: none;
          margin: 40px auto;
          margin: 2.8571428571rem auto;
          margin-left: 40px;
          margin-left: 2.8571428571rem;
          max-height: 60vh;
          width: 40%;
          float: left;
          position: relative; } }
      .content-questions-centered .full-width .text-block-left p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 auto;
        text-align: left; }
        @media screen and (min-width: 768px) {
          .content-questions-centered .full-width .text-block-left p {
            font-size: 18px; } }
        @media screen and (min-width: 1006px) {
          .content-questions-centered .full-width .text-block-left p {
            font-size: 22px; } }
    .content-questions-centered .full-width .reading-text-block {
      margin-left: -6%;
      width: 110%; }
      @media screen and (min-width: 768px) {
        .content-questions-centered .full-width .reading-text-block {
          margin-left: 40px;
          margin-left: 2.8571428571rem;
          width: 40%; } }
    .content-questions-centered .full-width .float-right {
      display: inline-block;
      margin-top: 20px;
      margin-top: 1.4285714286rem;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .content-questions-centered .full-width .float-right {
          margin: 40px auto;
          margin: 2.8571428571rem auto;
          float: right;
          width: 40%;
          position: relative; } }
  .content-questions-centered .text-block-right p, .content-questions-centered .text-block-right h1, .content-questions-centered .text-block-right h2, .content-questions-centered .float-right p, .content-questions-centered .float-right h1, .content-questions-centered .float-right h2 {
    text-align: left;
    width: 100%; }
  .content-questions-centered .text-block-right h1, .content-questions-centered .float-right h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0;
    padding-bottom: 25px;
    padding-bottom: 1.7857142857rem; }
    @media screen and (min-width: 768px) {
      .content-questions-centered .text-block-right h1, .content-questions-centered .float-right h1 {
        font-size: 26px; } }
  .content-questions-centered .text-block-right h2, .content-questions-centered .float-right h2 {
    font-size: 12px;
    padding-bottom: 10px;
    padding-bottom: 0.7142857143rem; }
    @media screen and (min-width: 768px) {
      .content-questions-centered .text-block-right h2, .content-questions-centered .float-right h2 {
        font-size: 14px; } }
  .content-questions-centered .text-block-right p, .content-questions-centered .float-right p {
    font-size: 16px;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .content-questions-centered .text-block-right p, .content-questions-centered .float-right p {
        font-size: 18px; } }
    @media screen and (min-width: 1006px) {
      .content-questions-centered .text-block-right p, .content-questions-centered .float-right p {
        font-size: 22px; } }
  .content-questions-centered .RadioGroup {
    margin-top: 18px; }
    @media screen and (min-width: 1006px) {
      .content-questions-centered .RadioGroup {
        margin-top: 0px; } }
    .content-questions-centered .RadioGroup .radio-item {
      counter-increment: listStyle;
      position: relative;
      margin-bottom: 10px; }
    .content-questions-centered .RadioGroup [type=radio] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .content-questions-centered .RadioGroup .radio-item label::before {
      border-radius: 100%;
      border: none;
      box-shadow: 0px 0px 5px 1px rgba(58, 112, 58, 0.5);
      box-shadow: 0px 0px 0.3571428571rem 0.0714285714rem rgba(58, 112, 58, 0.5);
      color: #3A703A;
      content: counter(listStyle, lower-alpha);
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-weight: 400;
      height: 3rem;
      line-height: 2.7;
      transition: background-color .3s ease,box-shadow .3s ease;
      text-align: center;
      text-transform: uppercase;
      width: 3rem;
      vertical-align: top;
      margin-right: 5px; }
      @media screen and (min-width: 768px) {
        .content-questions-centered .RadioGroup .radio-item label::before {
          margin-right: 20px;
          margin-right: 1.4285714286rem; } }
    .content-questions-centered .RadioGroup .radio-item--image-only label::before {
      transform: translateY(0.35rem); }
    .content-questions-centered .RadioGroup [type=radio]:checked ~ label::before, .content-questions-centered .RadioGroup [type=radio]:focus ~ label::before {
      background-color: #60BB55;
      color: white;
      content: counter(listStyle, lower-alpha);
      box-shadow: 0px rgba(0, 0, 0, 0);
      font-weight: 400;
      text-align: center;
      text-transform: uppercase; }
    .content-questions-centered .RadioGroup [type=radio]:checked ~ label::before, .content-questions-centered .RadioGroup [type=radio]:focus ~ label::before {
      background-color: #60BB55; }
    .content-questions-centered .RadioGroup label {
      align-items: center;
      display: flex;
      font-weight: 400; }
      .content-questions-centered .RadioGroup label > .option-body {
        display: inline-block;
        vertical-align: middle;
        width: 80%; }
        @media screen and (min-width: 768px) {
          .content-questions-centered .RadioGroup label > .option-body {
            width: calc(100% - 8rem);
            font-size: 18px; } }
        @media screen and (min-width: 1006px) {
          .content-questions-centered .RadioGroup label > .option-body {
            font-size: 22px; } }
  .content-questions-centered .questions-footer {
    background-color: white;
    bottom: 0;
    box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
    padding: 15px 0px;
    padding: 1.0714285714rem 0px;
    position: fixed;
    width: 100%; }
    .content-questions-centered .questions-footer .back-next-button {
      margin-left: 5%;
      margin-right: 5%;
      vertical-align: center; }
      .content-questions-centered .questions-footer .back-next-button #left {
        float: left; }
      .content-questions-centered .questions-footer .back-next-button #right {
        float: right; }

.progress-bar .progress-bar-full {
  background-color: #F5FBF2;
  height: 10px;
  height: 0.7142857143rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .progress-bar .progress-bar-full {
      height: 15px;
      height: 1.0714285714rem; } }
  .progress-bar .progress-bar-full .progress-layer {
    background-image: linear-gradient(#3A703A, #60BB55);
    border-radius: 0px 100px 100px 0px;
    border-radius: 0px 7.1428571429rem 7.1428571429rem 0px;
    height: 10px;
    height: 0.7142857143rem; }
    @media screen and (min-width: 768px) {
      .progress-bar .progress-bar-full .progress-layer {
        height: 15px;
        height: 1.0714285714rem; } }
u {
  text-decoration: none;
  border-bottom: 2px solid #58595B; }

.calculator-banner {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: transparent;
  width: 100%;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  display: inline-block; }

.calculator-image {
  width: auto;
  vertical-align: bottom; }

.calculator-text {
  display: inline;
  font-size: 14px; }

.calculator-link {
  display: inline;
  margin-left: 10px;
  margin-left: 0.7142857143rem;
  color: #60BB55;
  font-size: 14px;
  text-decoration: underline; }

.calculator-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }

.floating-panel {
  position: fixed;
  top: 140px;
  right: 24px;
  width: 360px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #D0D1D2;
  display: none;
  z-index: 40; }

.floating-panel.is-open {
  display: block; }

.floating-panel--calculator {
  left: 24px;
  right: auto; }

.floating-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3A703A;
  color: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  cursor: move; }

.floating-panel__close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer; }

.floating-panel__body {
  background: #fff;
  padding: 12px;
  max-height: 70vh;
  overflow: auto; }

.floating-panel__body iframe {
  width: 100%;
  height: 380px;
  border: none; }

.reference-sheet {
  display: grid;
  gap: 12px;
  font-size: 12px;
  color: #767676; }

.reference-sheet h4 {
  margin: 0 0 6px;
  font-size: 13px;
  color: #58595B; }

.reference-sheet p {
  margin: 0 0 6px; }

.question-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 10px auto 20px;
  margin: 0.7142857143rem auto 1.4285714286rem; }

.question-tools__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 16px;
  background: rgba(245, 247, 250, 0.7); }

.question-tools__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #767676; }

.question-tools__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center; }

.question-tools__label--spacer {
  visibility: hidden; }

.question-tool {
  border: 1px solid #D0D1D2;
  background: #fff;
  color: #767676;
  border-radius: 20px;
  padding: 6px 12px;
  padding: 0.4285714286rem 0.8571428571rem;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: normal; }

.question-tool:visited,
.question-tool:hover,
.question-tool:active {
  color: #767676;
  text-decoration: none; }

.question-tool.is-active {
  border-color: #60BB55;
  color: #60BB55;
  box-shadow: 0 2px 8px rgba(74, 159, 83, 0.15); }

.tool-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #D0D1D2; }

.tool-swatch--yellow {
  background: #fde287; }

.tool-swatch--pink {
  background: #f5b9d6; }

.tool-swatch--blue {
  background: #9ac7ff; }

.tool-underline {
  font-weight: 700;
  border-bottom: 2px solid #767676;
  line-height: 1;
  padding: 0 2px; }

.question-tool--flag.is-flagged {
  background: #1f5aa6;
  color: #fff;
  border-color: #1f5aa6;
  box-shadow: 0 6px 12px rgba(31, 90, 166, 0.2); }

.question-tools-stage {
  position: relative;
  scroll-padding-bottom: 120px; }

.question-tools-stage form {
  padding-bottom: 120px; }

.question-tools-stage.is-drawing {
  user-select: none; }

.question-tools-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none; }

.question-tools-notes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  pointer-events: none; }

.question-line-reader {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 7; }

.question-line-reader.is-active {
  display: block; }

.line-reader-window {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.35);
  cursor: grab; }

.line-reader-handle--resize {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  cursor: nwse-resize; }

.sticky-note {
  position: absolute;
  width: 180px;
  background: #fde287;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  pointer-events: auto; }

.sticky-note-header {
  background: #f8d96b;
  padding: 6px 8px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sticky-note-delete {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #767676; }

.sticky-note-body {
  border: none;
  background: transparent;
  width: 100%;
  min-height: 80px;
  resize: vertical;
  padding: 8px;
  font-size: 12px;
  font-family: inherit;
  color: #767676; }

.highlight-scope .text-highlight {
  padding: 0 2px;
  border-radius: 2px; }

.highlight-scope,
.highlight-scope * {
  user-select: text; }

.highlight-scope .text-highlight,
.highlight-scope .text-underline {
  display: inline !important;
  width: auto !important;
  vertical-align: baseline !important;
  position: static !important;
  float: none !important; }

.highlight-scope .text-highlight--yellow {
  background: #fde287; }

.highlight-scope .text-highlight--pink {
  background: #f5b9d6; }

.highlight-scope .text-highlight--blue {
  background: #9ac7ff; }

.highlight-scope .text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: #767676; }

.highlight-scope .option-highlight {
  border-radius: 2px;
  padding: 0 2px; }

.highlight-scope .option-highlight--yellow {
  background: #fde287; }

.highlight-scope .option-highlight--pink {
  background: #f5b9d6; }

.highlight-scope .option-highlight--blue {
  background: #9ac7ff; }

.radio-item {
  display: flex;
  align-items: center;
  gap: 8px; }

.radio-item label {
  flex: 1;
  position: relative; }

.radio-item label .option-body {
  display: inline-block;
  position: relative;
  width: 100%; }

.radio-item label .option-body > span {
  display: inline-block;
  width: 100%; }

.answer-eliminate-toggle {
  display: none;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #D0D1D2;
  background: #fff;
  cursor: pointer;
  position: relative; }

.question-tools-stage.is-eliminate-mode .answer-eliminate-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.answer-eliminate-toggle::after {
  content: '';
  width: 8px;
  height: 2px;
  background: #A9A9A9;
  display: block;
  opacity: 0; }

.radio-item.is-eliminated label {
  text-decoration: none;
  opacity: 1; }

.radio-item.is-eliminated label::before {
  text-decoration: none;
  background-image: linear-gradient(45deg, transparent calc(50% - 1px), #60BB55 calc(50% - 1px), #60BB55 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(-45deg, transparent calc(50% - 1px), #60BB55 calc(50% - 1px), #60BB55 calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat; }

.radio-item.is-eliminated .answer-eliminate-toggle {
  border-color: #60BB55; }

.radio-item.is-eliminated .answer-eliminate-toggle::after {
  opacity: 1;
  background: #60BB55; }

.radio-item.is-masked .option-body {
  position: relative;
  color: transparent; }

.radio-item.is-masked .option-body > * {
  opacity: 0; }

.radio-item.is-masked .option-body::after {
  content: '';
  position: absolute;
  left: -6px;
  right: -6px;
  top: 2px;
  bottom: 2px;
  background: #D0D1D2;
  border-radius: 10px; }

.answer-mask-toggle {
  display: none;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid #D0D1D2;
  background: #fff;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }

.question-tools-stage.is-mask-enabled.is-mask-mode .answer-mask-toggle {
  display: inline-flex; }

.answer-mask-toggle::before {
  content: '';
  width: 12px;
  height: 7px;
  border: 2px solid #A9A9A9;
  border-radius: 12px / 7px; }

.answer-mask-toggle::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background: #A9A9A9;
  transform: rotate(-35deg); }

.answer-mask-toggle.is-unmasked {
  border-color: #60BB55; }

.answer-mask-toggle.is-unmasked::before {
  border-color: #60BB55; }

.answer-mask-toggle.is-unmasked::after {
  display: none; }

#calculator-inner {
  max-width: 700px;
  text-align: center; }
  #calculator-inner h2 {
    font-weight: bold; }
  #calculator-inner .calc-modal-text {
    text-align: left; }

.calculator-fallback {
  margin: 10px 0 0;
  font-size: 12px; }

.calculator-fallback a {
  color: #60BB55;
  text-decoration: underline; }

.gray-bar {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold; }

.floating-panel--magnifier {
  right: 24px;
  top: 120px;
  width: 380px; }

.magnifier-panel {
  padding: 12px; }

.magnifier-window {
  background: #f7f8fa;
  border-radius: 10px;
  border: 1px solid #D0D1D2;
  overflow: hidden;
  width: 100%;
  height: 280px;
  max-height: 360px;
  min-height: 200px; }

.magnifier-content {
  position: relative;
  width: 100%;
  height: 100%; }

.magnifier-clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.content-form {
  margin: 100px auto 0;
  margin: 7.1428571429rem auto 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  /* The magic is here */
  /* ----------------- */
  /* Just design stuff */
  /* ----------------- */ }
  @media screen and (min-width: 768px) {
    .content-form {
      margin-top: 120px;
      margin-top: 8.5714285714rem; } }
  .content-form .form-background {
    display: block;
    margin-top: 100px;
    margin-top: 7.1428571429rem;
    z-index: 1 !important; }
    @media screen and (min-width: 768px) {
      .content-form .form-background {
        margin-top: 0px; } }
    @media screen and (min-width: 1006px) {
      .content-form .form-background {
        display: inline-block; } }
  .content-form .single-form {
    background-color: #F5FBF2;
    border: none;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto;
    padding: 30px;
    padding: 2.1428571429rem;
    min-height: calc(101vh - 120px);
    width: 100%; }
    @media screen and (min-width: 768px) {
      .content-form .single-form {
        min-height: calc(100vh - 130px);
        width: 600px;
        width: 42.8571428571rem;
        padding: 30px 50px;
        padding: 2.1428571429rem 3.5714285714rem; } }
    @media screen and (min-width: 1006px) {
      .content-form .single-form {
        min-height: calc(99vh - 130px);
        width: 650px;
        width: 46.4285714286rem; } }
    .content-form .single-form h1 {
      font-weight: 600;
      font-size: 26px; }
      @media screen and (min-width: 768px) {
        .content-form .single-form h1 {
          font-size: 36px; } }
    .content-form .single-form h2 {
      padding: 5px 0px;
      padding: 0.3571428571rem 0px;
      color: #60BB55;
      font-weight: 600; }
    .content-form .single-form h3 {
      font-weight: 600;
      font-size: 26px;
      color: #60BB55;
      padding: 5px 0px;
      padding: 0.3571428571rem 0px; }
    .content-form .single-form p {
      padding-bottom: 0px;
      padding-top: 20px;
      padding-top: 1.4285714286rem; }
  .content-form .links {
    margin: 0 auto;
    width: 50%;
    vertical-align: center; }
  .content-form .form-field {
    position: relative; }
  .content-form input + label {
    position: absolute;
    top: 1.15em;
    font-size: 0.7em;
    left: 15px;
    left: 1.0714285714rem;
    font-weight: 300; }
  .content-form .feature-title {
    text-align: center;
    margin-bottom: 1em;
    font-size: 2.5em;
    line-height: 1.1em; }
  .content-form .float-labels-form {
    padding-top: 20px;
    padding-top: 1.4285714286rem; }
    @media screen and (min-width: 768px) {
      .content-form .float-labels-form {
        padding-top: 40px;
        padding-top: 2.8571428571rem; } }
  .content-form .form-field {
    margin-bottom: 1em; }
  .content-form .form-submit {
    margin-bottom: 0em;
    margin-top: 2em; }
  .content-form input + label {
    color: #58595B;
    font-size: inherit;
    line-height: inherit;
    font-weight: 300; }
  .content-form input[type="text"],
  .content-form input[type="email"],
  .content-form input[type="password"] {
    color: #58595B;
    width: 100%;
    padding: 14px;
    padding: 1rem;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    border: 1px solid #3A703A;
    border: 0.0714285714rem solid #3A703A; }
  .content-form input[type="submit"] {
    font-family: Montserrat;
    font-size: inherit;
    font-weight: 600;
    background-color: #60BB55;
    border-radius: 100px;
    border-radius: 7.1428571429rem;
    border: none;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    min-width: 80%;
    max-width: 90%;
    transition: all 200ms ease;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .content-form input[type="submit"] {
        min-width: 60%;
        max-width: 80%; } }
  .content-form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #3A703A;
    color: white; }
  .content-form input:focus {
    outline: none; }
  .content-form .required-input:after {
    content: " *"; }

.payment-form {
  margin: 50px auto 0;
  margin: 3.5714285714rem auto 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .payment-form {
      margin-top: 60px;
      margin-top: 4.2857142857rem; } }
  .payment-form .plan-link {
    color: #60BB55;
    text-decoration: none; }
    .payment-form .plan-link:hover {
      color: #3A703A; }

.star-rating-input {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-bottom: 1.4285714286rem;
  display: inline-block; }
  .star-rating-input label {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .star-rating-input label {
        text-align: left;
        display: inline-block;
        margin-bottom: 0px;
        width: calc(100% - 154px); } }
  .star-rating-input .rate {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .star-rating-input .rate label {
      margin-bottom: 0px;
      margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .star-rating-input .rate {
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 150px;
        padding: 0; } }
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px; }

.rate:not(:checked) > label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #D0D1D2; }
  @media screen and (min-width: 768px) {
    .rate:not(:checked) > label {
      float: right; } }
.field_with_errors {
  display: inline; }

.hide {
  display: none !important; }
  .hide .input-group {
    margin-top: 10px; }

.content-form .congrats-copy {
  border: none;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.4285714286rem;
  width: 90%;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .content-form .congrats-copy {
      display: inline-block;
      vertical-align: top;
      max-width: 80%; } }
  @media screen and (min-width: 1006px) {
    .content-form .congrats-copy {
      max-width: 40%; } }
  .content-form .congrats-copy h1 {
    font-weight: 600;
    font-size: 45px; }
    .content-form .congrats-copy h1 sup {
      font-size: 18px; }
    @media screen and (min-width: 768px) {
      .content-form .congrats-copy h1 {
        font-size: 54px; }
        .content-form .congrats-copy h1 sup {
          font-size: 26px; } }
  .content-form .congrats-copy h2 {
    padding: 5px 0px;
    padding: 0.3571428571rem 0px; }
  .content-form .congrats-copy p sup {
    font-size: 6px; }
  @media screen and (min-width: 768px) {
    .content-form .congrats-copy p sup {
      font-size: 8px; } }
  .content-form .congrats-copy p .email-link {
    font-weight: normal; }
  .content-form .congrats-copy p span {
    color: #58595B;
    font-weight: 600; }

.content-form .congrats-background {
  display: block;
  margin-top: 10px;
  margin-top: 0.7142857143rem;
  z-index: 1 !important; }
  @media screen and (min-width: 768px) {
    .content-form .congrats-background {
      margin-top: 0px; } }
  @media screen and (min-width: 1006px) {
    .content-form .congrats-background {
      display: inline-block; } }
.content-form .right-form {
  background-color: #F5FBF2;
  border: none;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  padding: 40px 20px;
  padding: 2.8571428571rem 1.4285714286rem;
  width: 90%;
  min-height: calc(101vh - 120px);
  max-width: 500px; }
  @media screen and (min-width: 768px) {
    .content-form .right-form {
      min-height: calc(99vh - 130px);
      min-width: 700px; } }
  @media screen and (min-width: 1006px) {
    .content-form .right-form {
      min-width: 600px; } }
  .content-form .right-form h1 {
    font-weight: 600;
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      .content-form .right-form h1 {
        font-size: 36px; } }
  .content-form .right-form h2 {
    padding: 5px 0px;
    padding: 0.3571428571rem 0px; }

.content-results-centered {
  margin: 0 auto;
  background-color: #F9F9F9;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%; }
  .content-results-centered .results-padding {
    margin: 0 auto;
    padding-top: 30px;
    padding-top: 2.1428571429rem;
    text-align: left;
    width: 90%; }
    .content-results-centered .results-padding h1 {
      font-size: 26px;
      font-weight: 600;
      margin-top: 0; }
      @media screen and (min-width: 768px) {
        .content-results-centered .results-padding h1 {
          font-size: 36px; } }
      .content-results-centered .results-padding h1 span {
        font-weight: 800; }
    .content-results-centered .results-padding .results-header {
      margin: 0 auto;
      margin-bottom: 30px;
      margin-bottom: 2.1428571429rem;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .content-results-centered .results-padding .results-header {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 50px;
          margin-bottom: 3.5714285714rem;
          padding-bottom: 30px;
          padding-bottom: 2.1428571429rem; }
          .content-results-centered .results-padding .results-header .title-left {
            float: left; }
            .content-results-centered .results-padding .results-header .title-left h1 {
              font-size: 30px; }
            .content-results-centered .results-padding .results-header .title-left .h1-centered {
              text-align: center; }
          .content-results-centered .results-padding .results-header .completed-time {
            text-align: left; } }
      @media screen and (min-width: 1006px) {
        .content-results-centered .results-padding .results-header {
          margin-bottom: 65px;
          margin-bottom: 4.6428571429rem;
          padding-bottom: 20px;
          padding-bottom: 1.4285714286rem; } }
    .content-results-centered .results-padding .pre-results-header {
      margin: 0 auto;
      margin-bottom: 30px;
      margin-bottom: 2.1428571429rem;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .content-results-centered .results-padding .pre-results-header {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 50px;
          margin-bottom: 3.5714285714rem;
          padding-bottom: 30px;
          padding-bottom: 2.1428571429rem; }
          .content-results-centered .results-padding .pre-results-header .title-left {
            float: left; }
            .content-results-centered .results-padding .pre-results-header .title-left h1 {
              font-size: 30px; }
            .content-results-centered .results-padding .pre-results-header .title-left .h1-centered {
              text-align: center; }
          .content-results-centered .results-padding .pre-results-header .completed-time {
            text-align: left; } }
      .content-results-centered .results-padding .pre-results-header .results-vs {
        padding: 0 10px 20px 10px; }
      .content-results-centered .results-padding .pre-results-header .title-results {
        margin-bottom: 30px;
        margin-bottom: 2.1428571429rem;
        margin-left: 10px;
        margin-left: 0.7142857143rem; }
      @media screen and (min-width: 1006px) {
        .content-results-centered .results-padding .pre-results-header {
          margin-bottom: 65px;
          margin-bottom: 4.6428571429rem;
          padding-bottom: 20px;
          padding-bottom: 1.4285714286rem; } }
    .content-results-centered .results-padding .small-margin {
      margin-bottom: 0px; }
      @media screen and (min-width: 768px) {
        .content-results-centered .results-padding .small-margin {
          margin-bottom: 40px;
          margin-bottom: 2.8571428571rem;
          padding-bottom: 20px;
          padding-bottom: 1.4285714286rem; } }
      @media screen and (min-width: 1006px) {
        .content-results-centered .results-padding .small-margin {
          margin-bottom: 50px;
          margin-bottom: 3.5714285714rem; } }
    .content-results-centered .results-padding .text-block-center {
      background-color: white;
      border: none;
      border-radius: 5px;
      border-radius: 0.3571428571rem;
      box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
      margin-bottom: 1.4285714286rem;
      height: 100%;
      padding: 20px;
      padding: 1.4285714286rem;
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .content-results-centered .results-padding .text-block-center {
          padding: 40px;
          padding: 2.8571428571rem;
          margin-bottom: 60px;
          margin-bottom: 4.2857142857rem; } }
      .content-results-centered .results-padding .text-block-center .content-question-for-report {
        text-align: left;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .content-results-centered .results-padding .text-block-center .content-question-for-report {
            max-width: 700px;
            margin: 0 auto; } }
        .content-results-centered .results-padding .text-block-center .content-question-for-report ::-webkit-scrollbar {
          -webkit-appearance: none;
          width: 5px; }
        .content-results-centered .results-padding .text-block-center .content-question-for-report ::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background-color: #D0D1D2;
          -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
        .content-results-centered .results-padding .text-block-center .content-question-for-report .type-paragraph {
          max-height: 20vh;
          overflow: auto;
          width: 100%;
          word-wrap: normal; }
        .content-results-centered .results-padding .text-block-center .content-question-for-report .answer-comparison {
          display: inline-block;
          width: 100%;
          padding-top: 15px;
          padding-top: 1.0714285714rem;
          padding-bottom: 15px;
          padding-bottom: 1.0714285714rem; }
          .content-results-centered .results-padding .text-block-center .content-question-for-report .answer-comparison .answer {
            float: left;
            text-align: center;
            padding-right: 30px;
            padding-right: 2.1428571429rem; }
        .content-results-centered .results-padding .text-block-center .content-question-for-report .answer-description {
          padding-bottom: 20px;
          padding-bottom: 1.4285714286rem; }
        .content-results-centered .results-padding .text-block-center .content-question-for-report h4 {
          padding-top: 15px;
          padding-top: 1.0714285714rem;
          padding-bottom: 20px;
          padding-bottom: 1.4285714286rem;
          font-size: 22px; }
        .content-results-centered .results-padding .text-block-center .content-question-for-report p {
          padding-bottom: 20px;
          padding-bottom: 1.4285714286rem;
          font-size: 22px; }
        .content-results-centered .results-padding .text-block-center .content-question-for-report .video {
          width: 100%; }
      .content-results-centered .results-padding .text-block-center .correct {
        color: #60BB55; }
      .content-results-centered .results-padding .text-block-center .wrong {
        color: #D0021B; }
      .content-results-centered .results-padding .text-block-center h2 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 0; }
        @media screen and (min-width: 768px) {
          .content-results-centered .results-padding .text-block-center h2 {
            font-size: 26px; } }
      .content-results-centered .results-padding .text-block-center h4 {
        padding-top: 15px;
        padding-top: 1.0714285714rem;
        padding-bottom: 20px;
        padding-bottom: 1.4285714286rem; }
      .content-results-centered .results-padding .text-block-center p {
        padding-bottom: 20px;
        padding-bottom: 1.4285714286rem; }
    .content-results-centered .results-padding .attempt-container {
      text-align: center;
      padding-top: 30px;
      padding-top: 2.1428571429rem;
      padding-bottom: 30px;
      padding-bottom: 2.1428571429rem; }
      @media screen and (min-width: 1006px) {
        .content-results-centered .results-padding .attempt-container {
          display: flex;
          flex-wrap: wrap;
          align-items: stretch;
          padding-bottom: 50px;
          padding-bottom: 3.5714285714rem; } }
      .content-results-centered .results-padding .attempt-container h3 {
        font-style: normal;
        padding-bottom: 5px;
        padding-bottom: 0.3571428571rem; }
      .content-results-centered .results-padding .attempt-container p {
        display: inline-block;
        text-align: left;
        margin-top: 15px;
        margin-top: 1.0714285714rem; }
      .content-results-centered .results-padding .attempt-container .past-attempt {
        background-color: white;
        border: none;
        border-radius: 5px;
        border-radius: 0.3571428571rem;
        box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
        padding-bottom: 30px;
        padding-bottom: 2.1428571429rem;
        padding: 30px 20px;
        padding: 2.1428571429rem 1.4285714286rem;
        margin-bottom: 15px;
        margin-bottom: 1.0714285714rem;
        position: relative;
        text-align: left;
        width: 100%;
        text-decoration: none;
        display: inline-block; }
        .content-results-centered .results-padding .attempt-container .past-attempt p {
          margin-top: 0px;
          padding-top: 10px;
          padding-top: 0.7142857143rem;
          padding-bottom: 10px;
          padding-bottom: 0.7142857143rem; }
          .content-results-centered .results-padding .attempt-container .past-attempt p span {
            font-weight: 800; }
        .content-results-centered .results-padding .attempt-container .past-attempt .module-progress-bar .module-progress-bar-full {
          display: inline-block;
          background-color: #F5FBF2;
          border-radius: 100px;
          border-radius: 7.1428571429rem;
          height: 7px;
          height: 0.5rem;
          width: 100%; }
          .content-results-centered .results-padding .attempt-container .past-attempt .module-progress-bar .module-progress-bar-full .module-progress-layer {
            background-image: linear-gradient(#3A703A, #60BB55);
            border-radius: 100px;
            border-radius: 7.1428571429rem;
            height: 7px;
            height: 0.5rem; }
        .content-results-centered .results-padding .attempt-container .past-attempt:last-of-type {
          margin-bottom: 0px; }
        .content-results-centered .results-padding .attempt-container .past-attempt:hover {
          background-color: #F5FBF2; }
        @media screen and (min-width: 1006px) {
          .content-results-centered .results-padding .attempt-container .past-attempt {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 30.9085851714%;
            padding: 20px;
            padding: 1.4285714286rem; }
            .content-results-centered .results-padding .attempt-container .past-attempt:last-child {
              margin-right: 0; } }
.option-link {
  color: #60BB55;
  text-decoration: none; }
  .option-link:hover {
    color: #3A703A; }

.ElementsApp input {
  font-family: Montserrat; }

.billing-header {
  color: #58595B;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
  font-size: 26px; }
  @media screen and (min-width: 768px) {
    .billing-header {
      font-size: 36px; } }
.amount {
  text-align: left; }
  .amount p {
    padding-bottom: 0; }
  .amount h3 {
    color: #3A703A;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em; }
    @media screen and (min-width: 768px) {
      .amount h3 {
        font-size: 26px; } }
.payment-status,
#card-errors {
  display: none;
  text-align: left;
  margin: 16px 0 0;
  margin: 1.1428571429rem 0 0;
  padding: 14px 16px;
  padding: 1rem 1.1428571429rem;
  border-radius: 8px;
  line-height: 1.5; }

.payment-status.is-visible {
  display: block;
  background-color: #F5FBF2;
  border: 1px solid #60BB55;
  border: 0.0714285714rem solid #60BB55;
  color: #3A703A; }

#card-errors.is-visible {
  display: block;
  background-color: #fff2f2;
  border: 1px solid #D0021B;
  border: 0.0714285714rem solid #D0021B;
  color: #D0021B;
  font-weight: 600; }

#card-errors:focus {
  outline: 2px solid rgba(208, 2, 27, 0.2);
  outline-offset: 2px; }

.payment-form .form-input.field-error {
  border-color: #D0021B; }

#charge_button[disabled] {
  cursor: not-allowed;
  opacity: 0.7; }

.StripeElement {
  color: #58595B;
  width: 100%;
  padding: 14px;
  padding: 1rem;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border: 1px solid #3A703A;
  border: 0.0714285714rem solid #3A703A;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF; }

.StripeElement--focus {
  outline: none; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

#coupon-message {
  text-align: left; }

.invalid {
  color: #D0021B; }

.button-coupon {
  background-color: white;
  border: 1px solid #60BB55;
  border: 0.0714285714rem solid #60BB55;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  color: #60BB55;
  display: inline-block;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  padding: 14px 20px;
  padding: 1rem 1.4285714286rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  appearance: none;
  width: 100%; }
  .button-coupon:hover {
    border: 1px solid #3A703A;
    border: 0.0714285714rem solid #3A703A;
    color: white;
    background-color: #3A703A; }
  @media screen and (min-width: 1006px) {
    .button-coupon {
      margin-top: 33px; } }
.referral-coupon {
  color: #3A703A;
  font-style: normal;
  font-weight: 600; }

#payment-plans-link-div {
  margin-bottom: 32px; }

#show-payment-plans {
  color: #60BB55;
  font-size: 14px;
  float: right; }

#country-format-hint {
  display: block;
  margin-top: 8px;
  margin-top: 0.5714285714rem;
  color: #58595B;
  font-size: 12px;
  line-height: 1.5;
  text-align: left; }

.billing-user {
  padding-bottom: 7.5px;
  padding-bottom: 0.5357142857rem; }
  @media screen and (min-width: 768px) {
    .billing-user {
      padding-bottom: 15px;
      padding-bottom: 1.0714285714rem; } }
.account-transition-copy {
  margin-bottom: 0; }
  .account-transition-copy p {
    padding-top: 0;
    padding-bottom: 7.5px;
    padding-bottom: 0.5357142857rem; }
  @media screen and (min-width: 768px) {
    .account-transition-copy p {
      padding-bottom: 15px;
      padding-bottom: 1.0714285714rem; } }
.confirmation-table {
  width: 50%;
  margin: auto; }

.confirmation-page-paragraph {
  height: 50% !important;
  padding-bottom: 20px !important; }

.left-side-confirmation-td {
  text-align: right; }

.right-side-confirmation-td {
  text-align: left; }

.payment-plan-name {
  margin-left: 0px;
  width: 100% !important;
  padding-bottom: 0px !important;
  font-weight: 600 !important;
  color: #58595B;
  font-size: 14px;
  font-size: 1rem; }

.content-dashboard-centered {
  margin: 0 auto;
  background-color: #F9F9F9;
  position: relative;
  width: 100%;
  min-height: 87vh;
  display: inline-block; }
  .content-dashboard-centered .scoring-dashboard {
    width: 85% !important; }
  .content-dashboard-centered .dashboard-padding {
    margin: 0 auto;
    padding: 20px;
    padding: 1.4285714286rem;
    width: 100%;
    max-width: 90%; }
    @media screen and (min-width: 768px) {
      .content-dashboard-centered .dashboard-padding {
        margin-bottom: 0;
        padding: 30px;
        padding: 2.1428571429rem;
        max-width: 95%; } }
    @supports (-ms-ime-align: auto) {
      .content-dashboard-centered .dashboard-padding {
        padding-bottom: 40px;
        padding-bottom: 2.8571428571rem; } }
    .content-dashboard-centered .dashboard-padding .dashboard-inner {
      display: inline-block;
      width: 100%; }
    .content-dashboard-centered .dashboard-padding .courses-dashboard-more-courses {
      align-items: center;
      background-color: #F5FBF2;
      border: 1px solid #B9E2B1;
      border-radius: 5px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      margin: 0 auto 25px;
      max-width: 760px;
      padding: 16px 20px; }
      .content-dashboard-centered .dashboard-padding .courses-dashboard-more-courses span {
        color: #58595B;
        font-size: 14px; }
      .content-dashboard-centered .dashboard-padding .courses-dashboard-more-courses a {
        color: #3A703A;
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline; }
    .content-dashboard-centered .dashboard-padding h1 {
      font-size: 26px;
      font-weight: 600;
      margin-top: 0; }
      .content-dashboard-centered .dashboard-padding h1 sup {
        font-size: 15px;
        vertical-align: super; }
      @media screen and (min-width: 768px) {
        .content-dashboard-centered .dashboard-padding h1 {
          font-size: 36px; }
          .content-dashboard-centered .dashboard-padding h1 sup {
            font-size: 18px;
            vertical-align: super; } }
    .content-dashboard-centered .dashboard-padding h2 {
      color: #58595B;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2em; }
      @media screen and (min-width: 768px) {
        .content-dashboard-centered .dashboard-padding h2 {
          font-size: 22px; } }
    .content-dashboard-centered .dashboard-padding h2.bolder-scoring-font {
      font-weight: 600; }
    .content-dashboard-centered .dashboard-padding h2.scoring-margin {
      margin-bottom: 10px;
      padding-top: 20px; }
    .content-dashboard-centered .dashboard-padding h2.scoring-margin-right-side {
      margin-left: 5%; }
    .content-dashboard-centered .dashboard-padding h2.bigger-score {
      font-size: 26px; }
    .content-dashboard-centered .dashboard-padding h3 {
      color: #58595B;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2em;
      padding-bottom: 5px;
      padding-bottom: 0.3571428571rem; }
      @media screen and (min-width: 768px) {
        .content-dashboard-centered .dashboard-padding h3 {
          font-size: 16px; } }
    .content-dashboard-centered .dashboard-padding h4 {
      color: #58595B;
      font-size: 12px;
      font-weight: 300;
      width: 65%;
      margin: 0 auto;
      padding-bottom: 10px;
      padding-bottom: 0.7142857143rem; }
      .content-dashboard-centered .dashboard-padding h4 sup {
        font-size: 12px;
        vertical-align: super; }
      @media screen and (min-width: 768px) {
        .content-dashboard-centered .dashboard-padding h4 {
          font-size: 14px; }
          .content-dashboard-centered .dashboard-padding h4 sup {
            font-size: 8px;
            vertical-align: super; } }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding h4 {
          width: 70%; } }
    .content-dashboard-centered .dashboard-padding h4.composite-top-header {
      display: inline-block; }
    .content-dashboard-centered .dashboard-padding h4.composite-page-header {
      padding-bottom: 0px !important;
      padding-top: 10px !important; }
    .content-dashboard-centered .dashboard-padding .gray-line-margin-dash {
      margin-top: 50px;
      margin-bottom: 17px; }
    .content-dashboard-centered .dashboard-padding .dashboard-section-header {
      margin: 0 auto;
      margin-bottom: 20px;
      margin-bottom: 1.4285714286rem;
      text-align: center;
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .content-dashboard-centered .dashboard-padding .dashboard-section-header .title-left {
          float: left; }
        .content-dashboard-centered .dashboard-padding .dashboard-section-header .button-right {
          float: right; }
        .content-dashboard-centered .dashboard-padding .dashboard-section-header .title-button {
          float: right; } }
    .content-dashboard-centered .dashboard-padding .composite-info-icon {
      width: 20px;
      height: 20px; }
    .content-dashboard-centered .dashboard-padding .composite-modal-div {
      display: inline-block; }
    .content-dashboard-centered .dashboard-padding .sub-score-container {
      width: 50% !important;
      float: left !important; }
    .content-dashboard-centered .dashboard-padding .goal-block-sub-score {
      width: 95% !important; }
    .content-dashboard-centered .dashboard-padding .goal-sub-score-left-side {
      float: left !important; }
    .content-dashboard-centered .dashboard-padding .goal-sub-score-right-side {
      float: right; }
    .content-dashboard-centered .dashboard-padding .outline-score-in-red {
      outline: solid red; }
    .content-dashboard-centered .dashboard-padding .goal-block-center {
      background-color: white;
      border: none;
      border-radius: 5px;
      border-radius: 0.3571428571rem;
      box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
      display: block;
      margin: 0 auto;
      height: 100%;
      padding: 20px;
      padding: 1.4285714286rem;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .content-dashboard-centered .dashboard-padding .goal-block-center {
          padding: 20px;
          padding: 1.4285714286rem; } }
      .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section {
        border: none;
        display: inline-block;
        text-align: center;
        width: 100%; }
        @media screen and (min-width: 1006px) {
          .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section {
            margin-bottom: 0px; } }
        @media screen and (min-width: 768px) {
          .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .thirds {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%; }
            .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .thirds:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 768px) {
          .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .halves {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 48.821174201%; }
            .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .halves:last-child {
              margin-right: 0; } }
        .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .metric {
          position: relative; }
          .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .metric:not(:last-child) {
            margin-bottom: 15px;
            margin-bottom: 1.0714285714rem; }
            @media screen and (min-width: 768px) {
              .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .metric:not(:last-child) {
                margin-bottom: 0px; } }
          .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .metric .pencil {
            color: #D0D1D2;
            cursor: pointer;
            width: 15px;
            margin-right: 20px;
            margin-right: 1.4285714286rem;
            position: absolute;
            top: 0px;
            right: 0px; }
            @media screen and (min-width: 768px) {
              .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .metric .pencil {
                position: absolute;
                top: 5px;
                right: 5px; } }
          @media screen and (min-width: 768px) {
            .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .metric:not(:last-child) {
              border-right: 1px solid #D0D1D2; } }
        .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .composite-metric {
          width: 50% !important;
          margin-right: 0px !important;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          .content-dashboard-centered .dashboard-padding .goal-block-center .goal-section .composite-metric:last-child {
            margin-right: 0; }
    .content-dashboard-centered .dashboard-padding .container {
      text-align: center;
      padding-top: 30px;
      padding-top: 2.1428571429rem; }
      .content-dashboard-centered .dashboard-padding .container .button-center {
        text-align: center;
        padding-bottom: 20px;
        padding-bottom: 1.4285714286rem;
        padding-top: 20px;
        padding-top: 1.4285714286rem; }
      .content-dashboard-centered .dashboard-padding .container .content-module-tile {
        padding-bottom: 20px;
        padding-bottom: 1.4285714286rem; }
      .content-dashboard-centered .dashboard-padding .container .content-module {
        text-align: left;
        padding-bottom: 20px;
        padding-bottom: 1.4285714286rem; }
        .content-dashboard-centered .dashboard-padding .container .content-module h4 {
          margin-left: 0px;
          width: 100%; }
      .content-dashboard-centered .dashboard-padding .container .module-progress-bar {
        padding-top: 10px;
        padding-top: 0.7142857143rem;
        padding-bottom: 10px;
        padding-bottom: 0.7142857143rem; }
        .content-dashboard-centered .dashboard-padding .container .module-progress-bar .module-progress-bar-full {
          display: inline-block;
          background-color: #F5FBF2;
          border-radius: 100px;
          border-radius: 7.1428571429rem;
          height: 10px;
          height: 0.7142857143rem;
          width: 70%; }
          .content-dashboard-centered .dashboard-padding .container .module-progress-bar .module-progress-bar-full .module-progress-layer {
            border-radius: 100px;
            border-radius: 7.1428571429rem;
            height: 10px;
            height: 0.7142857143rem; }
            .content-dashboard-centered .dashboard-padding .container .module-progress-bar .module-progress-bar-full .module-progress-layer.red {
              background-image: linear-gradient(#b30016, #da6476); }
            .content-dashboard-centered .dashboard-padding .container .module-progress-bar .module-progress-bar-full .module-progress-layer.yellow {
              background-image: linear-gradient(#EBB129, #FFD980); }
            .content-dashboard-centered .dashboard-padding .container .module-progress-bar .module-progress-bar-full .module-progress-layer.green {
              background-image: linear-gradient(#3A703A, #60BB55); }
        .content-dashboard-centered .dashboard-padding .container .module-progress-bar .no-result {
          display: none; }
      .content-dashboard-centered .dashboard-padding .container .free .paid {
        position: relative; }
      .content-dashboard-centered .dashboard-padding .container .free .locked-message {
        position: absolute;
        top: -25px;
        right: -23px;
        bottom: -34px;
        left: -23px; }
        @media screen and (min-width: 1006px) {
          .content-dashboard-centered .dashboard-padding .container .free .locked-message a.button-green {
            width: 100%; } }
      .content-dashboard-centered .dashboard-padding .container .all-boxes {
        background-color: white;
        border: none;
        width: 100%;
        height: 53vh;
        margin-bottom: 30px;
        margin-bottom: 2.1428571429rem;
        border-radius: 5px;
        border-radius: 0.3571428571rem;
        box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
        padding: 30px 20px;
        padding: 2.1428571429rem 1.4285714286rem;
        overflow: auto;
        word-wrap: normal; }
        @media screen and (min-width: 1006px) {
          .content-dashboard-centered .dashboard-padding .container .all-boxes {
            margin-bottom: 0px; } }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .no-scroll {
          overflow-y: hidden; } }
      .content-dashboard-centered .dashboard-padding .container .writing-box {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: auto; }
        .content-dashboard-centered .dashboard-padding .container .writing-box .writing-padding-bottom {
          padding-bottom: 11px; }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .free {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          .content-dashboard-centered .dashboard-padding .container .free:last-child {
            margin-right: 0; } }
      .content-dashboard-centered .dashboard-padding .container .paid-content {
        position: relative; }
        .content-dashboard-centered .dashboard-padding .container .paid-content .locked-writing {
          top: 100px !important; }
        .content-dashboard-centered .dashboard-padding .container .paid-content .big-locked-message {
          visibility: hidden; }
          @media screen and (min-width: 1006px) {
            .content-dashboard-centered .dashboard-padding .container .paid-content .big-locked-message {
              visibility: visible;
              position: absolute;
              top: 158px;
              right: 0px;
              bottom: 0px;
              left: 8px;
              overflow: auto;
              background-color: rgba(155, 155, 155, 0.85);
              border-radius: 5px;
              border-radius: 0.3571428571rem;
              word-wrap: normal;
              z-index: 1; } }
          .content-dashboard-centered .dashboard-padding .container .paid-content .big-locked-message .text-block {
            width: 90%;
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%); }
            @media screen and (min-width: 1006px) {
              .content-dashboard-centered .dashboard-padding .container .paid-content .big-locked-message .text-block {
                width: 100%;
                left: 0;
                transform: translateY(0%) translateX(0%);
                top: 0;
                position: relative; } }
            .content-dashboard-centered .dashboard-padding .container .paid-content .big-locked-message .text-block p {
              color: white;
              font-weight: 600;
              padding-bottom: 0px; }
              @media screen and (min-width: 1006px) {
                .content-dashboard-centered .dashboard-padding .container .paid-content .big-locked-message .text-block p {
                  width: 60%; } }
            .content-dashboard-centered .dashboard-padding .container .paid-content .big-locked-message .text-block img {
              width: 25px;
              width: 1.7857142857rem;
              padding-top: 15px;
              padding-top: 1.0714285714rem; }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .first-section {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%; }
          .content-dashboard-centered .dashboard-padding .container .first-section:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .first-section .all-boxes {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.2240879%; }
          .content-dashboard-centered .dashboard-padding .container .first-section .all-boxes:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .first-section .all-boxes:nth-child(2) {
          margin-left: 1.194172602%; } }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .sections-after-first {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .content-dashboard-centered .dashboard-padding .container .sections-after-first:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .sections-after-first .all-boxes {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 30.9085851714%; }
          .content-dashboard-centered .dashboard-padding .container .sections-after-first .all-boxes:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1006px) {
        .content-dashboard-centered .dashboard-padding .container .sections-after-first .all-boxes:nth-child(2) {
          margin-left: 1.194172602%; } }
      .content-dashboard-centered .dashboard-padding .container .locked-message {
        background-color: rgba(155, 155, 155, 0.85);
        border-radius: 5px;
        border-radius: 0.3571428571rem;
        word-wrap: normal; }
        .content-dashboard-centered .dashboard-padding .container .locked-message .text-block {
          width: 90%;
          transform: translateY(-50%);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%); }
          .content-dashboard-centered .dashboard-padding .container .locked-message .text-block p {
            color: white;
            font-weight: 600;
            padding-bottom: 0px; }
          .content-dashboard-centered .dashboard-padding .container .locked-message .text-block img {
            width: 30px;
            width: 2.1428571429rem;
            padding-bottom: 20px;
            padding-bottom: 1.4285714286rem; }
      .content-dashboard-centered .dashboard-padding .container .paid {
        position: relative; }
        .content-dashboard-centered .dashboard-padding .container .paid .locked-message-mobile {
          background-color: rgba(155, 155, 155, 0.85);
          border-radius: 5px;
          border-radius: 0.3571428571rem;
          word-wrap: normal;
          position: absolute;
          top: -25px;
          right: -23px;
          bottom: -34px;
          left: -23px; }
          @media screen and (min-width: 1006px) {
            .content-dashboard-centered .dashboard-padding .container .paid .locked-message-mobile a.button-green {
              width: 100%;
              max-width: 300px; } }
          @media screen and (min-width: 1006px) {
            .content-dashboard-centered .dashboard-padding .container .paid .locked-message-mobile {
              visibility: hidden; } }
          .content-dashboard-centered .dashboard-padding .container .paid .locked-message-mobile .text-block {
            width: 90%;
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%); }
            .content-dashboard-centered .dashboard-padding .container .paid .locked-message-mobile .text-block p {
              color: white;
              font-weight: 600;
              padding-bottom: 0px; }
            .content-dashboard-centered .dashboard-padding .container .paid .locked-message-mobile .text-block img {
              width: 30px;
              width: 2.1428571429rem;
              padding-bottom: 20px;
              padding-bottom: 1.4285714286rem; }

.hero {
  background-color: #F5FBF2;
  position: relative;
  display: block;
  width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .hero {
      padding-bottom: 20px !important;
      margin-bottom: 0 !important; } }
  @media screen and (min-width: 768px) {
    .hero {
      height: auto !important;
      min-height: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; } }
  @media screen and (min-width: 1006px) {
    .hero {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; } }
  .hero .hero-text-block {
    position: relative;
    padding: 0px 20px 0px 20px;
    padding: 0px 1.4285714286rem 0px 1.4285714286rem;
    text-align: center;
    width: 100%;
    z-index: 1 !important; }
    @media (max-width: 768px) {
      .hero .hero-text-block {
        padding-bottom: 0 !important; } }
    @media screen and (min-width: 768px) {
      .hero .hero-text-block {
        padding: 24px 60px 16px 60px;
        padding: 1.7142857143rem 4.2857142857rem 1.1428571429rem 4.2857142857rem; } }
    .hero .hero-text-block h1 {
      font-size: 32px;
      font-size: 2.2857142857rem;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 5px;
      width: 100%;
      margin: 0 auto 5px auto; }
      @media (max-width: 768px) {
        .hero .hero-text-block h1 {
          line-height: 1.15;
          margin-top: -5px; } }
      @media screen and (min-width: 768px) {
        .hero .hero-text-block h1 {
          margin-bottom: 20px;
          width: 85%; } }
      @media screen and (min-width: 1006px) {
        .hero .hero-text-block h1 {
          margin-bottom: 25px; } }
    @media (max-width: 768px) {
      .hero .hero-text-block .hero-cta-buttons p {
        margin-bottom: 30px !important; } }
    .hero .hero-text-block .subheader {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .hero .hero-text-block .subheader {
          margin-bottom: 25px; } }
    .hero .hero-text-block h2 {
      font-size: 30px;
      font-weight: 500;
      margin: 4px 0 18px; }
      @media (max-width: 768px) {
        .hero .hero-text-block h2 {
          line-height: 1.3; } }
  .hero .hero-h3 {
    margin-top: 40px;
    margin-top: 2.8571428571rem; }
    @media (max-width: 768px) {
      .hero .hero-h3 {
        margin-bottom: 0 !important;
        margin-top: 10px !important; } }
    @media screen and (min-width: 768px) {
      .hero .hero-h3 {
        margin-top: 60px;
        margin-top: 4.2857142857rem; } }
  .hero img {
    position: absolute; }
    @media (max-width: 768px) {
      .hero img {
        display: none !important; } }
.post-line {
  background-color: #3A703A;
  border-bottom: 5px solid #3A703A;
  border-bottom: 0.3571428571rem solid #3A703A;
  border-radius: 100px;
  border-radius: 7.1428571429rem;
  border-top: 1px solid #3A703A;
  border-top: 0.0714285714rem solid #3A703A;
  width: 150px;
  width: 10.7142857143rem;
  margin-bottom: 0;
  margin-top: 5px; }
  @media (max-width: 768px) {
    .post-line {
      margin-bottom: 0 !important;
      margin-top: 0 !important; } }
  @media screen and (min-width: 768px) {
    .post-line {
      border-bottom: 7px solid #3A703A;
      border-bottom: 0.5rem solid #3A703A;
      border-top: 1px solid #3A703A;
      border-top: 0.0714285714rem solid #3A703A;
      width: 200px;
      width: 14.2857142857rem;
      margin-bottom: 20px;
      margin-top: 10px; } }
.support-text,
.featured-box {
  background-color: white;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .support-text.support-text,
    .featured-box.support-text {
      background-color: white !important;
      margin-top: 0 !important;
      padding-top: 0 !important; }
      .support-text.support-text .support-text-block,
      .featured-box.support-text .support-text-block {
        padding-top: 40px !important; }
      .support-text.support-text .hero-h3,
      .featured-box.support-text .hero-h3 {
        margin-top: 0 !important; } }
  .support-text .support-text-block,
  .featured-box .support-text-block {
    display: inline-block;
    width: 100%;
    text-align: center; }
    @media (max-width: 768px) {
      .support-text .support-text-block,
      .featured-box .support-text-block {
        padding: 0px 20px 50px 20px;
        padding: 0px 1.4285714286rem 3.5714285714rem 1.4285714286rem; } }
    @media screen and (min-width: 768px) {
      .support-text .support-text-block,
      .featured-box .support-text-block {
        padding: 10px 60px 80px;
        padding: 0.7142857143rem 4.2857142857rem 5.7142857143rem; } }
    @media screen and (min-width: 1006px) {
      .support-text .support-text-block,
      .featured-box .support-text-block {
        padding: 20px 80px 50px 80px;
        padding: 1.4285714286rem 5.7142857143rem 3.5714285714rem 5.7142857143rem; } }
  @media screen and (min-width: 1006px) {
    .support-text.support-text .support-text-block,
    .featured-box.support-text .support-text-block {
      padding: 0px 80px 0px 80px !important; }
    .support-text.support-text .hero-h3,
    .featured-box.support-text .hero-h3 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }
  .support-text.support-text p,
  .featured-box.support-text p {
    width: 100%;
    padding-bottom: 0px; }
    @media screen and (min-width: 1006px) {
      .support-text.support-text p,
      .featured-box.support-text p {
        width: 60%; } }
@media (max-width: 768px) {
  .featured-box {
    background-color: #F5FBF2 !important;
    margin-top: -60px !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 10 !important; }
    .featured-box .support-text-block {
      padding-top: 0 !important;
      margin-top: 0 !important; }
    .featured-box .hero-h3:first-of-type {
      background-color: #F6F6F6 !important;
      padding: 12px 20px !important;
      margin-top: 15px !important;
      margin-bottom: 0 !important;
      margin-left: auto !important;
      margin-right: auto !important;
      border-radius: 4px;
      display: block;
      width: fit-content;
      max-width: 90%; } }

@media screen and (min-width: 768px) {
  .featured-box {
    background-color: #F6F6F6 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 1 !important; } }

.padding {
  padding-bottom: 40px;
  padding-top: 40px; }
  .padding .teacher-body {
    width: 100% !important; }

.teacher-info {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2; }
  .teacher-info .support-text-block {
    display: inline-block;
    padding: 20px;
    padding: 1.4285714286rem;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .teacher-info .support-text-block {
        padding: 40px 80px;
        padding: 2.8571428571rem 5.7142857143rem; } }
    .teacher-info .support-text-block p {
      width: 100%; }
      @media screen and (min-width: 1006px) {
        .teacher-info .support-text-block p {
          width: 60%; } }
    .teacher-info .support-text-block h2 {
      width: 90%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .teacher-info .support-text-block h2 {
          width: 80%; } }
      @media screen and (min-width: 1006px) {
        .teacher-info .support-text-block h2 {
          width: 60%; } }
  .teacher-info .teacher-body {
    width: 80%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .teacher-info .teacher-body {
        width: 70%; } }
    @media screen and (min-width: 1006px) {
      .teacher-info .teacher-body {
        width: 60%; } }
    .teacher-info .teacher-body .clever {
      padding-bottom: 0px; }
    .teacher-info .teacher-body img {
      padding-bottom: 40px; }
    .teacher-info .teacher-body .educator-info {
      width: 100%;
      padding-top: 20px;
      text-align: center; }
      .teacher-info .teacher-body .educator-info .clever {
        margin-top: -3px;
        width: 50px; }

.school-logos-educators-page {
  margin-left: 1.5%; }

@media screen and (min-width: 1006px) {
  .adjust-teacher-info-margin {
    margin-top: auto !important; } }

.index {
  margin-bottom: 50px; }

.top-margin {
  margin-top: 0px; }

.logo-container {
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .logo-container {
      margin-bottom: 60px;
      margin-bottom: 4.2857142857rem; } }
  .logo-container img {
    width: 150px;
    height: 60px;
    margin: 20px; }
    @media screen and (min-width: 1006px) {
      .logo-container img {
        margin: 20px 50px; } }
  .logo-container.flowing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .logo-container.flowing img {
      height: 80px;
      width: 80px; }
      @media screen and (min-width: 768px) {
        .logo-container.flowing img {
          width: 100px;
          height: 100px; } }
      @media screen and (min-width: 1006px) {
        .logo-container.flowing img {
          width: 150px;
          height: 150px; } }
  @media screen and (min-width: 768px) {
    .logo-container:last-of-type {
      margin-bottom: 0px; } }
.featured-box {
  background-color: #F6F6F6 !important; }
  .featured-box .support-text-block {
    padding: 36px 20px;
    padding: 2.5714285714rem 1.4285714286rem;
    margin: 4px 0;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .featured-box .support-text-block {
        padding: 36px 80px 20px 80px;
        padding: 2.5714285714rem 5.7142857143rem 1.4285714286rem 5.7142857143rem; } }
    @media screen and (min-width: 1006px) {
      .featured-box .support-text-block {
        padding: 36px 80px 20px 80px;
        padding: 2.5714285714rem 5.7142857143rem 1.4285714286rem 5.7142857143rem; } }
    .featured-box .support-text-block .tiktok img {
      width: 300px !important; }
      @media screen and (min-width: 768px) {
        .featured-box .support-text-block .tiktok img {
          width: 450px;
          height: auto; } }
.sso-partners-box {
  background-color: white !important; }

.adjust-sso-logo-padding {
  padding: 0px !important; }

.sso-logo {
  padding-bottom: 0px !important;
  object-fit: contain; }

.clever-sign-up {
  width: 180px !important;
  margin-top: 20px; }

.introduction {
  background-color: white;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 1; }
  .introduction .text-block-centered {
    display: block;
    z-index: 1 !important;
    padding: 80px 0 50px;
    padding: 5.7142857143rem 0 3.5714285714rem; }
    @media screen and (min-width: 768px) {
      .introduction .text-block-centered {
        padding: 50px 0 25px 0;
        padding: 3.5714285714rem 0 1.7857142857rem 0; } }
    @media screen and (min-width: 1006px) {
      .introduction .text-block-centered {
        padding: 50px 0 25px 0;
        padding: 3.5714285714rem 0 1.7857142857rem 0; } }
  .introduction .button-container {
    width: 100%;
    text-align: center; }
  .introduction.secondary {
    background-color: #F5FBF2; }
    .introduction.secondary .text-block-centered {
      padding: 20px 0 25px 0;
      padding: 1.4285714286rem 0 1.7857142857rem 0; }
      @media screen and (min-width: 768px) {
        .introduction.secondary .text-block-centered {
          padding: 20px 0 0px 0;
          padding: 1.4285714286rem 0 0px 0;
          margin-bottom: -30px; } }
    @media screen and (min-width: 768px) {
      .introduction.secondary {
        padding-bottom: 60px; } }
.pricing {
  background-color: #F5FBF2;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 1; }
  .pricing .text-block-centered {
    display: inline-block;
    z-index: 1 !important;
    padding: 25px 20px 20px;
    padding: 1.7857142857rem 1.4285714286rem 1.4285714286rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .pricing .text-block-centered {
        padding: 0 30px 50px 30px;
        padding: 0 2.1428571429rem 3.5714285714rem 2.1428571429rem; } }
    @media screen and (min-width: 1006px) {
      .pricing .text-block-centered {
        padding: 0 150px 50px 150px;
        padding: 0 10.7142857143rem 3.5714285714rem 10.7142857143rem; } }
  .pricing .container {
    text-align: center;
    padding-top: 30px;
    padding-top: 2.1428571429rem; }
    @media screen and (min-width: 1006px) {
      .pricing .container {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch; } }
    .pricing .container h3 {
      font-style: normal;
      padding-bottom: 5px;
      padding-bottom: 0.3571428571rem; }
    .pricing .container p {
      display: inline-block;
      text-align: left;
      margin-top: 15px;
      margin-top: 1.0714285714rem; }
    .pricing .container .educator-info {
      width: 90%;
      margin: 0 auto;
      padding-top: 40px; }
      .pricing .container .educator-info .terms {
        text-align: center;
        padding: 0px;
        margin: 0px; }
    @media screen and (min-width: 1006px) {
      .pricing .container .pricing-info--combo {
        display: flex;
        justify-content: center;
        clear: both;
        margin-top: 30px;
        margin-top: 2.1428571429rem; }
        .pricing .container .pricing-info--combo .all-boxes {
          float: none !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          width: calc(50% - 10px); } }
    .pricing .container .pricing-info {
      width: 100%; }
      .pricing .container .pricing-info .all-boxes {
        background-color: white;
        border: none;
        border-radius: 5px;
        border-radius: 0.3571428571rem;
        box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
        padding-bottom: 30px;
        padding-bottom: 2.1428571429rem;
        padding: 30px 20px;
        padding: 2.1428571429rem 1.4285714286rem;
        margin-bottom: 30px;
        margin-bottom: 2.1428571429rem;
        position: relative;
        width: 100%; }
        .pricing .container .pricing-info .all-boxes .plan-badge {
          font-size: 1.1em;
          margin-top: 0; }
        .pricing .container .pricing-info .all-boxes .plan-badge,
        .pricing .container .pricing-info .all-boxes .plan-subtitle {
          display: block;
          margin-top: 0;
          margin-bottom: 0;
          line-height: 1.4; }
        .pricing .container .pricing-info .all-boxes .plan-subtitle {
          margin-bottom: 4px;
          /* small space before 'Billed Monthly' */ }
        .pricing .container .pricing-info .all-boxes h3 + .plan-badge {
          margin-top: 0 !important; }
        .pricing .container .pricing-info .all-boxes h3 {
          margin-bottom: 0;
          padding-bottom: 0; }
        @media screen and (min-width: 1006px) {
          .pricing .container .pricing-info .all-boxes .button-green-2 {
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            bottom: 30px; } }
        .pricing .container .pricing-info .all-boxes:last-of-type {
          margin-bottom: 0px; }
        @media screen and (min-width: 1006px) {
          .pricing .container .pricing-info .all-boxes {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 48.821174201%;
            margin-bottom: 0;
            padding: 30px 20px 100px;
            padding: 2.1428571429rem 1.4285714286rem 7.1428571429rem; }
            .pricing .container .pricing-info .all-boxes:last-child {
              margin-right: 0; } }
        .pricing .container .pricing-info .all-boxes .expandable {
          display: block;
          text-align: left;
          padding-bottom: 15px;
          padding-bottom: 1.0714285714rem; }
          .pricing .container .pricing-info .all-boxes .expandable .icon {
            color: #60BB55;
            cursor: pointer;
            display: inline-block;
            width: 25px;
            width: 1.7857142857rem;
            vertical-align: top; }
          .pricing .container .pricing-info .all-boxes .expandable .resized-icon {
            height: 28.563px; }
          .pricing .container .pricing-info .all-boxes .expandable h5 {
            display: inline-block;
            width: calc(100% - 55px);
            padding: 4px 20px 0px;
            padding: 0.2857142857rem 1.4285714286rem 0px; }
          .pricing .container .pricing-info .all-boxes .expandable p {
            padding-bottom: 5px;
            padding-bottom: 0.3571428571rem; }
            @media screen and (min-width: 1006px) {
              .pricing .container .pricing-info .all-boxes .expandable p {
                padding-bottom: 0; } }
      .pricing .container .pricing-info .act-sat-selection-header {
        margin-top: 50px; }
      .pricing .container .pricing-info .courses-dropdown-width {
        width: 30%; }
      .pricing .container .pricing-info .choose-dropdown-course {
        margin-left: 10px; }
      .pricing .container .pricing-info .hidden-course-info {
        visibility: hidden;
        height: 150px; }
      .pricing .container .pricing-info .courses-grid {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        @media screen and (min-width: 1339px) {
          .pricing .container .pricing-info .courses-grid {
            gap: 0; } }
      .pricing .container .pricing-info .course-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%; }
        @media screen and (min-width: 1339px) {
          .pricing .container .pricing-info .course-row {
            gap: 0;
            margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        .pricing .container .pricing-info .courses-box {
          width: 100%; } }
      @media screen and (min-width: 1024px) {
        .pricing .container .pricing-info .courses-box {
          width: 100%; } }
      @media screen and (min-width: 1339px) {
        .pricing .container .pricing-info .courses-box {
          margin-bottom: 0;
          padding: 15px 20px 30px;
          padding: 1.0714285714rem 1.4285714286rem 2.1428571429rem;
          margin-right: 0px;
          margin-top: 10px; } }
      @media screen and (min-width: 1339px) {
        .pricing .container .pricing-info .act-courses-grid .course-row .courses-box {
          width: calc(33.333% - 14px); }
          .pricing .container .pricing-info .act-courses-grid .course-row .courses-box:nth-child(2) {
            margin-left: 20px;
            margin-right: 20px; }
          .pricing .container .pricing-info .act-courses-grid .course-row .courses-box:nth-child(3n+1) {
            margin-left: 0;
            margin-right: 0; } }
      @media screen and (min-width: 1339px) {
        .pricing .container .pricing-info .sat-courses-grid .course-row .courses-box {
          width: calc(33.333% - 14px); }
          .pricing .container .pricing-info .sat-courses-grid .course-row .courses-box:first-child {
            margin-right: 20px; }
          .pricing .container .pricing-info .sat-courses-grid .course-row .courses-box:nth-child(2) {
            margin-left: 20px;
            margin-right: 0; } }
      @media screen and (min-width: 1339px) {
        .pricing .container .pricing-info .academic-courses-grid .course-row .courses-box {
          width: calc(33.333% - 14px); }
          .pricing .container .pricing-info .academic-courses-grid .course-row .courses-box:nth-child(2) {
            margin-left: 20px;
            margin-right: 20px; }
          .pricing .container .pricing-info .academic-courses-grid .course-row .courses-box:nth-child(3n+1) {
            margin-left: 0;
            margin-right: 0; } }
      .pricing .container .pricing-info .course-open-as-modal {
        width: 100% !important;
        box-shadow: none; }

.founder {
  background-color: white;
  display: inline-block;
  margin: 0px auto 0;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .founder {
      margin: 48px auto 0;
      margin: 3.4285714286rem auto 0; } }
  .founder .founder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 40px 0px 40px;
    padding: 5.7142857143rem 2.8571428571rem 0px 2.8571428571rem;
    width: 100%; }
    @media (max-width: 768px) {
      .founder .founder-content {
        padding: 30px 20px 0px 20px !important; } }
    @media screen and (min-width: 768px) {
      .founder .founder-content {
        padding: 50px 120px 0px 120px;
        padding: 3.5714285714rem 8.5714285714rem 0px 8.5714285714rem; } }
    @media screen and (min-width: 1006px) {
      .founder .founder-content {
        padding: 50px 320px 0px 320px;
        padding: 3.5714285714rem 22.8571428571rem 0px 22.8571428571rem; } }
    .founder .founder-content h2 {
      text-align: center; }
    .founder .founder-content .line {
      margin-bottom: 30px; }
    .founder .founder-content .kalyan {
      display: inline-block;
      margin-top: 20px;
      margin-top: 1.4285714286rem;
      width: 90%;
      text-align: center; }
      @media screen and (min-width: 1006px) {
        .founder .founder-content .kalyan {
          text-align: left; } }
      .founder .founder-content .kalyan h5 {
        padding-top: 15px;
        padding-top: 1.0714285714rem;
        padding-bottom: 15px;
        padding-bottom: 1.0714285714rem; }
      .founder .founder-content .kalyan img {
        width: 50px;
        width: 3.5714285714rem;
        margin: 0 auto; }
        @media screen and (min-width: 1006px) {
          .founder .founder-content .kalyan img {
            float: left;
            margin-right: 20px;
            margin-right: 1.4285714286rem; } }
      .founder .founder-content .kalyan p {
        margin-left: 0px;
        font-size: 12px;
        padding-bottom: 0px; }
        .founder .founder-content .kalyan p sup {
          font-size: 6px; }
        @media screen and (min-width: 1006px) {
          .founder .founder-content .kalyan p {
            margin-left: 70px;
            margin-left: 5rem; } }
.testimonials {
  background-color: #F5FBF2;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 20px 0px 20px;
  padding: 0px 1.4285714286rem 0px 1.4285714286rem; }
  @media screen and (min-width: 768px) {
    .testimonials {
      padding: 50px 80px 0px 80px;
      padding: 3.5714285714rem 5.7142857143rem 0px 5.7142857143rem; } }
  .testimonials .header-left {
    width: 100%;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    padding: 0px 1.4285714286rem 0px 1.4285714286rem; }
    @media screen and (min-width: 768px) {
      .testimonials .header-left {
        padding: 0px 80px 0px 80px;
        padding: 0px 5.7142857143rem 0px 5.7142857143rem; } }
    @media screen and (min-width: 1006px) {
      .testimonials .header-left {
        padding: 80px 80px 0px 80px;
        padding: 5.7142857143rem 5.7142857143rem 0px 5.7142857143rem; } }
    .testimonials .header-left .line {
      margin-left: 0; }
  .testimonials .text-block-centered {
    display: block;
    z-index: 1 !important;
    text-align: center;
    padding: 80px 0 0;
    padding: 5.7142857143rem 0 0; }
    @media screen and (min-width: 768px) {
      .testimonials .text-block-centered {
        padding: 30px 0 0;
        padding: 2.1428571429rem 0 0; } }
    @media screen and (min-width: 1006px) {
      .testimonials .text-block-centered {
        padding: 0; } }
  .testimonials p {
    padding-bottom: 0; }
    @media (max-width: 768px) {
      .testimonials p {
        font-size: 1.1em;
        line-height: 1.5; } }
  .testimonials .testimonial-header {
    margin-bottom: 10px; }
    .testimonials .testimonial-header span {
      color: #58595B;
      font-size: 14px;
      font-style: italic;
      font-weight: 600;
      line-height: 1.3em; }
    .testimonials .testimonial-header .name-stars {
      display: flex;
      flex-direction: row; }
      .testimonials .testimonial-header .name-stars h3 {
        width: auto; }
      .testimonials .testimonial-header .name-stars img {
        margin-left: 10px;
        margin-bottom: 10px;
        width: 85px; }

.launch-styles p {
  color: #58595B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em; }
  @media screen and (min-width: 768px) {
    .launch-styles p {
      font-size: 16px; } }
  .launch-styles p sup {
    font-size: 8px;
    vertical-align: super; }

.launch-styles h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #58595B;
  line-height: 1.2em;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .launch-styles h1 {
      font-size: 54px; } }
.launch-styles h2 {
  color: #58595B;
  font-style: normal;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-bottom: 0.3571428571rem;
  padding-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .launch-styles h2 {
      font-size: 26px;
      margin-bottom: 15px;
      margin-bottom: 1.0714285714rem; } }
  .launch-styles h2 sup {
    font-size: 18px;
    vertical-align: super; }

.launch-styles h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  color: #58595B;
  line-height: 1.3em;
  width: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.7142857143rem; }
  .launch-styles h3 sup {
    font-size: 10px;
    font-size: 0.7142857143rem;
    vertical-align: super; }
  @media screen and (min-width: 768px) {
    .launch-styles h3 {
      font-size: 22px; }
      .launch-styles h3 sup {
        font-size: 14px;
        vertical-align: super; } }
.launch-styles h4 {
  color: #58595B;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .launch-styles h4 {
      font-size: 14px; } }
.launch-styles h5 {
  color: #58595B;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3em; }
  @media screen and (min-width: 768px) {
    .launch-styles h5 {
      font-size: 16px; } }
  .launch-styles h5 sup {
    font-size: 14px;
    vertical-align: super; }

.video {
  margin: 0 auto;
  width: 75%;
  position: relative;
  z-index: 1; }
  .video .video-container {
    padding: 15px 0px;
    padding: 1.0714285714rem 0px; }
  .video .video-fallback {
    color: #A9A9A9;
    text-align: center;
    margin-top: 12px;
    margin-top: 0.8571428571rem;
    font-size: 14px;
    font-size: 1rem; }
  .video .video-fallback-link {
    color: #60BB55;
    text-decoration: underline; }
  .video .video-fallback.is-hidden {
    display: none; }
  @media screen and (min-width: 1006px) {
    .video {
      width: 60%;
      margin-bottom: 0 !important; } }
/* Normalize spacing inside the ACT/SAT pricing headers */
.all-boxes #act-pricing h3,
.all-boxes #act-pricing h4,
.all-boxes #act-pricing p,
.all-boxes #sat-pricing h3,
.all-boxes #sat-pricing h4,
.all-boxes #sat-pricing p,
.all-boxes #combo-pricing h3,
.all-boxes #combo-pricing h4,
.all-boxes #combo-pricing p {
  margin-top: 0;
  margin-bottom: 0; }

/* Badge + subjects block */
.all-boxes .plan-badge,
.all-boxes .plan-subtitle {
  display: block;
  line-height: 1.4; }

.all-boxes .plan-badge {
  margin-top: 4px;
  /* small gap under the course title */
  margin-bottom: 0; }

.all-boxes .plan-subtitle {
  margin-top: 0;
  margin-bottom: 6px;
  /* small gap before "Billed Monthly" */ }

/* Optional: tiny gap before the first billing line */
.all-boxes #act-pricing .toggle-pricing:first-of-type:not(.billing-line),
.all-boxes #sat-pricing .toggle-pricing:first-of-type,
.all-boxes #combo-pricing .toggle-pricing:first-of-type {
  margin-top: 4px; }

.most-popular-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center; }

.course-title {
  margin-bottom: 4px;
  /* pulls subtitle closer */ }

.plan-subtitle {
  margin: 0 0 10px 0;
  text-align: center; }

/* Normalize ACT header stack: title → badge → subjects */
.all-boxes #act-pricing h3.course-title,
.all-boxes #act-pricing .most-popular-badge,
.all-boxes #act-pricing .plan-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }

.all-boxes #act-pricing h3.course-title,
.all-boxes #sat-pricing h3.course-title,
.all-boxes #combo-pricing h3.course-title {
  margin-bottom: 0;
  /* no gap - badge uses negative margin */ }

.all-boxes #act-pricing .most-popular-badge,
.all-boxes #sat-pricing .most-popular-badge,
.all-boxes #combo-pricing .most-popular-badge {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 0px !important;
  /* no negative margin - adds space above */
  margin-bottom: -24px;
  /* space between badge and subjects */ }

.all-boxes #act-pricing .plan-subtitle {
  margin-bottom: 10px;
  /* space before "Billed Monthly" */ }

/* --- ACT Card Header Spacing Fix --- */
/* Force consistent centering and remove default margins */
.course-title,
.most-popular-badge,
.plan-subtitle,
.billing-line {
  text-align: center;
  margin-top: 0; }

/* tiny space under course title (already looks good) */
.course-title {
  margin-bottom: 0; }

/* tiny space under Most Popular */
.most-popular-badge {
  display: block;
  font-size: 0.95rem;
  margin-top: 0px !important;
  /* no negative margin - adds space above */
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .most-popular-badge {
      margin-bottom: -24px;
      /* negative margin to pull subtitle much closer */ } }
/* no space between subtitle (subjects) and billing line */
.plan-subtitle {
  margin-bottom: 0;
  text-align: center !important; }

/* Pull billing line up tight under subjects */
.all-boxes #act-pricing .billing-line,
.all-boxes #sat-pricing .billing-line,
.all-boxes #combo-pricing .billing-line,
.billing-line {
  margin-top: 0px !important;
  margin-bottom: 18px;
  /* space before the $99 price */ }
  @media screen and (min-width: 768px) {
    .all-boxes #act-pricing .billing-line,
    .all-boxes #sat-pricing .billing-line,
    .all-boxes #combo-pricing .billing-line,
    .billing-line {
      margin-top: -30px !important;
      /* negative margin to pull it right under subjects */ } }
.all-boxes .payment-plan-description {
  margin: 0 auto 12px !important;
  padding: 0 !important;
  line-height: 1.35;
  text-align: center; }

.all-boxes .payment-plan-divider {
  margin-top: 0 !important;
  margin-bottom: 18px; }

.desktop-only-cta {
  display: none; }
  @media screen and (min-width: 768px) {
    .desktop-only-cta {
      display: block; } }
.mobile-only-cta {
  display: block;
  margin-top: -10px; }
  @media screen and (min-width: 768px) {
    .mobile-only-cta {
      display: none; } }
  .mobile-only-cta .button-green-2 {
    font-size: 1.1em !important;
    padding: 16px 24px !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
    width: auto !important; }
    .mobile-only-cta .button-green-2:last-child {
      margin-bottom: 0 !important; }

.mobile-break {
  display: block; }
  @media screen and (min-width: 768px) {
    .mobile-break {
      display: none; } }
.mobile-visible-block {
  display: block; }
  @media screen and (min-width: 768px) {
    .mobile-visible-block {
      display: none !important; } }
.desktop-visible-block {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .desktop-visible-block {
      display: block !important; } }
.faq-section {
  padding: 70px 20px;
  background: #f7fbf5; }

.faq-container {
  max-width: 760px;
  margin: 0 auto; }

.faq-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  padding: 36px 40px 34px; }

.faq-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .faq-header {
      flex-direction: column;
      align-items: center; } }
.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px; }
  @media screen and (min-width: 320px) {
    .faq-title {
      font-size: 28px; } }
.faq-title-rule {
  width: 64px;
  height: 3px;
  background: #4a9f53;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

.faq-subtitle {
  font-size: 17px;
  color: #6f6f6f;
  margin: 0; }
  @media screen and (min-width: 320px) {
    .faq-subtitle {
      font-size: 16px; } }
.faq-credential {
  margin: 6px 0 0;
  font-size: 13px;
  color: #7a7a7a; }

.faq-credential-line {
  margin: 12px 0 0;
  font-size: 13px;
  color: #6f6f6f; }

.faq-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 6px; }

.faq-support-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f1f7f1;
  border: 1px solid #d7e6d8;
  color: #2f6d37;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: box-shadow 0.2s ease, transform 0.2s ease; }
  .faq-support-pill:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px); }

.faq-support-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #7a7a7a; }

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media screen and (min-width: 320px) {
    .faq-accordion {
      gap: 24px; } }
.faq-category {
  margin: 32px 0 14px;
  text-align: left; }

.faq-category--first {
  margin-top: 4px; }

.faq-intro {
  margin: 6px 0 18px;
  font-size: 16px;
  color: #5e6d5f;
  line-height: 1.6; }

.faq-category-rule {
  width: 100%;
  height: 1px;
  background: #e3ede3;
  margin-bottom: 12px; }

.faq-category-title {
  font-size: 18px;
  font-weight: 600;
  color: #3a3a3a;
  margin: 0; }

.faq-divider {
  height: 1px;
  background: #e4e9e4;
  margin: 4px 0 4px; }

.faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 22px 24px;
  background: #ffffff;
  transition: max-height 0.24s ease-out, opacity 0.24s ease-out, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease; }
  .faq-item.is-open {
    border-color: #bcdcc3;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
    background: #f4faf3;
    padding: 28px; }

@media (hover: hover) {
  .faq-item:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
    background: #ffffff; } }

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2b2b2b;
  text-align: left;
  cursor: pointer;
  min-height: 44px;
  line-height: 1.4; }
  @media screen and (min-width: 320px) {
    .faq-question {
      font-size: 16px; } }
.faq-question-text {
  flex: 1; }

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.18s ease; }

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #4a9f53;
  transition: transform 0.2s ease; }

.faq-icon::before {
  top: 8px;
  left: 0;
  right: 0;
  height: 2px; }

.faq-icon::after {
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px; }

.faq-item.is-open .faq-icon::after {
  transform: scaleY(0); }

.faq-item.is-open .faq-icon {
  transform: rotate(90deg); }

.faq-answer {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #353535;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out; }
  @media screen and (min-width: 320px) {
    .faq-answer {
      font-size: 15px; } }
.faq-item.is-open .faq-answer {
  opacity: 1;
  background: transparent;
  padding: 14px 6px 8px;
  border-radius: 12px; }

.faq-answer p {
  margin: 0 0 14px;
  max-width: 640px; }

.faq-lead {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 18px;
  color: #242424;
  line-height: 1.45; }

.faq-sublead {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.5; }

.faq-answer p:last-child {
  margin-bottom: 0; }

.faq-bullets {
  margin: 10px 0 12px;
  padding: 0;
  list-style: none; }

.faq-bullets li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px; }

.faq-numbered {
  margin: 10px 0 14px 18px;
  padding: 0;
  list-style: decimal; }

.faq-numbered li {
  margin-bottom: 12px; }

.faq-numbered li p {
  margin: 8px 0 0; }

.faq-numbered--tips li {
  margin-bottom: 16px; }

.faq-numbered--tips li strong {
  display: block;
  margin-bottom: 4px; }

.faq-numbered--tips + p {
  margin-top: 6px; }

.faq-bullets li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  color: #4a9f53; }

.faq-cta {
  margin-top: 32px;
  padding: 20px 22px;
  border-radius: 14px;
  background: #f5faf4;
  border: 1px solid #d9ebdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .faq-cta {
      flex-direction: column;
      align-items: center; } }
.faq-cta-title {
  font-size: 18px;
  font-weight: 700;
  color: #2f2f2f;
  margin: 0 0 6px; }

.faq-cta-note {
  font-size: 15px;
  color: #5e6d5f;
  margin: 0; }

.faq-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 320px) {
    .faq-cta-actions {
      width: 100%;
      flex-direction: column; } }
.faq-cta-actions .button-green-2,
.faq-cta-actions .button-green-outline {
  margin: 0 !important; }
  @media screen and (min-width: 320px) {
    .faq-cta-actions .button-green-2,
    .faq-cta-actions .button-green-outline {
      width: 100%;
      text-align: center; } }
.faq-cta-helper {
  margin: 8px 0 0;
  font-size: 13px;
  color: #5e6d5f; }

.faq-cta-helper a {
  color: #4a9f53;
  font-weight: 600;
  text-decoration: none; }

.faq-cta-helper a:hover {
  text-decoration: underline; }

.faq-cta-reassurance {
  margin-top: 14px;
  font-size: 14px;
  color: #6b6b6b;
  text-align: center; }

.faq-bridge {
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f5faf4;
  border: 1px solid #d9ebdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .faq-bridge {
      flex-direction: column;
      align-items: center; } }
.faq-bridge-text {
  text-align: center; }

.faq-bridge-title {
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f;
  margin: 0 0 6px; }

.faq-bridge-note {
  font-size: 14px;
  color: #5e6d5f;
  margin: 0; }

.faq-bridge-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto; }
  @media screen and (min-width: 320px) {
    .faq-bridge-actions {
      width: 100%;
      flex-direction: column; } }
.faq-bridge-actions .button-green-2,
.faq-bridge-actions .button-green-outline {
  margin: 0 !important; }
  @media screen and (min-width: 320px) {
    .faq-bridge-actions .button-green-2,
    .faq-bridge-actions .button-green-outline {
      width: 100%;
      text-align: center; } }
.lesson-plan-launches {
  padding: 28px 20px;
  background: #f9fbf7; }

.lesson-plan-launches__inner {
  max-width: 940px;
  margin: 0 auto;
  background: #f7fbf6;
  border: 1px solid #e3efe4;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 8px 18px rgba(33, 78, 48, 0.06); }
  @media screen and (min-width: 320px) {
    .lesson-plan-launches__inner {
      padding: 18px 18px; } }
.lesson-plan-launches__header {
  margin-bottom: 14px; }

.lesson-plan-launches__title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  color: #2f2f2f; }

.lesson-plan-launches__subtitle {
  margin: 0;
  font-size: 16px;
  color: #5e6d5f; }

.lesson-plan-launches__subtitle + .lesson-plan-launches__subtitle {
  margin-top: 6px; }

.lesson-plan-launches__bullets {
  margin: 10px auto 0;
  width: fit-content;
  text-align: left;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #5e6d5f; }

.lesson-plan-launches__bullets li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 6px; }

.lesson-plan-launches__bullets li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  color: #4a9f53; }

.lesson-plan-launches__list {
  display: grid;
  gap: 12px;
  margin-bottom: 14px; }

.lesson-plan-launches__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #e6efe7;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(44, 86, 56, 0.06); }

.lesson-plan-launches__item--link {
  color: inherit;
  text-decoration: none; }

.lesson-plan-launches__item--link:hover,
.lesson-plan-launches__item--link:focus {
  border-color: #c4dec7;
  box-shadow: 0 8px 18px rgba(44, 86, 56, 0.12); }

.lesson-plan-launches__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  text-align: center;
  align-items: center; }

.lesson-plan-launches__item-title {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 16px; }

.lesson-plan-launches__item-subtitle {
  font-size: 13px;
  color: #6b7a6d; }

.lesson-plan-launches__item-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 150px;
  font-size: 13px;
  font-weight: 600;
  color: #4a9f53;
  text-decoration: none;
  white-space: nowrap; }

.lesson-plan-launches__item-cta::before {
  content: "Flexible start";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  color: #2f6f3a;
  background: #e7f3e6; }

.lesson-plan-launches__item--link:hover .lesson-plan-launches__item-cta {
  color: #3c8a46; }

.lesson-plan-launches__item-cta:visited {
  color: #3c8a46; }

.lesson-plan-launches__item-cta:hover {
  text-decoration: underline; }

.lesson-plan-launches__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #4a9f53;
  text-decoration: none; }

.lesson-plan-launches__all:visited {
  color: #3c8a46; }

.lesson-plan-launches__all:hover {
  text-decoration: underline; }

.lesson-plan-launches__all-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center; }

.lesson-plan-launches__all-note {
  margin: 0 0 6px;
  font-size: 14px;
  color: #5e6d5f; }

.lesson-plan-launches__empty {
  max-width: 940px;
  margin: 0 auto;
  text-align: center; }

.lesson-plan-launches__fallback-inline {
  margin: 0;
  font-size: 14px;
  color: #5e6d5f; }

.lesson-plan-launches__fallback-inline a {
  color: #4a9f53;
  font-weight: 600;
  text-decoration: none; }

.lesson-plan-launches__fallback-inline a:hover {
  text-decoration: underline; }

.faq-bridge-button {
  min-height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  opacity: 0.94;
  border: 1px solid rgba(74, 159, 83, 0.45); }

.blog-hero {
  background-color: #F5FBF2;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }
  .blog-hero .blog-text-block {
    position: relative;
    padding: 0px 20px;
    padding: 0px 1.4285714286rem;
    text-align: left;
    width: 100%;
    min-height: 250px;
    z-index: 1 !important; }
    @media screen and (min-width: 768px) {
      .blog-hero .blog-text-block {
        padding: 40px 60px 0px 60px;
        padding: 2.8571428571rem 4.2857142857rem 0px 4.2857142857rem;
        min-height: 400px; } }
    @media screen and (min-width: 1006px) {
      .blog-hero .blog-text-block {
        min-height: 55vh; } }
    .blog-hero .blog-text-block h1 {
      width: 95%;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .blog-hero .blog-text-block h1 {
          padding-top: 0px; } }
    .blog-hero .blog-text-block .post-line {
      margin-left: 0px; }
    .blog-hero .blog-text-block p {
      padding-top: 0px;
      font-size: 14px; }
    .blog-hero .blog-text-block .blog-link {
      color: #60BB55;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.5em;
      margin-right: 10px;
      padding: 5px 10px;
      text-decoration: none;
      border-radius: 100px;
      border: 1px solid #60BB55; }
      .blog-hero .blog-text-block .blog-link:hover {
        color: #3A703A;
        border: 1px solid #3A703A; }
  .blog-hero .blog-template {
    min-height: 375px; }
    @media screen and (min-width: 768px) {
      .blog-hero .blog-template {
        min-height: 550px; } }
  .blog-hero .hero-h3 {
    margin-top: 40px;
    margin-top: 2.8571428571rem; }
    @media screen and (min-width: 768px) {
      .blog-hero .hero-h3 {
        margin-top: 60px;
        margin-top: 4.2857142857rem; } }
  .blog-hero .post-line {
    border-bottom: 5px solid #3A703A;
    border-bottom: 0.3571428571rem solid #3A703A;
    border-radius: 100px;
    border-radius: 7.1428571429rem;
    border-top: 1px solid #3A703A;
    border-top: 0.0714285714rem solid #3A703A;
    width: 150px;
    width: 10.7142857143rem;
    margin-bottom: 10px;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .blog-hero .post-line {
        border-bottom: 7px solid #3A703A;
        border-bottom: 0.5rem solid #3A703A;
        border-top: 1px solid #3A703A;
        border-top: 0.0714285714rem solid #3A703A;
        width: 200px;
        width: 14.2857142857rem;
        margin-bottom: 20px;
        margin-top: 10px; } }
  .blog-hero img {
    position: absolute; }
  .blog-hero .hero-triangle {
    position: absolute;
    right: 0;
    bottom: 0; }

.blog-list {
  background-color: white;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding: 0 20px 20px 20px;
  padding: 0 1.4285714286rem 1.4285714286rem 1.4285714286rem; }
  @media screen and (min-width: 768px) {
    .blog-list {
      padding: 0 60px 60px 60px;
      padding: 0 4.2857142857rem 4.2857142857rem 4.2857142857rem; } }
  @media screen and (min-width: 1006px) {
    .blog-list {
      padding: 0 80px 80px 80px;
      padding: 0 5.7142857143rem 5.7142857143rem 5.7142857143rem; } }
  .blog-list .blog-information {
    display: inline-block;
    margin: 0 auto; }
    .blog-list .blog-information p img {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .blog-list .blog-information p img {
          width: 70%; } }
      @media screen and (min-width: 1006px) {
        .blog-list .blog-information p img {
          width: 50%; } }
    .blog-list .blog-information .text-block-left {
      margin: 0 auto;
      width: 100%;
      padding-bottom: 10px;
      padding-bottom: 0.7142857143rem; }
      @media screen and (min-width: 1006px) {
        .blog-list .blog-information .text-block-left {
          text-align: left;
          display: inline-block;
          width: 25%;
          margin-right: 5%;
          padding-bottom: 0px; } }
    .blog-list .blog-information .text-block-centered {
      padding-bottom: 20px;
      text-align: center; }
      .blog-list .blog-information .text-block-centered a {
        color: #60BB55;
        font-weight: 800px;
        text-decoration: underline;
        text-align: left; }
      .blog-list .blog-information .text-block-centered ul {
        text-align: left; }
      .blog-list .blog-information .text-block-centered .green-box {
        text-align: left; }
      .blog-list .blog-information .text-block-centered h3 {
        text-align: left; }
      .blog-list .blog-information .text-block-centered .button-green-2 {
        color: white;
        text-decoration: none; }
      .blog-list .blog-information .text-block-centered p {
        text-align: left; }
      .blog-list .blog-information .text-block-centered h2 {
        margin-bottom: 0px;
        text-align: left; }
      .blog-list .blog-information .text-block-centered .h2-centered {
        text-align: center;
        padding-bottom: 15px;
        padding-bottom: 1.0714285714rem; }
    .blog-list .blog-information .about-author {
      width: 100%;
      text-align: center;
      background-color: #F6F6F6;
      border-radius: 5px;
      padding: 20px; }
      .blog-list .blog-information .about-author p {
        text-align: center; }
      @media screen and (min-width: 1006px) {
        .blog-list .blog-information .about-author {
          display: inline-block;
          text-align: left;
          width: 100%;
          margin-top: 0px; }
          .blog-list .blog-information .about-author p {
            text-align: left; } }
    .blog-list .blog-information .text-block-right {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 1006px) {
        .blog-list .blog-information .text-block-right {
          display: inline-block;
          text-align: left;
          float: right;
          width: 70%;
          margin-top: 0px; } }
      .blog-list .blog-information .text-block-right .gray-line {
        margin: 40px 0;
        margin: 2.8571428571rem 0; }
    .blog-list .blog-information .blog-details {
      display: inline-block;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 1006px) {
        .blog-list .blog-information .blog-details {
          text-align: left; } }
      .blog-list .blog-information .blog-details h5 {
        padding-top: 5px;
        padding-top: 0.3571428571rem;
        padding-bottom: 0; }
      .blog-list .blog-information .blog-details img {
        width: 50px;
        width: 3.5714285714rem;
        margin: 0 auto; }
        @media screen and (min-width: 1006px) {
          .blog-list .blog-information .blog-details img {
            float: left;
            margin-right: 20px;
            margin-right: 1.4285714286rem; } }
      .blog-list .blog-information .blog-details p {
        margin-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 14px; }
      .blog-list .blog-information .blog-details .blog-link {
        color: #60BB55;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.5em;
        padding-right: 10px; }

.text-styles p {
  color: #58595B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media screen and (min-width: 768px) {
    .text-styles p {
      font-size: 16px; } }
  .text-styles p sup {
    font-size: 8px;
    vertical-align: super; }

.text-styles h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #58595B;
  line-height: 1.2em;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .text-styles h1 {
      font-size: 45px; } }
  @media screen and (min-width: 1006px) {
    .text-styles h1 {
      font-size: 54px; } }
.text-styles h2 {
  color: #58595B;
  font-style: normal;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 5px;
  margin-bottom: 0.3571428571rem;
  padding-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .text-styles h2 {
      font-size: 26px;
      margin-bottom: 15px;
      margin-bottom: 1.0714285714rem; } }
  .text-styles h2 sup {
    font-size: 18px;
    vertical-align: super; }

.text-styles h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #58595B;
  line-height: 1.3em;
  width: 100%;
  padding-bottom: 0px; }
  .text-styles h3 sup {
    font-size: 10px;
    font-size: 0.7142857143rem;
    vertical-align: super; }
  @media screen and (min-width: 768px) {
    .text-styles h3 {
      font-size: 18px; }
      .text-styles h3 sup {
        font-size: 14px;
        vertical-align: super; } }
.text-styles h4 {
  color: #58595B;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .text-styles h4 {
      font-size: 14px; } }
.text-styles h5 {
  color: #58595B;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3em; }
  @media screen and (min-width: 768px) {
    .text-styles h5 {
      font-size: 16px; } }
  .text-styles h5 sup {
    font-size: 14px;
    vertical-align: super; }

.card .title {
  margin-bottom: 5px; }

.card .action {
  color: #F5FBF2; }

.green-box {
  background: #F5FBF2;
  margin-bottom: 10px;
  padding: 20px; }

.embedly-card {
  width: 100%; }
  .embedly-card iframe {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .embedly-card iframe {
        width: 85%; } }
    @media screen and (min-width: 1006px) {
      .embedly-card iframe {
        width: 60%; } }
.dropshadow {
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05); }

.upload {
  background-color: white;
  border: none;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  margin-bottom: 2.1428571429rem;
  border-radius: 5px;
  border-radius: 0.3571428571rem;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.0714285714rem 1.0714285714rem 0.3571428571rem rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  padding: 2.1428571429rem 1.4285714286rem; }
  @media screen and (min-width: 1006px) {
    .upload {
      margin-bottom: 0px; } }
  .upload h2 {
    padding-bottom: 10px; }
  .upload .red {
    color: #D0021B; }
  .upload .avatar-image {
    display: none; }
  .upload .avatar-file {
    background-color: #60BB55;
    border: none;
    border-radius: 100px;
    border-radius: 7.1428571429rem;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 600;
    margin: 0 auto;
    width: 150px;
    width: 10.7142857143rem;
    padding: 14px 10px;
    padding: 1rem 0.7142857143rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    appearance: none;
    cursor: pointer; }
    .upload .avatar-file:hover {
      background-color: #3A703A;
      color: white; }
  .upload .file-name {
    padding: 20px 0 5px 0;
    padding: 1.4285714286rem 0 0.3571428571rem 0; }

@media screen and (min-width: 1006px) {
  .half {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .half:last-child {
      margin-right: 0; } }

.half p {
  padding-bottom: 25px; }

.half .referrals {
  padding-bottom: 5px; }

@media screen and (min-width: 1006px) {
  .left {
    padding-right: 20px; } }

@media screen and (min-width: 1006px) {
  .right {
    padding-left: 20px; } }

.profile-information {
  text-align: left; }
  .profile-information h2 {
    padding-top: 10px; }
    @media screen and (min-width: 1006px) {
      .profile-information h2 {
        padding-top: 50px; } }
  .profile-information .view-results {
    text-align: right; }
  .profile-information button.remove-results {
    border: none;
    background: none;
    cursor: pointer;
    text-align: right; }
  .profile-information .information-section {
    padding-bottom: 25px; }
    .profile-information .information-section .no-margin {
      margin: 0px;
      padding-top: 25px; }
    .profile-information .information-section .form-field {
      padding-top: 20px; }
    .profile-information .information-section p {
      padding-bottom: 0px; }
    .profile-information .information-section .subscription-date {
      color: #60BB55;
      font-weight: 600; }
    .profile-information .information-section .mini-button-green {
      margin-top: 20px; }
    .profile-information .information-section .mini-button-darkgreen {
      margin-top: 20px; }
    .profile-information .information-section .red {
      color: #D0021B; }
    .profile-information .information-section .defaultsubmit {
      display: none; }

.top h2 {
  padding-top: 10px; }
  @media screen and (min-width: 1006px) {
    .top h2 {
      padding-top: 0px; } }
.information-section .edit-mode {
  display: none; }

.information-section.edit-mode .view-mode {
  display: none; }

.information-section.edit-mode .edit-mode {
  display: block; }

#other-org-text {
  margin-top: 10px; }

.refund-notice {
  color: #60BB55;
  font-weight: 600; }
