@charset "UTF-8";
/*# LEARNABLE COMPILED STYLES FROM WEBPACK #*/
/* #sp🚧  is a namespace id applied to the documents html element to increase the specificity of atomic selectors */
#sp🚧 {
  /* -- for modifiers eg `--2col` for 2col media query */ }

/* molecules first so they can be over ridden with atoms */
#sp🚧 .m-border {
  border-radius: 2px;
  border: 1px solid #e5e5e5; }

/* `m-` for molecules */
#sp🚧 .m-border-t {
  border-top: 1px solid #e5e5e5; }

/* `u-` reserved for BEM modifiers */
#sp🚧 .m-border-b {
  border-bottom: 1px solid #e5e5e5; }

/* `t-` for theming */
#sp🚧 .m-link {
  color: #3a3a3a;
  transition: 0.3s;
  transition-property: color; }

#sp🚧 .m-link:hover, #sp🚧 .m-link:active {
  color: #24b3b5; }

/* `l-` for layout */
#sp🚧 .m-link-blue {
  color: #3a3a3a;
  transition: 0.3s;
  transition-property: color; }

#sp🚧 .m-link-blue:hover, #sp🚧 .m-link-blue:active {
  color: #339bcb; }

/* `f-` for typography */
#sp🚧 .m-link-white {
  color: #e5e5e5;
  transition: 0.3s ease;
  transition-property: color; }

#sp🚧 .m-link-white:hover, #sp🚧 .m-link-white:active {
  color: #ffffff; }

/* } */
#sp🚧 .f-xxlarge {
  font-size: 3rem; }

/*   border: 1px solid $c-grey-200; */
#sp🚧 .f-xlarge {
  font-size: 2.25rem; }

/*   border-radius: 2px; */
#sp🚧 .f-larger {
  font-size: 1.5rem; }

/* .m-border { */
#sp🚧 .f-large {
  font-size: 1.25rem; }

/* had to move this to mixin otherwise it ended up after other mixin classes ??? */
#sp🚧 .f-medium {
  font-size: 1rem; }

#sp🚧 .f-small {
  font-size: 0.875rem; }

#sp🚧 .f-smaller {
  font-size: 0.75rem; }

@media (min-width: 624px) {
  #sp🚧 .f-xxlarge--2col {
    font-size: 3rem; }

  #sp🚧 .f-xlarge--2col {
    font-size: 2.25rem; }

  #sp🚧 .f-larger--2col {
    font-size: 1.5rem; }

  #sp🚧 .f-large--2col {
    font-size: 1.25rem; }

  #sp🚧 .f-medium--2col {
    font-size: 1rem; }

  #sp🚧 .f-small--2col {
    font-size: 0.875rem; }

  #sp🚧 .f-smaller--2col {
    font-size: 0.75rem; } }
@media (min-width: 936px) {
  #sp🚧 .f-xxlarge--3col {
    font-size: 3rem; }

  #sp🚧 .f-xlarge--3col {
    font-size: 2.25rem; }

  #sp🚧 .f-larger--3col {
    font-size: 1.5rem; }

  #sp🚧 .f-large--3col {
    font-size: 1.25rem; }

  #sp🚧 .f-medium--3col {
    font-size: 1rem; }

  #sp🚧 .f-small--3col {
    font-size: 0.875rem; }

  #sp🚧 .f-smaller--3col {
    font-size: 0.75rem; } }
@media (min-width: 1248px) {
  #sp🚧 .f-xxlarge--4col {
    font-size: 3rem; }

  #sp🚧 .f-xlarge--4col {
    font-size: 2.25rem; }

  #sp🚧 .f-larger--4col {
    font-size: 1.5rem; }

  #sp🚧 .f-large--4col {
    font-size: 1.25rem; }

  #sp🚧 .f-medium--4col {
    font-size: 1rem; }

  #sp🚧 .f-small--4col {
    font-size: 0.875rem; }

  #sp🚧 .f-smaller--4col {
    font-size: 0.75rem; } }
#sp🚧 .f-bold {
  font-weight: bold; }

#sp🚧 .f-italic {
  font-style: italic; }

#sp🚧 .f-light {
  font-weight: 300; }

#sp🚧 .f-normal {
  font-weight: 400; }

#sp🚧 .f-semibold {
  font-weight: 500; }

#sp🚧 .f-underline {
  text-decoration: underline; }

#sp🚧 .f-linethrough {
  text-decoration: line-through; }

#sp🚧 .f-uppercase {
  text-transform: uppercase; }

#sp🚧 .f-lowercase {
  text-transform: lowercase; }

#sp🚧 .f-capitalize {
  text-transform: capitalize; }

#sp🚧 .f-lh {
  line-height: 1; }

#sp🚧 .f-lh0 {
  line-height: 0; }

#sp🚧 .f-lh-title {
  line-height: 1.3; }

#sp🚧 .f-lh-copy {
  line-height: 1.6; }

#sp🚧 .f-left {
  text-align: left; }

#sp🚧 .f-right {
  text-align: right; }

#sp🚧 .f-center {
  text-align: center; }

@media (min-width: 624px) {
  #sp🚧 .f-left--2col {
    text-align: left; }

  #sp🚧 .f-right--2col {
    text-align: right; }

  #sp🚧 .f-center--2col {
    text-align: center; } }
@media (min-width: 936px) {
  #sp🚧 .f-left--3col {
    text-align: left; }

  #sp🚧 .f-right--3col {
    text-align: right; }

  #sp🚧 .f-center--3col {
    text-align: center; } }
@media (min-width: 1248px) {
  #sp🚧 .f-left--4col {
    text-align: left; }

  #sp🚧 .f-right--4col {
    text-align: right; }

  #sp🚧 .f-center--4col {
    text-align: center; } }
#sp🚧 .f-wrap {
  white-space: normal; }

#sp🚧 .f-nowrap {
  white-space: nowrap; }

#sp🚧 .f-prewrap {
  white-space: pre-wrap; }

#sp🚧 .f-c-white {
  color: white; }

#sp🚧 .f-c-red {
  color: red; }

#sp🚧 .f-c-grey-50 {
  color: #f7f7f7; }

#sp🚧 .f-c-grey-100 {
  color: #efefef; }

#sp🚧 .f-c-grey-200 {
  color: #e5e5e5; }

#sp🚧 .f-c-grey-300 {
  color: #a2a2a2; }

#sp🚧 .f-c-grey-400 {
  color: #6f6f6f; }

#sp🚧 .f-c-grey-500 {
  color: #3a3a3a; }

#sp🚧 .f-c-grey-700 {
  color: #262626; }

#sp🚧 .f-c-teal-500 {
  color: #3ec9cb; }

#sp🚧 .f-c-teal-700 {
  color: #24b3b5; }

#sp🚧 .f-c-purple-500 {
  color: #965fc0; }

#sp🚧 .f-c-purple-700 {
  color: #744d8b; }

#sp🚧 .l-h0 {
  height: 0; }

#sp🚧 .l-h1 {
  height: 4px; }

#sp🚧 .l-h2 {
  height: 8px; }

#sp🚧 .l-h3 {
  height: 16px; }

#sp🚧 .l-h4 {
  height: 32px; }

#sp🚧 .l-h5 {
  height: 64px; }

#sp🚧 .l-h6 {
  height: 128px; }

#sp🚧 .l-h7 {
  height: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-h0--2col {
    height: 0; }

  #sp🚧 .l-h1--2col {
    height: 4px; }

  #sp🚧 .l-h2--2col {
    height: 8px; }

  #sp🚧 .l-h3--2col {
    height: 16px; }

  #sp🚧 .l-h4--2col {
    height: 32px; }

  #sp🚧 .l-h5--2col {
    height: 64px; }

  #sp🚧 .l-h6--2col {
    height: 128px; }

  #sp🚧 .l-h7--2col {
    height: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-h0--3col {
    height: 0; }

  #sp🚧 .l-h1--3col {
    height: 4px; }

  #sp🚧 .l-h2--3col {
    height: 8px; }

  #sp🚧 .l-h3--3col {
    height: 16px; }

  #sp🚧 .l-h4--3col {
    height: 32px; }

  #sp🚧 .l-h5--3col {
    height: 64px; }

  #sp🚧 .l-h6--3col {
    height: 128px; }

  #sp🚧 .l-h7--3col {
    height: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-h0--4col {
    height: 0; }

  #sp🚧 .l-h1--4col {
    height: 4px; }

  #sp🚧 .l-h2--4col {
    height: 8px; }

  #sp🚧 .l-h3--4col {
    height: 16px; }

  #sp🚧 .l-h4--4col {
    height: 32px; }

  #sp🚧 .l-h5--4col {
    height: 64px; }

  #sp🚧 .l-h6--4col {
    height: 128px; }

  #sp🚧 .l-h7--4col {
    height: 256px; } }
#sp🚧 .l-w0 {
  width: 0; }

#sp🚧 .l-w1 {
  width: 4px; }

#sp🚧 .l-w2 {
  width: 8px; }

#sp🚧 .l-w3 {
  width: 16px; }

#sp🚧 .l-w4 {
  width: 32px; }

#sp🚧 .l-w5 {
  width: 64px; }

#sp🚧 .l-w6 {
  width: 128px; }

#sp🚧 .l-w7 {
  width: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-w0--2col {
    width: 0; }

  #sp🚧 .l-w1--2col {
    width: 4px; }

  #sp🚧 .l-w2--2col {
    width: 8px; }

  #sp🚧 .l-w3--2col {
    width: 16px; }

  #sp🚧 .l-w4--2col {
    width: 32px; }

  #sp🚧 .l-w5--2col {
    width: 64px; }

  #sp🚧 .l-w6--2col {
    width: 128px; }

  #sp🚧 .l-w7--2col {
    width: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-w0--3col {
    width: 0; }

  #sp🚧 .l-w1--3col {
    width: 4px; }

  #sp🚧 .l-w2--3col {
    width: 8px; }

  #sp🚧 .l-w3--3col {
    width: 16px; }

  #sp🚧 .l-w4--3col {
    width: 32px; }

  #sp🚧 .l-w5--3col {
    width: 64px; }

  #sp🚧 .l-w6--3col {
    width: 128px; }

  #sp🚧 .l-w7--3col {
    width: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-w0--4col {
    width: 0; }

  #sp🚧 .l-w1--4col {
    width: 4px; }

  #sp🚧 .l-w2--4col {
    width: 8px; }

  #sp🚧 .l-w3--4col {
    width: 16px; }

  #sp🚧 .l-w4--4col {
    width: 32px; }

  #sp🚧 .l-w5--4col {
    width: 64px; }

  #sp🚧 .l-w6--4col {
    width: 128px; }

  #sp🚧 .l-w7--4col {
    width: 256px; } }
#sp🚧 .l-s0 {
  height: 0;
  width: 0; }

#sp🚧 .l-s1 {
  height: 4px;
  width: 4px; }

#sp🚧 .l-s2 {
  height: 8px;
  width: 8px; }

#sp🚧 .l-s3 {
  height: 16px;
  width: 16px; }

#sp🚧 .l-s4 {
  height: 32px;
  width: 32px; }

#sp🚧 .l-s5 {
  height: 64px;
  width: 64px; }

#sp🚧 .l-s6 {
  height: 128px;
  width: 128px; }

#sp🚧 .l-s7 {
  height: 256px;
  width: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-s0--2col {
    height: 0;
    width: 0; }

  #sp🚧 .l-s1--2col {
    height: 4px;
    width: 4px; }

  #sp🚧 .l-s2--2col {
    height: 8px;
    width: 8px; }

  #sp🚧 .l-s3--2col {
    height: 16px;
    width: 16px; }

  #sp🚧 .l-s4--2col {
    height: 32px;
    width: 32px; }

  #sp🚧 .l-s5--2col {
    height: 64px;
    width: 64px; }

  #sp🚧 .l-s6--2col {
    height: 128px;
    width: 128px; }

  #sp🚧 .l-s7--2col {
    height: 256px;
    width: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-s0--3col {
    height: 0;
    width: 0; }

  #sp🚧 .l-s1--3col {
    height: 4px;
    width: 4px; }

  #sp🚧 .l-s2--3col {
    height: 8px;
    width: 8px; }

  #sp🚧 .l-s3--3col {
    height: 16px;
    width: 16px; }

  #sp🚧 .l-s4--3col {
    height: 32px;
    width: 32px; }

  #sp🚧 .l-s5--3col {
    height: 64px;
    width: 64px; }

  #sp🚧 .l-s6--3col {
    height: 128px;
    width: 128px; }

  #sp🚧 .l-s7--3col {
    height: 256px;
    width: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-s0--4col {
    height: 0;
    width: 0; }

  #sp🚧 .l-s1--4col {
    height: 4px;
    width: 4px; }

  #sp🚧 .l-s2--4col {
    height: 8px;
    width: 8px; }

  #sp🚧 .l-s3--4col {
    height: 16px;
    width: 16px; }

  #sp🚧 .l-s4--4col {
    height: 32px;
    width: 32px; }

  #sp🚧 .l-s5--4col {
    height: 64px;
    width: 64px; }

  #sp🚧 .l-s6--4col {
    height: 128px;
    width: 128px; }

  #sp🚧 .l-s7--4col {
    height: 256px;
    width: 256px; } }
#sp🚧 .l-i0 {
  font-size: 0; }

#sp🚧 .l-i1 {
  font-size: 4px; }

#sp🚧 .l-i2 {
  font-size: 8px; }

#sp🚧 .l-i3 {
  font-size: 16px; }

#sp🚧 .l-i4 {
  font-size: 32px; }

#sp🚧 .l-i5 {
  font-size: 64px; }

#sp🚧 .l-i6 {
  font-size: 128px; }

#sp🚧 .l-i7 {
  font-size: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-i0--2col {
    font-size: 0; }

  #sp🚧 .l-i1--2col {
    font-size: 4px; }

  #sp🚧 .l-i2--2col {
    font-size: 8px; }

  #sp🚧 .l-i3--2col {
    font-size: 16px; }

  #sp🚧 .l-i4--2col {
    font-size: 32px; }

  #sp🚧 .l-i5--2col {
    font-size: 64px; }

  #sp🚧 .l-i6--2col {
    font-size: 128px; }

  #sp🚧 .l-i7--2col {
    font-size: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-i0--3col {
    font-size: 0; }

  #sp🚧 .l-i1--3col {
    font-size: 4px; }

  #sp🚧 .l-i2--3col {
    font-size: 8px; }

  #sp🚧 .l-i3--3col {
    font-size: 16px; }

  #sp🚧 .l-i4--3col {
    font-size: 32px; }

  #sp🚧 .l-i5--3col {
    font-size: 64px; }

  #sp🚧 .l-i6--3col {
    font-size: 128px; }

  #sp🚧 .l-i7--3col {
    font-size: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-i0--4col {
    font-size: 0; }

  #sp🚧 .l-i1--4col {
    font-size: 4px; }

  #sp🚧 .l-i2--4col {
    font-size: 8px; }

  #sp🚧 .l-i3--4col {
    font-size: 16px; }

  #sp🚧 .l-i4--4col {
    font-size: 32px; }

  #sp🚧 .l-i5--4col {
    font-size: 64px; }

  #sp🚧 .l-i6--4col {
    font-size: 128px; }

  #sp🚧 .l-i7--4col {
    font-size: 256px; } }
#sp🚧 .l-h-auto {
  height: auto; }

#sp🚧 .l-h-100 {
  height: 100%; }

@media (min-width: 624px) {
  #sp🚧 .l-h-auto--2col {
    height: auto; }

  #sp🚧 .l-h-100--2col {
    height: 100%; } }
@media (min-width: 936px) {
  #sp🚧 .l-h-auto--3col {
    height: auto; }

  #sp🚧 .l-h-100--3col {
    height: 100%; } }
@media (min-width: 1248px) {
  #sp🚧 .l-h-auto--4col {
    height: auto; }

  #sp🚧 .l-h-100--4col {
    height: 100%; } }
#sp🚧 .l-w-auto {
  width: auto; }

#sp🚧 .l-w-100 {
  width: 100%; }

#sp🚧 .l-w-95 {
  width: 95%; }

#sp🚧 .l-w-49 {
  width: 49%; }

#sp🚧 .l-w-col {
  width: 280px; }

#sp🚧 .l-w-1col {
  width: 312px; }

#sp🚧 .l-w-2col {
  width: 624px; }

#sp🚧 .l-w-2col-i {
  width: 592px; }

#sp🚧 .l-w-3col {
  width: 936px; }

#sp🚧 .l-w-3col-i {
  width: 904px; }

#sp🚧 .l-w-4col {
  width: 1248px; }

#sp🚧 .l-w-4col-i {
  width: 1216px; }

@media (min-width: 624px) {
  #sp🚧 .l-w-auto--2col {
    width: auto; }

  #sp🚧 .l-w-100--2col {
    width: 100%; }

  #sp🚧 .l-w-95--2col {
    width: 95%; }

  #sp🚧 .l-w-49--2col {
    width: 49%; }

  #sp🚧 .l-w-col--2col {
    width: 280px; }

  #sp🚧 .l-w-1col--2col {
    width: 312px; }

  #sp🚧 .l-w-2col--2col {
    width: 624px; }

  #sp🚧 .l-w-2col-i--2col {
    width: 592px; }

  #sp🚧 .l-w-3col--2col {
    width: 936px; }

  #sp🚧 .l-w-3col-i--2col {
    width: 904px; }

  #sp🚧 .l-w-4col--2col {
    width: 1248px; }

  #sp🚧 .l-w-4col-i--2col {
    width: 1216px; } }
@media (min-width: 936px) {
  #sp🚧 .l-w-auto--3col {
    width: auto; }

  #sp🚧 .l-w-100--3col {
    width: 100%; }

  #sp🚧 .l-w-95--3col {
    width: 95%; }

  #sp🚧 .l-w-49--3col {
    width: 49%; }

  #sp🚧 .l-w-col--3col {
    width: 280px; }

  #sp🚧 .l-w-1col--3col {
    width: 312px; }

  #sp🚧 .l-w-2col--3col {
    width: 624px; }

  #sp🚧 .l-w-2col-i--3col {
    width: 592px; }

  #sp🚧 .l-w-3col--3col {
    width: 936px; }

  #sp🚧 .l-w-3col-i--3col {
    width: 904px; }

  #sp🚧 .l-w-4col--3col {
    width: 1248px; }

  #sp🚧 .l-w-4col-i--3col {
    width: 1216px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-w-auto--4col {
    width: auto; }

  #sp🚧 .l-w-100--4col {
    width: 100%; }

  #sp🚧 .l-w-95--4col {
    width: 95%; }

  #sp🚧 .l-w-49--4col {
    width: 49%; }

  #sp🚧 .l-w-col--4col {
    width: 280px; }

  #sp🚧 .l-w-1col--4col {
    width: 312px; }

  #sp🚧 .l-w-2col--4col {
    width: 624px; }

  #sp🚧 .l-w-2col-i--4col {
    width: 592px; }

  #sp🚧 .l-w-3col--4col {
    width: 936px; }

  #sp🚧 .l-w-3col-i--4col {
    width: 904px; }

  #sp🚧 .l-w-4col--4col {
    width: 1248px; }

  #sp🚧 .l-w-4col-i--4col {
    width: 1216px; } }
#sp🚧 .l-mxw-100 {
  max-width: 100%; }

#sp🚧 .l-d-b {
  display: block; }

#sp🚧 .l-d-f {
  display: flex; }

#sp🚧 .l-d-ib {
  display: inline-block; }

#sp🚧 .l-d-if {
  display: inline-flex; }

#sp🚧 .l-d-n {
  display: none; }

@media (min-width: 624px) {
  #sp🚧 .l-d-b--2col {
    display: block; }

  #sp🚧 .l-d-f--2col {
    display: flex; }

  #sp🚧 .l-d-ib--2col {
    display: inline-block; }

  #sp🚧 .l-d-if--2col {
    display: inline-flex; }

  #sp🚧 .l-d-n--2col {
    display: none; } }
@media (min-width: 936px) {
  #sp🚧 .l-d-b--3col {
    display: block; }

  #sp🚧 .l-d-f--3col {
    display: flex; }

  #sp🚧 .l-d-ib--3col {
    display: inline-block; }

  #sp🚧 .l-d-if--3col {
    display: inline-flex; }

  #sp🚧 .l-d-n--3col {
    display: none; } }
@media (min-width: 1248px) {
  #sp🚧 .l-d-b--4col {
    display: block; }

  #sp🚧 .l-d-f--4col {
    display: flex; }

  #sp🚧 .l-d-ib--4col {
    display: inline-block; }

  #sp🚧 .l-d-if--4col {
    display: inline-flex; }

  #sp🚧 .l-d-n--4col {
    display: none; } }
#sp🚧 .l-va-m {
  vertical-align: middle; }

#sp🚧 .l-fd-col {
  flex-direction: column; }

#sp🚧 .l-fd-col-reverse {
  flex-direction: column-reverse; }

#sp🚧 .l-fd-row {
  flex-direction: row; }

#sp🚧 .l-fd-row-reverse {
  flex-direction: row-reverse; }

@media (min-width: 624px) {
  #sp🚧 .l-fd-col--2col {
    flex-direction: column; }

  #sp🚧 .l-fd-col-reverse--2col {
    flex-direction: column-reverse; }

  #sp🚧 .l-fd-row--2col {
    flex-direction: row; }

  #sp🚧 .l-fd-row-reverse--2col {
    flex-direction: row-reverse; } }
@media (min-width: 936px) {
  #sp🚧 .l-fd-col--3col {
    flex-direction: column; }

  #sp🚧 .l-fd-col-reverse--3col {
    flex-direction: column-reverse; }

  #sp🚧 .l-fd-row--3col {
    flex-direction: row; }

  #sp🚧 .l-fd-row-reverse--3col {
    flex-direction: row-reverse; } }
@media (min-width: 1248px) {
  #sp🚧 .l-fd-col--4col {
    flex-direction: column; }

  #sp🚧 .l-fd-col-reverse--4col {
    flex-direction: column-reverse; }

  #sp🚧 .l-fd-row--4col {
    flex-direction: row; }

  #sp🚧 .l-fd-row-reverse--4col {
    flex-direction: row-reverse; } }
#sp🚧 .l-fw-w {
  flex-wrap: wrap; }

@media (min-width: 624px) {
  #sp🚧 .l-fw-w--2col {
    flex-wrap: wrap; } }
@media (min-width: 936px) {
  #sp🚧 .l-fw-w--3col {
    flex-wrap: wrap; } }
@media (min-width: 1248px) {
  #sp🚧 .l-fw-w--4col {
    flex-wrap: wrap; } }
#sp🚧 .l-fw-wr {
  flex-wrap: wrap-reverse; }

@media (min-width: 624px) {
  #sp🚧 .l-fw-wr--2col {
    flex-wrap: wrap-reverse; } }
@media (min-width: 936px) {
  #sp🚧 .l-fw-wr--3col {
    flex-wrap: wrap-reverse; } }
@media (min-width: 1248px) {
  #sp🚧 .l-fw-wr--4col {
    flex-wrap: wrap-reverse; } }
#sp🚧 .l-fw-nw {
  flex-wrap: nowrap; }

@media (min-width: 624px) {
  #sp🚧 .l-fw-nw--2col {
    flex-wrap: nowrap; } }
@media (min-width: 936px) {
  #sp🚧 .l-fw-nw--3col {
    flex-wrap: nowrap; } }
@media (min-width: 1248px) {
  #sp🚧 .l-fw-nw--4col {
    flex-wrap: nowrap; } }
#sp🚧 .l-f1 {
  flex: 1; }

#sp🚧 .l-fs0 {
  flex-shrink: 0; }

@media (min-width: 624px) {
  #sp🚧 .l-fs0--2col {
    flex-shrink: 0; } }
@media (min-width: 936px) {
  #sp🚧 .l-fs0--3col {
    flex-shrink: 0; } }
@media (min-width: 1248px) {
  #sp🚧 .l-fs0--4col {
    flex-shrink: 0; } }
#sp🚧 .l-fg0 {
  flex-grow: 0; }

#sp🚧 .l-fg1 {
  flex-grow: 1; }

@media (min-width: 624px) {
  #sp🚧 .l-fg0--2col {
    flex-grow: 0; }

  #sp🚧 .l-fg1--2col {
    flex-grow: 1; } }
@media (min-width: 936px) {
  #sp🚧 .l-fg0--3col {
    flex-grow: 0; }

  #sp🚧 .l-fg1--3col {
    flex-grow: 1; } }
@media (min-width: 1248px) {
  #sp🚧 .l-fg0--4col {
    flex-grow: 0; }

  #sp🚧 .l-fg1--4col {
    flex-grow: 1; } }
#sp🚧 .l-fb-auto {
  flex-basis: auto; }

@media (min-width: 624px) {
  #sp🚧 .l-fb-auto--2col {
    flex-basis: auto; } }
@media (min-width: 936px) {
  #sp🚧 .l-fb-auto--3col {
    flex-basis: auto; } }
@media (min-width: 1248px) {
  #sp🚧 .l-fb-auto--4col {
    flex-basis: auto; } }
#sp🚧 .l-ai-bas {
  align-items: baseline; }

#sp🚧 .l-ai-cen {
  align-items: center; }

#sp🚧 .l-ai-sta {
  align-items: flex-start; }

#sp🚧 .l-ai-fe {
  align-items: flex-end; }

#sp🚧 .l-ai-str {
  align-items: stretch; }

@media (min-width: 624px) {
  #sp🚧 .l-ai-bas--2col {
    align-items: baseline; }

  #sp🚧 .l-ai-cen--2col {
    align-items: center; }

  #sp🚧 .l-ai-sta--2col {
    align-items: flex-start; }

  #sp🚧 .l-ai-fe--2col {
    align-items: flex-end; }

  #sp🚧 .l-ai-str--2col {
    align-items: stretch; } }
@media (min-width: 936px) {
  #sp🚧 .l-ai-bas--3col {
    align-items: baseline; }

  #sp🚧 .l-ai-cen--3col {
    align-items: center; }

  #sp🚧 .l-ai-sta--3col {
    align-items: flex-start; }

  #sp🚧 .l-ai-fe--3col {
    align-items: flex-end; }

  #sp🚧 .l-ai-str--3col {
    align-items: stretch; } }
@media (min-width: 1248px) {
  #sp🚧 .l-ai-bas--4col {
    align-items: baseline; }

  #sp🚧 .l-ai-cen--4col {
    align-items: center; }

  #sp🚧 .l-ai-sta--4col {
    align-items: flex-start; }

  #sp🚧 .l-ai-fe--4col {
    align-items: flex-end; }

  #sp🚧 .l-ai-str--4col {
    align-items: stretch; } }
#sp🚧 .l-as-cen {
  align-self: center; }

#sp🚧 .l-as-bas {
  align-self: baseline; }

#sp🚧 .l-as-fst {
  align-self: flex-start; }

#sp🚧 .l-as-fen {
  align-self: flex-end; }

#sp🚧 .l-as-str {
  align-self: stretch; }

@media (min-width: 624px) {
  #sp🚧 .l-as-cen--2col {
    align-self: center; }

  #sp🚧 .l-as-bas--2col {
    align-self: baseline; }

  #sp🚧 .l-as-fst--2col {
    align-self: flex-start; }

  #sp🚧 .l-as-fen--2col {
    align-self: flex-end; }

  #sp🚧 .l-as-str--2col {
    align-self: stretch; } }
@media (min-width: 936px) {
  #sp🚧 .l-as-cen--3col {
    align-self: center; }

  #sp🚧 .l-as-bas--3col {
    align-self: baseline; }

  #sp🚧 .l-as-fst--3col {
    align-self: flex-start; }

  #sp🚧 .l-as-fen--3col {
    align-self: flex-end; }

  #sp🚧 .l-as-str--3col {
    align-self: stretch; } }
@media (min-width: 1248px) {
  #sp🚧 .l-as-cen--4col {
    align-self: center; }

  #sp🚧 .l-as-bas--4col {
    align-self: baseline; }

  #sp🚧 .l-as-fst--4col {
    align-self: flex-start; }

  #sp🚧 .l-as-fen--4col {
    align-self: flex-end; }

  #sp🚧 .l-as-str--4col {
    align-self: stretch; } }
#sp🚧 .l-jc-sta {
  justify-content: flex-start; }

#sp🚧 .l-jc-fe {
  justify-content: flex-end; }

#sp🚧 .l-jc-cen {
  justify-content: center; }

#sp🚧 .l-jc-sb {
  justify-content: space-between; }

#sp🚧 .l-jc-sa {
  justify-content: space-around; }

@media (min-width: 624px) {
  #sp🚧 .l-jc-sta--2col {
    justify-content: flex-start; }

  #sp🚧 .l-jc-fe--2col {
    justify-content: flex-end; }

  #sp🚧 .l-jc-cen--2col {
    justify-content: center; }

  #sp🚧 .l-jc-sb--2col {
    justify-content: space-between; }

  #sp🚧 .l-jc-sa--2col {
    justify-content: space-around; } }
@media (min-width: 936px) {
  #sp🚧 .l-jc-sta--3col {
    justify-content: flex-start; }

  #sp🚧 .l-jc-fe--3col {
    justify-content: flex-end; }

  #sp🚧 .l-jc-cen--3col {
    justify-content: center; }

  #sp🚧 .l-jc-sb--3col {
    justify-content: space-between; }

  #sp🚧 .l-jc-sa--3col {
    justify-content: space-around; } }
@media (min-width: 1248px) {
  #sp🚧 .l-jc-sta--4col {
    justify-content: flex-start; }

  #sp🚧 .l-jc-fe--4col {
    justify-content: flex-end; }

  #sp🚧 .l-jc-cen--4col {
    justify-content: center; }

  #sp🚧 .l-jc-sb--4col {
    justify-content: space-between; }

  #sp🚧 .l-jc-sa--4col {
    justify-content: space-around; } }
#sp🚧 .l-p-fix {
  position: fixed; }

#sp🚧 .l-p-rel {
  position: relative; }

#sp🚧 .l-p-abs {
  position: absolute; }

#sp🚧 .l-p-sta {
  position: static; }

@media (min-width: 624px) {
  #sp🚧 .l-p-sta--2col {
    position: static; } }
@media (min-width: 936px) {
  #sp🚧 .l-p-sta--3col {
    position: static; } }
@media (min-width: 1248px) {
  #sp🚧 .l-p-sta--4col {
    position: static; } }
#sp🚧 .l-o-h {
  overflow: hidden; }

#sp🚧 .l-round {
  border-radius: 50%; }

#sp🚧 .l-br {
  border-radius: 2px; }

#sp🚧 .l-br0 {
  border-radius: 0; }

@media (min-width: 624px) {
  #sp🚧 .l-br--2col {
    border-radius: 2px; }

  #sp🚧 .l-br0--2col {
    border-radius: 0; } }
@media (min-width: 936px) {
  #sp🚧 .l-br--3col {
    border-radius: 2px; }

  #sp🚧 .l-br0--3col {
    border-radius: 0; } }
@media (min-width: 1248px) {
  #sp🚧 .l-br--4col {
    border-radius: 2px; }

  #sp🚧 .l-br0--4col {
    border-radius: 0; } }
#sp🚧 .l-bs-n {
  border-style: none; }

#sp🚧 .l-bs-s {
  border-style: solid; }

@media (min-width: 624px) {
  #sp🚧 .l-bs-n--2col {
    border-style: none; }

  #sp🚧 .l-bs-s--2col {
    border-style: solid; } }
@media (min-width: 936px) {
  #sp🚧 .l-bs-n--3col {
    border-style: none; }

  #sp🚧 .l-bs-s--3col {
    border-style: solid; } }
@media (min-width: 1248px) {
  #sp🚧 .l-bs-n--4col {
    border-style: none; }

  #sp🚧 .l-bs-s--4col {
    border-style: solid; } }
#sp🚧 .l-b-n {
  border: none; }

@media (min-width: 624px) {
  #sp🚧 .l-b-n--2col {
    border: none; } }
@media (min-width: 936px) {
  #sp🚧 .l-b-n--3col {
    border: none; } }
@media (min-width: 1248px) {
  #sp🚧 .l-b-n--4col {
    border: none; } }
#sp🚧 .l-ma0 {
  margin: 0; }

#sp🚧 .l-ma1 {
  margin: 4px; }

#sp🚧 .l-ma2 {
  margin: 8px; }

#sp🚧 .l-ma3 {
  margin: 16px; }

#sp🚧 .l-ma4 {
  margin: 32px; }

#sp🚧 .l-ma5 {
  margin: 64px; }

#sp🚧 .l-ma6 {
  margin: 128px; }

#sp🚧 .l-ma7 {
  margin: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-ma0--2col {
    margin: 0; }

  #sp🚧 .l-ma1--2col {
    margin: 4px; }

  #sp🚧 .l-ma2--2col {
    margin: 8px; }

  #sp🚧 .l-ma3--2col {
    margin: 16px; }

  #sp🚧 .l-ma4--2col {
    margin: 32px; }

  #sp🚧 .l-ma5--2col {
    margin: 64px; }

  #sp🚧 .l-ma6--2col {
    margin: 128px; }

  #sp🚧 .l-ma7--2col {
    margin: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-ma0--3col {
    margin: 0; }

  #sp🚧 .l-ma1--3col {
    margin: 4px; }

  #sp🚧 .l-ma2--3col {
    margin: 8px; }

  #sp🚧 .l-ma3--3col {
    margin: 16px; }

  #sp🚧 .l-ma4--3col {
    margin: 32px; }

  #sp🚧 .l-ma5--3col {
    margin: 64px; }

  #sp🚧 .l-ma6--3col {
    margin: 128px; }

  #sp🚧 .l-ma7--3col {
    margin: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-ma0--4col {
    margin: 0; }

  #sp🚧 .l-ma1--4col {
    margin: 4px; }

  #sp🚧 .l-ma2--4col {
    margin: 8px; }

  #sp🚧 .l-ma3--4col {
    margin: 16px; }

  #sp🚧 .l-ma4--4col {
    margin: 32px; }

  #sp🚧 .l-ma5--4col {
    margin: 64px; }

  #sp🚧 .l-ma6--4col {
    margin: 128px; }

  #sp🚧 .l-ma7--4col {
    margin: 256px; } }
#sp🚧 .l-mh0 {
  margin-left: 0;
  margin-right: 0; }

#sp🚧 .l-mh1 {
  margin-left: 4px;
  margin-right: 4px; }

#sp🚧 .l-mh2 {
  margin-left: 8px;
  margin-right: 8px; }

#sp🚧 .l-mh3 {
  margin-left: 16px;
  margin-right: 16px; }

#sp🚧 .l-mh4 {
  margin-left: 32px;
  margin-right: 32px; }

#sp🚧 .l-mh5 {
  margin-left: 64px;
  margin-right: 64px; }

#sp🚧 .l-mh6 {
  margin-left: 128px;
  margin-right: 128px; }

#sp🚧 .l-mh7 {
  margin-left: 256px;
  margin-right: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-mh0--2col {
    margin-left: 0;
    margin-right: 0; }

  #sp🚧 .l-mh1--2col {
    margin-left: 4px;
    margin-right: 4px; }

  #sp🚧 .l-mh2--2col {
    margin-left: 8px;
    margin-right: 8px; }

  #sp🚧 .l-mh3--2col {
    margin-left: 16px;
    margin-right: 16px; }

  #sp🚧 .l-mh4--2col {
    margin-left: 32px;
    margin-right: 32px; }

  #sp🚧 .l-mh5--2col {
    margin-left: 64px;
    margin-right: 64px; }

  #sp🚧 .l-mh6--2col {
    margin-left: 128px;
    margin-right: 128px; }

  #sp🚧 .l-mh7--2col {
    margin-left: 256px;
    margin-right: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-mh0--3col {
    margin-left: 0;
    margin-right: 0; }

  #sp🚧 .l-mh1--3col {
    margin-left: 4px;
    margin-right: 4px; }

  #sp🚧 .l-mh2--3col {
    margin-left: 8px;
    margin-right: 8px; }

  #sp🚧 .l-mh3--3col {
    margin-left: 16px;
    margin-right: 16px; }

  #sp🚧 .l-mh4--3col {
    margin-left: 32px;
    margin-right: 32px; }

  #sp🚧 .l-mh5--3col {
    margin-left: 64px;
    margin-right: 64px; }

  #sp🚧 .l-mh6--3col {
    margin-left: 128px;
    margin-right: 128px; }

  #sp🚧 .l-mh7--3col {
    margin-left: 256px;
    margin-right: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-mh0--4col {
    margin-left: 0;
    margin-right: 0; }

  #sp🚧 .l-mh1--4col {
    margin-left: 4px;
    margin-right: 4px; }

  #sp🚧 .l-mh2--4col {
    margin-left: 8px;
    margin-right: 8px; }

  #sp🚧 .l-mh3--4col {
    margin-left: 16px;
    margin-right: 16px; }

  #sp🚧 .l-mh4--4col {
    margin-left: 32px;
    margin-right: 32px; }

  #sp🚧 .l-mh5--4col {
    margin-left: 64px;
    margin-right: 64px; }

  #sp🚧 .l-mh6--4col {
    margin-left: 128px;
    margin-right: 128px; }

  #sp🚧 .l-mh7--4col {
    margin-left: 256px;
    margin-right: 256px; } }
#sp🚧 .l-mh-auto {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 624px) {
  #sp🚧 .l-mh-auto--2col {
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 936px) {
  #sp🚧 .l-mh-auto--3col {
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1248px) {
  #sp🚧 .l-mh-auto--4col {
    margin-left: auto;
    margin-right: auto; } }
#sp🚧 .l-mv-auto {
  margin-top: auto;
  margin-bottom: auto; }

@media (min-width: 624px) {
  #sp🚧 .l-mv-auto--2col {
    margin-top: auto;
    margin-bottom: auto; } }
@media (min-width: 936px) {
  #sp🚧 .l-mv-auto--3col {
    margin-top: auto;
    margin-bottom: auto; } }
@media (min-width: 1248px) {
  #sp🚧 .l-mv-auto--4col {
    margin-top: auto;
    margin-bottom: auto; } }
#sp🚧 .l-mv0 {
  margin-top: 0;
  margin-bottom: 0; }

#sp🚧 .l-mv1 {
  margin-top: 4px;
  margin-bottom: 4px; }

#sp🚧 .l-mv2 {
  margin-top: 8px;
  margin-bottom: 8px; }

#sp🚧 .l-mv3 {
  margin-top: 16px;
  margin-bottom: 16px; }

#sp🚧 .l-mv4 {
  margin-top: 32px;
  margin-bottom: 32px; }

#sp🚧 .l-mv5 {
  margin-top: 64px;
  margin-bottom: 64px; }

#sp🚧 .l-mv6 {
  margin-top: 128px;
  margin-bottom: 128px; }

#sp🚧 .l-mv7 {
  margin-top: 256px;
  margin-bottom: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-mv0--2col {
    margin-top: 0;
    margin-bottom: 0; }

  #sp🚧 .l-mv1--2col {
    margin-top: 4px;
    margin-bottom: 4px; }

  #sp🚧 .l-mv2--2col {
    margin-top: 8px;
    margin-bottom: 8px; }

  #sp🚧 .l-mv3--2col {
    margin-top: 16px;
    margin-bottom: 16px; }

  #sp🚧 .l-mv4--2col {
    margin-top: 32px;
    margin-bottom: 32px; }

  #sp🚧 .l-mv5--2col {
    margin-top: 64px;
    margin-bottom: 64px; }

  #sp🚧 .l-mv6--2col {
    margin-top: 128px;
    margin-bottom: 128px; }

  #sp🚧 .l-mv7--2col {
    margin-top: 256px;
    margin-bottom: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-mv0--3col {
    margin-top: 0;
    margin-bottom: 0; }

  #sp🚧 .l-mv1--3col {
    margin-top: 4px;
    margin-bottom: 4px; }

  #sp🚧 .l-mv2--3col {
    margin-top: 8px;
    margin-bottom: 8px; }

  #sp🚧 .l-mv3--3col {
    margin-top: 16px;
    margin-bottom: 16px; }

  #sp🚧 .l-mv4--3col {
    margin-top: 32px;
    margin-bottom: 32px; }

  #sp🚧 .l-mv5--3col {
    margin-top: 64px;
    margin-bottom: 64px; }

  #sp🚧 .l-mv6--3col {
    margin-top: 128px;
    margin-bottom: 128px; }

  #sp🚧 .l-mv7--3col {
    margin-top: 256px;
    margin-bottom: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-mv0--4col {
    margin-top: 0;
    margin-bottom: 0; }

  #sp🚧 .l-mv1--4col {
    margin-top: 4px;
    margin-bottom: 4px; }

  #sp🚧 .l-mv2--4col {
    margin-top: 8px;
    margin-bottom: 8px; }

  #sp🚧 .l-mv3--4col {
    margin-top: 16px;
    margin-bottom: 16px; }

  #sp🚧 .l-mv4--4col {
    margin-top: 32px;
    margin-bottom: 32px; }

  #sp🚧 .l-mv5--4col {
    margin-top: 64px;
    margin-bottom: 64px; }

  #sp🚧 .l-mv6--4col {
    margin-top: 128px;
    margin-bottom: 128px; }

  #sp🚧 .l-mv7--4col {
    margin-top: 256px;
    margin-bottom: 256px; } }
#sp🚧 .l-ml0 {
  margin-left: 0; }

#sp🚧 .l-ml1 {
  margin-left: 4px; }

#sp🚧 .l-ml2 {
  margin-left: 8px; }

#sp🚧 .l-ml3 {
  margin-left: 16px; }

#sp🚧 .l-ml4 {
  margin-left: 32px; }

#sp🚧 .l-ml5 {
  margin-left: 64px; }

#sp🚧 .l-ml6 {
  margin-left: 128px; }

#sp🚧 .l-ml7 {
  margin-left: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-ml0--2col {
    margin-left: 0; }

  #sp🚧 .l-ml1--2col {
    margin-left: 4px; }

  #sp🚧 .l-ml2--2col {
    margin-left: 8px; }

  #sp🚧 .l-ml3--2col {
    margin-left: 16px; }

  #sp🚧 .l-ml4--2col {
    margin-left: 32px; }

  #sp🚧 .l-ml5--2col {
    margin-left: 64px; }

  #sp🚧 .l-ml6--2col {
    margin-left: 128px; }

  #sp🚧 .l-ml7--2col {
    margin-left: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-ml0--3col {
    margin-left: 0; }

  #sp🚧 .l-ml1--3col {
    margin-left: 4px; }

  #sp🚧 .l-ml2--3col {
    margin-left: 8px; }

  #sp🚧 .l-ml3--3col {
    margin-left: 16px; }

  #sp🚧 .l-ml4--3col {
    margin-left: 32px; }

  #sp🚧 .l-ml5--3col {
    margin-left: 64px; }

  #sp🚧 .l-ml6--3col {
    margin-left: 128px; }

  #sp🚧 .l-ml7--3col {
    margin-left: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-ml0--4col {
    margin-left: 0; }

  #sp🚧 .l-ml1--4col {
    margin-left: 4px; }

  #sp🚧 .l-ml2--4col {
    margin-left: 8px; }

  #sp🚧 .l-ml3--4col {
    margin-left: 16px; }

  #sp🚧 .l-ml4--4col {
    margin-left: 32px; }

  #sp🚧 .l-ml5--4col {
    margin-left: 64px; }

  #sp🚧 .l-ml6--4col {
    margin-left: 128px; }

  #sp🚧 .l-ml7--4col {
    margin-left: 256px; } }
#sp🚧 .l-mr0 {
  margin-right: 0; }

#sp🚧 .l-mr1 {
  margin-right: 4px; }

#sp🚧 .l-mr2 {
  margin-right: 8px; }

#sp🚧 .l-mr3 {
  margin-right: 16px; }

#sp🚧 .l-mr4 {
  margin-right: 32px; }

#sp🚧 .l-mr5 {
  margin-right: 64px; }

#sp🚧 .l-mr6 {
  margin-right: 128px; }

#sp🚧 .l-mr7 {
  margin-right: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-mr0--2col {
    margin-right: 0; }

  #sp🚧 .l-mr1--2col {
    margin-right: 4px; }

  #sp🚧 .l-mr2--2col {
    margin-right: 8px; }

  #sp🚧 .l-mr3--2col {
    margin-right: 16px; }

  #sp🚧 .l-mr4--2col {
    margin-right: 32px; }

  #sp🚧 .l-mr5--2col {
    margin-right: 64px; }

  #sp🚧 .l-mr6--2col {
    margin-right: 128px; }

  #sp🚧 .l-mr7--2col {
    margin-right: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-mr0--3col {
    margin-right: 0; }

  #sp🚧 .l-mr1--3col {
    margin-right: 4px; }

  #sp🚧 .l-mr2--3col {
    margin-right: 8px; }

  #sp🚧 .l-mr3--3col {
    margin-right: 16px; }

  #sp🚧 .l-mr4--3col {
    margin-right: 32px; }

  #sp🚧 .l-mr5--3col {
    margin-right: 64px; }

  #sp🚧 .l-mr6--3col {
    margin-right: 128px; }

  #sp🚧 .l-mr7--3col {
    margin-right: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-mr0--4col {
    margin-right: 0; }

  #sp🚧 .l-mr1--4col {
    margin-right: 4px; }

  #sp🚧 .l-mr2--4col {
    margin-right: 8px; }

  #sp🚧 .l-mr3--4col {
    margin-right: 16px; }

  #sp🚧 .l-mr4--4col {
    margin-right: 32px; }

  #sp🚧 .l-mr5--4col {
    margin-right: 64px; }

  #sp🚧 .l-mr6--4col {
    margin-right: 128px; }

  #sp🚧 .l-mr7--4col {
    margin-right: 256px; } }
#sp🚧 .l-mt0 {
  margin-top: 0; }

#sp🚧 .l-mt1 {
  margin-top: 4px; }

#sp🚧 .l-mt2 {
  margin-top: 8px; }

#sp🚧 .l-mt3 {
  margin-top: 16px; }

#sp🚧 .l-mt4 {
  margin-top: 32px; }

#sp🚧 .l-mt5 {
  margin-top: 64px; }

#sp🚧 .l-mt6 {
  margin-top: 128px; }

#sp🚧 .l-mt7 {
  margin-top: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-mt0--2col {
    margin-top: 0; }

  #sp🚧 .l-mt1--2col {
    margin-top: 4px; }

  #sp🚧 .l-mt2--2col {
    margin-top: 8px; }

  #sp🚧 .l-mt3--2col {
    margin-top: 16px; }

  #sp🚧 .l-mt4--2col {
    margin-top: 32px; }

  #sp🚧 .l-mt5--2col {
    margin-top: 64px; }

  #sp🚧 .l-mt6--2col {
    margin-top: 128px; }

  #sp🚧 .l-mt7--2col {
    margin-top: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-mt0--3col {
    margin-top: 0; }

  #sp🚧 .l-mt1--3col {
    margin-top: 4px; }

  #sp🚧 .l-mt2--3col {
    margin-top: 8px; }

  #sp🚧 .l-mt3--3col {
    margin-top: 16px; }

  #sp🚧 .l-mt4--3col {
    margin-top: 32px; }

  #sp🚧 .l-mt5--3col {
    margin-top: 64px; }

  #sp🚧 .l-mt6--3col {
    margin-top: 128px; }

  #sp🚧 .l-mt7--3col {
    margin-top: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-mt0--4col {
    margin-top: 0; }

  #sp🚧 .l-mt1--4col {
    margin-top: 4px; }

  #sp🚧 .l-mt2--4col {
    margin-top: 8px; }

  #sp🚧 .l-mt3--4col {
    margin-top: 16px; }

  #sp🚧 .l-mt4--4col {
    margin-top: 32px; }

  #sp🚧 .l-mt5--4col {
    margin-top: 64px; }

  #sp🚧 .l-mt6--4col {
    margin-top: 128px; }

  #sp🚧 .l-mt7--4col {
    margin-top: 256px; } }
#sp🚧 .l-mb0 {
  margin-bottom: 0; }

#sp🚧 .l-mb1 {
  margin-bottom: 4px; }

#sp🚧 .l-mb2 {
  margin-bottom: 8px; }

#sp🚧 .l-mb3 {
  margin-bottom: 16px; }

#sp🚧 .l-mb4 {
  margin-bottom: 32px; }

#sp🚧 .l-mb5 {
  margin-bottom: 64px; }

#sp🚧 .l-mb6 {
  margin-bottom: 128px; }

#sp🚧 .l-mb7 {
  margin-bottom: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-mb0--2col {
    margin-bottom: 0; }

  #sp🚧 .l-mb1--2col {
    margin-bottom: 4px; }

  #sp🚧 .l-mb2--2col {
    margin-bottom: 8px; }

  #sp🚧 .l-mb3--2col {
    margin-bottom: 16px; }

  #sp🚧 .l-mb4--2col {
    margin-bottom: 32px; }

  #sp🚧 .l-mb5--2col {
    margin-bottom: 64px; }

  #sp🚧 .l-mb6--2col {
    margin-bottom: 128px; }

  #sp🚧 .l-mb7--2col {
    margin-bottom: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-mb0--3col {
    margin-bottom: 0; }

  #sp🚧 .l-mb1--3col {
    margin-bottom: 4px; }

  #sp🚧 .l-mb2--3col {
    margin-bottom: 8px; }

  #sp🚧 .l-mb3--3col {
    margin-bottom: 16px; }

  #sp🚧 .l-mb4--3col {
    margin-bottom: 32px; }

  #sp🚧 .l-mb5--3col {
    margin-bottom: 64px; }

  #sp🚧 .l-mb6--3col {
    margin-bottom: 128px; }

  #sp🚧 .l-mb7--3col {
    margin-bottom: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-mb0--4col {
    margin-bottom: 0; }

  #sp🚧 .l-mb1--4col {
    margin-bottom: 4px; }

  #sp🚧 .l-mb2--4col {
    margin-bottom: 8px; }

  #sp🚧 .l-mb3--4col {
    margin-bottom: 16px; }

  #sp🚧 .l-mb4--4col {
    margin-bottom: 32px; }

  #sp🚧 .l-mb5--4col {
    margin-bottom: 64px; }

  #sp🚧 .l-mb6--4col {
    margin-bottom: 128px; }

  #sp🚧 .l-mb7--4col {
    margin-bottom: 256px; } }
#sp🚧 .l-pa0 {
  padding: 0; }

#sp🚧 .l-pa1 {
  padding: 4px; }

#sp🚧 .l-pa2 {
  padding: 8px; }

#sp🚧 .l-pa3 {
  padding: 16px; }

#sp🚧 .l-pa4 {
  padding: 32px; }

#sp🚧 .l-pa5 {
  padding: 64px; }

#sp🚧 .l-pa6 {
  padding: 128px; }

#sp🚧 .l-pa7 {
  padding: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-pa0--2col {
    padding: 0; }

  #sp🚧 .l-pa1--2col {
    padding: 4px; }

  #sp🚧 .l-pa2--2col {
    padding: 8px; }

  #sp🚧 .l-pa3--2col {
    padding: 16px; }

  #sp🚧 .l-pa4--2col {
    padding: 32px; }

  #sp🚧 .l-pa5--2col {
    padding: 64px; }

  #sp🚧 .l-pa6--2col {
    padding: 128px; }

  #sp🚧 .l-pa7--2col {
    padding: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-pa0--3col {
    padding: 0; }

  #sp🚧 .l-pa1--3col {
    padding: 4px; }

  #sp🚧 .l-pa2--3col {
    padding: 8px; }

  #sp🚧 .l-pa3--3col {
    padding: 16px; }

  #sp🚧 .l-pa4--3col {
    padding: 32px; }

  #sp🚧 .l-pa5--3col {
    padding: 64px; }

  #sp🚧 .l-pa6--3col {
    padding: 128px; }

  #sp🚧 .l-pa7--3col {
    padding: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-pa0--4col {
    padding: 0; }

  #sp🚧 .l-pa1--4col {
    padding: 4px; }

  #sp🚧 .l-pa2--4col {
    padding: 8px; }

  #sp🚧 .l-pa3--4col {
    padding: 16px; }

  #sp🚧 .l-pa4--4col {
    padding: 32px; }

  #sp🚧 .l-pa5--4col {
    padding: 64px; }

  #sp🚧 .l-pa6--4col {
    padding: 128px; }

  #sp🚧 .l-pa7--4col {
    padding: 256px; } }
#sp🚧 .l-ph0 {
  padding-left: 0;
  padding-right: 0; }

#sp🚧 .l-ph1 {
  padding-left: 4px;
  padding-right: 4px; }

#sp🚧 .l-ph2 {
  padding-left: 8px;
  padding-right: 8px; }

#sp🚧 .l-ph3 {
  padding-left: 16px;
  padding-right: 16px; }

#sp🚧 .l-ph4 {
  padding-left: 32px;
  padding-right: 32px; }

#sp🚧 .l-ph5 {
  padding-left: 64px;
  padding-right: 64px; }

#sp🚧 .l-ph6 {
  padding-left: 128px;
  padding-right: 128px; }

#sp🚧 .l-ph7 {
  padding-left: 256px;
  padding-right: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-ph0--2col {
    padding-left: 0;
    padding-right: 0; }

  #sp🚧 .l-ph1--2col {
    padding-left: 4px;
    padding-right: 4px; }

  #sp🚧 .l-ph2--2col {
    padding-left: 8px;
    padding-right: 8px; }

  #sp🚧 .l-ph3--2col {
    padding-left: 16px;
    padding-right: 16px; }

  #sp🚧 .l-ph4--2col {
    padding-left: 32px;
    padding-right: 32px; }

  #sp🚧 .l-ph5--2col {
    padding-left: 64px;
    padding-right: 64px; }

  #sp🚧 .l-ph6--2col {
    padding-left: 128px;
    padding-right: 128px; }

  #sp🚧 .l-ph7--2col {
    padding-left: 256px;
    padding-right: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-ph0--3col {
    padding-left: 0;
    padding-right: 0; }

  #sp🚧 .l-ph1--3col {
    padding-left: 4px;
    padding-right: 4px; }

  #sp🚧 .l-ph2--3col {
    padding-left: 8px;
    padding-right: 8px; }

  #sp🚧 .l-ph3--3col {
    padding-left: 16px;
    padding-right: 16px; }

  #sp🚧 .l-ph4--3col {
    padding-left: 32px;
    padding-right: 32px; }

  #sp🚧 .l-ph5--3col {
    padding-left: 64px;
    padding-right: 64px; }

  #sp🚧 .l-ph6--3col {
    padding-left: 128px;
    padding-right: 128px; }

  #sp🚧 .l-ph7--3col {
    padding-left: 256px;
    padding-right: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-ph0--4col {
    padding-left: 0;
    padding-right: 0; }

  #sp🚧 .l-ph1--4col {
    padding-left: 4px;
    padding-right: 4px; }

  #sp🚧 .l-ph2--4col {
    padding-left: 8px;
    padding-right: 8px; }

  #sp🚧 .l-ph3--4col {
    padding-left: 16px;
    padding-right: 16px; }

  #sp🚧 .l-ph4--4col {
    padding-left: 32px;
    padding-right: 32px; }

  #sp🚧 .l-ph5--4col {
    padding-left: 64px;
    padding-right: 64px; }

  #sp🚧 .l-ph6--4col {
    padding-left: 128px;
    padding-right: 128px; }

  #sp🚧 .l-ph7--4col {
    padding-left: 256px;
    padding-right: 256px; } }
#sp🚧 .l-pv0 {
  padding-top: 0;
  padding-bottom: 0; }

#sp🚧 .l-pv1 {
  padding-top: 4px;
  padding-bottom: 4px; }

#sp🚧 .l-pv2 {
  padding-top: 8px;
  padding-bottom: 8px; }

#sp🚧 .l-pv3 {
  padding-top: 16px;
  padding-bottom: 16px; }

#sp🚧 .l-pv4 {
  padding-top: 32px;
  padding-bottom: 32px; }

#sp🚧 .l-pv5 {
  padding-top: 64px;
  padding-bottom: 64px; }

#sp🚧 .l-pv6 {
  padding-top: 128px;
  padding-bottom: 128px; }

#sp🚧 .l-pv7 {
  padding-top: 256px;
  padding-bottom: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-pv0--2col {
    padding-top: 0;
    padding-bottom: 0; }

  #sp🚧 .l-pv1--2col {
    padding-top: 4px;
    padding-bottom: 4px; }

  #sp🚧 .l-pv2--2col {
    padding-top: 8px;
    padding-bottom: 8px; }

  #sp🚧 .l-pv3--2col {
    padding-top: 16px;
    padding-bottom: 16px; }

  #sp🚧 .l-pv4--2col {
    padding-top: 32px;
    padding-bottom: 32px; }

  #sp🚧 .l-pv5--2col {
    padding-top: 64px;
    padding-bottom: 64px; }

  #sp🚧 .l-pv6--2col {
    padding-top: 128px;
    padding-bottom: 128px; }

  #sp🚧 .l-pv7--2col {
    padding-top: 256px;
    padding-bottom: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-pv0--3col {
    padding-top: 0;
    padding-bottom: 0; }

  #sp🚧 .l-pv1--3col {
    padding-top: 4px;
    padding-bottom: 4px; }

  #sp🚧 .l-pv2--3col {
    padding-top: 8px;
    padding-bottom: 8px; }

  #sp🚧 .l-pv3--3col {
    padding-top: 16px;
    padding-bottom: 16px; }

  #sp🚧 .l-pv4--3col {
    padding-top: 32px;
    padding-bottom: 32px; }

  #sp🚧 .l-pv5--3col {
    padding-top: 64px;
    padding-bottom: 64px; }

  #sp🚧 .l-pv6--3col {
    padding-top: 128px;
    padding-bottom: 128px; }

  #sp🚧 .l-pv7--3col {
    padding-top: 256px;
    padding-bottom: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-pv0--4col {
    padding-top: 0;
    padding-bottom: 0; }

  #sp🚧 .l-pv1--4col {
    padding-top: 4px;
    padding-bottom: 4px; }

  #sp🚧 .l-pv2--4col {
    padding-top: 8px;
    padding-bottom: 8px; }

  #sp🚧 .l-pv3--4col {
    padding-top: 16px;
    padding-bottom: 16px; }

  #sp🚧 .l-pv4--4col {
    padding-top: 32px;
    padding-bottom: 32px; }

  #sp🚧 .l-pv5--4col {
    padding-top: 64px;
    padding-bottom: 64px; }

  #sp🚧 .l-pv6--4col {
    padding-top: 128px;
    padding-bottom: 128px; }

  #sp🚧 .l-pv7--4col {
    padding-top: 256px;
    padding-bottom: 256px; } }
#sp🚧 .l-pl0 {
  padding-left: 0; }

#sp🚧 .l-pl1 {
  padding-left: 4px; }

#sp🚧 .l-pl2 {
  padding-left: 8px; }

#sp🚧 .l-pl3 {
  padding-left: 16px; }

#sp🚧 .l-pl4 {
  padding-left: 32px; }

#sp🚧 .l-pl5 {
  padding-left: 64px; }

#sp🚧 .l-pl6 {
  padding-left: 128px; }

#sp🚧 .l-pl7 {
  padding-left: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-pl0--2col {
    padding-left: 0; }

  #sp🚧 .l-pl1--2col {
    padding-left: 4px; }

  #sp🚧 .l-pl2--2col {
    padding-left: 8px; }

  #sp🚧 .l-pl3--2col {
    padding-left: 16px; }

  #sp🚧 .l-pl4--2col {
    padding-left: 32px; }

  #sp🚧 .l-pl5--2col {
    padding-left: 64px; }

  #sp🚧 .l-pl6--2col {
    padding-left: 128px; }

  #sp🚧 .l-pl7--2col {
    padding-left: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-pl0--3col {
    padding-left: 0; }

  #sp🚧 .l-pl1--3col {
    padding-left: 4px; }

  #sp🚧 .l-pl2--3col {
    padding-left: 8px; }

  #sp🚧 .l-pl3--3col {
    padding-left: 16px; }

  #sp🚧 .l-pl4--3col {
    padding-left: 32px; }

  #sp🚧 .l-pl5--3col {
    padding-left: 64px; }

  #sp🚧 .l-pl6--3col {
    padding-left: 128px; }

  #sp🚧 .l-pl7--3col {
    padding-left: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-pl0--4col {
    padding-left: 0; }

  #sp🚧 .l-pl1--4col {
    padding-left: 4px; }

  #sp🚧 .l-pl2--4col {
    padding-left: 8px; }

  #sp🚧 .l-pl3--4col {
    padding-left: 16px; }

  #sp🚧 .l-pl4--4col {
    padding-left: 32px; }

  #sp🚧 .l-pl5--4col {
    padding-left: 64px; }

  #sp🚧 .l-pl6--4col {
    padding-left: 128px; }

  #sp🚧 .l-pl7--4col {
    padding-left: 256px; } }
#sp🚧 .l-pr0 {
  padding-right: 0; }

#sp🚧 .l-pr1 {
  padding-right: 4px; }

#sp🚧 .l-pr2 {
  padding-right: 8px; }

#sp🚧 .l-pr3 {
  padding-right: 16px; }

#sp🚧 .l-pr4 {
  padding-right: 32px; }

#sp🚧 .l-pr5 {
  padding-right: 64px; }

#sp🚧 .l-pr6 {
  padding-right: 128px; }

#sp🚧 .l-pr7 {
  padding-right: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-pr0--2col {
    padding-right: 0; }

  #sp🚧 .l-pr1--2col {
    padding-right: 4px; }

  #sp🚧 .l-pr2--2col {
    padding-right: 8px; }

  #sp🚧 .l-pr3--2col {
    padding-right: 16px; }

  #sp🚧 .l-pr4--2col {
    padding-right: 32px; }

  #sp🚧 .l-pr5--2col {
    padding-right: 64px; }

  #sp🚧 .l-pr6--2col {
    padding-right: 128px; }

  #sp🚧 .l-pr7--2col {
    padding-right: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-pr0--3col {
    padding-right: 0; }

  #sp🚧 .l-pr1--3col {
    padding-right: 4px; }

  #sp🚧 .l-pr2--3col {
    padding-right: 8px; }

  #sp🚧 .l-pr3--3col {
    padding-right: 16px; }

  #sp🚧 .l-pr4--3col {
    padding-right: 32px; }

  #sp🚧 .l-pr5--3col {
    padding-right: 64px; }

  #sp🚧 .l-pr6--3col {
    padding-right: 128px; }

  #sp🚧 .l-pr7--3col {
    padding-right: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-pr0--4col {
    padding-right: 0; }

  #sp🚧 .l-pr1--4col {
    padding-right: 4px; }

  #sp🚧 .l-pr2--4col {
    padding-right: 8px; }

  #sp🚧 .l-pr3--4col {
    padding-right: 16px; }

  #sp🚧 .l-pr4--4col {
    padding-right: 32px; }

  #sp🚧 .l-pr5--4col {
    padding-right: 64px; }

  #sp🚧 .l-pr6--4col {
    padding-right: 128px; }

  #sp🚧 .l-pr7--4col {
    padding-right: 256px; } }
#sp🚧 .l-pt0 {
  padding-top: 0; }

#sp🚧 .l-pt1 {
  padding-top: 4px; }

#sp🚧 .l-pt2 {
  padding-top: 8px; }

#sp🚧 .l-pt3 {
  padding-top: 16px; }

#sp🚧 .l-pt4 {
  padding-top: 32px; }

#sp🚧 .l-pt5 {
  padding-top: 64px; }

#sp🚧 .l-pt6 {
  padding-top: 128px; }

#sp🚧 .l-pt7 {
  padding-top: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-pt0--2col {
    padding-top: 0; }

  #sp🚧 .l-pt1--2col {
    padding-top: 4px; }

  #sp🚧 .l-pt2--2col {
    padding-top: 8px; }

  #sp🚧 .l-pt3--2col {
    padding-top: 16px; }

  #sp🚧 .l-pt4--2col {
    padding-top: 32px; }

  #sp🚧 .l-pt5--2col {
    padding-top: 64px; }

  #sp🚧 .l-pt6--2col {
    padding-top: 128px; }

  #sp🚧 .l-pt7--2col {
    padding-top: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-pt0--3col {
    padding-top: 0; }

  #sp🚧 .l-pt1--3col {
    padding-top: 4px; }

  #sp🚧 .l-pt2--3col {
    padding-top: 8px; }

  #sp🚧 .l-pt3--3col {
    padding-top: 16px; }

  #sp🚧 .l-pt4--3col {
    padding-top: 32px; }

  #sp🚧 .l-pt5--3col {
    padding-top: 64px; }

  #sp🚧 .l-pt6--3col {
    padding-top: 128px; }

  #sp🚧 .l-pt7--3col {
    padding-top: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-pt0--4col {
    padding-top: 0; }

  #sp🚧 .l-pt1--4col {
    padding-top: 4px; }

  #sp🚧 .l-pt2--4col {
    padding-top: 8px; }

  #sp🚧 .l-pt3--4col {
    padding-top: 16px; }

  #sp🚧 .l-pt4--4col {
    padding-top: 32px; }

  #sp🚧 .l-pt5--4col {
    padding-top: 64px; }

  #sp🚧 .l-pt6--4col {
    padding-top: 128px; }

  #sp🚧 .l-pt7--4col {
    padding-top: 256px; } }
#sp🚧 .l-pb0 {
  padding-bottom: 0; }

#sp🚧 .l-pb1 {
  padding-bottom: 4px; }

#sp🚧 .l-pb2 {
  padding-bottom: 8px; }

#sp🚧 .l-pb3 {
  padding-bottom: 16px; }

#sp🚧 .l-pb4 {
  padding-bottom: 32px; }

#sp🚧 .l-pb5 {
  padding-bottom: 64px; }

#sp🚧 .l-pb6 {
  padding-bottom: 128px; }

#sp🚧 .l-pb7 {
  padding-bottom: 256px; }

@media (min-width: 624px) {
  #sp🚧 .l-pb0--2col {
    padding-bottom: 0; }

  #sp🚧 .l-pb1--2col {
    padding-bottom: 4px; }

  #sp🚧 .l-pb2--2col {
    padding-bottom: 8px; }

  #sp🚧 .l-pb3--2col {
    padding-bottom: 16px; }

  #sp🚧 .l-pb4--2col {
    padding-bottom: 32px; }

  #sp🚧 .l-pb5--2col {
    padding-bottom: 64px; }

  #sp🚧 .l-pb6--2col {
    padding-bottom: 128px; }

  #sp🚧 .l-pb7--2col {
    padding-bottom: 256px; } }
@media (min-width: 936px) {
  #sp🚧 .l-pb0--3col {
    padding-bottom: 0; }

  #sp🚧 .l-pb1--3col {
    padding-bottom: 4px; }

  #sp🚧 .l-pb2--3col {
    padding-bottom: 8px; }

  #sp🚧 .l-pb3--3col {
    padding-bottom: 16px; }

  #sp🚧 .l-pb4--3col {
    padding-bottom: 32px; }

  #sp🚧 .l-pb5--3col {
    padding-bottom: 64px; }

  #sp🚧 .l-pb6--3col {
    padding-bottom: 128px; }

  #sp🚧 .l-pb7--3col {
    padding-bottom: 256px; } }
@media (min-width: 1248px) {
  #sp🚧 .l-pb0--4col {
    padding-bottom: 0; }

  #sp🚧 .l-pb1--4col {
    padding-bottom: 4px; }

  #sp🚧 .l-pb2--4col {
    padding-bottom: 8px; }

  #sp🚧 .l-pb3--4col {
    padding-bottom: 16px; }

  #sp🚧 .l-pb4--4col {
    padding-bottom: 32px; }

  #sp🚧 .l-pb5--4col {
    padding-bottom: 64px; }

  #sp🚧 .l-pb6--4col {
    padding-bottom: 128px; }

  #sp🚧 .l-pb7--4col {
    padding-bottom: 256px; } }
#sp🚧 .l-gs-ma0 {
  margin: 0; }

#sp🚧 .l-gs-ma1 {
  margin: 0.8888888888888888rem; }

#sp🚧 .l-gs-ma2 {
  margin: 1.77778rem; }

#sp🚧 .l-gs-ma3 {
  margin: 2.66667rem; }

#sp🚧 .l-gs-ma4 {
  margin: 3.55556rem; }

#sp🚧 .l-gs-ma5 {
  margin: 4.44444rem; }

#sp🚧 .l-gs-ma6 {
  margin: 5.33333rem; }

#sp🚧 .l-gs-ma7 {
  margin: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-ma0--2col {
    margin: 0; }

  #sp🚧 .l-gs-ma1--2col {
    margin: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ma2--2col {
    margin: 1.77778rem; }

  #sp🚧 .l-gs-ma3--2col {
    margin: 2.66667rem; }

  #sp🚧 .l-gs-ma4--2col {
    margin: 3.55556rem; }

  #sp🚧 .l-gs-ma5--2col {
    margin: 4.44444rem; }

  #sp🚧 .l-gs-ma6--2col {
    margin: 5.33333rem; }

  #sp🚧 .l-gs-ma7--2col {
    margin: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-ma0--3col {
    margin: 0; }

  #sp🚧 .l-gs-ma1--3col {
    margin: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ma2--3col {
    margin: 1.77778rem; }

  #sp🚧 .l-gs-ma3--3col {
    margin: 2.66667rem; }

  #sp🚧 .l-gs-ma4--3col {
    margin: 3.55556rem; }

  #sp🚧 .l-gs-ma5--3col {
    margin: 4.44444rem; }

  #sp🚧 .l-gs-ma6--3col {
    margin: 5.33333rem; }

  #sp🚧 .l-gs-ma7--3col {
    margin: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-ma0--4col {
    margin: 0; }

  #sp🚧 .l-gs-ma1--4col {
    margin: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ma2--4col {
    margin: 1.77778rem; }

  #sp🚧 .l-gs-ma3--4col {
    margin: 2.66667rem; }

  #sp🚧 .l-gs-ma4--4col {
    margin: 3.55556rem; }

  #sp🚧 .l-gs-ma5--4col {
    margin: 4.44444rem; }

  #sp🚧 .l-gs-ma6--4col {
    margin: 5.33333rem; }

  #sp🚧 .l-gs-ma7--4col {
    margin: 6.22222rem; } }
#sp🚧 .l-gs-mh0 {
  margin-left: 0;
  margin-right: 0; }

#sp🚧 .l-gs-mh1 {
  margin-left: 0.8888888888888888rem;
  margin-right: 0.8888888888888888rem; }

#sp🚧 .l-gs-mh2 {
  margin-left: 1.77778rem;
  margin-right: 1.77778rem; }

#sp🚧 .l-gs-mh3 {
  margin-left: 2.66667rem;
  margin-right: 2.66667rem; }

#sp🚧 .l-gs-mh4 {
  margin-left: 3.55556rem;
  margin-right: 3.55556rem; }

#sp🚧 .l-gs-mh5 {
  margin-left: 4.44444rem;
  margin-right: 4.44444rem; }

#sp🚧 .l-gs-mh6 {
  margin-left: 5.33333rem;
  margin-right: 5.33333rem; }

#sp🚧 .l-gs-mh7 {
  margin-left: 6.22222rem;
  margin-right: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-mh0--2col {
    margin-left: 0;
    margin-right: 0; }

  #sp🚧 .l-gs-mh1--2col {
    margin-left: 0.8888888888888888rem;
    margin-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mh2--2col {
    margin-left: 1.77778rem;
    margin-right: 1.77778rem; }

  #sp🚧 .l-gs-mh3--2col {
    margin-left: 2.66667rem;
    margin-right: 2.66667rem; }

  #sp🚧 .l-gs-mh4--2col {
    margin-left: 3.55556rem;
    margin-right: 3.55556rem; }

  #sp🚧 .l-gs-mh5--2col {
    margin-left: 4.44444rem;
    margin-right: 4.44444rem; }

  #sp🚧 .l-gs-mh6--2col {
    margin-left: 5.33333rem;
    margin-right: 5.33333rem; }

  #sp🚧 .l-gs-mh7--2col {
    margin-left: 6.22222rem;
    margin-right: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-mh0--3col {
    margin-left: 0;
    margin-right: 0; }

  #sp🚧 .l-gs-mh1--3col {
    margin-left: 0.8888888888888888rem;
    margin-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mh2--3col {
    margin-left: 1.77778rem;
    margin-right: 1.77778rem; }

  #sp🚧 .l-gs-mh3--3col {
    margin-left: 2.66667rem;
    margin-right: 2.66667rem; }

  #sp🚧 .l-gs-mh4--3col {
    margin-left: 3.55556rem;
    margin-right: 3.55556rem; }

  #sp🚧 .l-gs-mh5--3col {
    margin-left: 4.44444rem;
    margin-right: 4.44444rem; }

  #sp🚧 .l-gs-mh6--3col {
    margin-left: 5.33333rem;
    margin-right: 5.33333rem; }

  #sp🚧 .l-gs-mh7--3col {
    margin-left: 6.22222rem;
    margin-right: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-mh0--4col {
    margin-left: 0;
    margin-right: 0; }

  #sp🚧 .l-gs-mh1--4col {
    margin-left: 0.8888888888888888rem;
    margin-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mh2--4col {
    margin-left: 1.77778rem;
    margin-right: 1.77778rem; }

  #sp🚧 .l-gs-mh3--4col {
    margin-left: 2.66667rem;
    margin-right: 2.66667rem; }

  #sp🚧 .l-gs-mh4--4col {
    margin-left: 3.55556rem;
    margin-right: 3.55556rem; }

  #sp🚧 .l-gs-mh5--4col {
    margin-left: 4.44444rem;
    margin-right: 4.44444rem; }

  #sp🚧 .l-gs-mh6--4col {
    margin-left: 5.33333rem;
    margin-right: 5.33333rem; }

  #sp🚧 .l-gs-mh7--4col {
    margin-left: 6.22222rem;
    margin-right: 6.22222rem; } }
#sp🚧 .l-gs-mv0 {
  margin-top: 0;
  margin-bottom: 0; }

#sp🚧 .l-gs-mv1 {
  margin-top: 0.8888888888888888rem;
  margin-bottom: 0.8888888888888888rem; }

#sp🚧 .l-gs-mv2 {
  margin-top: 1.77778rem;
  margin-bottom: 1.77778rem; }

#sp🚧 .l-gs-mv3 {
  margin-top: 2.66667rem;
  margin-bottom: 2.66667rem; }

#sp🚧 .l-gs-mv4 {
  margin-top: 3.55556rem;
  margin-bottom: 3.55556rem; }

#sp🚧 .l-gs-mv5 {
  margin-top: 4.44444rem;
  margin-bottom: 4.44444rem; }

#sp🚧 .l-gs-mv6 {
  margin-top: 5.33333rem;
  margin-bottom: 5.33333rem; }

#sp🚧 .l-gs-mv7 {
  margin-top: 6.22222rem;
  margin-bottom: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-mv0--2col {
    margin-top: 0;
    margin-bottom: 0; }

  #sp🚧 .l-gs-mv1--2col {
    margin-top: 0.8888888888888888rem;
    margin-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mv2--2col {
    margin-top: 1.77778rem;
    margin-bottom: 1.77778rem; }

  #sp🚧 .l-gs-mv3--2col {
    margin-top: 2.66667rem;
    margin-bottom: 2.66667rem; }

  #sp🚧 .l-gs-mv4--2col {
    margin-top: 3.55556rem;
    margin-bottom: 3.55556rem; }

  #sp🚧 .l-gs-mv5--2col {
    margin-top: 4.44444rem;
    margin-bottom: 4.44444rem; }

  #sp🚧 .l-gs-mv6--2col {
    margin-top: 5.33333rem;
    margin-bottom: 5.33333rem; }

  #sp🚧 .l-gs-mv7--2col {
    margin-top: 6.22222rem;
    margin-bottom: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-mv0--3col {
    margin-top: 0;
    margin-bottom: 0; }

  #sp🚧 .l-gs-mv1--3col {
    margin-top: 0.8888888888888888rem;
    margin-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mv2--3col {
    margin-top: 1.77778rem;
    margin-bottom: 1.77778rem; }

  #sp🚧 .l-gs-mv3--3col {
    margin-top: 2.66667rem;
    margin-bottom: 2.66667rem; }

  #sp🚧 .l-gs-mv4--3col {
    margin-top: 3.55556rem;
    margin-bottom: 3.55556rem; }

  #sp🚧 .l-gs-mv5--3col {
    margin-top: 4.44444rem;
    margin-bottom: 4.44444rem; }

  #sp🚧 .l-gs-mv6--3col {
    margin-top: 5.33333rem;
    margin-bottom: 5.33333rem; }

  #sp🚧 .l-gs-mv7--3col {
    margin-top: 6.22222rem;
    margin-bottom: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-mv0--4col {
    margin-top: 0;
    margin-bottom: 0; }

  #sp🚧 .l-gs-mv1--4col {
    margin-top: 0.8888888888888888rem;
    margin-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mv2--4col {
    margin-top: 1.77778rem;
    margin-bottom: 1.77778rem; }

  #sp🚧 .l-gs-mv3--4col {
    margin-top: 2.66667rem;
    margin-bottom: 2.66667rem; }

  #sp🚧 .l-gs-mv4--4col {
    margin-top: 3.55556rem;
    margin-bottom: 3.55556rem; }

  #sp🚧 .l-gs-mv5--4col {
    margin-top: 4.44444rem;
    margin-bottom: 4.44444rem; }

  #sp🚧 .l-gs-mv6--4col {
    margin-top: 5.33333rem;
    margin-bottom: 5.33333rem; }

  #sp🚧 .l-gs-mv7--4col {
    margin-top: 6.22222rem;
    margin-bottom: 6.22222rem; } }
#sp🚧 .l-gs-ml0 {
  margin-left: 0; }

#sp🚧 .l-gs-ml1 {
  margin-left: 0.8888888888888888rem; }

#sp🚧 .l-gs-ml2 {
  margin-left: 1.77778rem; }

#sp🚧 .l-gs-ml3 {
  margin-left: 2.66667rem; }

#sp🚧 .l-gs-ml4 {
  margin-left: 3.55556rem; }

#sp🚧 .l-gs-ml5 {
  margin-left: 4.44444rem; }

#sp🚧 .l-gs-ml6 {
  margin-left: 5.33333rem; }

#sp🚧 .l-gs-ml7 {
  margin-left: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-ml0--2col {
    margin-left: 0; }

  #sp🚧 .l-gs-ml1--2col {
    margin-left: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ml2--2col {
    margin-left: 1.77778rem; }

  #sp🚧 .l-gs-ml3--2col {
    margin-left: 2.66667rem; }

  #sp🚧 .l-gs-ml4--2col {
    margin-left: 3.55556rem; }

  #sp🚧 .l-gs-ml5--2col {
    margin-left: 4.44444rem; }

  #sp🚧 .l-gs-ml6--2col {
    margin-left: 5.33333rem; }

  #sp🚧 .l-gs-ml7--2col {
    margin-left: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-ml0--3col {
    margin-left: 0; }

  #sp🚧 .l-gs-ml1--3col {
    margin-left: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ml2--3col {
    margin-left: 1.77778rem; }

  #sp🚧 .l-gs-ml3--3col {
    margin-left: 2.66667rem; }

  #sp🚧 .l-gs-ml4--3col {
    margin-left: 3.55556rem; }

  #sp🚧 .l-gs-ml5--3col {
    margin-left: 4.44444rem; }

  #sp🚧 .l-gs-ml6--3col {
    margin-left: 5.33333rem; }

  #sp🚧 .l-gs-ml7--3col {
    margin-left: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-ml0--4col {
    margin-left: 0; }

  #sp🚧 .l-gs-ml1--4col {
    margin-left: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ml2--4col {
    margin-left: 1.77778rem; }

  #sp🚧 .l-gs-ml3--4col {
    margin-left: 2.66667rem; }

  #sp🚧 .l-gs-ml4--4col {
    margin-left: 3.55556rem; }

  #sp🚧 .l-gs-ml5--4col {
    margin-left: 4.44444rem; }

  #sp🚧 .l-gs-ml6--4col {
    margin-left: 5.33333rem; }

  #sp🚧 .l-gs-ml7--4col {
    margin-left: 6.22222rem; } }
#sp🚧 .l-gs-mr0 {
  margin-right: 0; }

#sp🚧 .l-gs-mr1 {
  margin-right: 0.8888888888888888rem; }

#sp🚧 .l-gs-mr2 {
  margin-right: 1.77778rem; }

#sp🚧 .l-gs-mr3 {
  margin-right: 2.66667rem; }

#sp🚧 .l-gs-mr4 {
  margin-right: 3.55556rem; }

#sp🚧 .l-gs-mr5 {
  margin-right: 4.44444rem; }

#sp🚧 .l-gs-mr6 {
  margin-right: 5.33333rem; }

#sp🚧 .l-gs-mr7 {
  margin-right: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-mr0--2col {
    margin-right: 0; }

  #sp🚧 .l-gs-mr1--2col {
    margin-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mr2--2col {
    margin-right: 1.77778rem; }

  #sp🚧 .l-gs-mr3--2col {
    margin-right: 2.66667rem; }

  #sp🚧 .l-gs-mr4--2col {
    margin-right: 3.55556rem; }

  #sp🚧 .l-gs-mr5--2col {
    margin-right: 4.44444rem; }

  #sp🚧 .l-gs-mr6--2col {
    margin-right: 5.33333rem; }

  #sp🚧 .l-gs-mr7--2col {
    margin-right: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-mr0--3col {
    margin-right: 0; }

  #sp🚧 .l-gs-mr1--3col {
    margin-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mr2--3col {
    margin-right: 1.77778rem; }

  #sp🚧 .l-gs-mr3--3col {
    margin-right: 2.66667rem; }

  #sp🚧 .l-gs-mr4--3col {
    margin-right: 3.55556rem; }

  #sp🚧 .l-gs-mr5--3col {
    margin-right: 4.44444rem; }

  #sp🚧 .l-gs-mr6--3col {
    margin-right: 5.33333rem; }

  #sp🚧 .l-gs-mr7--3col {
    margin-right: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-mr0--4col {
    margin-right: 0; }

  #sp🚧 .l-gs-mr1--4col {
    margin-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mr2--4col {
    margin-right: 1.77778rem; }

  #sp🚧 .l-gs-mr3--4col {
    margin-right: 2.66667rem; }

  #sp🚧 .l-gs-mr4--4col {
    margin-right: 3.55556rem; }

  #sp🚧 .l-gs-mr5--4col {
    margin-right: 4.44444rem; }

  #sp🚧 .l-gs-mr6--4col {
    margin-right: 5.33333rem; }

  #sp🚧 .l-gs-mr7--4col {
    margin-right: 6.22222rem; } }
#sp🚧 .l-gs-mt0 {
  margin-top: 0; }

#sp🚧 .l-gs-mt1 {
  margin-top: 0.8888888888888888rem; }

#sp🚧 .l-gs-mt2 {
  margin-top: 1.77778rem; }

#sp🚧 .l-gs-mt3 {
  margin-top: 2.66667rem; }

#sp🚧 .l-gs-mt4 {
  margin-top: 3.55556rem; }

#sp🚧 .l-gs-mt5 {
  margin-top: 4.44444rem; }

#sp🚧 .l-gs-mt6 {
  margin-top: 5.33333rem; }

#sp🚧 .l-gs-mt7 {
  margin-top: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-mt0--2col {
    margin-top: 0; }

  #sp🚧 .l-gs-mt1--2col {
    margin-top: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mt2--2col {
    margin-top: 1.77778rem; }

  #sp🚧 .l-gs-mt3--2col {
    margin-top: 2.66667rem; }

  #sp🚧 .l-gs-mt4--2col {
    margin-top: 3.55556rem; }

  #sp🚧 .l-gs-mt5--2col {
    margin-top: 4.44444rem; }

  #sp🚧 .l-gs-mt6--2col {
    margin-top: 5.33333rem; }

  #sp🚧 .l-gs-mt7--2col {
    margin-top: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-mt0--3col {
    margin-top: 0; }

  #sp🚧 .l-gs-mt1--3col {
    margin-top: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mt2--3col {
    margin-top: 1.77778rem; }

  #sp🚧 .l-gs-mt3--3col {
    margin-top: 2.66667rem; }

  #sp🚧 .l-gs-mt4--3col {
    margin-top: 3.55556rem; }

  #sp🚧 .l-gs-mt5--3col {
    margin-top: 4.44444rem; }

  #sp🚧 .l-gs-mt6--3col {
    margin-top: 5.33333rem; }

  #sp🚧 .l-gs-mt7--3col {
    margin-top: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-mt0--4col {
    margin-top: 0; }

  #sp🚧 .l-gs-mt1--4col {
    margin-top: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mt2--4col {
    margin-top: 1.77778rem; }

  #sp🚧 .l-gs-mt3--4col {
    margin-top: 2.66667rem; }

  #sp🚧 .l-gs-mt4--4col {
    margin-top: 3.55556rem; }

  #sp🚧 .l-gs-mt5--4col {
    margin-top: 4.44444rem; }

  #sp🚧 .l-gs-mt6--4col {
    margin-top: 5.33333rem; }

  #sp🚧 .l-gs-mt7--4col {
    margin-top: 6.22222rem; } }
#sp🚧 .l-gs-mb0 {
  margin-bottom: 0; }

#sp🚧 .l-gs-mb1 {
  margin-bottom: 0.8888888888888888rem; }

#sp🚧 .l-gs-mb2 {
  margin-bottom: 1.77778rem; }

#sp🚧 .l-gs-mb3 {
  margin-bottom: 2.66667rem; }

#sp🚧 .l-gs-mb4 {
  margin-bottom: 3.55556rem; }

#sp🚧 .l-gs-mb5 {
  margin-bottom: 4.44444rem; }

#sp🚧 .l-gs-mb6 {
  margin-bottom: 5.33333rem; }

#sp🚧 .l-gs-mb7 {
  margin-bottom: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-mb0--2col {
    margin-bottom: 0; }

  #sp🚧 .l-gs-mb1--2col {
    margin-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mb2--2col {
    margin-bottom: 1.77778rem; }

  #sp🚧 .l-gs-mb3--2col {
    margin-bottom: 2.66667rem; }

  #sp🚧 .l-gs-mb4--2col {
    margin-bottom: 3.55556rem; }

  #sp🚧 .l-gs-mb5--2col {
    margin-bottom: 4.44444rem; }

  #sp🚧 .l-gs-mb6--2col {
    margin-bottom: 5.33333rem; }

  #sp🚧 .l-gs-mb7--2col {
    margin-bottom: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-mb0--3col {
    margin-bottom: 0; }

  #sp🚧 .l-gs-mb1--3col {
    margin-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mb2--3col {
    margin-bottom: 1.77778rem; }

  #sp🚧 .l-gs-mb3--3col {
    margin-bottom: 2.66667rem; }

  #sp🚧 .l-gs-mb4--3col {
    margin-bottom: 3.55556rem; }

  #sp🚧 .l-gs-mb5--3col {
    margin-bottom: 4.44444rem; }

  #sp🚧 .l-gs-mb6--3col {
    margin-bottom: 5.33333rem; }

  #sp🚧 .l-gs-mb7--3col {
    margin-bottom: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-mb0--4col {
    margin-bottom: 0; }

  #sp🚧 .l-gs-mb1--4col {
    margin-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-mb2--4col {
    margin-bottom: 1.77778rem; }

  #sp🚧 .l-gs-mb3--4col {
    margin-bottom: 2.66667rem; }

  #sp🚧 .l-gs-mb4--4col {
    margin-bottom: 3.55556rem; }

  #sp🚧 .l-gs-mb5--4col {
    margin-bottom: 4.44444rem; }

  #sp🚧 .l-gs-mb6--4col {
    margin-bottom: 5.33333rem; }

  #sp🚧 .l-gs-mb7--4col {
    margin-bottom: 6.22222rem; } }
#sp🚧 .l-gs-pa0 {
  padding: 0; }

#sp🚧 .l-gs-pa1 {
  padding: 0.8888888888888888rem; }

#sp🚧 .l-gs-pa2 {
  padding: 1.77778rem; }

#sp🚧 .l-gs-pa3 {
  padding: 2.66667rem; }

#sp🚧 .l-gs-pa4 {
  padding: 3.55556rem; }

#sp🚧 .l-gs-pa5 {
  padding: 4.44444rem; }

#sp🚧 .l-gs-pa6 {
  padding: 5.33333rem; }

#sp🚧 .l-gs-pa7 {
  padding: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-pa0--2col {
    padding: 0; }

  #sp🚧 .l-gs-pa1--2col {
    padding: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pa2--2col {
    padding: 1.77778rem; }

  #sp🚧 .l-gs-pa3--2col {
    padding: 2.66667rem; }

  #sp🚧 .l-gs-pa4--2col {
    padding: 3.55556rem; }

  #sp🚧 .l-gs-pa5--2col {
    padding: 4.44444rem; }

  #sp🚧 .l-gs-pa6--2col {
    padding: 5.33333rem; }

  #sp🚧 .l-gs-pa7--2col {
    padding: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-pa0--3col {
    padding: 0; }

  #sp🚧 .l-gs-pa1--3col {
    padding: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pa2--3col {
    padding: 1.77778rem; }

  #sp🚧 .l-gs-pa3--3col {
    padding: 2.66667rem; }

  #sp🚧 .l-gs-pa4--3col {
    padding: 3.55556rem; }

  #sp🚧 .l-gs-pa5--3col {
    padding: 4.44444rem; }

  #sp🚧 .l-gs-pa6--3col {
    padding: 5.33333rem; }

  #sp🚧 .l-gs-pa7--3col {
    padding: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-pa0--4col {
    padding: 0; }

  #sp🚧 .l-gs-pa1--4col {
    padding: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pa2--4col {
    padding: 1.77778rem; }

  #sp🚧 .l-gs-pa3--4col {
    padding: 2.66667rem; }

  #sp🚧 .l-gs-pa4--4col {
    padding: 3.55556rem; }

  #sp🚧 .l-gs-pa5--4col {
    padding: 4.44444rem; }

  #sp🚧 .l-gs-pa6--4col {
    padding: 5.33333rem; }

  #sp🚧 .l-gs-pa7--4col {
    padding: 6.22222rem; } }
#sp🚧 .l-gs-ph0 {
  padding-left: 0;
  padding-right: 0; }

#sp🚧 .l-gs-ph1 {
  padding-left: 0.8888888888888888rem;
  padding-right: 0.8888888888888888rem; }

#sp🚧 .l-gs-ph2 {
  padding-left: 1.77778rem;
  padding-right: 1.77778rem; }

#sp🚧 .l-gs-ph3 {
  padding-left: 2.66667rem;
  padding-right: 2.66667rem; }

#sp🚧 .l-gs-ph4 {
  padding-left: 3.55556rem;
  padding-right: 3.55556rem; }

#sp🚧 .l-gs-ph5 {
  padding-left: 4.44444rem;
  padding-right: 4.44444rem; }

#sp🚧 .l-gs-ph6 {
  padding-left: 5.33333rem;
  padding-right: 5.33333rem; }

#sp🚧 .l-gs-ph7 {
  padding-left: 6.22222rem;
  padding-right: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-ph0--2col {
    padding-left: 0;
    padding-right: 0; }

  #sp🚧 .l-gs-ph1--2col {
    padding-left: 0.8888888888888888rem;
    padding-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ph2--2col {
    padding-left: 1.77778rem;
    padding-right: 1.77778rem; }

  #sp🚧 .l-gs-ph3--2col {
    padding-left: 2.66667rem;
    padding-right: 2.66667rem; }

  #sp🚧 .l-gs-ph4--2col {
    padding-left: 3.55556rem;
    padding-right: 3.55556rem; }

  #sp🚧 .l-gs-ph5--2col {
    padding-left: 4.44444rem;
    padding-right: 4.44444rem; }

  #sp🚧 .l-gs-ph6--2col {
    padding-left: 5.33333rem;
    padding-right: 5.33333rem; }

  #sp🚧 .l-gs-ph7--2col {
    padding-left: 6.22222rem;
    padding-right: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-ph0--3col {
    padding-left: 0;
    padding-right: 0; }

  #sp🚧 .l-gs-ph1--3col {
    padding-left: 0.8888888888888888rem;
    padding-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ph2--3col {
    padding-left: 1.77778rem;
    padding-right: 1.77778rem; }

  #sp🚧 .l-gs-ph3--3col {
    padding-left: 2.66667rem;
    padding-right: 2.66667rem; }

  #sp🚧 .l-gs-ph4--3col {
    padding-left: 3.55556rem;
    padding-right: 3.55556rem; }

  #sp🚧 .l-gs-ph5--3col {
    padding-left: 4.44444rem;
    padding-right: 4.44444rem; }

  #sp🚧 .l-gs-ph6--3col {
    padding-left: 5.33333rem;
    padding-right: 5.33333rem; }

  #sp🚧 .l-gs-ph7--3col {
    padding-left: 6.22222rem;
    padding-right: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-ph0--4col {
    padding-left: 0;
    padding-right: 0; }

  #sp🚧 .l-gs-ph1--4col {
    padding-left: 0.8888888888888888rem;
    padding-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-ph2--4col {
    padding-left: 1.77778rem;
    padding-right: 1.77778rem; }

  #sp🚧 .l-gs-ph3--4col {
    padding-left: 2.66667rem;
    padding-right: 2.66667rem; }

  #sp🚧 .l-gs-ph4--4col {
    padding-left: 3.55556rem;
    padding-right: 3.55556rem; }

  #sp🚧 .l-gs-ph5--4col {
    padding-left: 4.44444rem;
    padding-right: 4.44444rem; }

  #sp🚧 .l-gs-ph6--4col {
    padding-left: 5.33333rem;
    padding-right: 5.33333rem; }

  #sp🚧 .l-gs-ph7--4col {
    padding-left: 6.22222rem;
    padding-right: 6.22222rem; } }
#sp🚧 .l-gs-pv0 {
  padding-top: 0;
  padding-bottom: 0; }

#sp🚧 .l-gs-pv1 {
  padding-top: 0.8888888888888888rem;
  padding-bottom: 0.8888888888888888rem; }

#sp🚧 .l-gs-pv2 {
  padding-top: 1.77778rem;
  padding-bottom: 1.77778rem; }

#sp🚧 .l-gs-pv3 {
  padding-top: 2.66667rem;
  padding-bottom: 2.66667rem; }

#sp🚧 .l-gs-pv4 {
  padding-top: 3.55556rem;
  padding-bottom: 3.55556rem; }

#sp🚧 .l-gs-pv5 {
  padding-top: 4.44444rem;
  padding-bottom: 4.44444rem; }

#sp🚧 .l-gs-pv6 {
  padding-top: 5.33333rem;
  padding-bottom: 5.33333rem; }

#sp🚧 .l-gs-pv7 {
  padding-top: 6.22222rem;
  padding-bottom: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-pv0--2col {
    padding-top: 0;
    padding-bottom: 0; }

  #sp🚧 .l-gs-pv1--2col {
    padding-top: 0.8888888888888888rem;
    padding-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pv2--2col {
    padding-top: 1.77778rem;
    padding-bottom: 1.77778rem; }

  #sp🚧 .l-gs-pv3--2col {
    padding-top: 2.66667rem;
    padding-bottom: 2.66667rem; }

  #sp🚧 .l-gs-pv4--2col {
    padding-top: 3.55556rem;
    padding-bottom: 3.55556rem; }

  #sp🚧 .l-gs-pv5--2col {
    padding-top: 4.44444rem;
    padding-bottom: 4.44444rem; }

  #sp🚧 .l-gs-pv6--2col {
    padding-top: 5.33333rem;
    padding-bottom: 5.33333rem; }

  #sp🚧 .l-gs-pv7--2col {
    padding-top: 6.22222rem;
    padding-bottom: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-pv0--3col {
    padding-top: 0;
    padding-bottom: 0; }

  #sp🚧 .l-gs-pv1--3col {
    padding-top: 0.8888888888888888rem;
    padding-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pv2--3col {
    padding-top: 1.77778rem;
    padding-bottom: 1.77778rem; }

  #sp🚧 .l-gs-pv3--3col {
    padding-top: 2.66667rem;
    padding-bottom: 2.66667rem; }

  #sp🚧 .l-gs-pv4--3col {
    padding-top: 3.55556rem;
    padding-bottom: 3.55556rem; }

  #sp🚧 .l-gs-pv5--3col {
    padding-top: 4.44444rem;
    padding-bottom: 4.44444rem; }

  #sp🚧 .l-gs-pv6--3col {
    padding-top: 5.33333rem;
    padding-bottom: 5.33333rem; }

  #sp🚧 .l-gs-pv7--3col {
    padding-top: 6.22222rem;
    padding-bottom: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-pv0--4col {
    padding-top: 0;
    padding-bottom: 0; }

  #sp🚧 .l-gs-pv1--4col {
    padding-top: 0.8888888888888888rem;
    padding-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pv2--4col {
    padding-top: 1.77778rem;
    padding-bottom: 1.77778rem; }

  #sp🚧 .l-gs-pv3--4col {
    padding-top: 2.66667rem;
    padding-bottom: 2.66667rem; }

  #sp🚧 .l-gs-pv4--4col {
    padding-top: 3.55556rem;
    padding-bottom: 3.55556rem; }

  #sp🚧 .l-gs-pv5--4col {
    padding-top: 4.44444rem;
    padding-bottom: 4.44444rem; }

  #sp🚧 .l-gs-pv6--4col {
    padding-top: 5.33333rem;
    padding-bottom: 5.33333rem; }

  #sp🚧 .l-gs-pv7--4col {
    padding-top: 6.22222rem;
    padding-bottom: 6.22222rem; } }
#sp🚧 .l-gs-pl0 {
  padding-left: 0; }

#sp🚧 .l-gs-pl1 {
  padding-left: 0.8888888888888888rem; }

#sp🚧 .l-gs-pl2 {
  padding-left: 1.77778rem; }

#sp🚧 .l-gs-pl3 {
  padding-left: 2.66667rem; }

#sp🚧 .l-gs-pl4 {
  padding-left: 3.55556rem; }

#sp🚧 .l-gs-pl5 {
  padding-left: 4.44444rem; }

#sp🚧 .l-gs-pl6 {
  padding-left: 5.33333rem; }

#sp🚧 .l-gs-pl7 {
  padding-left: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-pl0--2col {
    padding-left: 0; }

  #sp🚧 .l-gs-pl1--2col {
    padding-left: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pl2--2col {
    padding-left: 1.77778rem; }

  #sp🚧 .l-gs-pl3--2col {
    padding-left: 2.66667rem; }

  #sp🚧 .l-gs-pl4--2col {
    padding-left: 3.55556rem; }

  #sp🚧 .l-gs-pl5--2col {
    padding-left: 4.44444rem; }

  #sp🚧 .l-gs-pl6--2col {
    padding-left: 5.33333rem; }

  #sp🚧 .l-gs-pl7--2col {
    padding-left: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-pl0--3col {
    padding-left: 0; }

  #sp🚧 .l-gs-pl1--3col {
    padding-left: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pl2--3col {
    padding-left: 1.77778rem; }

  #sp🚧 .l-gs-pl3--3col {
    padding-left: 2.66667rem; }

  #sp🚧 .l-gs-pl4--3col {
    padding-left: 3.55556rem; }

  #sp🚧 .l-gs-pl5--3col {
    padding-left: 4.44444rem; }

  #sp🚧 .l-gs-pl6--3col {
    padding-left: 5.33333rem; }

  #sp🚧 .l-gs-pl7--3col {
    padding-left: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-pl0--4col {
    padding-left: 0; }

  #sp🚧 .l-gs-pl1--4col {
    padding-left: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pl2--4col {
    padding-left: 1.77778rem; }

  #sp🚧 .l-gs-pl3--4col {
    padding-left: 2.66667rem; }

  #sp🚧 .l-gs-pl4--4col {
    padding-left: 3.55556rem; }

  #sp🚧 .l-gs-pl5--4col {
    padding-left: 4.44444rem; }

  #sp🚧 .l-gs-pl6--4col {
    padding-left: 5.33333rem; }

  #sp🚧 .l-gs-pl7--4col {
    padding-left: 6.22222rem; } }
#sp🚧 .l-gs-pr0 {
  padding-right: 0; }

#sp🚧 .l-gs-pr1 {
  padding-right: 0.8888888888888888rem; }

#sp🚧 .l-gs-pr2 {
  padding-right: 1.77778rem; }

#sp🚧 .l-gs-pr3 {
  padding-right: 2.66667rem; }

#sp🚧 .l-gs-pr4 {
  padding-right: 3.55556rem; }

#sp🚧 .l-gs-pr5 {
  padding-right: 4.44444rem; }

#sp🚧 .l-gs-pr6 {
  padding-right: 5.33333rem; }

#sp🚧 .l-gs-pr7 {
  padding-right: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-pr0--2col {
    padding-right: 0; }

  #sp🚧 .l-gs-pr1--2col {
    padding-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pr2--2col {
    padding-right: 1.77778rem; }

  #sp🚧 .l-gs-pr3--2col {
    padding-right: 2.66667rem; }

  #sp🚧 .l-gs-pr4--2col {
    padding-right: 3.55556rem; }

  #sp🚧 .l-gs-pr5--2col {
    padding-right: 4.44444rem; }

  #sp🚧 .l-gs-pr6--2col {
    padding-right: 5.33333rem; }

  #sp🚧 .l-gs-pr7--2col {
    padding-right: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-pr0--3col {
    padding-right: 0; }

  #sp🚧 .l-gs-pr1--3col {
    padding-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pr2--3col {
    padding-right: 1.77778rem; }

  #sp🚧 .l-gs-pr3--3col {
    padding-right: 2.66667rem; }

  #sp🚧 .l-gs-pr4--3col {
    padding-right: 3.55556rem; }

  #sp🚧 .l-gs-pr5--3col {
    padding-right: 4.44444rem; }

  #sp🚧 .l-gs-pr6--3col {
    padding-right: 5.33333rem; }

  #sp🚧 .l-gs-pr7--3col {
    padding-right: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-pr0--4col {
    padding-right: 0; }

  #sp🚧 .l-gs-pr1--4col {
    padding-right: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pr2--4col {
    padding-right: 1.77778rem; }

  #sp🚧 .l-gs-pr3--4col {
    padding-right: 2.66667rem; }

  #sp🚧 .l-gs-pr4--4col {
    padding-right: 3.55556rem; }

  #sp🚧 .l-gs-pr5--4col {
    padding-right: 4.44444rem; }

  #sp🚧 .l-gs-pr6--4col {
    padding-right: 5.33333rem; }

  #sp🚧 .l-gs-pr7--4col {
    padding-right: 6.22222rem; } }
#sp🚧 .l-gs-pt0 {
  padding-top: 0; }

#sp🚧 .l-gs-pt1 {
  padding-top: 0.8888888888888888rem; }

#sp🚧 .l-gs-pt2 {
  padding-top: 1.77778rem; }

#sp🚧 .l-gs-pt3 {
  padding-top: 2.66667rem; }

#sp🚧 .l-gs-pt4 {
  padding-top: 3.55556rem; }

#sp🚧 .l-gs-pt5 {
  padding-top: 4.44444rem; }

#sp🚧 .l-gs-pt6 {
  padding-top: 5.33333rem; }

#sp🚧 .l-gs-pt7 {
  padding-top: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-pt0--2col {
    padding-top: 0; }

  #sp🚧 .l-gs-pt1--2col {
    padding-top: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pt2--2col {
    padding-top: 1.77778rem; }

  #sp🚧 .l-gs-pt3--2col {
    padding-top: 2.66667rem; }

  #sp🚧 .l-gs-pt4--2col {
    padding-top: 3.55556rem; }

  #sp🚧 .l-gs-pt5--2col {
    padding-top: 4.44444rem; }

  #sp🚧 .l-gs-pt6--2col {
    padding-top: 5.33333rem; }

  #sp🚧 .l-gs-pt7--2col {
    padding-top: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-pt0--3col {
    padding-top: 0; }

  #sp🚧 .l-gs-pt1--3col {
    padding-top: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pt2--3col {
    padding-top: 1.77778rem; }

  #sp🚧 .l-gs-pt3--3col {
    padding-top: 2.66667rem; }

  #sp🚧 .l-gs-pt4--3col {
    padding-top: 3.55556rem; }

  #sp🚧 .l-gs-pt5--3col {
    padding-top: 4.44444rem; }

  #sp🚧 .l-gs-pt6--3col {
    padding-top: 5.33333rem; }

  #sp🚧 .l-gs-pt7--3col {
    padding-top: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-pt0--4col {
    padding-top: 0; }

  #sp🚧 .l-gs-pt1--4col {
    padding-top: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pt2--4col {
    padding-top: 1.77778rem; }

  #sp🚧 .l-gs-pt3--4col {
    padding-top: 2.66667rem; }

  #sp🚧 .l-gs-pt4--4col {
    padding-top: 3.55556rem; }

  #sp🚧 .l-gs-pt5--4col {
    padding-top: 4.44444rem; }

  #sp🚧 .l-gs-pt6--4col {
    padding-top: 5.33333rem; }

  #sp🚧 .l-gs-pt7--4col {
    padding-top: 6.22222rem; } }
#sp🚧 .l-gs-pb0 {
  padding-bottom: 0; }

#sp🚧 .l-gs-pb1 {
  padding-bottom: 0.8888888888888888rem; }

#sp🚧 .l-gs-pb2 {
  padding-bottom: 1.77778rem; }

#sp🚧 .l-gs-pb3 {
  padding-bottom: 2.66667rem; }

#sp🚧 .l-gs-pb4 {
  padding-bottom: 3.55556rem; }

#sp🚧 .l-gs-pb5 {
  padding-bottom: 4.44444rem; }

#sp🚧 .l-gs-pb6 {
  padding-bottom: 5.33333rem; }

#sp🚧 .l-gs-pb7 {
  padding-bottom: 6.22222rem; }

@media (min-width: 624px) {
  #sp🚧 .l-gs-pb0--2col {
    padding-bottom: 0; }

  #sp🚧 .l-gs-pb1--2col {
    padding-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pb2--2col {
    padding-bottom: 1.77778rem; }

  #sp🚧 .l-gs-pb3--2col {
    padding-bottom: 2.66667rem; }

  #sp🚧 .l-gs-pb4--2col {
    padding-bottom: 3.55556rem; }

  #sp🚧 .l-gs-pb5--2col {
    padding-bottom: 4.44444rem; }

  #sp🚧 .l-gs-pb6--2col {
    padding-bottom: 5.33333rem; }

  #sp🚧 .l-gs-pb7--2col {
    padding-bottom: 6.22222rem; } }
@media (min-width: 936px) {
  #sp🚧 .l-gs-pb0--3col {
    padding-bottom: 0; }

  #sp🚧 .l-gs-pb1--3col {
    padding-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pb2--3col {
    padding-bottom: 1.77778rem; }

  #sp🚧 .l-gs-pb3--3col {
    padding-bottom: 2.66667rem; }

  #sp🚧 .l-gs-pb4--3col {
    padding-bottom: 3.55556rem; }

  #sp🚧 .l-gs-pb5--3col {
    padding-bottom: 4.44444rem; }

  #sp🚧 .l-gs-pb6--3col {
    padding-bottom: 5.33333rem; }

  #sp🚧 .l-gs-pb7--3col {
    padding-bottom: 6.22222rem; } }
@media (min-width: 1248px) {
  #sp🚧 .l-gs-pb0--4col {
    padding-bottom: 0; }

  #sp🚧 .l-gs-pb1--4col {
    padding-bottom: 0.8888888888888888rem; }

  #sp🚧 .l-gs-pb2--4col {
    padding-bottom: 1.77778rem; }

  #sp🚧 .l-gs-pb3--4col {
    padding-bottom: 2.66667rem; }

  #sp🚧 .l-gs-pb4--4col {
    padding-bottom: 3.55556rem; }

  #sp🚧 .l-gs-pb5--4col {
    padding-bottom: 4.44444rem; }

  #sp🚧 .l-gs-pb6--4col {
    padding-bottom: 5.33333rem; }

  #sp🚧 .l-gs-pb7--4col {
    padding-bottom: 6.22222rem; } }
#sp🚧 .l-bg-cover {
  background-size: cover; }

#sp🚧 .t-bg-white {
  background-color: white; }

#sp🚧 .t-bg-white-a95 {
  background-color: rgba(255, 255, 255, 0.95); }

#sp🚧 .t-bg-purple-700 {
  background-color: #744d8b; }

#sp🚧 .t-bg-teal-100 {
  background-color: #b9e8ea; }

#sp🚧 .t-bg-teal-300 {
  background-color: #71dfe1; }

#sp🚧 .t-bg-teal-500 {
  background-color: #3ec9cb; }

#sp🚧 .t-bg-teal-700 {
  background-color: #24b3b5; }

#sp🚧 .t-bg-grey-50 {
  background-color: #f7f7f7; }

#sp🚧 .t-bg-grey-200 {
  background-color: #e5e5e5; }

#sp🚧 .t-bg-grey-500 {
  background-color: #3a3a3a; }

#sp🚧 .t-bg-grey-700 {
  background-color: #262626; }

#sp🚧 .t-bg-blue-500 {
  background-color: #339bcb; }

#sp🚧 .t-bg-purple-500 {
  background-color: #965fc0; }

#sp🚧 .t-bg-pink-500 {
  background-color: #ff837d; }

#sp🚧 .t-t {
  transition: all 0.2s ease; }

#sp🚧 .t-o-0 {
  opacity: 0; }

#sp🚧 .t-o-50 {
  opacity: 0.50; }

#sp🚧 .t-o-100 {
  opacity: 1; }

#sp🚧 .t-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }

#sp🚧 .t-ls-n {
  list-style: none; }

.AccountSettings_fields {
  max-width: 48%; }

@media (max-width: 531px) {
  .AccountSettings_fields {
    max-width: 100%; } }
.AccountSettings_socialLogin {
  max-width: 150px; }

.AccountSettings_toggle {
  margin-left: auto; }

.AccountSettings_acc {
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden; }

.AccountSettings_acc.u-open {
  max-height: 702px; }

.AccountSettings_accItem {
  cursor: pointer; }

.account-cancelation-card {
  background: #f5f5f5;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  overflow: hidden; }

@media screen and (min-width: 624px) {
  .account-cancelation-card {
    margin-right: 20px; } }
.account-cancelation-card .title {
  background: #d5d5d5;
  text-align: center;
  border-radius: 10px 10px 0px 0px; }

.account-cancelation-card .title p {
  color: #545454;
  margin: 0;
  font-weight: bold; }

.account-cancelation-card .content {
  height: calc(100% - 36px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  min-height: 400px; }

.account-cancelation-card .content .icon {
  display: block;
  height: 67px;
  width: 67px;
  border: 8px solid black;
  border-radius: 100%;
  position: relative;
  margin: 28px 0px; }

.account-cancelation-card .content .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-size: 26px; }

.account-cancelation-card .content .icon.l-b-n i {
  font-size: 67px; }

.account-cancelation-card .content .header {
  font-size: 24px;
  color: black;
  font-weight: bold;
  margin: 0 0 18px; }

.account-cancelation-card .content .body {
  text-align: center;
  margin: 0 0 10px;
  min-height: 92px; }

.account-cancelation-card .content .body p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #4e4e4e;
  font-weight: 400; }

.account-cancelation-card .content .body label {
  margin: 0px 10px 0px 0px; }

.account-cancelation-card .content .footer {
  color: #717171;
  font-size: 12px; }

a.BookCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 200px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
  margin: 5px 7px; }

.BookCard_media {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 45%; }

.BookCard_image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat; }

@media (max-width: 500px) {
  .BookCard_image {
    background-size: contain; } }
.BookCard_content {
  position: relative;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin-left: 15px;
  color: #3a3a3a; }

.BookCard_header {
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 10px; }

@media (max-width: 500px) {
  .BookCard_header {
    font-size: 17px; } }
.BookCard_authors {
  font-size: 14px; }

.BookCard_published {
  position: absolute;
  font-size: 14px;
  color: #a2a2a2;
  bottom: 0px;
  left: 0px; }

.BookCard_cta.Button {
  position: absolute;
  bottom: 25px;
  left: 0px;
  border: 2px solid #7ba4bb;
  background-color: white;
  color: #7ba4bb;
  font-size: 14px;
  line-height: 1;
  padding: 8px 20px;
  margin-top: 20px; }

.BookCard_cta.Button:hover {
  background-color: #7ba4bb;
  border-color: #7ba4bb; }

.BookPoster {
  display: block;
  position: relative;
  height: 458px;
  text-align: center;
  background-color: #3a3a3a;
  padding: 15px; }

.BookPoster img {
  position: relative;
  z-index: 1;
  height: 100%; }

.BookPoster::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: #262626; }

.product-fallback-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0; }

.product-fallback-list li .feature {
  width: 120px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.product-fallback-list li .feature.portrait {
  height: 120px; }

.product-fallback-list li .feature.portrait img {
  height: 100%; }

.product-fallback-list li .feature img {
  max-width: 100%; }

.Cart_container {
  max-width: 1248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .Cart_container {
    display: block; }

  .Cart_container.membership-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .Cart_container.membership-cart .Cart_contents {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .Cart_container.membership-cart .checkout-form {
    display: block; } }
.Cart_container #paypal-button-container iframe {
  z-index: 1 !important; }

.Cart_contents {
  width: 100%; }

@media screen and (min-width: 904px) {
  .Cart_contents {
    width: 50%; } }
.Cart_contents .header {
  border-bottom: 1px solid #e0e0e0; }

.Cart_contents .header h2 {
  font-weight: 400; }

@media (max-width: 935px) {
  .Cart_contents .header h2 {
    font-size: 1.5rem; } }
.Cart_contents .body .feature img {
  max-height: 227px; }

.Cart_contents .body .list ul li {
  font-size: 18px;
  color: #333; }

.Cart_contents .body .list ul li:before {
  content: "\25A0";
  padding-right: 16px;
  color: #c4c4c4; }

.Cart_contents .body .publisher-logos img {
  height: 20px; }

@media screen and (min-width: 624px) {
  .Cart_contents .body .publisher-logos img {
    height: 30px; } }
@media screen and (min-width: 936px) {
  .Cart_contents .body .publisher-logos img {
    height: 35px; } }
.Cart_contents .items {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (min-width: 935px) {
  .Cart_contents .items {
    overflow-y: scroll;
    height: 65vh; } }
.Cart_contents .total {
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0; }

.Cart_contents .total .price .before {
  color: #bdbdbd;
  text-decoration: line-through; }

.Cart_contents .total .price p {
  font-size: 18px; }

@media (max-width: 623px) {
  .Cart_contents .total p,
  .Cart_contents .total h3 {
    font-size: 18px; } }
.Cart_contents.free-book .header {
  border-bottom: none;
  text-align: center;
  position: absolute;
  width: 97vw;
  max-width: 1248px; }

@media screen and (min-width: 624px) {
  .Cart_contents.free-book .header {
    width: 90vw; } }
.Cart_contents.free-book img {
  max-width: none; }

.Cart_contents.membership {
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  .Cart_contents.membership {
    max-width: 312px; } }
@media screen and (min-width: 904px) {
  .Cart_contents.membership {
    max-width: none;
    width: 40%; } }
.Cart_contents.membership .salespoints {
  color: #7d7d7d;
  line-height: 1.4; }

.Cart_contents.membership .salespoints > div {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.Cart_contents.membership .salespoints img {
  height: 1.7777777777777777rem;
  width: 1.7777777777777777rem;
  max-width: 100%; }

@supports (-ms-ime-align: auto) {
  .Cart_contents.membership .salespoints img {
    max-width: none; } }
@media screen and (max-width: 768px) {
  .Cart_contents.membership .salespoints > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.Cart_contentsHeading {
  padding-bottom: 15px;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5; }

.Cart_lineItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }

.Cart_lineItemImage {
  width: 120px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.Cart_lineItemImage.u-portrait {
  height: 120px; }

.Cart_lineItemImage img {
  max-width: 100%; }

.u-portrait.Cart_lineItemImage img {
  height: 100%; }

.Cart_lineItemFreeTag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #3ec9cb;
  border: 1px solid #3ec9cb;
  border-radius: 10px;
  margin-left: 10px; }

.Cart_lineItemFreeTag:before {
  content: "FREE"; }

.Cart_lineItemDescription {
  font-size: 16px; }

.checkout-modal {
  background: #435069;
  color: #f2f2f2; }

.checkout-modal h2.modal-header {
  color: #f2f2f2;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem; }

.checkout-modal .checkout__form-wrapper .checkout__form label {
  margin-bottom: 0;
  margin-top: 1rem; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-header {
  border-bottom: 2px solid #bdbdbd;
  padding-bottom: 1.5rem; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-header h2 {
  color: #f2f2f2;
  font-size: 2rem;
  font-weight: 500; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-header span.checkout__form-header-icon {
  font-size: 30px; }

@media screen and (min-width: 624px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-header span.checkout__form-header-icon {
    font-size: 40px; } }
.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__validation-wrapper {
  margin-top: 1rem; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__validation-wrapper li {
  height: 2rem;
  color: #f2994a;
  margin-top: 1rem;
  line-height: 1.5rem; }

@media screen and (min-width: 936px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__validation-wrapper li {
    font-size: 1.15rem; } }
.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__validation-wrapper li div {
  background-color: rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  border: solid 3px;
  margin-right: 1rem;
  min-width: 30px; }

@media screen and (min-width: 936px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__validation-wrapper li div {
    min-width: 40px;
    width: 40px;
    height: 40px; } }
.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields {
  margin-top: 2.5rem; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input {
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 11.25px;
  margin-top: 0.5rem;
  max-height: 80px; }

@media screen and (min-width: 936px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input {
    padding: 15px; } }
@media screen and (min-width: 1248px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input {
    padding: 18px 25px; } }
.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::-webkit-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::-moz-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input:-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input--short {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input--short:nth-child(1) {
  margin-right: 1rem; }

@media screen and (min-width: 1248px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container .checkout__form-fields .card-form-input--short:nth-child(1) {
    margin-right: 2rem; } }
.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container label {
  color: #f2f2f2;
  font-size: 0.75rem; }

@media screen and (min-width: 936px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container label {
    font-size: 0.875rem; } }
@media screen and (min-width: 1248px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container label {
    font-size: 1rem; } }
.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"]) {
  color: #757575;
  height: 50px;
  font-size: 18px;
  background-color: #f2f2f2;
  margin-top: 0.5rem;
  font-weight: 500; }

@media screen and (min-width: 936px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"]) {
    font-size: 24px;
    height: 60px; } }
@media screen and (min-width: 1248px) {
  .checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"]) {
    font-size: 40px;
    height: 80px; } }
.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"])::-webkit-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"])::-moz-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"]):-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"])::-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input:not([type="button"])::placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input[type="email"]::-webkit-input-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input[type="email"]::-moz-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input[type="email"]:-ms-input-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input[type="email"]::-ms-input-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper .checkout__form .checkout__form-container input[type="email"]::placeholder {
  text-transform: lowercase; }

/*
   *  Overrides for Modal
   */
.checkout-modal .checkout__form-wrapper--modal {
  padding: 1rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form label {
  margin-bottom: 0;
  margin-top: 1rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container button {
  margin-top: 1rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-header {
  border-bottom: 2px solid #bdbdbd;
  padding-bottom: 1.5rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-header h2 {
  color: #f2f2f2;
  font-size: 1.5rem;
  font-weight: 500; }

@media screen and (min-width: 624px) {
  .checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-header h2 {
    font-size: 2rem; } }
.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-header span.checkout__form-header-icon {
  font-size: 30px; }

@media screen and (min-width: 624px) {
  .checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-header span.checkout__form-header-icon {
    font-size: 40px; } }
.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__validation-wrapper {
  margin-top: 1rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__validation-wrapper li {
  height: 2rem;
  color: #f2994a;
  margin-top: 1rem;
  line-height: 1.5rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__validation-wrapper li div {
  background-color: rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  border: solid 3px;
  margin-right: 1rem;
  min-width: 30px; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields {
  margin-top: 2.5rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input {
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 11.25px;
  margin-top: 0.5rem;
  max-height: 50px; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::-webkit-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::-moz-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input:-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input::placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input--short {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container .checkout__form-fields .card-form-input--short:nth-child(1) {
  margin-right: 1rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container label {
  color: #f2f2f2;
  font-size: 0.75rem; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input:not([type="button"]) {
  color: #757575;
  height: 50px;
  font-size: 18px;
  background-color: #f2f2f2;
  margin-top: 0.5rem;
  font-weight: 500; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input:not([type="button"])::-webkit-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input:not([type="button"])::-moz-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input:not([type="button"]):-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input:not([type="button"])::-ms-input-placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input:not([type="button"])::placeholder {
  color: #cfcfcf; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input[type="email"]::-webkit-input-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input[type="email"]::-moz-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input[type="email"]:-ms-input-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input[type="email"]::-ms-input-placeholder {
  text-transform: lowercase; }

.checkout-modal .checkout__form-wrapper--modal .checkout__form .checkout__form-container input[type="email"]::placeholder {
  text-transform: lowercase; }

.checkout-modal .Form_p {
  font-size: 0.75rem; }

@media screen and (min-width: 624px) {
  .checkout-modal .Form_p {
    font-size: 0.875rem; } }
.checkout__form {
  border: 1px solid #bdc4c9;
  background: #fafafa;
  border-radius: 15px;
  padding: 35px;
  max-width: 100%; }

.checkout__field-label {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 11px;
  color: #8d8d8d;
  width: 100%;
  display: block; }

.checkout__field {
  width: 100%;
  margin-bottom: 1.5em; }

.checkout__field input {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-display: auto;
  font-size: 22px;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #bdc4c9;
  border-radius: 0;
  color: #333;
  margin: 0; }

.checkout__field input::-webkit-input-placeholder {
  color: #e0e0e0; }

.checkout__field input::-moz-placeholder {
  color: #e0e0e0; }

.checkout__field input:-ms-input-placeholder {
  color: #e0e0e0; }

.checkout__field input::-ms-input-placeholder {
  color: #e0e0e0; }

.checkout__field input::placeholder {
  color: #e0e0e0; }

.checkout__field .card-form-input {
  background: #ffffff;
  border: 1px solid #bdc4c9;
  border-radius: 0;
  padding: 0.85em;
  margin: 0; }

.checkout__field .card-form-input[class*="invalid"] {
  border-color: #c3002d;
  color: #333; }

.checkout__field .card-form-input[class*="complete"] {
  border-color: #6fcf97;
  color: #333; }

.checkout label {
  margin-bottom: 0;
  line-height: 1; }

.checkout__form-button-wrapper .Button {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #fa3292;
  color: #fff;
  font-size: 22px;
  padding: 0.75em;
  text-align: center;
  border: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s; }

.checkout__form-button-wrapper .Button:hover,
.checkout__form-button-wrapper .Button:focus {
  background: #f30678; }

.checkout__form-button-wrapper .Button:active {
  -webkit-transform: translate(0);
  transform: translate(0); }

.checkout__validation-wrapper ul {
  margin-left: 0; }

.checkout__validation-wrapper [class*="fa-"] {
  color: #c3002d;
  margin-right: 0.5em; }

.checkout__cc-cards {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  grid-gap: 0.5em; }

.checkout-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 400px;
  -ms-flex: 1 0 400px;
  flex: 1 0 400px;
  max-width: 100%; }

.checkout-form.billing-details {
  width: 936px; }

.checkout-form.billing-details .checkout__form {
  color: #424242; }

.checkout-form.billing-details .checkout__form-header {
  margin-bottom: 2em; }

.checkout-form.billing-details .checkout__form-button-wrapper .Button {
  width: auto; }

@media screen and (min-width: 936px) {
  #checkout.checkout-form:not(.billing-details) {
    width: 60%; } }
.Collection_header {
  backgropund: #fff;
  text-align: center; }

.Collection_headerContent {
  max-width: 1000px;
  margin: auto;
  padding: 30px; }

.Collection_banner {
  background-color: #e5e5e5;
  padding: 30px 0; }

.Collection_bannerContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 700px) {
  .Collection_bannerContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.Collection_bannerHeading {
  font-weight: bold;
  font-size: 20px;
  color: #3a3a3a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 0px; }

.Collection_bannerImage {
  position: relative;
  display: block; }

.Collection_bannerImage img {
  width: 100%; }

.Collection_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82px;
  height: 52px;
  background-color: black;
  border-radius: 2px; }

.Collection_text {
  margin: 0px;
  font-size: 14px; }

.Collection_meta {
  color: #a2a2a2;
  display: block;
  font-weight: normal;
  font-size: 14px;
  min-width: 100%;
  margin: 10px 0; }

.Collection_meta a {
  text-decoration: underline;
  color: #a2a2a2;
  margin-right: 10px; }

.Collection_feed {
  margin: 30px auto; }

.Collection_feedList {
  margin-bottom: 30px; }

.Collection_feedHeading {
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #e5e5e5; }

.Collection_feedItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5; }

.Collection_feedIcon {
  font-size: 20px;
  min-width: 38px; }

.Collection_feedTitle {
  font-weight: bold;
  font-size: 20px;
  color: #3a3a3a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.Collection_icon {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #a2a2a2; }

.Component_Preview {
  height: 350px; }

.Component_Mobile {
  background-color: #9864FF;
  border-color: #3a3a3a;
  border-style: solid;
  border-radius: 6px;
  border-width: 20px 5px;
  width: 172px;
  height: 328px;
  position: absolute;
  top: 150px;
  left: -140px;
  overflow: hidden;
  z-index: 1; }

.Component_Desktop {
  background-color: #9864FF;
  border-color: #3a3a3a;
  border-style: solid;
  border-width: 10px 10px 40px;
  width: 815px;
  height: 455px; }

.Component_Desktop::after {
  content: "";
  border-color: #3a3a3a;
  background-color: #3a3a3a;
  border-style: solid;
  display: block;
  height: 30px;
  position: absolute;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  bottom: -20px;
  left: -100px;
  margin: -24px;
  right: -14px; }

.Component_Feature {
  background-color: #C9ADFF; }

.Component_Feature img {
  margin: 0em 25% 0 25%;
  width: 50%;
  padding: 1em 0; }

.Component_Feature_image img {
  width: 100%;
  height: auto; }

.Component_3col {
  width: 30%; }

@media (max-width: 624px) {
  .Component_3col {
    width: 100%; } }
.Component_link_text {
  z-index: 1; }

.component_device_view_mobile {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background: #fff;
  border: none;
  height: 640px;
  width: 360px; }

.component_device_view_desktop {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  background: #fff;
  border: none;
  height: 642px;
  width: 1265px;
  overflow: hidden; }

.ComponentPoster {
  height: 458px;
  text-align: center;
  background-color: #4e7081;
  padding: 15px; }

.ComponentPoster img {
  height: 100%;
  max-width: 100%; }

.ContentPanel {
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  background: #fff;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 1010px; }

.ContentPanel h2:first-child,
.ContentPanel h3:first-child {
  margin-top: 0; }

.ContentPanel p:last-child,
.ContentPanel h2:last-child,
.ContentPanel h3:last-child {
  margin-bottom: 0; }

.Contents {
  max-width: 1070px;
  margin: 0 auto;
  background-color: white; }

.Contents .Contents_row:last-child {
  border-bottom: none; }

.Contents_header {
  background: #efefef;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 13px; }

.Contents_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  color: #3a3a3a;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.Contents_row.u-muted {
  color: #a2a2a2; }

.Contents_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }

.Contents_label {
  color: #3ec9cb;
  border: 1px solid #3ec9cb;
  padding: 5px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 11px; }

@media (max-width: 624px) {
  .Contents_label {
    padding: 1px 3px;
    border-radius: 10px;
    font-size: 9px; } }
.Contents_button {
  position: relative;
  z-index: 1;
  color: #7ba4bb;
  border: 1px solid #7ba4bb;
  padding: 5px 10px;
  border-radius: 2px;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color; }

.Contents_button:hover {
  border-color: #4e7081;
  color: #4e7081; }

.Contents_type {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  text-align: center;
  font-size: 20px; }

.Contents_title {
  color: #3a3a3a;
  width: 50%; }

@media (max-width: 800px) {
  .Contents_title {
    font-size: 13px; } }
.u-muted .Contents_title {
  color: #a2a2a2; }

.Contents_actions {
  text-align: center;
  width: 35%; }

@media (max-width: 550px) {
  .Contents_actions {
    display: none; } }
.Contents_length {
  text-align: right;
  width: 11%;
  margin-right: 15px; }

@media (max-width: 700px) {
  .Contents_length {
    display: none; } }
.Contents_status {
  text-align: center;
  width: 10%; }

@media (max-width: 624px) {
  .Contents_status {
    width: 60px;
    padding: 0;
    margin-right: 8px; } }
@media screen and (min-width: 936px) and (max-width: 1247px) {
  .Contents_status {
    padding: 0 10px; } }
.Contents_action {
  position: relative;
  z-index: 1; }

.Contents_downloads {
  padding: 34px 0;
  text-align: center; }

ol.Contents {
  list-style-position: inside; }

.deal-container {
  background-color: #efefef;
  display: grid;
  grid-template-columns: 142px 142px 142px;
  grid-column-gap: 20px;
  grid-template-rows: repeat(20, 15px);
  width: 466px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1); }

@media (max-width: 624px) {
  .deal-container {
    grid-template-columns: 100px 100px 100px;
    grid-column-gap: 10px;
    width: 330px; } }
.slick-slide .deal-container {
  grid-template-columns: 100px 100px 100px;
  grid-column-gap: 10px;
  width: 330px; }

.slick-slide .deal-container .deal-text {
  font-size: 13.6px; }

.slick-slide .deal-container .deal-image {
  width: 60%; }

.deal-modal-bg {
  background-color: #4f4f66; }

.deal-code {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  width: 70%; }

.deal-title {
  grid-column: 1 / span 3; }

.deal-image {
  grid-column: 1;
  grid-row: 7 / span 6;
  float: left; }

@media (max-width: 624px) {
  .deal-image {
    width: 60%; } }
.deal-text {
  grid-column: 2 / span 2;
  grid-row: 7 / span 5; }

.deal-cta {
  grid-column: 1 / span 3;
  grid-row: 15 / span 3;
  clear: both;
  background-color: #2A5CFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  line-height: 2.5rem;
  height: 2.5rem; }

.deal-cta a {
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
  text-align: center;
  top: 0rem; }

.deal-cta.u-member {
  background-color: #ee4b8c; }

.deal-cta.u-member:hover,
.deal-cta.u-member:active {
  background-color: #ea1c6e; }

.deal-cta:hover,
.deal-cta:active {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: #898989; }

@media (min-width: 624px) {
  .deal-cta:hover a, .deal-cta:active a {
    top: -2.5rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; } }
.deal-cta.u-cta {
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-width: thick;
  text-transform: capitalize; }

.deal-cutout {
  margin: auto;
  border-radius: 100px;
  width: 10%;
  height: 40%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #efefef; }

.deal-cutout.u-left {
  left: -6%; }

.deal-cutout.u-right {
  right: -6%; }

.deal-cutout.u-drakpurple {
  background-color: #4f4f66; }

.deal-header-text {
  margin: auto 0; }

.deal-end-text {
  grid-column: 1 / span 3;
  grid-row: 19; }

.deal-notification {
  position: relative;
  top: -10px;
  right: 0;
  background-color: #b92b27;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  font-size: 0.7rem; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
    box-shadow: 0 0 0 10px rgba(255, 131, 125, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
    box-shadow: 0 0 0 0 rgba(255, 131, 125, 0); } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 131, 125, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 131, 125, 0);
    box-shadow: 0 0 0 10px rgba(255, 131, 125, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 131, 125, 0);
    box-shadow: 0 0 0 0 rgba(255, 131, 125, 0); } }
.Discussion_comments {
  list-style: none;
  margin: 0px; }

.Discussion_replies {
  width: 93%;
  margin-left: 3%;
  float: left; }

.Discussion_contribution {
  width: 100%; }

.Discussion_contribution.u-reply {
  padding-top: 30px; }

.Discussion_action {
  text-align: right; }

.Discussion_action a {
  max-width: 105px; }

.Discussion_avatar {
  padding: 0;
  width: 9.5%;
  margin-right: 23px;
  float: left;
  text-align: right; }

@media (max-width: 769px) {
  .Discussion_avatar {
    text-align: left; } }
.Discussion_title {
  color: #3a3a3a;
  font-weight: bold;
  font-size: 16px; }

.Discussion_title a {
  font-weight: bold;
  font-size: 16px;
  color: #3a3a3a; }

.Discussion_title a:hover {
  color: #262626; }

.Discussion_lightText {
  font-size: 14px;
  color: #a2a2a2; }

.Discussion_signedin {
  margin-bottom: 15px; }

.Discussion_signout {
  float: right; }

.Discussion_commentContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 66.25em;
  list-style: none;
  padding-top: 15px; }

.Discussion_userDetails {
  width: 100%;
  display: inline-block; }

.Discussion_comment {
  width: 87.5%;
  float: right;
  margin-top: 10px; }

.Discussion_metadata {
  width: 100%;
  margin: 0 auto 0 auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px; }

.Discussion_textarea {
  padding-left: 0;
  padding-right: 0;
  width: 87.5%;
  float: left; }

.Discussion_textarea textarea {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 3em; }

.Discussion_textarea.u-reply {
  width: 100%; }

.Discussion_reply {
  width: 87%;
  float: right; }

.FaqsPanel {
  background: #f7f7f7;
  min-height: 655px; }

@media screen and (max-width: 975px) {
  .FaqsPanel {
    padding-bottom: 70px; } }
.FaqsHeading {
  color: #3a3a3a;
  font-size: 25px;
  text-align: center;
  margin: 0px;
  padding: 50px 0;
  font-weight: normal; }

.FaqsSections {
  max-width: 968px;
  width: 100%;
  margin: 0 auto; }

.FaqsSection {
  width: 100%;
  display: inline-block;
  max-width: 470px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 28px;
  height: 448px;
  vertical-align: middle; }

.FaqsSection:last-child {
  margin-left: 23px; }

@media screen and (max-width: 975px) {
  .FaqsSection {
    display: block;
    margin: 0 auto; }

  .FaqsSection:last-child {
    margin: 50px auto 0px auto; } }
@media screen and (max-width: 470px) {
  .FaqsSection {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .FaqsSection:first-child {
    padding-bottom: 0px; }

  .FaqsSection:last-child {
    margin: 0 auto;
    padding-top: 0px; } }
.FaqsQuestion {
  font-size: 18px;
  font-weight: bold;
  color: #3a3a3a;
  margin: 0px; }

.FaqsAnswer {
  font-size: 14px;
  color: #3a3a3a;
  margin: 0px;
  padding: 10px 0 30px; }

.FeatureBox {
  background: #f7f7f7;
  padding: 25px;
  border: none;
  margin-bottom: 20px; }

.FeatureBox:last-child {
  margin-bottom: 0; }

.FeatureBox.u-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1150px) {
  .FeatureBox {
    display: block; } }
.FeatureBox h4 {
  margin: 0; }

.FeatureBox_heading {
  display: inline-block;
  padding-bottom: 10px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: bold; }

.FeatureBox_heading:hover {
  color: #262626; }

.FeatureBox_iconLink {
  padding-left: 10px; }

.FeatureBox_iconLink i {
  font-size: 21px;
  color: #3a3a3a; }

.FeatureBox_iconLink i:hover {
  color: #262626; }

.FeatureBox_image {
  margin-right: 15px;
  max-width: 110px;
  width: 100%; }

.FeatureBox_image img {
  max-width: 110px;
  max-height: 120px; }

@media (max-width: 1150px) {
  .FeatureBox_image {
    margin-bottom: 10px; } }
.FeatureBox_content {
  font-size: 14px;
  margin: 0px; }

.FeatureBox_content:first-child {
  padding-top: 5px; }

#featured-review-section {
  background: #333 url("../png/1521529662065f71275508f97ab371391e91a0ea2b.png");
  color: #f2f2f2; }

#featured-review-section .content-wrapper {
  max-width: 1248px; }

#featured-review-section .content-wrapper ._header {
  color: #f2f2f2; }

@media screen and (min-width: 1248px) {
  #featured-review-section .content-wrapper .reviews-wrapper {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal; } }
#featured-review-section .content-wrapper .reviews-wrapper .review-wrapper {
  background-color: rgba(71, 71, 71, 0.65); }

@media screen and (min-width: 936px) {
  #featured-review-section .content-wrapper .reviews-wrapper .review-wrapper:not(.single):nth-child(1) {
    margin-right: 20px; } }
@media screen and (min-width: 936px) {
  #featured-review-section .content-wrapper .reviews-wrapper .review-wrapper {
    width: 500px; }

  #featured-review-section .content-wrapper .reviews-wrapper .review-wrapper.single {
    width: 800px;
    margin-right: 0; } }
@media screen and (min-width: 1216px) {
  #featured-review-section .content-wrapper .reviews-wrapper .review-wrapper.single {
    width: 1000px;
    margin-right: 0; } }
#featured-review-section .content-wrapper .reviews-wrapper .review-wrapper .icon-container {
  margin: 2rem auto 0;
  width: 50%; }

@media screen and (min-width: 936px) {
  #featured-review-section .content-wrapper .reviews-wrapper .review-wrapper .icon-container {
    margin: 3rem auto 0; } }
#featured-review-section .content-wrapper .reviews-wrapper .review-wrapper .icon-container i.star {
  color: #f2994a;
  font-size: 1.8rem;
  margin-right: 5px; }

#featured-review-section .content-wrapper .reviews-wrapper .review-wrapper .review {
  line-height: 2rem;
  margin: 2rem 4rem 2rem; }

#featured-review-section .content-wrapper .reviews-wrapper .review-wrapper .reviewer-wrapper {
  margin-right: 4rem;
  min-height: 100px;
  margin-top: auto;
  margin-bottom: -35px; }

#featured-review-section .content-wrapper .reviews-wrapper .review-wrapper .reviewer-wrapper .reviewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 15px 15px; }

#featured-review-section .content-wrapper .reviews-wrapper .review-wrapper .reviewer-wrapper .avatar-container img {
  height: 75px;
  width: 75px;
  border: 4px solid #828282;
  background-color: #828282;
  -o-object-fit: cover;
  object-fit: cover; }

.Footer-bg {
  background-color: #232023; }

.Footer-hr {
  border: none;
  border-left: 1px solid #4f4f4f;
  width: 1px;
  height: 70%; }

a.Footer-link, a:visited.Footer-link {
  color: #a2a2a2; }

a.Footer-link:hover, a.Footer-link:active, a:visited.Footer-link:hover, a:visited.Footer-link:active {
  color: #bcbcbc;
  text-decoration: underline; }

.Grid_container {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }

.Grid_container.u-wide {
  max-width: 1300px; }

.Grid_container::after {
  content: " ";
  display: table;
  clear: both; }

.Grid_container .clear::after {
  content: " ";
  display: table;
  clear: both; }

.Grid_col1 {
  float: left;
  padding: 15px;
  width: 33.3%; }

@media (max-width: 800px) {
  .Grid_col1 {
    width: 100%; } }
.Grid_col2 {
  float: left;
  padding: 15px;
  width: 66.6%; }

@media (max-width: 800px) {
  .Grid_col2 {
    width: 100%; } }
.Grid_col3 {
  padding: 15px;
  width: 100%; }

@media (max-width: 800px) {
  .Grid_col3 {
    width: 100%; } }
.Grid_col3::after {
  content: " ";
  display: table;
  clear: both; }

.Grid_hr {
  margin: 0 30px;
  border-color: #e5e5e5;
  clear: both; }

html {
  font-size: 13.5px; }

@media (min-width: 312px) {
  html {
    font-size: 13.5px; } }
@media (min-width: 624px) {
  html {
    font-size: 15.75px; } }
@media (min-width: 936px) {
  html {
    font-size: 18px; } }
@media (min-width: 1248px) {
  html {
    font-size: 20.25px; } }
html body {
  line-height: 1.7777777777777777rem; }

html h1,
html h2,
html h3,
html h4,
html h5 {
  font-weight: 400; }

html h1,
html .h1 {
  font-size: 2.44140625rem;
  line-height: 3.5555555555555554rem;
  margin: 1.7777777777777777rem 0; }

html h2,
html .h2 {
  font-size: 1.953125rem;
  line-height: 2.6666666666666665rem;
  margin: 0 0 0.8888888888888888rem 0; }

html h3,
html .h3 {
  font-size: 1.5625rem;
  line-height: 1.7777777777777777rem;
  margin: 0 0 0.8888888888888888rem 0; }

html h4,
html .h4 {
  font-size: 1.25rem;
  line-height: 1.7777777777777777rem;
  margin: 1.7777777777777777rem 0; }

html h5,
html .h5 {
  font-size: 1rem;
  line-height: 0.8888888888888888rem;
  margin: 0 0 0.8888888888888888rem 0; }

html p,
html ul,
html ol,
html pre,
html table,
html blockquote {
  font-size: 1rem;
  line-height: 1.7777777777777777rem;
  margin-bottom: 1.7777777777777777rem;
  font-weight: 300;
  margin-top: 0rem; }

html ul ul,
html ol ol,
html ul ol,
html ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem; }

html hr,
html .hr {
  border: solid;
  border-width: 1px 0 0;
  margin: -1px 0; }

html p > a,
html b,
html i,
html strong,
html em,
html small,
html code {
  line-height: 0; }

html sub,
html sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

html sup {
  top: -0.5em; }

html sub {
  bottom: -0.25em; }

/* special case negative margins */
html .no-margin-top-1 {
  margin-top: -1.7777777777777777rem/2; }

html .no-margin-top-2 {
  margin-top: -1.7777777777777777rem; }

html .f-major {
  font-weight: 300;
  font-size: 3.814697265625rem;
  line-height: 4.444444444444445rem; }

html .f-minor {
  font-size: 0.8rem;
  line-height: 1.7777777777777777rem;
  margin-bottom: 1.7777777777777777rem;
  margin-top: 0; }

html .f-mini {
  font-size: 0.64rem;
  line-height: 0.8888888888888888rem;
  margin-bottom: 0.8888888888888888rem;
  margin-top: 0; }

html .grid {
  position: relative; }

/* Grid lining */
html .grid:after {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 9999;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 1.7777777777777777rem 1.7777777777777777rem;
  background-image: repeating-linear-gradient(to bottom, rgba(173, 0, 0, 0.04) 0%, rgba(173, 0, 0, 0.04) 50%, transparent 50.01%, transparent 100%); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.grecaptcha-badge {
  visibility: hidden; }

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.cover-spine-overlay {
  position: relative; }

.cover-spine-overlay:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(2.5%, rgba(250, 250, 250, 0.23)), color-stop(3.4%, rgba(0, 0, 0, 0.1)), color-stop(4.2%, rgba(250, 250, 250, 0.1)), color-stop(5.6%, rgba(0, 0, 0, 0.1)), color-stop(6.8%, rgba(250, 250, 250, 0.2)), color-stop(25%, transparent), color-stop(30%, transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0.23) 2.5%, rgba(0, 0, 0, 0.1) 3.4%, rgba(250, 250, 250, 0.1) 4.2%, rgba(0, 0, 0, 0.1) 5.6%, rgba(250, 250, 250, 0.2) 6.8%, transparent 25%, transparent 30%, rgba(0, 0, 0, 0.2) 100%); }

.IntroBanner {
  background: white;
  text-align: center;
  padding: 30px; }

.IntroBanner p {
  max-width: 600px;
  margin: auto; }

.IntroBanner_header {
  font-size: 35px;
  font-weight: bold;
  color: #3a3a3a; }

.IntroBanner_tagline {
  color: #3a3a3a;
  padding-bottom: 15px; }

.Landing {
  margin-top: -180px; }

.Landing .Form_p {
  width: 100%;
  margin: 0 0 1.5rem; }

.Landing.u-eventzdigital button {
  background-color: #cf3d00;
  border-color: #cf3d00;
  border-bottom-color: #b84435; }

.Landing.u-eventzdigital button:hover,
.Landing.u-eventzdigital button:focus,
.Landing.u-eventzdigital button:active {
  background-color: #b84435; }

.Landing_masthead {
  background-color: #3ec9cb; }

.Landing_masthead.u-eventzdigital {
  background-color: #0072bc; }

@media (max-width: 623px) {
  .Landing_image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
@media (max-width: 623px) {
  .Landing_header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
.Landing_productListing.u-eventzdigital .Button {
  background-color: #cf3d00;
  border-color: #cf3d00; }

.Landing_productListing.u-eventzdigital .Button:hover,
.Landing_productListing.u-eventzdigital .Button:focus,
.Landing_productListing.u-eventzdigital .Button:active {
  background-color: #b84435; }

.Landing_circle {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #9864FF; }

.Landing3 section {
  background-color: white; }

.Landing3 section:nth-child(even) {
  background-color: #F6F9FB; }

.Landing3.bg_gradient {
  background-image: url(../png/14788516501466142151pattern-final-copy.png), -webkit-gradient(linear, left top, right top, from(#3577ff), to(#143798));
  background-image: url(../png/14788516501466142151pattern-final-copy.png), linear-gradient(to right, #3577ff, #143798); }

.Landing3.bgGrey {
  background-color: #F6F9FB; }

.Landing3.bgBlue {
  background-color: #2A5CFF; }

.Landing3.smallImage {
  width: 70%; }

.Landing3.blueHeader {
  color: #2A5CFF; }

.Landing3.baloons {
  position: absolute;
  bottom: -200px; }

.Landing3.baloons-height {
  height: 350px; }

/* For V3 Dynamic Headers */
.bookgroup {
  /* outline: 1px white dashed; */
  width: 18.42105em;
  height: 11.88455em;
  position: absolute;
  left: 3.5vw;
  bottom: 0.6vw;
  -webkit-transform: rotateY(0deg) rotateX(-10deg) rotateZ(0deg);
  transform: rotateY(0deg) rotateX(-10deg) rotateZ(0deg);
  /* default view */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective-origin: left top;
  perspective-origin: left top; }

.spine {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150% 200%, auto 100%;
  border-top: 5px #ccc solid;
  height: 100%;
  width: 5%;
  left: 47.5%;
  position: absolute; }

.spine:after,
.spine:before {
  /* backcover */
  background: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-position: top right;
  -webkit-box-shadow: 0 -3px 0px -1px #ccc, 3px -8px 0px -4px #ddd, 7px -13px 0px -7px #eee;
  box-shadow: 0 -3px 0px -1px #ccc, 3px -8px 0px -4px #ddd, 7px -13px 0px -7px #eee;
  -webkit-transform: rotateY(-20deg) rotateX(0deg) rotateZ(0deg);
  transform: rotateY(-20deg) rotateX(0deg) rotateZ(0deg);
  background-position: top right, top left;
  background-size: 100% 200%, auto 100%;
  display: block;
  position: absolute;
  content: "";
  width: 955%;
  height: 100%;
  top: 0;
  left: -953%; }

.spine:after {
  /* frontcover */
  right: -954%;
  left: auto;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-box-shadow: 0 -3px 0px -1px #ccc, -3px -8px 0px -4px #ddd, -7px -13px 0px -7px #eee;
  box-shadow: 0 -3px 0px -1px #ccc, -3px -8px 0px -4px #ddd, -7px -13px 0px -7px #eee;
  background-position: bottom right, top right;
  -webkit-transform: rotateY(20deg) rotateX(0deg) rotateZ(0deg);
  transform: rotateY(20deg) rotateX(0deg) rotateZ(0deg);
  /* default view */ }

.hands {
  display: block;
  position: absolute;
  width: 35em;
  height: 19.25em;
  bottom: 0;
  z-index: 300;
  left: 0;
  background-position: center bottom;
  background-size: 100% auto; }

.reader {
  /* outline: 1px lime dotted; */
  background-position: 0% bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  float: left;
  height: 19.25em;
  left: 55%;
  max-height: 380px;
  -webkit-perspective-origin: center top;
  perspective-origin: center top;
  -webkit-perspective: 600px;
  perspective: 600px;
  position: absolute;
  min-width: 35em;
  z-index: 1; }

.Landing3 section {
  background-color: #fff; }

/* ==== background gradients ===== */
.Landing3.bg_gradient {
  /* defaults */
  background-image: url(../png/14788516501466142151pattern-final-copy.png), -webkit-gradient(linear, left top, right top, from(#3577ff), to(#143798));
  background-image: url(../png/14788516501466142151pattern-final-copy.png), linear-gradient(90deg, #3577ff, #143798); }

.Landing3.bg_gradient.orangeBG {
  background-image: url(../png/14788516501466142151pattern-final-copy.png), -webkit-gradient(linear, left top, right top, from(#ef9104), to(#aa5500));
  background-image: url(../png/14788516501466142151pattern-final-copy.png), linear-gradient(90deg, #ef9104, #aa5500); }

.Landing3.bg_gradient.redBG {
  background-image: url(../png/14788516501466142151pattern-final-copy.png), -webkit-gradient(linear, left top, right top, from(#bd2f4c), to(#8c0426));
  background-image: url(../png/14788516501466142151pattern-final-copy.png), linear-gradient(90deg, #bd2f4c, #8c0426); }

.Landing3.bg_gradient.purpleBG {
  background-image: url(../png/14788516501466142151pattern-final-copy.png), -webkit-gradient(linear, left top, right top, from(#bf2ebf), to(#520352));
  background-image: url(../png/14788516501466142151pattern-final-copy.png), linear-gradient(90deg, #bf2ebf, #520352); }

.Landing3.bg_gradient.greenBG {
  background-image: url(../png/14788516501466142151pattern-final-copy.png), -webkit-gradient(linear, left top, right top, from(#05ab6e), to(#01452a));
  background-image: url(../png/14788516501466142151pattern-final-copy.png), linear-gradient(90deg, #05ab6e, #01452a); }

/* ++++++++ . The Models  +++++++++++++ . */
.reader1 {
  /* young woman #1 */
  background-image: url(../png/geek-girl-baseda73.png); }

.reader1 .hands {
  background-image: url(../png/geek-girl-hands7c62.png); }

.reader2 {
  /* young woman #2 */
  background-image: url(../png/geek-girl-base27c62.png); }

.reader2 .hands {
  background-image: url(../png/geek-girl-hands7c62.png); }

.reader3 {
  /* young man #1 */
  background-image: url(../png/geek-boy-base96e3.png); }

.reader3 .hands {
  background-image: url(../png/geek-boy-hands654f.png); }

.v3Header_panel {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin: auto; }

.v3Header_button {
  z-index: 2;
  margin-bottom: 3rem; }

.v3Header_desktop {
  background-image: url(../png/1507006535desktile.png); }

.v3Header_desktop-inner {
  position: relative;
  bottom: 0;
  margin: auto; }

.v3Header_pitch {
  float: none; }

.v3Header_pitch .marketing-text ul {
  font-size: inherit;
  font-weight: inherit; }

.v3Header_pitch h1 {
  font-size: 24px; }

@media (min-width: 936px) {
  .v3Header_pitch h1 {
    font-size: 35px; } }
.v3Header_reader {
  height: 300px;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
  position: relative;
  background-size: 100% auto;
  background-position: 0% bottom;
  background-repeat: no-repeat; }

.v3Header_reader-base {
  background-image: url(../jpg/1507006643desk-boy-base.jpg);
  background-size: 100% auto;
  background-position: center -100%;
  background-repeat: no-repeat;
  float: right; }

.v3Header_reader-base:before,
.v3Header_reader-base:after {
  display: block;
  position: absolute;
  content: "";
  width: 30%;
  left: 70%;
  height: 200px;
  bottom: 0%;
  z-index: 1;
  background: url(../png/1507006745book-stack1-sprite.png) no-repeat;
  background-size: 700% auto;
  background-position: 66.6% bottom; }

.v3Header_reader-base:after {
  background-position: 16.6% bottom;
  left: 45%;
  bottom: 10%; }

.Lesson_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Lesson_nav a {
  margin: 22px 8px; }

@media (max-width: 400px) {
  .Lesson_nav a {
    width: 100%;
    margin: 11px 0px; } }
@media (max-width: 950px) {
  .Lesson_download {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    text-align: center;
    padding: 22px 0; } }
.Lesson_help {
  font-size: 0; }

.Lesson_help::after {
  content: "?";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  line-height: 14px;
  border: 2px solid #a2a2a2;
  color: #a2a2a2;
  border-radius: 50%;
  font-weight: bold;
  font-size: 11px;
  left: 0;
  text-align: center; }

.Mast_slugs .slug .fa.fa-circle.u-components {
  color: #4e7081; }

.Mast_slugs .slug .fa.fa-circle.u-designux {
  color: #3CBC8D; }

.Mast_slugs .slug .fa.fa-circle.u-htmlcss {
  color: #EF8D24; }

.Mast_slugs .slug .fa.fa-circle.u-javascript {
  color: #F6B33C; }

.Mast_slugs .slug .fa.fa-circle.u-php {
  color: #666699; }

.Mast_slugs .slug .fa.fa-circle.u-ruby {
  color: #eb5745; }

.Mast_slugs .slug .fa.fa-circle.u-mobile {
  color: #2C5773; }

.Mast_slugs .slug .fa.fa-circle.u-web {
  color: #1c94c6; }

.Mast_slugs .slug .fa.fa-circle.u-wordpress {
  color: #248aaf; }

.Mast_slugs .slug .fa.fa-circle.u-workflow {
  color: #3DBFD9; }

#header-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #232023; }

#navigation-bar {
  -webkit-font-smoothing: antialiased;
  z-index: 8;
  position: relative;
  background: #232023;
  height: 4rem; }

@media (min-width: 936px) {
  #navigation-bar {
    height: 3.55556rem; } }
#navigation-bar.margin-offset-on {
  margin-top: 0; }

@media (min-width: 624px) {
  #navigation-bar.margin-offset-on {
    margin-top: 6.4rem; } }
@media (min-width: 712px) {
  #navigation-bar.margin-offset-on {
    margin-top: 6rem; } }
@media (min-width: 1054px) {
  #navigation-bar.margin-offset-on {
    margin-top: 3.55556rem; } }
#navigation-bar.margin-offset-off {
  margin-top: 0; }

#navigation-bar.u-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 3.55556rem);
  width: 100vw; }

@media (max-width: 935px) {
  #navigation-bar.u-sticky {
    top: calc(100vh - 4rem); } }
#navigation-bar .sp-logo {
  height: 1.7777777777777777rem;
  fill: white; }

@media (max-width: 935px) {
  #navigation-bar .sp-logo {
    height: 2.22222rem; } }
#navigation-bar .no-link {
  pointer-events: none; }

#navigation-bar .no-csspositionsticky .navigation-bar.u-sticky {
  display: none !important; }

#navigation-bar #nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 935px) {
  #navigation-bar #nav-container {
    width: 100%;
    position: absolute;
    top: calc(4rem - 16px);
    background: #232023;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 2.66667rem;
    opacity: 0;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    -webkit-transform: translateY(1rem) scaleY(0);
    transform: translateY(1rem) scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden; } }
#navigation-bar ul#nav li {
  line-height: 3.55556rem;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

@media (max-width: 935px) {
  #navigation-bar ul#nav li {
    /* To-do: remove this after fixing */ }

  #navigation-bar ul#nav li:nth-child(odd) {
    background: #333333; }

  #navigation-bar ul#nav li:nth-child(even) {
    background: #2c2c2c; }

  #navigation-bar ul#nav li.invert:nth-child(even) {
    background: #333333; }

  #navigation-bar ul#nav li.invert:nth-child(odd) {
    background: #2c2c2c; } }
#navigation-bar ul#nav li a {
  color: #efefef;
  padding: 0 1px;
  position: relative;
  font-weight: normal;
  /* To-do: fix hover issues
  &:before {
    content: attr(data-text);
    font-weight: 600;
    position: absolute;
    opacity: 0;
  } */ }

@media (max-width: 935px) {
  #navigation-bar ul#nav li a {
    font-size: 1.25rem; } }
@media (max-width: 623px) {
  #navigation-bar ul#nav li a {
    font-size: 1.5rem; } }
#navigation-bar ul#nav li a:after {
  /* The underscore nav marker */
  display: block;
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 2px;
  bottom: -0.4rem;
  right: 0;
  z-index: 1; }

#navigation-bar ul#nav li a.youarehere:after {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

#navigation-bar ul#nav li a:hover,
#navigation-bar ul#nav li a:focus {
  color: #fff;
  outline: none;
  /* To-do: fix hover issues
  &:before {
    opacity: 1;
  } */ }

#navigation-bar ul#nav li a:hover:after, #navigation-bar ul#nav li a:focus:after {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

#navigation-bar ul#nav .navigation-bar-dropdown {
  position: relative; }

#navigation-bar ul#nav .navigation-bar-dropdown .navigation-bar-dropdown-sub-nav-links {
  background: #232023;
  position: absolute;
  top: 2.55556rem;
  right: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-left: 0;
  display: none;
  min-width: 11rem; }

/* To-do: fix hover issues
        a:hover {
          font-weight: 600;
        } */
#navigation-bar ul#nav .navigation-bar-dropdown .navigation-bar-dropdown-sub-nav-links li {
  line-height: 2.66667rem; }

#navigation-bar ul#nav .navigation-bar-dropdown .navigation-bar-dropdown-sub-nav-links li:first-child {
  border-top: 1px solid #333333; }

#navigation-bar ul#nav .navigation-bar-dropdown:hover .navigation-bar-dropdown-sub-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 935px) {
  #navigation-bar ul#nav .navigation-bar-dropdown:hover .navigation-bar-dropdown-sub-nav-links {
    display: none; } }
#navigation-bar #hamburger-container .hamburger {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  text-align: right;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-transform: none;
  width: 5rem;
  height: 100%; }

#navigation-bar #hamburger-container .hamburger .hamburger-box {
  display: inline-block;
  width: 3rem;
  height: 1rem; }

#navigation-bar #hamburger-container .hamburger .hamburger-inner,
#navigation-bar #hamburger-container .hamburger .hamburger-inner:after,
#navigation-bar #hamburger-container .hamburger .hamburger-inner:before {
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 0.3rem;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 3px;
  background-color: #fff; }

#navigation-bar #hamburger-container .hamburger .hamburger-inner {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem); }

#navigation-bar #hamburger-container .hamburger .hamburger-inner:after,
#navigation-bar #hamburger-container .hamburger .hamburger-inner:before {
  content: "";
  -webkit-transition: bottom 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.35s, -webkit-transform 0.45s cubic-bezier(0.49, -0.32, 0.42, 1.35);
  transition: bottom 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.35s, -webkit-transform 0.45s cubic-bezier(0.49, -0.32, 0.42, 1.35);
  transition: bottom 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.35s, transform 0.45s cubic-bezier(0.49, -0.32, 0.42, 1.35);
  transition: bottom 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.35s, transform 0.45s cubic-bezier(0.49, -0.32, 0.42, 1.35), -webkit-transform 0.45s cubic-bezier(0.49, -0.32, 0.42, 1.35); }

#navigation-bar #hamburger-container .hamburger .hamburger-inner:after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

#navigation-bar #hamburger-container .hamburger .hamburger-inner:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

#navigation-bar #hamburger-container.open .hamburger-inner:before {
  -webkit-transform: rotate(-225deg) translate(7px, 7px);
  transform: rotate(-225deg) translate(7px, 7px); }

#navigation-bar #hamburger-container.open .hamburger-inner:after {
  -webkit-transform: rotate(225deg) translate(7px, -7px);
  transform: rotate(225deg) translate(7px, -7px); }

#navigation-bar #hamburger-container.open .hamburger-inner {
  background-color: #232023;
  -webkit-transition: all 0.45s cubic-bezier(0.49, -0.32, 0.6, 1.7);
  transition: all 0.45s cubic-bezier(0.49, -0.32, 0.6, 1.7);
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem); }

#navigation-bar #hamburger-container.open + #nav-container {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translateY(1rem) scaleY(1);
  transform: translateY(1rem) scaleY(1);
  visibility: visible; }

@media (min-width: 936px) {
  #navigation-bar #hamburger-container {
    display: none; }

  #navigation-bar #hamburger-container.open + #nav-container {
    -webkit-transform: none;
    transform: none; }

  #navigation-bar #nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  #navigation-bar .Button {
    display: block; } }
.NavBar_stickyZone {
  position: absolute;
  top: 100vh;
  bottom: 500px;
  width: 0; }

.smartBar_active {
  margin-top: 4rem; }

@media (min-width: 624px) {
  .smartBar_active {
    margin-top: 10.4rem; } }
@media (min-width: 712px) {
  .smartBar_active {
    margin-top: 8.8889rem; } }
@media (min-width: 1054px) {
  .smartBar_active {
    margin-top: 6.75556rem; } }
.smartBar_inactive {
  margin-top: 4rem; }

@media (min-width: 936px) {
  .smartBar_inactive {
    margin-top: 3.55556rem; } }
.NotificationPagination {
  text-align: center;
  margin: 20px auto; }

.NotificationPagination .Button {
  margin: 0 8px; }

.NotificationPagination_Current {
  padding: 0 30px;
  font-weight: bold;
  display: inline-block; }

.PathsHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 215px;
  background-color: #3ec9cb;
  color: white;
  padding: 2em 0; }

.PathsHeader_container {
  width: 100%;
  height: 100%;
  max-width: 936px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 935px) {
  .PathsHeader_container {
    display: block; } }
.PathsHeader_image {
  width: 270px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center; }

@media (max-width: 935px) {
  .PathsHeader_image {
    width: 100%;
    padding: 1em; } }
.PathsHeader_content {
  width: 54%;
  line-height: 1.5;
  padding: 0 1em; }

@media (max-width: 935px) {
  .PathsHeader_content {
    width: 100%;
    padding: 1em;
    text-align: center; } }
.PathsHeader_heading {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1.5em; }

.PathsHeader_description {
  font-size: 1rem;
  font-weight: lighter; }

.Pricing {
  padding: 60px;
  text-align: center; }

@media screen and (max-width: 940px) {
  .Pricing {
    padding: 15px; } }
.Pricing_inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.Pricing_inner::after {
  content: ' ';
  display: table;
  clear: both; }

.Pricing_heading {
  width: 100%;
  float: left;
  padding: 15px;
  color: #3a3a3a;
  font-weight: lighter;
  font-size: 2.25rem;
  text-align: center;
  margin: 0; }

@media (max-width: 800px) {
  .Pricing_heading {
    width: 100%; } }
.Pricing_heading::after {
  content: ' ';
  display: table;
  clear: both; }

@media screen and (max-width: 500px) {
  .Pricing_heading {
    font-size: 1.25rem; } }
.Pricing_tagline {
  width: 66.6%;
  float: left;
  padding: 15px;
  float: none;
  margin: auto auto 15px;
  font-size: 18px;
  font-weight: bold; }

@media (max-width: 800px) {
  .Pricing_tagline {
    width: 100%; } }
.Pricing_trail {
  font-size: 20px;
  margin: auto;
  text-align: center;
  padding: 30px 0; }

.Pricing_cards {
  width: 100%;
  float: left;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 800px) {
  .Pricing_cards {
    width: 100%; } }
.Pricing_cards::after {
  content: ' ';
  display: table;
  clear: both; }

.PricingLink {
  color: white;
  text-decoration: underline; }

.PricingLink:hover {
  color: white; }

.PricingCard {
  width: 100%;
  max-width: 380px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  /* Safari */
  margin: 30px;
  padding: 1.5em 2em;
  vertical-align: middle;
  position: relative;
  color: #262626;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background-color: white; }

.PricingCard:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 940px) {
  .PricingCard {
    margin: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto; } }
.PricingCard_pattern {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #3ec9cb;
  background-image: url(../png/bg-pattern.png); }

.PricingCard_tag {
  position: absolute;
  padding: 0.6em 1.2em;
  top: 50%;
  right: -40px;
  border-radius: 5px;
  width: 166px;
  height: 53px;
  background-color: #9864FF;
  color: white;
  z-index: 10;
  font-size: 1rem;
  line-height: 17px;
  font-weight: bold; }

.PricingCard_tag .PricingCard_tagText {
  width: 70%; }

.PricingCard_tag img {
  position: absolute;
  top: -100%;
  right: -40%; }

.PricingCard_icon {
  font-size: 30px;
  padding-bottom: 7px;
  top: 8px;
  position: relative; }

.PricingCard_header {
  position: relative;
  text-align: left; }

.PricingCard_header h3 {
  display: inline-block;
  color: #339bcb;
  background-color: #efefef;
  border-radius: 1.5em;
  text-align: center;
  font-weight: normal;
  margin: 0px;
  padding: 0.6em 1.5em;
  font-size: 1rem;
  text-transform: uppercase; }

.u-featured .PricingCard_header h3 {
  border: 2px solid #3ec9cb;
  background: #b9e8ea;
  color: #24b3b5; }

.PricingCard_header .Swiggly svg {
  height: 10px; }

.PricingCard_header .Swiggly g {
  stroke: #339bcb; }

.u-featured .PricingCard_header .Swiggly g {
  stroke: #3ec9cb; }

.PricingCard_price {
  text-align: left;
  font-size: 2.25rem;
  color: #3ec9cb;
  font-weight: lighter;
  padding-top: 1em; }

.PricingCard_frequency {
  font-size: 0.875rem;
  font-weight: lighter;
  padding: 0.75em 0; }

.PricingCard_body {
  text-align: left;
  min-height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: lighter; }

.u-sm .PricingCard_body {
  min-height: 110px; }

.PricingCard_body ul {
  padding: 0.5em 0 1.5em;
  list-style-type: none;
  margin: 0; }

.PricingCard_body li {
  padding-left: 0px; }

.PricingCard_body li:before {
  content: "\f00c";
  color: #339bcb;
  font-family: "Font Awesome 5 Pro";
  font-display: auto;
  display: inline-block;
  margin-right: 10px;
  line-height: 40px; }

.u-featured .PricingCard_body li:before {
  color: #3ec9cb; }

.PricingCard_body .PricingCard_cta {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 95%;
  max-width: 260px;
  color: #339bcb;
  border: 2px solid #339bcb;
  border-radius: 2px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 0.4em 1em; }

.u-featured .PricingCard_body .PricingCard_cta {
  color: white;
  border-color: white;
  background-color: #3ec9cb; }

.PricingCard_footnote {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1em; }

.ProductLesson {
  width: 90%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }

.ProductLesson::after {
  content: ' ';
  display: table;
  clear: both; }

.Product .header {
  grid-area: header;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr; }

@media (max-width: 1247px) {
  .Product .header {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr; } }
@media (max-width: 623px) {
  .Product .header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }
@media (min-width: 1248px) {
  .Product .header {
    -ms-grid-columns: 5fr 3fr;
    grid-template-columns: 5fr 3fr; } }
.Product .header .title {
  grid-column: 1; }

@media (min-width: 1248px) {
  .Product .header .title {
    grid-column: 1; } }
@media (max-width: 1247px) {
  .Product .header .title {
    grid-column: 1; } }
@media (max-width: 935px) {
  .Product .header .title {
    grid-column: 1/3; } }
@media (max-width: 623px) {
  .Product .header .title {
    grid-column: 1; } }
.Product .header .title .breadcrumbs li:not(:last-child):after {
  content: ":";
  margin-right: 16px; }

.Product .header .meta-score {
  -ms-grid-column: 2;
  grid-column: 2; }

@media (max-width: 1247px) {
  .Product .header .meta-score {
    -ms-grid-column: 3;
    grid-column: 3; } }
@media (max-width: 935px) {
  .Product .header .meta-score {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6; } }
@media (max-width: 623px) {
  .Product .header .meta-score {
    -ms-grid-column: 1;
    grid-column: 1; } }
.Product .header .star-rating {
  color: #f2994a; }

@media screen and (min-width: 624px) {
  .Product .product-section {
    min-height: 700px;
    margin-bottom: 96px; } }
.Product .product-section .product-header {
  background-color: #333;
  background-image: url("../png/1521529662065f71275508f97ab371391e91a0ea2b.png"); }

.Product .product-section .product-header .product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  min-height: 150px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

@media (max-width: 623px) {
  .Product .product-section .product-header .product-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }
.Product .product-section .product-header .product-title .title {
  -ms-grid-column: 1;
  grid-column: 1;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-display: auto; }

@supports not (display: grid) {
  .Product .product-section .product-header .product-title .title {
    width: 50%; } }
.Product .product-section .product-header .product-title .title h2 {
  letter-spacing: 0.01em;
  font-size: 34px;
  font-weight: 400;
  line-height: 45px; }

.Product .product-section .product-header .product-title .product-item {
  -ms-grid-column: 2; }

@supports not (display: grid) {
  .Product .product-section .product-header .product-title .product-item {
    width: 50%; } }
@media (max-width: 623px) {
  .Product .product-section .product-header .product-title .product-item {
    -ms-grid-column: 1; }

  .Product .product-section .product-header .product-title .product-item .product-item-card {
    position: static; } }
.Product .product-section .product-information .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

@media (max-width: 623px) {
  .Product .product-section .product-information .about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }
.Product .product-section .product-information .about .description {
  min-height: 620px; }

@supports not (display: grid) {
  .Product .product-section .product-information .about .description {
    width: 50%; } }
@media (min-width: 1247px) {
  .Product .product-section .product-information .about .description {
    min-height: 670px; } }
@media (max-width: 400px) {
  .Product .product-section .product-information .about .description {
    min-height: initial; } }
.Product .product-section .product-information .about .description p {
  font-size: 1.15rem; }

.Product .product-section .product-information .about .product-item-card {
  position: static; }

@media (max-width: 623px) {
  .Product .product-section .product-information .about .product-item-card {
    border-top: 1px solid #a2a2a2; }

  .Product .product-section .product-information .about .product-item-card .information {
    -webkit-box-shadow: none;
    box-shadow: none; } }
.Product .play-btn {
  display: none;
  min-height: 350px;
  height: initial; }

.Product .ms-fix-height {
  height: 100%; }

@supports (display: grid) {
  .Product .ms-fix-height {
    height: initial; }

  .Product .play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-height: initial;
    height: 100%; } }
.Product .wywl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px; }

@media (max-width: 936px) {
  .Product .wywl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }
.Product .wywl .items {
  -ms-grid-column: 1; }

.Product .wywl .items .item {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr; }

.Product .wywl .items .item .feature img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 250px;
  height: 250px;
  border: 1px solid #bdbdbd; }

@media (max-width: 623px) {
  .Product .wywl .items .item .feature img {
    width: 90%;
    height: 90%; } }
.Product .wywl .item-card {
  -ms-grid-column: 2; }

.Product .wywl .item-card .product-item-card {
  position: initial; }

.Product .course-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 624px) {
  .Product .course-outline {
    margin: 20px auto 40px;
    width: 90%; } }
@media screen and (min-width: 936px) {
  .Product .course-outline {
    width: 100%; } }
.Product .course-outline .Product-main {
  border: none; }

.Product .course-outline .Product-main .Contents {
  border: 1px solid #e5e5e5; }

.Product .course-outline .product-item {
  margin-left: auto; }

.Product .course-outline .product-item .product-item-card {
  position: initial;
  right: 0; }

.Product .course-outline .table-of-contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 20px; }

@media screen and (min-width: 936px) and (max-width: 1247px) {
  .Product .course-outline .table-of-contents-wrapper .table-of-contents {
    width: 55%; } }
@media screen and (min-width: 1248px) and (orientation: landscape) {
  .Product .course-outline .table-of-contents-wrapper .table-of-contents {
    width: 50%; } }
@media screen and (max-width: 935px), screen and (min-width: 624px) and (max-width: 935px) {
  .Product .course-outline .table-of-contents-wrapper .table-of-contents {
    width: 100%; } }
.Product .course-outline .table-of-contents-wrapper .table-of-contents .table-of-contents-label {
  font-weight: 2.25rem;
  margin-top: 0; }

.Product .course-outline .table-of-contents-wrapper .table-of-contents .Contents {
  border: 1px solid #efefef;
  max-width: initial; }

.Product .course-outline .table-of-contents-wrapper .table-of-contents .Contents li {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-display: auto;
  border-bottom: 1px solid #e5e5e5 !important; }

@media screen and (min-width: 936px) and (max-width: 1247px) {
  .Product .course-outline .table-of-contents-wrapper .product-item {
    width: 40%;
    margin-left: 16px; } }
@media screen and (min-width: 1248px) {
  .Product .course-outline .table-of-contents-wrapper .product-item {
    width: 45%; } }
@media screen and (max-width: 624px), screen and (min-width: 624px) and (max-width: 935px) {
  .Product .course-outline .table-of-contents-wrapper .product-item {
    width: 100%;
    margin-left: 0; } }
@media screen and (max-width: 935px) {
  .Product .course-outline .table-of-contents-wrapper .product-item .product-item-card > * {
    width: 100%; } }
.Product .product-target-people {
  background-color: #fff;
  background-image: url("../png/15229820145099be897a039d1a07352c52935f6500.png");
  background-repeat: repeat;
  background-size: auto; }

.Product .product-target-people .target-people ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

@media (max-width: 935px) {
  .Product .product-target-people .target-people ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 623px) {
  .Product .product-target-people .target-people ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }
.Product .product-target-people .target-people ul li .feature {
  width: 130px;
  height: 130px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }

.Product .product-target-people .target-people ul li .feature img {
  width: 85px; }

.Product .product-target-people .target-people ul li:nth-child(1) {
  -ms-grid-columns: 1; }

@supports not (display: grid) {
  .Product .product-target-people .target-people ul li:nth-child(1) {
    width: 25%; } }
.Product .product-target-people .target-people ul li:nth-child(2) {
  -ms-grid-column: 2; }

@supports not (display: grid) {
  .Product .product-target-people .target-people ul li:nth-child(2) {
    width: 25%; } }
.Product .product-target-people .target-people ul li:nth-child(3) {
  -ms-grid-column: 3; }

@supports not (display: grid) {
  .Product .product-target-people .target-people ul li:nth-child(3) {
    width: 25%; } }
.Product .product-target-people .target-people ul li:nth-child(4) {
  -ms-grid-column: 4; }

@supports not (display: grid) {
  .Product .product-target-people .target-people ul li:nth-child(4) {
    width: 25%; } }
.Product .audience {
  grid-area: audience; }

.Product .learn {
  grid-area: learn; }

.Product .testimonials {
  grid-area: testimonials; }

.Product .feedback {
  grid-area: feedback; }

.Product .table-content {
  grid-area: table-content; }

/* Overrides */
.Product .Product_main .Contents {
  margin: 0;
  max-width: none; }

.Product form {
  margin: 0;
  max-width: none; }

/* Frequent Use */
.Product .product-item-card {
  position: absolute;
  right: 0; }

.Product .product-item-card .play-btn {
  display: none;
  min-height: 350px;
  height: initial; }

.Product .product-item-card .ms-fix-height {
  height: 100%; }

@supports (display: grid) {
  .Product .product-item-card .ms-fix-height {
    height: initial; }

  .Product .product-item-card .play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-height: initial;
    height: 100%; }

  .Product .product-item-card .play-btn img {
    width: 150px;
    height: 150px; } }
@media (min-width: 1216px) {
  .Product .product-item-card {
    max-width: 530.4px; } }
.Product .product-item-card img.course {
  border: 0.5em solid #3a3a3a;
  width: 100%; }

.Product .product-item-card div.Product_cta a img {
  max-height: 450px;
  max-width: 100%; }

.Product .product-item-card .video {
  overflow: hidden; }

.Product .product-item-card .video .VideoPlayer {
  width: inherit;
  height: inherit; }

.Product .product-item-card .information {
  -webkit-box-shadow: 0.1rem 0.1rem 1rem rgba(38, 38, 38, 0.2);
  box-shadow: 0.1rem 0.1rem 1rem rgba(38, 38, 38, 0.2);
  border: 1px solid #a2a2a2; }

.Product .product-item-card .information li {
  font-size: 1.15rem; }

.Product .product-item-card .information li:not(:last-child) {
  border-bottom: 1px solid #a2a2a2; }

.Product .cursor-pointer {
  cursor: pointer; }

.Product .rating {
  color: #f2994a; }

.Product .divider {
  height: 1px;
  color: #e0e0e0;
  margin: 0 auto;
  max-width: 873.6px;
  width: 100%; }

.Product .divider.top-divider {
  margin: 47px auto; }

.Product .divider.bottom-divider {
  margin: 47px auto; }

.Product .divider.wide {
  margin: 64px auto; }

.Product-book .breadcrumbs li {
  color: black;
  font-weight: normal;
  text-transform: capitalize; }

.Product-book .breadcrumbs li a {
  color: black;
  font-weight: normal;
  text-transform: capitalize; }

.Product-book .breadcrumbs li:not(:first-child):before {
  content: ">";
  margin: 0 8px; }

.Product-book .book-section .book-cover {
  min-width: 198px; }

.Product-book .book-section .book-cover .cover-spine-overlay {
  position: relative;
  padding-top: 125%; }

.Product-book .book-section .book-cover .cover-spine-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5); }

.Product-book .book-section .book-cover .cover-spine-overlay:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(2.5%, rgba(250, 250, 250, 0.23)), color-stop(3.4%, rgba(0, 0, 0, 0.1)), color-stop(4.2%, rgba(250, 250, 250, 0.1)), color-stop(5.6%, rgba(0, 0, 0, 0.1)), color-stop(6.8%, rgba(250, 250, 250, 0.2)), color-stop(25%, transparent), color-stop(30%, transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0.23) 2.5%, rgba(0, 0, 0, 0.1) 3.4%, rgba(250, 250, 250, 0.1) 4.2%, rgba(0, 0, 0, 0.1) 5.6%, rgba(250, 250, 250, 0.2) 6.8%, transparent 25%, transparent 30%, rgba(0, 0, 0, 0.2) 100%); }

.Product-book .book-section .image-wrapper {
  max-width: 312px; }

.Product-book .book-section .book-information .meta-data {
  border-bottom: 1px solid black; }

.Product-book .book-section .book-information .meta-data .publisher {
  min-width: 40%;
  margin: 0; }

.Product-book .book-section .book-information .meta-data .authors {
  min-width: 40%; }

.Product-book .book-section .book-information .meta-data .authors h5 {
  margin: 0; }

.Product-book .book-section .book-information .meta-data .authors span {
  line-height: 0.8888888888888888rem;
  margin: 0; }

.Product-book .book-section .book-information .meta-data .star-rating {
  color: #f2994a; }

.Product-book .book-section .book-information #teachers-section .card .head {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.Product-book .book-section .book-information #teachers-section .card .head .full-name {
  font-weight: 500; }

.Product-book .book-section .book-information #teachers-section .card .head .avatar {
  width: 72px; }

.Product-book .book-section .book-information .comments-section .ReviewForm {
  background-color: #F1F1F1; }

.Product-book .book-section .book-information .comments-section .ReviewForm_instruction {
  color: #000; }

.Product-book .book-section .book-information .comments-section .ReviewForm .Form_textarea {
  background-color: #fff; }

.Product-book .book-section .book-information .comments-section .ReviewForm .Form_textarea::-webkit-input-placeholder {
  font-style: italic; }

.Product-book .book-section .book-information .comments-section .ReviewForm .Form_textarea::-moz-placeholder {
  font-style: italic; }

.Product-book .book-section .book-information .comments-section .ReviewForm .Form_textarea:-ms-input-placeholder {
  font-style: italic; }

.Product-book .book-section .book-information .comments-section .ReviewForm .Form_textarea::-ms-input-placeholder {
  font-style: italic; }

.Product-book .book-section .book-information .comments-section .ReviewForm .Form_textarea::placeholder {
  font-style: italic; }

.Product-book .book-section .book-information .comments-section .ReviewForm .review-submit {
  background-color: #fff;
  border-color: #1490D7;
  border-radius: 5px;
  color: #1490D7;
  font-weight: 500;
  width: 100%; }

.Product-book .book-section .book-information .comments-section #reviews .review-list {
  width: 102.5%; }

@media (max-width: 935px) {
  .Product-book .book-section .book-information .comments-section #reviews .review-list {
    width: 100%; } }
.Product-book .book-section .book-information .comments-section #reviews .review-list .review {
  width: 50%;
  padding: 16px 66px;
  margin: 0 0 10px; }

@media (max-width: 935px) {
  .Product-book .book-section .book-information .comments-section #reviews .review-list .review {
    width: 100%;
    padding: 16px; } }
.Product-book .book-section .book-information .book-related {
  border-top: 1px solid black; }

.Product-book .book-section .book-information .book-related img {
  max-height: 188px; }

.Product-book .book-section .book-information .book-related .cover-spine-overlay {
  position: relative; }

.Product-book .book-section .book-information .book-related .cover-spine-overlay img {
  display: block;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5); }

.Product-book .book-section .book-information .book-related .cover-spine-overlay:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(2.5%, rgba(250, 250, 250, 0.23)), color-stop(3.4%, rgba(0, 0, 0, 0.1)), color-stop(4.2%, rgba(250, 250, 250, 0.1)), color-stop(5.6%, rgba(0, 0, 0, 0.1)), color-stop(6.8%, rgba(250, 250, 250, 0.2)), color-stop(25%, transparent), color-stop(30%, transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0.23) 2.5%, rgba(0, 0, 0, 0.1) 3.4%, rgba(250, 250, 250, 0.1) 4.2%, rgba(0, 0, 0, 0.1) 5.6%, rgba(250, 250, 250, 0.2) 6.8%, transparent 25%, transparent 30%, rgba(0, 0, 0, 0.2) 100%); }

.Product-book .book-section .book-information .amazon-purchase {
  max-width: 240px; }

.Product-book .book-section .book-subscription {
  border: 1px solid #ccc;
  border-radius: 5px; }

.Product-book .book-section .book-subscription i {
  position: relative; }

.Product-book .book-section .book-subscription i.fa-sort-up {
  top: 3px; }

.Product-book .book-section .book-subscription i.fa-sort-down {
  top: -4px; }

.Product-book .book-section .book-subscription li {
  list-style: none; }

.Product-book .book-section .book-subscription li i {
  margin-right: 5px;
  min-width: 1.25rem; }

.Product-book .book-section .amazon-purchase i {
  position: absolute;
  top: 0px;
  margin: 0 5px; }

@media screen and (min-width: 624px) {
  .Product-book .book-section {
    margin-bottom: 96px; }

  .Product-book .book-section .amazon-purchase {
    min-width: 312px; } }
.book-formats {
  text-align: center;
  width: 100%; }

.book-formats p {
  min-width: 120px; }

.book-formats .book-format {
  display: inline-block;
  line-height: 22px;
  margin: 0px 5px;
  text-align: center;
  width: 45px; }

@media (min-width: 623px) {
  .book-formats .book-format {
    width: 35px; } }
@media (min-width: 1247px) {
  .book-formats .book-format {
    width: 50px; } }
.book-formats .book-format i {
  width: 100%;
  font-size: 20px; }

.ProductTableDownloads {
  padding: 34px 0;
  text-align: center; }

.PromoMasthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white; }

.PromoMasthead.u-a-book-apart {
  background-color: #297c97; }

.PromoMasthead.u-ux-mastery {
  background-color: #f2be02; }

.PromoMasthead.u-ux-mastery .PromoMasthead_header {
  background: rgba(255, 255, 255, 0.3); }

.PromoMasthead.u-ux-mastery .PromoMasthead_textContent {
  font-size: 38px; }

.PromoMasthead.u-ux-mastery .PromoMasthead_icon {
  width: 80px; }

.PromoMasthead_header {
  width: 450px;
  height: 255px;
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5); }

.PromoMasthead_textContent {
  font-size: 40px;
  padding: 10px 0;
  font-weight: 700; }

@media (max-width: 500px) {
  .PromoMasthead_textContent {
    font-size: 32px; } }
.PromoMasthead_subTextContent {
  font-size: 24px; }

@media (max-width: 500px) {
  .PromoMasthead_subTextContent {
    font-size: 18px; } }
.PromoMasthead_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.PromoMasthead_icon {
  width: 120px;
  height: 100px;
  border-bottom: 1px solid white;
  vertical-align: middle; }

.PromoMasthead_icon svg {
  height: 80px;
  width: auto;
  border-radius: 50%;
  background: white; }

.PromoMasthead_icon svg.u-transparent {
  background: transparent; }

.PromoMasthead_icon .u-fill {
  fill: #2C819E; }

.Publisher_mainSection {
  padding: 50px 0 30px; }

.Publisher_ctaSection {
  background-color: white;
  padding: 30px 0;
  text-align: center; }

@media (max-width: 500px) {
  .Publisher_ctaSection {
    padding: 15px 0; } }
.Publisher_ctaSection .Publisher_content p {
  padding-top: 15px;
  font-weight: 700;
  font-size: 16px; }

.Publisher_bottomSection {
  padding: 50px 0 30px; }

.Publisher_cta.Button {
  margin: 15px; }

.Publisher_content {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }

.Publisher_content::after {
  content: ' ';
  display: table;
  clear: both; }

.Publisher_contentImage {
  display: block;
  margin: 0 auto 0 auto;
  margin-bottom: 15px; }

.Publisher_listing {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.Publisher_listing::after {
  content: ' ';
  display: table;
  clear: both; }

.Screencast {
  background: #fff; }

.Screencast .u-grey, .Screencast.u-grey {
  background: #efefef; }

.Screencast_body {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background: white; }

.Screencast_body::after {
  content: ' ';
  display: table;
  clear: both; }

.Screencast_section {
  padding-top: 15px;
  padding-bottom: 15px; }

.Screencast_section::after {
  content: ' ';
  display: table;
  clear: both; }

.Screencast_crumbs {
  width: 100%;
  float: left;
  padding: 15px;
  font-size: 14px;
  color: #a2a2a2; }

@media (max-width: 800px) {
  .Screencast_crumbs {
    width: 100%; } }
.Screencast_crumbs::after {
  content: ' ';
  display: table;
  clear: both; }

.Screencast_crumbs a:hover {
  text-decoration: underline; }

.Screencast_main {
  width: 66.6%;
  float: left;
  padding: 15px; }

@media (max-width: 800px) {
  .Screencast_main {
    width: 100%; } }
.Screencast_posterframe {
  position: relative; }

.Screencast_posterframe img {
  max-width: 100%; }

.Screencast_sidebar {
  width: 33.3%;
  float: left;
  padding: 15px; }

@media (max-width: 800px) {
  .Screencast_sidebar {
    width: 100%; } }
.Screencast_heading {
  font-size: 23px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding-top: 15px; }

.Screencast_playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 271px;
  width: 100%;
  height: 100%;
  max-height: 271px;
  cursor: pointer; }

@media (max-width: 1247px) {
  .Screencast_playIcon {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); } }
@media (max-width: 500px) {
  .Screencast_playIcon {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
    height: 250px; } }
.Signup a {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.Signup_link {
  text-decoration: none; }

.Signup_link:hover {
  color: #3a3a3a; }

.SignupForm a {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.reveal-modal .SignupForm {
  margin-bottom: 80px; }

.SignupForm_socialLogin.u-facebook {
  background: #215da2;
  border-bottom: 5px solid #134176; }

.SignupForm_socialLogin.u-facebook:hover {
  background: #134176;
  border-bottom: 5px solid #134176; }

.SignupForm_socialLogin.u-github {
  background: #3a3a3a;
  border-bottom: 5px solid #000; }

.SignupForm_socialLogin.u-github:hover {
  background: #000;
  border-bottom: 5px solid #000; }

.SignupForm_socialLogin.u-google {
  background: #dc4e41;
  border-bottom: 5px solid #aa3328; }

.SignupForm_socialLogin.u-google:hover {
  background: #aa3328;
  border-bottom: 5px solid #aa3328; }

.SignupForm_linkAccount {
  color: #fff;
  border-radius: 8px; }

.SignupForm_linkAccount.u-facebook {
  background: #215da2; }

.SignupForm_linkAccount.u-github {
  background: #3a3a3a; }

.SignupForm_linkAccount.u-google {
  background: #dc4e41; }

.SignupForm_linkAccount.u-sitepoint {
  background: #3a3a3a; }

.SignupForm_linkAccount.u-sitepoint svg {
  fill: #fff;
  height: 64px; }

.SignupForm_terms a:hover {
  color: #6f6f6f; }

.SignupForm_or hr {
  width: 40%; }

.SignupForm_or hr:nth-child(odd) {
  margin: 0 auto 0 0; }

.SignupForm_or hr:nth-child(even) {
  margin: 0 0 0 auto; }

.SignupForm_input input:-moz-placeholder {
  color: #6f6f6f; }

.SignupForm_icon-wrapper {
  position: relative;
  height: 0;
  top: 10px;
  left: 20px; }

.SignupForm_icon-wrapper i {
  font-size: 1.3rem; }

.SignupForm_icon-wrapper.u-password::before {
  content: "\f023"; }

.SignupForm_icon-wrapper::before {
  font-family: "Font Awesome 5 Pro";
  font-display: auto;
  position: absolute;
  padding: 9px 20px;
  color: #6f6f6f;
  font-size: 1.5rem; }

.SignupForm_newAcc {
  height: 100px; }

.SignupForm_newAcc a:hover {
  color: #262626; }

.reveal-modal .SignupForm_newAcc {
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0; }

.SignupForm.certificate-form {
  color: grey; }

.SignupForm.certificate-form .email_course_enrollment_fullname {
  width: 80%; }

.SignupForm.certificate-form .certificate-fullname {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid lightgrey;
  background-color: transparent;
  color: grey; }

.SignupForm.certificate-form .SignupForm_button {
  text-transform: uppercase;
  width: 80%; }

.StudentPanel {
  background: #f7f7f7;
  padding: 60px; }

@media (max-width: 460px) {
  .StudentPanel {
    padding: 30px 15px; } }
.StudentPanel_heading {
  color: #3a3a3a;
  font-size: 25px;
  text-align: center;
  margin: 15px auto;
  font-weight: normal; }

.StudentForm {
  text-align: center;
  max-width: 500px;
  margin: 15px auto; }

.StudentForm p {
  color: #a2a2a2;
  max-width: 275px;
  font-size: 14px;
  margin: 15px auto; }

.StudentForm_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px; }

@media (max-width: 460px) {
  .StudentForm_field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.StudentForm_field input {
  margin: 0; }

.StudentForm_field label {
  min-width: 120px;
  display: block;
  text-align: left;
  font-size: 16px;
  margin: 0; }

@media (max-width: 460px) {
  .StudentForm_field label {
    width: 100%;
    margin-bottom: 5px; } }
.StudentForm_errors {
  color: tomato;
  text-align: center;
  margin: 15px;
  line-height: 24px; }

.Testimonials {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.Testimonials::after {
  content: ' ';
  display: table;
  clear: both; }

.Testimonial {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.Testimonial_single {
  width: 33.3%;
  float: left;
  padding: 15px; }

@media (max-width: 800px) {
  .Testimonial_single {
    width: 100%; } }
.Testimonial_content {
  border: 1px solid #7ba4bb;
  border-radius: 2px;
  padding: 20px;
  background-color: white;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  margin-bottom: 20px; }

@media (max-width: 500px) {
  .Testimonial_content {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 10px; } }
.Testimonial_content:before, .Testimonial_content:after {
  border: 10px solid;
  border-color: currentColor transparent transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 50%;
  top: 100%;
  margin-right: -10px;
  width: 0; }

.Testimonial_content:before {
  color: #7ba4bb;
  margin-top: 1px; }

.Testimonial_content:after {
  color: white; }

.Testimonial_author {
  line-height: 30px;
  text-align: center; }

.Testimonial_name {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1.7; }

.Testimonial_meta {
  color: #a2a2a2;
  font-size: 14px;
  display: block;
  line-height: 1.3; }

.Testimonial_avatar {
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px; }

.Testimonial_avatar img {
  border-radius: 50%;
  display: inline-block;
  width: 100%; }

.TestimonialActions {
  text-align: center; }

.TestimonialActions .TestimonialAction {
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 16;
  padding: 16px 33px 16px 33px;
  font-size: 22px;
  border-radius: 2px;
  background: #7ba4bb;
  border-color: #7ba4bb;
  color: white;
  text-transform: capitalize;
  line-height: 1;
  border-width: 1px;
  display: inline-block;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }

.TestimonialActions .TestimonialAction:hover {
  background: #4e7081;
  border-color: #4e7081; }

.t-color-htmlcss,
.t-color-html,
.t-color-sass,
.t-color-css {
  color: #EF8D24; }

.t-color-javascript,
.t-color-react {
  color: #F6B33C; }

.t-color-php,
.t-color-wordpress {
  color: #666699; }

.t-color-ruby {
  color: #eb5745; }

.t-color-design,
.t-color-designux {
  color: #3CBC8D; }

.t-color-workflow,
.t-color-git {
  color: #3DBFD9; }

.t-color-mobile,
.t-color-android,
.t-color-swift {
  color: #2C5773; }

.t-bg-htmlcss,
.t-bg-html,
.t-bg-sass,
.t-bg-css {
  background: #EF8D24; }

.t-bg-javascript,
.t-bg-react {
  background: #F6B33C; }

.t-bg-php,
.t-bg-wordpress {
  background: #666699; }

.t-bg-ruby {
  background: #eb5745; }

.t-bg-design,
.t-bg-designux {
  background: #3CBC8D; }

.t-bg-workflow,
.t-bg-git {
  background: #3DBFD9; }

.t-bg-mobile,
.t-bg-android,
.t-bg-swift {
  background: #2C5773; }

.TrialForm {
  position: relative;
  background-color: #ff837d;
  padding: 30px;
  color: #fff;
  max-width: 450px;
  text-align: center;
  border-radius: 2px; }

.TrialForm a {
  color: #fff;
  text-decoration: underline; }

.TrialForm input[type=text], .TrialForm input[type=email], .TrialForm input[type=password] {
  border-color: #fff;
  background: #fff;
  padding: 10px;
  border-radius: 2px; }

.TrialForm .error small {
  color: #fff;
  text-align: left; }

.TrialForm .error input[type=text], .TrialForm .error input[type=email], .TrialForm .error input[type=password] {
  background-color: #fff;
  border-color: #FF1200; }

.TrialForm_heading {
  color: #fff;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto 10px;
  font-size: 25px; }

.TrialForm_copy {
  max-width: 340px;
  margin: 0 auto 20px;
  font-size: 16px; }

.TrialForm_list {
  text-align: left; }

.TrialForm_action {
  border: 0;
  background: #24b3b5;
  padding: 13px 30px;
  border-radius: 2px;
  margin-top: 10px;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.TrialForm_action:hover {
  background: #3ec9cb; }

.TrialForm_icon {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50px;
  border: 4px solid #ff837d;
  text-align: center;
  line-height: 46px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 15px;
  left: -30px;
  color: #ff837d;
  font-size: 23px; }

.TrialForm_terms {
  max-width: 340px;
  margin: 20px auto 0px;
  font-size: 12px; }

.UniNav {
  height: 60px;
  -webkit-font-smoothing: antialiased; }

.UniNav a {
  color: white; }

@media (max-width: 935px) {
  .UniNav {
    position: fixed;
    z-index: 8; } }
.UniNav_offsetSpacer {
  height: 60px; }

.UniNav_logo .sp-logo {
  height: 27px;
  fill: white; }

.UniNav_logo rect {
  fill: white; }

.UniNav_logo .u-fill {
  fill: #3a3a3a; }

.UniNav_svgIcon svg {
  fill: white;
  width: 14px; }

.UniNav_item {
  cursor: pointer; }

.UniNav_item:hover, .UniNav_item:focus {
  background: #262626; }

[count], [data-count] {
  position: relative; }

[count]:after, [data-count]:after {
  content: attr(data-count);
  text-align: center;
  display: block;
  background: tomato;
  position: absolute;
  font-size: 0.75rem;
  line-height: 0.8;
  font-weight: bold;
  padding: 0.25em;
  top: 20px;
  right: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px -2px black;
  box-shadow: 0 2px 4px -2px black;
  color: white; }

@media (max-width: 623px) {
  [count]:after, [data-count]:after {
    top: 23px; } }
.UniNav_search input#UniNav_searchField {
  height: 40px;
  border-radius: 2em; }

.UniNav_search input#UniNav_searchField:hover, .UniNav_search input#UniNav_searchField:focus, .UniNav_search input#UniNav_searchField:active {
  width: 100%;
  padding-left: 1em; }

.UniNav_search button {
  background: transparent; }

.UniNav_search:hover input#UniNav_searchField, .UniNav_search:focus input#UniNav_searchField, .UniNav_search:active input#UniNav_searchField {
  width: 100%;
  padding-left: 1em; }

.UniNav_dropdown .UniNav_dropdownInner {
  display: none; }

.UniNav_dropdown:hover {
  background: #262626; }

.UniNav_dropdown:hover .UniNav_dropdownInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.UniNav_dropdown:hover > [count]:after, .UniNav_dropdown:hover > [data-count]:after {
  color: white; }

.UniNav_dropdownInner {
  position: absolute;
  right: 0;
  top: 90%;
  z-index: 100; }

.UniNav_dropdownItem {
  cursor: pointer; }

.UniNav_dropdownItem.u-alt {
  background: #3a3a3a;
  color: #3ec9cb; }

.UniNav_dropdownItem:hover, .UniNav_dropdownItem:focus {
  background: #6f6f6f; }

.User_banner {
  background: white;
  text-align: center; }

.User_content {
  max-width: 700px;
  margin: auto;
  padding: 30px; }

.User_social a {
  color: #3ec9cb;
  font-size: 20px; }

.User_heading {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: normal; }

.AfterPurchase .has-divider {
  border-right: none; }

@media screen and (min-width: 936px) {
  .AfterPurchase .has-divider {
    border-right: 1px solid; } }
.AfterPurchase i.fa-check-circle {
  color: #18e420;
  font-size: 90px; }

.AfterPurchase hr {
  border-color: #000000;
  width: 100%; }

.AfterPurchase a {
  color: inherit; }

.AfterPurchase .form-wrapper {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }

.AfterPurchase .Button {
  text-transform: none; }

.AfterPurchase .Button.u-blue.u-outline {
  border-color: #2d9cdb;
  color: #2d9cdb; }

.AfterPurchase .Button.u-primary {
  background-color: #9b51e0;
  border-color: #9b51e0; }

.AfterPurchase .cover-spine-overlay:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(2.5%, rgba(250, 250, 250, 0.23)), color-stop(3.4%, rgba(0, 0, 0, 0.1)), color-stop(4.2%, rgba(250, 250, 250, 0.1)), color-stop(5.6%, rgba(0, 0, 0, 0.1)), color-stop(6.8%, rgba(250, 250, 250, 0.2)), color-stop(25%, transparent), color-stop(30%, transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 1%, rgba(250, 250, 250, 0.23) 2.5%, rgba(0, 0, 0, 0.1) 3.4%, rgba(250, 250, 250, 0.1) 4.2%, rgba(0, 0, 0, 0.1) 5.6%, rgba(250, 250, 250, 0.2) 6.8%, transparent 25%, transparent 30%, rgba(0, 0, 0, 0.2) 100%); }

.AfterPurchase .duration-overlay {
  background: black;
  color: white;
  bottom: 0.7em;
  opacity: 1;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0.7em; }

.AfterPurchase .duration-overlay > span {
  margin: 0;
  line-height: 0.8rem;
  display: block; }

.AfterPurchase .product-wrapper {
  width: 200px; }

@media screen and (min-width: 936px) {
  .AfterPurchase .product-wrapper {
    width: 120px; } }
@media screen and (min-width: 1248px) {
  .AfterPurchase .product-wrapper {
    width: 200px; } }
.AfterPurchase .product-wrapper.free-member {
  width: 255px; }

@media screen and (min-width: 936px) {
  .AfterPurchase .product-wrapper.free-member {
    width: 200px; } }
@media screen and (min-width: 1248px) {
  .AfterPurchase .product-wrapper.free-member {
    width: 255px; } }
.AfterPurchase img.product-cover {
  width: 200px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media screen and (min-width: 936px) {
  .AfterPurchase img.product-cover {
    width: 120px; } }
@media screen and (min-width: 1248px) {
  .AfterPurchase img.product-cover {
    width: 200px; } }
.AfterPurchase img.product-cover.free-member {
  width: 255px; }

@media screen and (min-width: 936px) {
  .AfterPurchase img.product-cover.free-member {
    width: 200px; } }
@media screen and (min-width: 1248px) {
  .AfterPurchase img.product-cover.free-member {
    width: 255px; } }
.AfterPurchase .BookBundle ul li {
  list-style-type: square;
  color: #c4c4c4; }

.AfterPurchase .BookBundle ul li span {
  color: #333333; }

.AfterPurchase input {
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15); }

.AfterPurchase input.readonly {
  background: #f4f4f4; }

.sp-company-logo {
  background: rgba(206, 206, 206, 0.5); }

.sp-company-logo img {
  height: 30px; }

@media screen and (min-width: 936px) {
  .sp-company-logo img {
    height: 50px; } }
.Button {
  display: inline-block;
  margin: 0;
  min-width: 100px;
  padding: 0.5rem;
  border: 1px solid;
  border-color: #3ec9cb;
  border-radius: 2px;
  background: #3ec9cb;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color; }

.Button i {
  margin: 0 10px; }

.Button:hover,
.Button:focus,
.Button:active {
  background-color: #24b3b5;
  border-color: #24b3b5;
  color: white; }

.Button:visited {
  color: white; }

.Button:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px); }

.Button.u-small {
  font-size: 0.875rem;
  padding: 0.25rem; }

.Button.u-large {
  font-size: 1.25rem;
  padding: 0.75em; }

.Button.u-blue {
  background-color: #339bcb;
  border-color: #339bcb; }

.Button.u-blue:hover,
.Button.u-blue:active {
  background-color: #217da8;
  border-color: #217da8; }

.Button.u-grey {
  background-color: #3a3a3a;
  border-color: #3a3a3a; }

.Button.u-grey:hover,
.Button.u-grey:active {
  background-color: #262626;
  border-color: #262626; }

.Button.u-pink {
  background-color: #fa3292;
  border-color: #fa3292;
  color: white; }

.Button.u-pink:hover,
.Button.u-pink:active {
  background-color: #fa0b7e;
  border-color: #fa0b7e; }

.Button.u-primary {
  background-color: #7232FA;
  border-color: #7232FA;
  color: white; }

.Button.u-primary:hover,
.Button.u-primary:active {
  background-color: #9864FF; }

.Button.u-red {
  background-color: #F55555;
  border-color: #F55555; }

.Button.u-red:hover,
.Button.u-red:active {
  background-color: #f22525;
  border-color: #f22525; }

.Button.u-red.u-white {
  color: #F55555;
  background-color: white;
  border-color: white; }

.Button.u-red.u-white:hover,
.Button.u-red.u-white:active {
  color: white;
  background-color: #F55555; }

.Button.u-grey {
  background-color: #3a3a3a;
  border-color: #3a3a3a; }

.Button.u-grey:hover,
.Button.u-grey:active {
  background-color: #262626;
  border-color: #262626; }

.Button.u-disabled,
.Button.u-disabled:hover,
.Button.u-disabled:active {
  background-color: #efefef;
  border-color: #efefef;
  color: #a2a2a2;
  cursor: default;
  -webkit-transform: none;
  transform: none; }

.Button.u-cta {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-width: thick; }

.Button.u-outline {
  background-color: transparent;
  border-color: #3ec9cb;
  border-width: 2px;
  color: #3ec9cb; }

.Button.u-outline:hover,
.Button.u-outline:active {
  background-color: transparent;
  color: #24b3b5;
  border-color: #24b3b5; }

.Button.u-outline.u-disabled,
.Button.u-outline.u-disabled:hover {
  background-color: transparent;
  border-color: #a2a2a2;
  color: #a2a2a2; }

.Button.u-outline.u-grey {
  border-color: #3a3a3a;
  color: #3a3a3a; }

.Button.u-outline.u-blue {
  background-color: white;
  border-color: #2d9cdb;
  color: #2d9cdb; }

.Button.u-outline.u-blue:hover,
.Button.u-outline.u-blue:focus,
.Button.u-outline.u-blue:active {
  border-color: #0e81c2;
  color: #0e81c2; }

.Button.u-outline.u-primary {
  background-color: white;
  border-color: #7232FA;
  color: #7232FA; }

.Button.u-outline.u-primary:hover,
.Button.u-outline.u-primary:focus,
.Button.u-outline.u-primary:active {
  border-color: #9864FF;
  color: #9864FF; }

.Button.u-outline.u-white {
  border-color: white;
  color: white; }

.Button.u-outline.u-white:hover,
.Button.u-outline.u-white:focus,
.Button.u-outline.u-white:active {
  background-color: white;
  color: #3a3a3a; }

.Button .fa-stack i {
  margin: initial; }

.Button .fa-stack .fa-circle {
  color: rgba(0, 0, 0, 0.25); }

.Announcement a {
  color: inherit; }

.Announcement_close {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.Announcement_close i {
  padding: 8px;
  margin: 5px;
  border-radius: 3px; }

.Announcement_message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

a.Announcement_message:hover, a.Announcement_message:focus {
  text-decoration: underline; }

.Announcement .Announcement_close:hover i, .Announcement .Announcement_close:focus i {
  background: white;
  color: #7ba4bb; }

.Announcement.u-bad {
  background: #eb5745;
  color: white; }

.Announcement.u-bad .Announcement_close:hover i, .Announcement.u-bad .Announcement_close:focus i {
  background: white;
  color: #eb5745; }

.publisher-logos {
  width: 80%; }

.publisher-logos span {
  color: #949494;
  font-size: 0.8rem; }

.publisher-logos img {
  height: 32px; }

@media screen and (min-width: 624px) and (max-width: 936px) {
  .publisher-logos img {
    height: 22px; } }
.Carousel .Carousel_prev, .Carousel .Carousel_next {
  bottom: 0px;
  top: 0px;
  min-width: 33%;
  max-width: 33%;
  color: #a2a2a2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0; }

.Carousel .Carousel_prev.slick-disabled, .Carousel .Carousel_next.slick-disabled {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0; }

.Carousel .Carousel_prev:hover, .Carousel .Carousel_next:hover {
  color: #262626; }

.Carousel .Carousel_prev:focus, .Carousel .Carousel_next:focus {
  color: #262626; }

.Carousel .Carousel_prev i, .Carousel .Carousel_next i {
  font-size: 2rem; }

.Carousel .Carousel_prev, .Carousel .Carousel_prev:hover, .Carousel .Carousel_prev:active, .Carousel .Carousel_prev:focus {
  left: 0;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#f6f9fb), to(rgba(246, 249, 251, 0)));
  background: linear-gradient(to right, #f6f9fb 0%, rgba(246, 249, 251, 0) 100%); }

.Carousel .Carousel_next, .Carousel .Carousel_next:hover, .Carousel .Carousel_next:active, .Carousel .Carousel_next:focus {
  right: 0;
  text-align: right;
  background: -webkit-gradient(linear, right top, left top, from(#f6f9fb), to(rgba(246, 249, 251, 0)));
  background: linear-gradient(to left, #f6f9fb 0%, rgba(246, 249, 251, 0) 100%); }

.Carousel .slick-dots li.slick-active button:before {
  color: #2A5CFF; }

.Carousel .twitter-tweet {
  display: none; }

.Carousel .twitter-tweet.twitter-tweet-rendered {
  display: block; }

@media (max-width: 756px) {
  .Carousel.slick-slider {
    width: 100%;
    margin: 0 0 40px; }

  .Carousel .slick-list {
    overflow: hidden; }

  .Carousel .slick-dots {
    left: 30px;
    right: 30px; }

  .Carousel .slick-dots li {
    width: 12px;
    height: 12px; }

  .Carousel .slick-dots li button:before {
    width: 12px;
    height: 12px;
    font-size: 6px;
    line-height: 12px; }

  .Carousel .Carousel_prev, .Carousel .Carousel_prev:hover, .Carousel .Carousel_prev:active, .Carousel .Carousel_prev:focus {
    left: -1rem;
    background: none; }

  .Carousel .Carousel_prev, .Carousel .Carousel_next {
    min-width: 30px;
    max-width: 30px; }

  .Carousel .Carousel_next, .Carousel .Carousel_next:hover, .Carousel .Carousel_next:active, .Carousel .Carousel_next:focus {
    right: -1rem;
    background: none; } }
.product-cart-subscription {
  background-image: url("../png/1525331829book-background.png");
  background-size: contain;
  background-repeat: no-repeat; }

@media screen and (min-width: 1030px) {
  .product-cart-subscription {
    margin: 0 5rem; } }
@media (min-width: 592px) {
  .product-cart-subscription {
    margin-left: 4.5rem;
    margin-right: 4.5rem; } }
@media (max-width: 623px) {
  .product-cart-subscription {
    margin-left: 2rem;
    margin-right: 2rem; } }
@media (max-width: 321px) {
  .product-cart-subscription {
    margin: 0; } }
.Loader {
  width: 100%;
  text-align: center;
  padding: 15px; }

.Spinner {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  -webkit-animation: css-spinner-rotation .6s infinite linear;
  animation: css-spinner-rotation .6s infinite linear;
  border-radius: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(44, 155, 199, 0.2);
  border-top-color: rgba(44, 155, 199, 0.8); }

.Spinner.u-inverse {
  border-color: rgba(204, 204, 204, 0.2);
  border-top-color: rgba(199, 199, 199, 0.8); }

@-webkit-keyframes css-spinner-rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes css-spinner-rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.course-frame {
  -webkit-perspective: 60rem;
  perspective: 60rem;
  -webkit-perspective-origin: 0 0;
  perspective-origin: 0 0;
  height: 15rem;
  width: 10rem; }

.course-frame .course-render {
  background-color: pink;
  background: url("../png/1525675155course-tablet-standalone.png") center 18% no-repeat;
  background-size: 100% auto;
  width: 18rem;
  height: 22rem;
  position: relative;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateY(0.5rem) rotateY(8deg) rotatex(5deg) scale(0.65);
  transform: translateY(0.5rem) rotateY(8deg) rotatex(5deg) scale(0.65); }

.course-frame .course-render .course-customizer {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #fff;
  position: absolute;
  -webkit-transform: scale(0.69) translateY(77px) translateX(26px);
  transform: scale(0.69) translateY(77px) translateX(26px);
  width: 100%; }

@media (min-width: 1248px) {
  .course-frame .course-render .course-customizer {
    width: 103%;
    height: 63%; } }
.course-frame .course-render .course-customizer .title {
  font-size: 1rem;
  font-weight: 600;
  height: 1.8rem;
  line-height: 2rem;
  overflow-x: hidden;
  text-indent: 0.5rem; }

.course-frame .course-render .course-customizer .title:before {
  content: ""; }

.course-frame .course-render .course-customizer img {
  width: 100%;
  height: 100%; }

.course-frame .course-render .course-customizer:before {
  display: block;
  position: absolute;
  content: "";
  width: 30%;
  height: 50%;
  left: 50%;
  top: 50%;
  z-index: 100;
  margin: -15% -15%;
  background-image: url("https://uploads.sitepoint.com/wp-content/uploads/2018/05/1525420831play-button-loop.svg");
  background-size: 100% auto;
  background-repeat: no-repeat; }

.VideoPlayer .jwplayer .jw-preview {
  background-size: cover; }

.Skeleton {
  display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.25) 100%);
  background-size: 400% 400%;
  border-radius: 3px;
  width: 100%;
  line-height: 1.2;
  -webkit-animation: shimmer 1.2s ease-in-out infinite;
  animation: shimmer 1.2s ease-in-out infinite; }
@-webkit-keyframes shimmer {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: -135% 0%; } }
.Skeleton.skeleton-light {
  background-image: -webkit-gradient(linear, right top, left top, from(#e9e9e9), color-stop(50%, rgba(233, 233, 233, 0.5)), to(#e9e9e9));
  background-image: linear-gradient(-90deg, #e9e9e9 0%, rgba(233, 233, 233, 0.5) 50%, #e9e9e9 100%); }

.Skeleton.skeleton-line:after {
  content: "\00a0"; }

.Skeleton.skeleton-icon {
  -webkit-animation: unset;
  animation: unset;
  background: #ffffff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  display: block;
  height: 145px; }

.Skeleton.skeleton-static {
  -webkit-animation: none;
  animation: none; }

@keyframes shimmer {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: -135% 0%; } }
.ProductCard {
  display: inline-block;
  height: auto;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.ProductCard.scaleOnHover:hover,
.ProductCard.scaleOnHover:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1; }

@media (min-width: 936px) {
  .ProductCard.scaleOnHover:hover,
  .ProductCard.scaleOnHover:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }
.ProductCard__content {
  padding: 0.5rem; }

.ProductCard__image {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: #e9e9e9;
  -webkit-box-shadow: 0px 1px 4px #858585;
  box-shadow: 0px 1px 4px #858585; }

.ProductCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

.ProductCard[data-type="book"] .ProductCard__image {
  padding-top: 125%; }

.ProductCard[data-type="book"] .ProductCard__image img {
  -o-object-fit: initial;
  object-fit: initial;
  -o-object-position: initial;
  object-position: initial; }

.ProductCard[data-type="publisher"],
.ProductCard[data-type="conference"] {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 4px #858585;
  box-shadow: 0px 1px 4px #858585; }

.ProductCard[data-type="publisher"]:hover,
.ProductCard[data-type="publisher"]:focus,
.ProductCard[data-type="conference"]:hover,
.ProductCard[data-type="conference"]:focus {
  -webkit-box-shadow: 0px 1px 4px #858585;
  box-shadow: 0px 1px 4px #858585; }

.ProductCard[data-type="conference"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: none; }

.ProductCard[data-type="conference"]:focus {
  color: inherit; }

@media (min-width: 768px) and (max-width: 935px) {
  .ProductCard[data-type="conference"] {
    width: calc(50% - 0.88889rem); } }
.ProductCard[data-type="conference"] .ProductCard__image {
  background-color: #fff;
  position: relative;
  min-height: 90px;
  padding-top: 56.25%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.ProductCard_durationOverlay {
  background: black;
  color: white;
  bottom: 0.7em;
  opacity: 1;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0.7em; }

.ProductCard_durationOverlay > span {
  margin: 0;
  line-height: 0.8rem;
  display: block; }

.ProductCard_name {
  color: #333333;
  display: block; }

.ProductCard_author {
  color: #a9a9a9; }

.ProductCard_rating {
  color: #ffb800; }

.ProductCard_rating #star-rating-wrapper.Stars {
  display: contents; }

.ProductCard_rating #star-rating-wrapper.Stars .fa-stack {
  margin-right: 14px;
  font-size: 0.5em; }

.ProductCard .offline-icon {
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='44' viewBox='0 0 59 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.7186 18.8914C49.0938 17.8501 49.3 16.7188 49.3 15.5357C49.3 10.3877 45.4049 6.21429 40.6 6.21429C38.8121 6.21429 37.1504 6.79241 35.7682 7.7833C33.2632 3.13122 28.573 0 23.2 0C15.1918 0 8.7 6.95553 8.7 15.5357C8.7 15.8006 8.70634 16.0638 8.71849 16.3254C3.6405 18.2394 0 23.4227 0 29.5179C0 37.24 5.84268 43.5 13.05 43.5H46.4C52.8065 43.5 58 37.9355 58 31.0714C58 25.0581 54.014 20.0424 48.7186 18.8914Z' fill='%23E6E6E6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.8684 21.0223L45.9903 17.9084C46.253 17.1794 46.4 16.3804 46.4 15.5357C46.4 11.7976 43.618 9.11429 40.6 9.11429C39.4517 9.11429 38.3753 9.48247 37.458 10.1402L34.7782 12.0614L33.2149 9.15823C31.16 5.34222 27.3938 2.9 23.2 2.9C16.9787 2.9 11.6 8.36546 11.6 15.5357C11.6 15.7543 11.6052 15.9726 11.6154 16.1909L11.7131 18.2958L9.74131 19.0391C5.84987 20.5058 2.9 24.5676 2.9 29.5179C2.9 35.8301 7.62951 40.6 13.05 40.6H46.4C51.0196 40.6 55.1 36.5256 55.1 31.0714C55.1 26.3156 51.9633 22.5644 48.1027 21.7253L44.8684 21.0223ZM51.4248 19.8665C55.315 21.8728 58 26.1361 58 31.0714C58 37.9355 52.8065 43.5 46.4 43.5H13.05C5.84268 43.5 0 37.24 0 29.5179C0 23.4227 3.6405 18.2394 8.71849 16.3254C8.70634 16.0638 8.7 15.8006 8.7 15.5357C8.7 6.95553 15.1918 0 23.2 0C27.5786 0 31.5037 2.07947 34.1624 5.36687C34.7662 6.11345 35.3046 6.92233 35.7682 7.7833C36.3609 7.35837 37.005 7.00936 37.6885 6.74929C38.5987 6.40289 39.5788 6.21429 40.6 6.21429C45.4049 6.21429 49.3 10.3877 49.3 15.5357C49.3 15.8198 49.2881 16.1009 49.2649 16.3785C49.1912 17.2569 49.0037 18.1002 48.7186 18.8914C49.6679 19.0978 50.5751 19.4283 51.4248 19.8665Z' fill='%23C4C4C4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.2007 17.3494C41.3332 18.4819 41.3332 20.3181 40.2007 21.4506L25.278 36.3733L14.5435 27.4278C13.3131 26.4025 13.1469 24.5739 14.1722 23.3435C15.1976 22.1131 17.0262 21.9468 18.2566 22.9722L24.9221 28.5267L36.0995 17.3494C37.232 16.2169 39.0682 16.2169 40.2007 17.3494Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A"); }

.ProductCard .offline-icon.available {
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='52' viewBox='0 0 66 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(https://learnable-assets.sitepoint.com/premium/%23filter0_d)'%3E%3Cpath d='M52.7186 18.8914C53.0938 17.8501 53.3 16.7188 53.3 15.5357C53.3 10.3877 49.4049 6.21429 44.6 6.21429C42.8121 6.21429 41.1504 6.79241 39.7682 7.7833C37.2632 3.13122 32.573 0 27.2 0C19.1918 0 12.7 6.95553 12.7 15.5357C12.7 15.8006 12.7063 16.0638 12.7185 16.3254C7.6405 18.2394 4 23.4227 4 29.5179C4 37.24 9.84268 43.5 17.05 43.5H50.4C56.8065 43.5 62 37.9355 62 31.0714C62 25.0581 58.014 20.0424 52.7186 18.8914Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.8684 21.0223L49.9903 17.9084C50.253 17.1794 50.4 16.3804 50.4 15.5357C50.4 11.7976 47.618 9.11429 44.6 9.11429C43.4517 9.11429 42.3753 9.48247 41.458 10.1402L38.7782 12.0614L37.2149 9.15823C35.16 5.34222 31.3938 2.9 27.2 2.9C20.9787 2.9 15.6 8.36546 15.6 15.5357C15.6 15.7543 15.6052 15.9726 15.6154 16.1909L15.7131 18.2958L13.7413 19.0391C9.84987 20.5058 6.9 24.5676 6.9 29.5179C6.9 35.8301 11.6295 40.6 17.05 40.6H50.4C55.0196 40.6 59.1 36.5256 59.1 31.0714C59.1 26.3156 55.9633 22.5644 52.1027 21.7253L48.8684 21.0223ZM55.4248 19.8665C59.315 21.8728 62 26.1361 62 31.0714C62 37.9355 56.8065 43.5 50.4 43.5H17.05C9.84268 43.5 4 37.24 4 29.5179C4 23.4227 7.6405 18.2394 12.7185 16.3254C12.7063 16.0638 12.7 15.8006 12.7 15.5357C12.7 6.95553 19.1918 0 27.2 0C31.5786 0 35.5037 2.07947 38.1624 5.36687C38.7662 6.11345 39.3046 6.92233 39.7682 7.7833C40.3609 7.35837 41.005 7.00936 41.6885 6.74929C42.5987 6.40289 43.5788 6.21429 44.6 6.21429C49.4049 6.21429 53.3 10.3877 53.3 15.5357C53.3 15.8198 53.2881 16.1009 53.2649 16.3785C53.1912 17.2569 53.0037 18.1002 52.7186 18.8914C53.6679 19.0978 54.5751 19.4283 55.4248 19.8665Z' fill='%23303030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2007 17.3494C45.3332 18.4819 45.3332 20.3181 44.2007 21.4506L29.278 36.3733L18.5435 27.4278C17.3131 26.4025 17.1469 24.5739 18.1722 23.3435C19.1976 22.1131 21.0262 21.9468 22.2566 22.9722L28.9221 28.5267L40.0995 17.3494C41.232 16.2169 43.0682 16.2169 44.2007 17.3494Z' fill='%237ECB5A'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='66' height='51.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); }

a.ProductCard:hover {
  cursor: pointer; }

.Conference__header {
  background-color: #efefef; }

.Conference__map {
  background-size: cover;
  background-repeat: no-repeat, repeat;
  background-position: center right; }

@media (max-width: 767px) {
  .Conference__map {
    background-image: none !important; } }
@media (min-width: 768px) {
  .Conference__details {
    max-width: 300px; } }
@media (min-width: 936px) {
  .Conference__details {
    max-width: 400px; } }
.Conference__details__meta {
  line-height: 1.2; }

.Conference__details__meta i {
  color: #ccc; }

.Conference__details__logo {
  height: 120px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.Conference__hero {
  background-color: #3d373e;
  color: #fff; }

.Conference__hero__speaker {
  color: #f37500; }

.Conference__hero__speaker .Skeleton {
  height: 1rem; }

.Conference__hero__title {
  color: #fff; }

.Conference__hero__title .Skeleton {
  height: 1.953125rem; }

.Conference__hero__description {
  line-height: 1.6; }

.Conference__hero__description p {
  font-size: inherit;
  line-height: inherit; }

.Conference__hero__description .Skeleton {
  height: 1rem; }

@media (min-width: 936px) {
  .Conference__hero__content {
    max-width: 45%; } }
.Conference__hero__video-wrapper {
  position: relative; }

.Conference__hero__video-wrapper.Skeleton,
.Conference__hero__video-wrapper.thumbnail {
  height: 100%;
  min-height: 150px; }

@media (max-width: 935px) {
  .Conference__hero__video-wrapper.Skeleton,
  .Conference__hero__video-wrapper.thumbnail {
    padding-top: 56.25%; }

  .Conference__hero__video-wrapper.Skeleton .VideoPlayer, .Conference__hero__video-wrapper.thumbnail .VideoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; } }
@media (min-width: 624px) {
  .Conference__hero__video-wrapper.Skeleton,
  .Conference__hero__video-wrapper.thumbnail {
    min-height: 300px; } }
@media (min-width: 936px) {
  .Conference__hero__video-wrapper.Skeleton,
  .Conference__hero__video-wrapper.thumbnail {
    min-height: 250px; } }
@media (min-width: 1248px) {
  .Conference__hero__video-wrapper.Skeleton,
  .Conference__hero__video-wrapper.thumbnail {
    min-height: 350px; } }
.Conference__hero__video-wrapper.thumbnail {
  background-color: #453f46;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (min-width: 936px) {
  .Conference__hero__video-wrapper {
    max-width: 55%; } }
.Conference__hero__video-error {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.Conference__hero__video-link {
  top: 0;
  left: 0; }

.Conference__hero__video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  max-height: 271px;
  max-width: 271px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 936px) {
  .Conference__related {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 936px) {
  .Conference__videos {
    width: 60%; } }
@media (min-width: 1248px) {
  .Conference__videos {
    width: 65%; } }
@media (min-width: 936px) {
  .Conference__others {
    width: 40%;
    margin-left: 32px; } }
@media (min-width: 1248px) {
  .Conference__others {
    width: 30%; } }
.Conference .ProductCard,
.Conference .ProductSkeleton {
  width: 47%;
  margin-right: 3%; }

.Conference .ProductCard[data-type="conference"], .Conference .ProductSkeleton[data-type="conference"] {
  width: 100%; }

@media (min-width: 624px) {
  .Conference .ProductCard,
  .Conference .ProductSkeleton {
    width: 31%;
    margin-right: 2%; } }
@media (min-width: 750px) {
  .Conference .ProductCard[data-type="conference"], .Conference .ProductSkeleton[data-type="conference"] {
    width: 48%; } }
@media (min-width: 936px) {
  .Conference .ProductCard,
  .Conference .ProductSkeleton {
    width: 23.5%;
    margin-right: 2%; }

  .Conference .ProductCard[data-type="talk"], .Conference .ProductSkeleton[data-type="talk"] {
    width: 47%;
    margin-right: 3%; }

  .Conference .ProductCard[data-type="conference"], .Conference .ProductSkeleton[data-type="conference"] {
    width: 100%; } }
@media (min-width: 1248px) {
  .Conference .ProductCard[data-type="talk"], .Conference .ProductSkeleton[data-type="talk"] {
    width: 30%;
    margin-right: 3.3%; } }
h2.Modal_Heading {
  font-size: 21px;
  padding: 15px 0; }

.sp-modal {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 3px 5px -2px #333;
  box-shadow: 2px 3px 5px -2px #333;
  top: 0;
  left: 0;
  z-index: 999; }

.sp-modal .modal-content {
  width: 300px; }

.sp-modal .modal-content.transparent {
  background: transparent;
  background-color: unset; }

.sp-modal .modal-content .loading-text {
  letter-spacing: 10px; }

#exitIntentModal #sp-modal-content-wrapper {
  max-width: 800px;
  width: 800px;
  height: 350px; }

/*
 *  To future editors. Please ensure that this file is synched(if required) with the one in blog so we can avoid
 *  inconsistency.
 */
.FixedCountdownBar {
  z-index: 11; }

.FixedCountdownBar.v3 {
  background-color: #F55555;
  background-image: url(../png/14788516501466142151pattern-final-copy.png); }

.FixedCountdownBar_trigger {
  max-height: 145px;
  height: auto; }

.FixedCountdownBar_trigger.u-fixed {
  height: 75px; }

@media (max-width: 935px) {
  .FixedCountdownBar_trigger.u-fixed {
    height: 145px; } }
.FixedCountdownBar_trigger.u-fixed .FixedCountdownBar {
  top: 0;
  left: 0; }

@media (max-width: 935px) {
  .FixedCountdownBar_trigger.u-fixed .FixedCountdownBar {
    top: 60px; } }
@media screen and (min-width: 1248px) {
  .FixedCountdownBar_trigger #fixed-countdown-bar {
    min-height: 100px; } }
.FixedCountdownBar_trigger #fixed-countdown-bar .top-wrapper {
  height: 0; }

.FixedCountdownBar_trigger #fixed-countdown-bar .top-wrapper .fixed-countdown-bar--top .close-button-wrapper {
  height: 30px;
  width: 30px;
  border: 3px solid #fff;
  top: 50px;
  z-index: 8;
  right: 8px;
  background-color: #f55555; }

@media screen and (min-width: 624px) {
  .FixedCountdownBar_trigger #fixed-countdown-bar .top-wrapper .fixed-countdown-bar--top .close-button-wrapper {
    top: 50px;
    right: 8px; } }
@media screen and (min-width: 1248px) {
  .FixedCountdownBar_trigger #fixed-countdown-bar .top-wrapper .fixed-countdown-bar--top .close-button-wrapper {
    top: 50px; } }
.FixedCountdownBar_trigger #fixed-countdown-bar .top-wrapper .fixed-countdown-bar--top .close-button-wrapper--fixed {
  top: 50px;
  right: 8px; }

@media screen and (min-width: 936px) {
  .FixedCountdownBar_trigger #fixed-countdown-bar .top-wrapper .fixed-countdown-bar--top .close-button-wrapper--fixed {
    top: 8px;
    right: 8px; } }
.FixedCountdownBar_trigger #fixed-countdown-bar .top-wrapper .fixed-countdown-bar--top .close-button-wrapper .fixed-countdown-bar__close-button {
  cursor: pointer; }

.FixedCountdownBar_trigger #fixed-countdown-bar .fixed-countdown-bar__contents-wrapper {
  max-width: 1248px; }

.FixedCountdownBar_trigger--hidden {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 1s linear, max-height 1s linear;
  transition: opacity 1s linear, max-height 1s linear; }

.FlashMessage.u-good {
  background: #90c352; }

.FlashMessage.u-bad {
  background: #eb5745; }

.FlashMessage a {
  color: white;
  padding: 0 4px; }

.FlashMessage_close {
  border-bottom-left-radius: 3px;
  color: inherit;
  float: right; }

.FlashMessage_close:focus, .FlashMessage_close:hover {
  color: black; }

.CorporateSignUpForm {
  margin: 1em auto; }

.CorporateSignUpForm__wrapper {
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 60px 1rem;
  min-height: calc(100vh - 3.55556rem - 68px); }

@media (max-width: 1248px) {
  .CorporateSignUpForm__wrapper {
    min-height: calc(100vh - 3.55556rem - 64px); } }
@media (max-width: 936px) {
  .CorporateSignUpForm__wrapper {
    min-height: calc(100vh - 3.55556rem - 60px); } }
@media (max-width: 624px) {
  .CorporateSignUpForm__wrapper {
    min-height: calc(100vh - 5.33333rem - 56px); } }
.CorporateSignUpForm__inner {
  width: 630px;
  max-width: 100%;
  margin: 0 auto; }

.CorporateSignUpForm__inner--large {
  width: 1248px;
  margin: 0 auto; }

.CorporateSignUpForm input {
  border: 1px solid #c4c4c4;
  margin: 0;
  font-size: 28px; }

.CorporateSignUpForm input[readonly] {
  pointer-events: none;
  background: #f3f4f4;
  color: #757575; }

@media screen and (max-width: 935px) {
  .CorporateSignUpForm input {
    font-size: 16px; } }
.CorporateSignUpForm__field {
  margin-bottom: 1.25em; }

.CorporateSignUpForm__field label {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 11px;
  color: #8d8d8d;
  width: 100%;
  display: block; }

.CorporateSignUpForm__field--has-error input {
  border-color: red; }

.CorporateSignUpForm__field--has-error .error-message {
  color: red;
  font-size: 11px;
  display: block;
  text-align: left;
  line-height: 2;
  margin-bottom: 1em; }

.CorporateSignUpForm button {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  font-size: 22px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }

.CorporateSignUpForm button:hover,
.CorporateSignUpForm button:active {
  background-color: #f40679; }

.CorporateSignUpForm button i.fa-spin {
  top: 0.3em !important; }

.CorporateSignUpForm .dashed-list {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  text-align: left; }

.CorporateSignUpForm .dashed-list > li:before {
  content: "-";
  margin-right: 0.5em; }

.CorporateSignUpForm .icon-list {
  list-style-type: none;
  margin-left: 0; }

@media screen and (max-width: 420px) {
  .CorporateSignUpForm .icon-list {
    padding-left: 4em; } }
.CorporateSignUpForm .icon-list li {
  position: relative;
  margin-bottom: 1em; }

.CorporateSignUpForm .icon-list li:last-of-type {
  margin-bottom: 0; }

.CorporateSignUpForm .icon-list__icon {
  position: absolute;
  top: 50%;
  left: -4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4em; }

.CorporateSignUpForm .salespoints img {
  height: 1.7777777777777777rem;
  width: 1.7777777777777777rem;
  max-width: 100%; }

.StepForm {
  text-align: center; }

.UserDetails {
  border: 1px solid #bdc4c9;
  background: #fafafa;
  border-radius: 15px;
  padding: 35px; }

.UserDetails .Step__button {
  width: 100%; }

.payment-form .radio {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
  min-width: 33.33333%; }

.payment-form .radio label {
  position: relative;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 2rem;
  min-width: calc(1em + 2px);
  background-position: calc(1em + 2px); }

.payment-form .radio label:before,
.payment-form .radio label:after {
  content: "";
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: -0.1rem;
  background-color: transparent; }

.payment-form .radio label:before {
  border-color: #bdc3c7; }

.payment-form .radio label:after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.payment-form .radio input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.payment-form .radio input:checked ~ div label:before,
.payment-form .radio input:checked ~ label:before {
  border-color: #5cb85c; }

.payment-form .radio input:checked ~ div label:after,
.payment-form .radio input:checked ~ label:after {
  background-color: #5cb85c; }

.payment-form__validation ul {
  margin-left: 0; }

.payment-form__validation [class*="fa-"] {
  color: #c3002d;
  margin-right: 0.5em; }

.payment-form__footer {
  background: rgba(175, 238, 241, 0.39); }

.payment-form__footer p {
  line-height: 1.2; }

.payment-form__footer .commitment {
  color: #666; }

.payment-form__field {
  margin: 0.5rem 0; }

.payment-form__field label {
  color: #333;
  margin-bottom: 0; }

.payment-form__field-input,
input[type="text"].payment-form__field-input {
  border: 1px solid #949494;
  border-radius: 2px;
  margin-bottom: 0;
  height: auto;
  background: #fff;
  font-size: 20px;
  padding: 0.25em; }

@media (min-width: 936px) {
  .payment-form__field-input,
  input[type="text"].payment-form__field-input {
    padding: 0.8em; } }
.payment-form__field-input.StripeElement, input[type="text"].payment-form__field-input.StripeElement {
  padding: 0.62em; }

.payment-form__field-input[class*="invalid"], input[type="text"].payment-form__field-input[class*="invalid"] {
  border-color: #c3002d; }

.payment-form__field-input[class*="complete"], input[type="text"].payment-form__field-input[class*="complete"] {
  border-color: #6fcf97; }

.payment-form__field-input[class*="focus"] + span > .cvc-icon, input[type="text"].payment-form__field-input[class*="focus"] + span > .cvc-icon {
  height: 30px;
  width: 30px; }

@media (min-width: 936px) {
  .payment-form__field-input[class*="focus"] + span > .cvc-icon, input[type="text"].payment-form__field-input[class*="focus"] + span > .cvc-icon {
    height: 40px;
    width: 40px; } }
.payment-form__field-input[class*="focus"] + span > .cvc-icon circle, input[type="text"].payment-form__field-input[class*="focus"] + span > .cvc-icon circle {
  stroke: #2aaf01; }

.payment-form__field-input::-webkit-input-placeholder, input[type="text"].payment-form__field-input::-webkit-input-placeholder {
  color: #e0e0e0; }

.payment-form__field-input::-moz-placeholder, input[type="text"].payment-form__field-input::-moz-placeholder {
  color: #e0e0e0; }

.payment-form__field-input:-ms-input-placeholder, input[type="text"].payment-form__field-input:-ms-input-placeholder {
  color: #e0e0e0; }

.payment-form__field-input::-ms-input-placeholder, input[type="text"].payment-form__field-input::-ms-input-placeholder {
  color: #e0e0e0; }

.payment-form__field-input::placeholder, input[type="text"].payment-form__field-input::placeholder {
  color: #e0e0e0; }

@media (min-width: 936px) {
  .payment-form__field-input.card-number, input[type="text"].payment-form__field-input.card-number {
    background: #fff url("https://uploads.sitepoint.com/wp-content/uploads/2019/09/1567987297credit-cards.svg") calc(100% - 0.77778rem) center/5.33333rem no-repeat; } }
.payment-form__field.card-section__inline {
  width: 100%; }

@media (min-width: 624px) {
  .payment-form__field.card-section__inline {
    width: 70%; } }
@media (min-width: 769px) {
  .payment-form__field.card-section__inline {
    width: 100%; } }
@media (min-width: 904px) {
  .payment-form__field.card-section__inline {
    width: 70%; } }
.payment-form__field.card-section__inline > label {
  width: calc(50% - 0.88889rem); }

.payment-form__field .cvc__field .payment-form__field-input {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.payment-form__field .cvc-icon {
  position: absolute;
  right: 0;
  bottom: 3px;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

@media (min-width: 936px) {
  .payment-form__field .cvc-icon {
    height: 30px;
    width: 30px; } }
.payment-form__field .cvc-icon circle {
  stroke: #999; }

.payment-form .paypal-button-container,
.payment-form .submit-button {
  max-width: 400px; }

.payment-form .paypal-button-container iframe {
  z-index: 1 !important; }

.payment-form .paypal-button-container .paypal-buttons {
  -webkit-transition: none !important;
  transition: none !important; }

.payment-form .payment-type .paypal label {
  background-image: url("https://uploads.sitepoint.com/wp-content/uploads/2019/09/1567987297paypal-logo.svg");
  padding-left: 1.5em;
  background-size: auto 100%;
  background-position: 2rem;
  background-repeat: no-repeat; }

.payment-form .billing-cycle .radio span {
  margin-left: 2rem;
  margin-top: 0.5em;
  display: inline-block; }

.payment-form .billing-cycle .single-billing p {
  margin-top: 2px; }

.payment-form .billing-cycle .single-billing span {
  margin-top: 0.5em; }

.payment-form .billing-cycle .best-value {
  min-width: auto; }

.payment-form .billing-cycle .best-value:after {
  display: block;
  position: absolute;
  content: "Best Value";
  color: #fff;
  width: auto;
  left: 100%;
  top: 0.25em;
  height: 0.88889rem;
  line-height: 0.96096rem;
  padding: 0 0.5rem 0 1rem;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 0.5rem;
  background: url("https://uploads.sitepoint.com/wp-content/uploads/2019/09/1567987986tag.svg") 0/auto 100% no-repeat; }

.Form_Errors {
  list-style: none;
  margin-left: 0; }

.Form_Errors.u-trailing {
  margin-top: 20px; }

.Form_Errors li {
  color: tomato;
  font-size: 13px;
  font-weight: bold; }

.row.collapse + .Form_Errors {
  position: relative;
  top: -13px; }

.Tooltip_box {
  display: none;
  position: absolute;
  z-index: 1; }

.Tooltip:hover ~ .Tooltip_box,
.Tooltip:focus ~ .Tooltip_box {
  display: block; }

.StarRater_star {
  color: #F2994B;
  font-size: 20px;
  padding: 0 2px; }

@media (max-width: 840px) {
  .StarRater_star {
    font-size: 30px;
    padding: 0 6px; } }
.StarRater_star.u-selected {
  color: #ef7e1b; }

.StarRater_star.u-hover {
  color: #ef7e1b; }

.Form_link {
  color: #3ec9cb; }

.Form_input {
  border-color: #e5e5e5; }

.Form_label {
  font-size: 1rem; }

.Form_textarea {
  border-color: #e5e5e5; }

.Form_select {
  padding: 0.625em;
  height: 2.6875em;
  margin: 0;
  border-color: #e5e5e5;
  background: white;
  color: #3a3a3a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.Form_selectWrapper {
  position: relative;
  margin-bottom: 1em; }

.Form_selectWrapper:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  font-display: auto;
  position: absolute;
  right: 0;
  top: 44%;
  background: transparent;
  z-index: 1;
  text-align: center;
  width: 2.5em;
  height: 40px;
  padding: 12px 8px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.Form_p {
  font-size: 16px;
  line-height: 21px;
  color: #a2a2a2;
  width: 90%;
  margin: 0 5% 1.5em;
  text-align: center; }

.Form_p.u-subheading {
  margin-top: -21px; }

.Button.Form_Button {
  width: 100%;
  margin: 0 0 3%; }

.Button.Form_Button i {
  margin-left: 5px; }

.Button.Form_Button.u-retry {
  -webkit-animation: wiggle 0.5s ease-in;
  animation: wiggle 0.5s ease-in; }

.Form_h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px; }

.Form_h4:first-of-type {
  margin-top: 0px; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes wiggle {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.ReviewForm {
  text-align: left;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }

@media (max-width: 623px) {
  .ReviewForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.ReviewForm textarea {
  background: #f7f7f7;
  border: 0;
  max-width: 100%;
  height: 75px; }

.ReviewForm label {
  font-size: 16px;
  margin-bottom: 1.25rem; }

.ReviewForm_starRater {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ReviewForm_heading {
  margin: 0 0 22px;
  width: 100%; }

.ReviewForm_instruction {
  color: #a2a2a2;
  font-size: 14px;
  margin-left: 8px; }

.ReviewForm_rate {
  width: 20%;
  border-right: 1px solid #a2a2a2;
  padding-right: 22px; }

@media (max-width: 840px) {
  .ReviewForm_rate {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #a2a2a2;
    margin-bottom: 22px; } }
.ReviewForm_blurb {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 22px; }

@media (max-width: 840px) {
  .ReviewForm_blurb {
    padding: 0; } }
.ReviewForm_actions {
  text-align: right; }

@media (max-width: 623px) {
  .ReviewForm_actions .Button {
    width: 100%; } }
.interests_intro {
  position: relative;
  bottom: 64px; }

.interests_gif {
  z-index: 1; }

.interests_topic {
  border-radius: 16px;
  cursor: pointer;
  border: 2px solid;
  background-color: #fff;
  color: #6f6f6f; }

.interests_topic.u-checked {
  color: #fff; }

.interests_topic.u-checked.u-htmlcss {
  background-color: #EF8D24; }

.interests_topic.u-checked.u-javascript {
  background-color: #F6B33C; }

.interests_topic.u-checked.u-php {
  background-color: #666699; }

.interests_topic.u-checked.u-ruby {
  background-color: #eb5745; }

.interests_topic.u-checked.u-designux {
  background-color: #3CBC8D; }

.interests_topic.u-checked.u-mobile {
  background-color: #2C5773; }

.interests_topic.u-checked.u-web {
  background-color: #1c94c6; }

.interests_topic.u-checked.u-wordpress {
  background-color: #248aaf; }

.interests_topic.u-checked.u-workflow {
  background-color: #3DBFD9; }

.LandingPageCard {
  opacity: 1 !important;
  height: 250px;
  max-height: 250px;
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  width: 278px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.LandingPageCard:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: #3a3a3a; }

.LandingPageCard_play {
  display: block;
  height: 75px;
  width: 75px;
  position: absolute;
  top: 30%;
  left: 35%;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.LibraryCard_book_landing {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: 126px;
  max-height: 100%;
  margin: 0 auto; }

.LibraryCard {
  height: auto;
  width: 100%;
  margin: 16px;
  color: #3a3a3a;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 280px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.LibraryCard:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: #3a3a3a; }

.LibraryCard.u-comingsoon:focus,
.LibraryCard.u-comingsoon:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.LibraryCard.u-comingsoon {
  opacity: 0.5; }

.LibraryCard.u-comingsoon.u-book {
  padding-top: 2em; }

.LibraryCard.u-book {
  height: 470px;
  max-height: 470px;
  -webkit-flex-basis: 470px;
  -ms-flex-preferred-size: 470px;
  flex-basis: 470px; }

.LibraryCard.u-book .LibraryCard_content {
  padding-top: 2em; }

.LibraryCard.u-course {
  height: 370px;
  max-height: 370px;
  -webkit-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px; }

.LibraryCard.u-course .LibraryCard_play {
  display: block;
  height: 75px;
  width: 75px;
  position: absolute;
  top: 2.5em;
  left: 6.5em;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.LibraryCard.u-course:hover .LibraryCard_play {
  opacity: 1; }

.LibraryCard.u-conference {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: none; }

.LibraryCard.u-conference:focus {
  color: inherit; }

@media (min-width: 768px) and (max-width: 935px) {
  .LibraryCard.u-conference {
    width: calc(50% - 0.88889rem); } }
.LibraryCard.u-conference .LibraryCard_content {
  width: 50%; }

.LibraryCard.u-conference .conferenceIcon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.6 0a2.7 2.7 0 100 5.4 2.7 2.7 0 000-5.4zm0 4.5a1.8 1.8 0 110-3.6 1.8 1.8 0 110 3.6zm13.5 0h-9a.9.9 0 00-.9.9v.7l.9.4V5.4h9v7.2h-9v-1l-.9-.3v1.3a.9.9 0 00.9.9h3.7l-2.3 3.8a.4.4 0 10.8.5l1.8-3.1v2.8a.5.5 0 001 0v-2.8l1.8 3a.4.4 0 10.8-.4l-2.3-3.8H17a.9.9 0 00.9-.9V5.4a.9.9 0 00-.9-.9zm-1.4 2.4v.2a.4.4 0 01-.3.5L10 9.2v.7a.9.9 0 01-1.1.9L6.2 10l-.8 7.1c0 .5-.4.8-.9.8H2.7a.9.9 0 01-.9-.8L1.5 13H.9a.9.9 0 01-.9-1l1-5a.9.9 0 01.8-.7h3.6l.4.1 3.6 1.8s.2 0 .2.2l5.6-1.6a.4.4 0 01.5.1zM5.4 9l3.6.9V9L5.4 7.2H4.1v2.7a.5.5 0 01-1 0V7.2H1.9l-.9 5h1.4l.4 4.9h1.8L5.4 9z' fill='%23B5B5B5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 1; }

@media screen and (min-width: 624px) {
  .LibraryCard.u-conference .conferenceIcon {
    width: 14px;
    height: 14px; } }
@media screen and (min-width: 936px) {
  .LibraryCard.u-conference .conferenceIcon {
    width: 18px;
    height: 18px; } }
.LibraryCard.u-conference .conferenceLocation > i {
  width: 12px; }

@media screen and (min-width: 624px) {
  .LibraryCard.u-conference .conferenceLocation > i {
    width: 14px; } }
@media screen and (min-width: 936px) {
  .LibraryCard.u-conference .conferenceLocation > i {
    width: 18px; } }
.LibraryCard.u-talk {
  width: calc(50% - 16px);
  max-width: none;
  border: none;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  background-color: transparent; }

.LibraryCard.u-talk:hover {
  background-color: #fff; }

@media (min-width: 768px) and (max-width: 935px) {
  .LibraryCard.u-talk {
    width: calc(33.33333% - 16px);
    margin-right: 24px; }

  .LibraryCard.u-talk:nth-child(3n + 0) {
    margin-right: 0; } }
@media (min-width: 1248px) {
  .LibraryCard.u-talk {
    width: calc(33.33333% - 24px); } }
.LibraryCard.u-talk:hover {
  background-color: transparent; }

.LibraryCard.u-talk .LibraryCard_durationOverlay {
  opacity: 1;
  background: black;
  padding: 0.3rem; }

.LibraryCard.u-talk .LibraryCard_durationOverlay > span {
  margin: 0;
  line-height: 0.8rem;
  display: block; }

.LibraryCard.u-conference,
.LibraryCard.u-talk {
  -webkit-transition: all 0.5s, margin 0s;
  transition: all 0.5s, margin 0s; }

.LibraryCard.u-screencast {
  height: 158px;
  max-height: 158px;
  -webkit-flex-basis: 158px;
  -ms-flex-preferred-size: 158px;
  flex-basis: 158px; }

.LibraryCard .LibraryCard_content #star-rating-wrapper .fa-stack {
  width: 0;
  margin-right: 20px; }

@media (min-width: 624px) {
  .LibraryCard .LibraryCard_content #star-rating-wrapper .fa-stack {
    margin-right: 25px; } }
.LibraryCard .LibraryCard_content #star-rating-wrapper .half-empty-star {
  margin-left: 15px; }

.LibraryCard .u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.LibraryCard .f-large {
  font-size: 1.25rem; }

.LibraryCard .f-small {
  font-size: 0.875rem; }

.LibraryCard .f-light {
  font-weight: 300; }

.LibraryCard .f-bold {
  font-weight: 700; }

.LibraryCard .f-muted {
  color: #a2a2a2; }

.LibraryCard .f-highlighted {
  color: #3ec9cb; }

.LibraryCard .ProgressBar {
  margin-right: 1em;
  background-color: #71dfe1; }

.LibraryCard .ProgressBar_progress {
  background-color: #3ec9cb; }

.LibraryCard_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.LibraryCard_content > div:not(:first-child):not(.LibraryCard_gap) {
  margin-top: 1em;
  line-height: 25px; }

.LibraryCard_gap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.LibraryCard_book {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: 246px;
  max-height: 100%;
  margin: 0 auto; }

.LibraryCard_premium {
  display: block;
  padding: 0.25rem 1rem;
  border: 2px solid #e5e5e5;
  border-radius: 1em;
  text-align: center;
  font-size: 0.875rem;
  position: absolute;
  left: 1em;
  top: 1em; }

.LibraryCard_premium i {
  padding-right: 0.25rem; }

.LibraryCard_premium.u-free {
  background: #339bcb;
  color: #fff;
  border: none; }

.LibraryCard_comingsoon {
  display: block;
  background-color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 1em;
  text-align: center;
  font-size: 0.875rem;
  position: absolute;
  left: 1em;
  top: 1em; }

.LibraryCard_course {
  position: relative;
  height: 150px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.LibraryCard_conference {
  position: relative;
  min-height: 90px;
  padding-top: 56.25%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.LibraryCard_conferenceLogo {
  position: relative;
  min-height: 90px;
  padding-top: 56.25%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.LibraryCard_talk {
  position: relative;
  min-height: 85px;
  padding-top: 56.25%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.LibraryCard_durationOverlay {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  padding: 0.125rem 0.25rem;
  background: #3a3a3a;
  opacity: 0.5;
  color: #fff; }

.LibraryCard_new {
  color: #339bcb;
  font-size: 0.875rem; }

.LibraryCard_action {
  color: #a2a2a2;
  font-size: 0.875rem;
  text-decoration: underline;
  padding-top: 0.75rem; }

.LibraryCard_actions {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  display: inline-block;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  margin: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  color: #3a3a3a;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.LibraryCard_actions:hover {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.LibraryCard_actionList {
  position: absolute;
  top: 0;
  left: 290px;
  list-style-type: none;
  display: block;
  width: 80%;
  margin: 0;
  background: #fff;
  height: 350px;
  padding: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.3); }

.LibraryCard_actionList.u-show {
  left: 56px; }

.LibraryCard_actionList li {
  font-size: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 300;
  margin-bottom: 5px; }

.LibraryCard_actionList li:first-child {
  margin-top: 50px; }

.LibraryCard_actionList li:hover,
.LibraryCard_actionList li:focus {
  color: #24b3b5; }

.LibraryCard_lightBox {
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  background: black;
  height: 350px;
  padding: 1.5rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear; }

.LibraryCard_lightBox.u-show {
  visibility: visible;
  opacity: 0.3;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear; }

.Select {
  height: 100%;
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border: 1px solid #cacccf;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18.36%, #f9fafc), color-stop(72.54%, #eff3f6));
  background-image: linear-gradient(180deg, #f9fafc 18.36%, #eff3f6 72.54%);
  background-color: #fff;
  font-size: inherit;
  color: #424242;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.25s color ease-out;
  transition: 0.25s color ease-out;
  cursor: pointer; }

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

.Select-container::before {
  content: "\25BC";
  position: absolute;
  top: 50%;
  font-size: 75%;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #424242;
  pointer-events: none;
  -webkit-transition: 0.25s color ease-out;
  transition: 0.25s color ease-out; }

.Select-container.arrow-left::before {
  left: 0.35rem; }

.Select-container.arrow-left select {
  padding-left: 1.5rem;
  padding-right: 0.5rem; }

.Select-container.arrow-right::before {
  right: 0.35rem; }

.Select-container.arrow-right select {
  padding-left: 0.5rem;
  padding-right: 1.5rem; }

.Select-container:hover::before {
  color: #3a3a3a; }

.Select:focus,
.Select:hover {
  color: #3a3a3a; }

.Select-text {
  font-size: inherit;
  position: absolute;
  visibility: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 0;
  white-space: nowrap; }

.SearchBar {
  border: 1px solid #ccc;
  border-radius: 50px;
  max-width: 1248px;
  width: 95%;
  margin: 1.7777777777777777rem auto;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.SearchBar__input[type="text"],
.SearchBar__search-btn,
.SearchBar__clear-btn,
.SearchBar .Select {
  border: none;
  border-radius: 0; }

.SearchBar__input[type="text"] {
  padding-left: 18px;
  background-color: transparent;
  font-size: 1.25rem;
  color: #7b7b7b; }

.SearchBar__input[type="text"]:focus {
  background-color: transparent; }

@media (min-width: 936px) {
  .SearchBar__input[type="text"] {
    padding-left: 25px; } }
.SearchBar .Select {
  border-left: 1px solid #ccc;
  background: linear-gradient(180deg, #f9fafc 18.36%, #eff3f6 72.54%);
  color: #7b7b7b; }

.SearchBar .Select-container.arrow-left::before {
  left: 0.5rem;
  color: #7b7b7b; }

@media (max-width: 623px) {
  .SearchBar .Select-container.arrow-left::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .SearchBar .Select-container select {
    max-width: 2.5rem;
    padding-left: 2rem; } }
.SearchBar__clear-btn,
.SearchBar__search-btn {
  padding: 0.55rem 0.9rem;
  font-size: 1.15rem;
  color: #898686;
  -webkit-transition: 0.25s color ease-out;
  transition: 0.25s color ease-out; }

.SearchBar__clear-btn:focus,
.SearchBar__clear-btn:hover,
.SearchBar__search-btn:focus,
.SearchBar__search-btn:hover {
  background: linear-gradient(180deg, #f9fafc 18.36%, #eff3f6 72.54%);
  color: #3a3a3a; }

.SearchBar__search-btn {
  padding-right: 1.15rem;
  border-left: 1px solid #ccc;
  background: linear-gradient(180deg, #f9fafc 18.36%, #eff3f6 72.54%); }

.SearchBar__search-btn[disabled] {
  border-left: inherit;
  background-image: none;
  background-color: #e5e5e5;
  color: #898686; }

.SearchBar__search-btn[disabled]:hover,
.SearchBar__search-btn[disabled]:focus {
  border-left: inherit;
  background-color: #e5e5e5;
  color: #898686; }

.SearchBar__clear-btn {
  background: transparent; }

.SearchBar__clear-btn:focus,
.SearchBar__clear-btn:hover {
  background: transparent; }

button.retry {
  border: none;
  background: none;
  color: #6f6f6f; }

button.retry:hover {
  border: none;
  background: none;
  color: #6f6f6f; }

button.retry:active,
button.retry:focus {
  outline: 1px dotted; }

.book-container {
  position: relative;
  background-color: #333;
  color: #fff;
  overflow: hidden; }

.book-container > a {
  min-height: 250px; }

.book-container p.banner-title span {
  background-color: #ffb800;
  color: #333;
  padding: 0 0.5rem; }

.book-container h2 {
  font-weight: 500;
  color: #fff; }

.book-container .book-details {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }

@media (min-width: 624px) {
  .book-container .book-details {
    width: 50%; } }
@media (min-width: 936px) {
  .book-container .book-details {
    width: 40%; } }
@media (max-width: 623px) {
  .book-container .book-details {
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
.book-container .book-cover {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%; }

@media (min-width: 624px) {
  .book-container .book-cover {
    width: 50%; } }
@media (min-width: 936px) {
  .book-container .book-cover {
    width: 60%; } }
@media (max-width: 623px) {
  .book-container .book-cover {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px; } }
.book-container .book-cover img {
  max-width: 100%; }

@media (min-width: 1400px) {
  .book-container > a {
    position: relative; } }
.featured-sale {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6248), to(#ff2e47));
  background-image: linear-gradient(180deg, #ff6248, #ff2e47 100%);
  background-color: #ff2e47; }

.featured-sale > div:first-child::after {
  content: "";
  position: absolute;
  background: #232323;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%; }

.featured-sale h2 {
  margin: 0 0 0.5rem;
  line-height: 1;
  font-family: "Fjalla One", Roboto, sans-serif;
  font-size: 8rem;
  text-shadow: none;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: normal; }

.featured-sale h2 .unit {
  font-size: 3.5rem;
  line-height: 1; }

@media (min-width: 624px) {
  .featured-sale h2 {
    font-size: 10rem; }

  .featured-sale h2 .unit {
    font-size: 4.25rem; }

  .featured-sale h2 .sale {
    margin-left: 1rem; } }
.featured-sale .countdown-container {
  background-color: #232323;
  margin-top: -1px;
  position: relative; }

.featured-sale .countdown {
  font-size: 2rem; }

.featured-sale .subheading {
  font-family: "Fjalla One", Roboto, sans-serif;
  text-transform: uppercase;
  color: #fff;
  max-width: 624px;
  margin: 0 auto; }

.featured-sale .subheading p {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center; }

.featured-sale .subheading p br {
  display: none; }

.featured-sale .subheading p .price {
  position: relative;
  display: inline-block;
  min-width: 130px;
  text-align: left; }

.featured-sale .subheading p .price > span {
  position: relative; }

.featured-sale .subheading p .strike {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 45px;
  width: 45px; }

.featured-sale .subheading p .sale-price {
  position: absolute;
  top: 50%;
  height: 65px;
  width: 65px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 624px) {
  .featured-sale .subheading p {
    font-size: 1.75rem; }

  .featured-sale .subheading p br {
    display: initial; }

  .featured-sale .subheading p .price {
    min-width: 160px; }

  .featured-sale .subheading p .strike {
    height: 60px;
    width: 60px; }

  .featured-sale .subheading p .sale-price {
    height: 100px;
    width: 100px; } }
@media (min-width: 1248px) {
  .featured-sale .subheading p {
    font-size: 1.5rem;
    text-align: left;
    margin-left: 0; } }
.featured-sale #sale-button {
  max-width: 210px;
  min-width: auto;
  background-color: #7232fa;
  border-color: #7232fa;
  color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  text-transform: none; }

.featured-sale #sale-button:focus,
.featured-sale #sale-button:hover {
  background-color: #9864ff;
  border-color: #9864ff; }

@media (min-width: 624px) {
  .featured-sale .countdown {
    font-size: 1.725rem; } }
@media (min-width: 936px) {
  .featured-sale .countdown {
    font-size: 1.5rem; } }
.free-product-container {
  background-color: #333;
  color: #fff; }

.free-product-container h2 {
  font-weight: 500;
  color: #fff; }

@media all and (min-width: 936px) {
  .free-product-container h2 {
    font-size: 1.5rem; } }
.free-product-container .product-cover img,
.free-product-container .product-cover .Button {
  max-width: 180px;
  width: 100%; }

@media all and (min-width: 624px) {
  .free-product-container .product-cover img,
  .free-product-container .product-cover .Button {
    max-width: 220px; } }
@media all and (min-width: 1248px) {
  .free-product-container .product-cover img,
  .free-product-container .product-cover .Button {
    max-width: 270px; } }
.free-product-container .product-cover .cover-spine-overlay {
  position: relative; }

.free-product-container .product-cover .cover-spine-overlay img {
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5); }

.free-product-container .product-cover .cover-spine-overlay:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(1%, rgba(73, 36, 36, 0)), color-stop(2.5%, rgba(250, 250, 250, 0.23)), color-stop(3.4%, rgba(0, 0, 0, 0.1)), color-stop(4.2%, rgba(250, 250, 250, 0.1)), color-stop(5.6%, rgba(0, 0, 0, 0.1)), color-stop(6.8%, rgba(250, 250, 250, 0.2)), color-stop(25%, transparent), color-stop(30%, transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(73, 36, 36, 0) 1%, rgba(250, 250, 250, 0.23) 2.5%, rgba(0, 0, 0, 0.1) 3.4%, rgba(250, 250, 250, 0.1) 4.2%, rgba(0, 0, 0, 0.1) 5.6%, rgba(250, 250, 250, 0.2) 6.8%, transparent 25%, transparent 30%, rgba(0, 0, 0, 0.2) 100%); }

.free-product-container .product-cover .duration-overlay {
  background: black;
  color: white;
  bottom: 0.7em;
  opacity: 1;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0.7em; }

.free-product-container .product-cover .duration-overlay > span {
  margin: 0;
  line-height: 0.8rem;
  display: block; }

.free-product-container .call-to-actions a:first-child {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2; }

.free-product-container .call-to-actions a:last-child {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.ProductContent .ProductCard,
.ProductContent .ProductSkeleton {
  width: 47%;
  margin-right: 3%; }

.ProductContent .ProductCard[data-type="conference"], .ProductContent .ProductSkeleton[data-type="conference"] {
  width: 100%; }

@media (min-width: 624px) {
  .ProductContent .ProductCard,
  .ProductContent .ProductSkeleton {
    width: 31%;
    margin-right: 2%; }

  .ProductContent .ProductCard[data-type="book"], .ProductContent .ProductSkeleton[data-type="book"] {
    width: 23%; } }
@media (min-width: 750px) {
  .ProductContent .ProductCard[data-type="conference"], .ProductContent .ProductSkeleton[data-type="conference"] {
    width: 48%; } }
@media (min-width: 936px) {
  .ProductContent .ProductCard,
  .ProductContent .ProductSkeleton {
    width: 23.5%;
    margin-right: 2%; }

  .ProductContent .ProductCard[data-type="course"]:nth-child(4n), .ProductContent .ProductSkeleton[data-type="course"]:nth-child(4n) {
    margin-right: 0; }

  .ProductContent .ProductCard[data-type="book"], .ProductContent .ProductSkeleton[data-type="book"] {
    width: 18.35%; }

  .ProductContent .ProductCard[data-type="book"]:nth-child(5n), .ProductContent .ProductSkeleton[data-type="book"]:nth-child(5n) {
    margin-right: 0; }

  .ProductContent .ProductCard[data-type="talk"], .ProductContent .ProductSkeleton[data-type="talk"] {
    width: 47%;
    margin-right: 3%; }

  .ProductContent .ProductCard[data-type="conference"], .ProductContent .ProductSkeleton[data-type="conference"] {
    width: 100%; } }
@media (min-width: 1248px) {
  .ProductContent .ProductCard[data-type="talk"], .ProductContent .ProductSkeleton[data-type="talk"] {
    width: 30%;
    margin-right: 3.3%; } }
@media (min-width: 936px) {
  .ProductContent.talks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 936px) {
  .ProductContent.talks .videos {
    width: 60%; } }
@media (min-width: 1248px) {
  .ProductContent.talks .videos {
    width: 65%; } }
@media (min-width: 936px) {
  .ProductContent.talks .conferences {
    width: 40%;
    margin-left: 32px; } }
@media (min-width: 1248px) {
  .ProductContent.talks .conferences {
    width: 30%; } }
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: trasform; }

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.splide__pagination {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0; }

.splide {
  visibility: hidden; }

.splide, .splide__slide {
  position: relative;
  outline: none; }

.splide__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite; }

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden; }

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0; }

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb > .splide__track > .splide__list {
  display: block; }

.splide--ttb > .splide__pagination {
  width: auto; }

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc; }

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em; }

.splide__arrow:hover {
  cursor: pointer;
  opacity: .9; }

.splide__arrow:focus {
  outline: none; }

.splide__arrow--prev {
  left: 1em; }

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0; }

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: transfrom .2s linear;
  transition: transfrom .2s linear;
  border: none;
  opacity: .7; }

.splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  background: #fff; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus {
  outline: none; }

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none; }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto; }

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em; }

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }

.ProductCarousel .splide__arrows--centered {
  position: absolute;
  width: 100%;
  margin-top: 1rem; }

.ProductCarousel .splide__arrow {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background-color: #000;
  width: 2.25rem;
  height: 2.25rem;
  display: none; }

.ProductCarousel .splide__arrow svg {
  height: 1.25em;
  width: 1.25em; }

.ProductCarousel .splide__arrow svg path {
  fill: #fff; }

.ProductCarousel .splide__arrow[disabled] {
  display: none; }

.ProductCarousel .splide__track {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.ProductCarousel .splide__track:before,
.ProductCarousel .splide__track:after {
  content: "";
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(247, 247, 247, 0.5)), color-stop(50%, rgba(247, 247, 247, 0)));
  background: linear-gradient(to left, rgba(247, 247, 247, 0.5) 0%, rgba(247, 247, 247, 0) 50%);
  z-index: 1; }

.ProductCarousel .splide__track:before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ProductCarousel .splide__track:after {
  right: 0; }

.ProductCarousel .splide__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ProductCarousel .splide__slide[tabindex="0"]:focus {
  outline: 1px dotted #888; }

.ProductCarousel:focus {
  outline: 1px dotted #888; }

.ProductCarousel:hover .splide__arrow {
  opacity: 0.75; }

.ProductCarousel .ProductCard {
  background-color: #f7f7f7; }

.ProductCarousel .ProductCard__image {
  -webkit-box-shadow: 0px 1px 4px #858585;
  box-shadow: 0px 1px 4px #858585; }

.ProductCarousel .retry-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ProductCarousel .retry-wrapper button {
  border: none;
  background: none;
  color: #6f6f6f; }

.ProductCarousel .retry-wrapper button i {
  padding: 0.5rem;
  border: 2px solid #6f6f6f;
  border-radius: 50%; }

.ProductCarousel .retry-wrapper button:hover,
.ProductCarousel .retry-wrapper button:focus {
  color: #3a3a3a; }

.ProductCarousel .retry-wrapper button:hover i, .ProductCarousel .retry-wrapper button:focus i {
  border-color: #3a3a3a; }

.ProductCarousel.force-no-drag .splide__list {
  -webkit-transform: none !important;
  transform: none !important; }

@media (min-width: 936px) {
  .ProductCarousel .splide__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .ProductCarousel .splide__arrow:focus {
    outline: 1px dotted #888;
    opacity: 0.75; } }
.section-header h2,
.section-header a {
  color: #333; }

.CategoryFilter .categories__item {
  background-color: white;
  border-color: #b3b3b3;
  border-radius: 0px;
  color: #333;
  font-weight: 300;
  padding: 0.3rem 2rem;
  min-width: 70px; }

.CategoryFilter .categories__item:hover,
.CategoryFilter .categories__item:focus,
.CategoryFilter .categories__item.is-active {
  position: relative;
  overflow: hidden;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: transparent;
  outline: none; }

.CategoryFilter .categories__item:hover:before, .CategoryFilter .categories__item:focus:before, .CategoryFilter .categories__item.is-active:before {
  content: attr(data-label);
  position: absolute;
  font-weight: 500;
  color: white; }

.CategoryFilter .categories__item:first-child {
  border-radius: 7px 0px 0px 7px; }

.CategoryFilter .categories__item:last-child {
  border-radius: 0px 7px 7px 0px; }

.TopicFilter .topics__list {
  width: auto; }

.TopicFilter .topics__list label {
  color: #898787;
  cursor: default; }

.TopicFilter .topics__header,
.TopicFilter .topics__item {
  font-family: Roboto;
  font-weight: 300;
  padding: 5px;
  margin: 0.5rem; }

.TopicFilter .topics__item {
  background: transparent;
  color: #333;
  font-size: 0.85rem;
  border: none;
  border-radius: 0;
  -webkit-transition: text-shadow 0.25s;
  transition: text-shadow 0.25s; }

.TopicFilter .topics__item:hover,
.TopicFilter .topics__item:focus,
.TopicFilter .topics__item.is-active {
  position: relative;
  overflow: hidden;
  color: transparent;
  outline: none; }

.TopicFilter .topics__item:hover:before, .TopicFilter .topics__item:focus:before, .TopicFilter .topics__item.is-active:before {
  content: attr(data-label);
  position: absolute;
  font-weight: 500;
  color: #333; }

.TopicFilter .topics__item.is-active:before {
  border-bottom: 1px solid;
  padding-bottom: 4px; }

.TopicFilter hr {
  color: #898787; }

html.no-scroll-bounce {
  position: relative;
  height: 100%;
  overflow: hidden; }

html.no-scroll-bounce body {
  position: relative;
  height: 100%;
  overflow: auto;
  z-index: 0; }

body {
  overscroll-behavior-x: none; }

.Library .book-wrapper {
  max-height: 1000px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in; }

.Library .book-wrapper.hidden {
  max-height: 0;
  overflow: hidden; }

.Library__content-wrapper {
  min-height: 1000px; }

.MembershipCard, .checkout-form.billing-details .checkout__form {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #a2a2a2;
  padding: 34px 34px 13px;
  margin-bottom: 21px; }

.MembershipCard.u-highlight, .checkout-form.billing-details .u-highlight.checkout__form {
  border: 2px solid #7ba4bb; }

.MembershipTick {
  color: #90c352; }

.MembershipCross {
  color: #f45353; }

.u-wireframe .MembershipTitle {
  height: 24px;
  background: #e5e5e5;
  color: #e5e5e5;
  width: 50%; }

.u-wireframe .MembershipCopy {
  height: 50px;
  font-size: 0px;
  background: transparent; }

.u-wireframe .MembershipCopy:after,
.u-wireframe .MembershipCopy:before {
  background: #e5e5e5;
  content: "";
  display: block;
  height: 13px;
  margin: 0 0 13px 0; }

.u-wireframe .MembershipCopy :after {
  width: 60%; }

.u-wireframe .MembershipAction, .u-wireframe .checkout-form.billing-details .checkout__form-button-wrapper .Button, .checkout-form.billing-details .checkout__form-button-wrapper .u-wireframe .Button {
  border-color: #e5e5e5;
  color: white;
  width: 150px;
  height: 42px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: normal; }

.u-wireframe .MembershipAction:hover, .u-wireframe .checkout-form.billing-details .checkout__form-button-wrapper .Button:hover, .checkout-form.billing-details .checkout__form-button-wrapper .u-wireframe .Button:hover {
  border-color: #e5e5e5;
  color: white; }

.MembershipTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 21px;
  color: #424242; }

.MembershipTitle .u-bad {
  color: #eb5745; }

.MembershipCopy {
  line-height: 1.3;
  margin-bottom: 21px; }

.MembershipCopy .u-bad {
  color: #eb5745; }

.MembershipActions {
  margin-bottom: 21px; }

.MembershipNotifications {
  margin-bottom: 21px; }

.u-mb {
  margin-bottom: 8px; }

.MembershipAction, .checkout-form.billing-details .checkout__form-button-wrapper .Button {
  margin: 4px;
  display: inline-block;
  padding: 11px 21px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7ba4bb;
  background: white;
  border-color: #7ba4bb; }

.MembershipAction:hover, .checkout-form.billing-details .checkout__form-button-wrapper .Button:hover,
.MembershipAction:focus,
.checkout-form.billing-details .checkout__form-button-wrapper .Button:focus {
  color: #4e7081;
  background: white;
  border-color: #4e7081; }

.MembershipAction.u-primary, .checkout-form.billing-details .checkout__form-button-wrapper .u-primary.Button {
  color: #1c94c6;
  border-color: #1c94c6; }

.MembershipAction.u-primary:hover, .checkout-form.billing-details .checkout__form-button-wrapper .u-primary.Button:hover,
.MembershipAction.u-primary:focus,
.checkout-form.billing-details .checkout__form-button-wrapper .u-primary.Button:focus {
  color: #3ca7d7;
  border-color: #3ca7d7; }

.MembershipAction.u-teal, .checkout-form.billing-details .checkout__form-button-wrapper .u-teal.Button {
  background-color: #3ec9cb;
  border-color: #3ec9cb;
  color: white; }

.MembershipAction.u-teal:hover, .checkout-form.billing-details .checkout__form-button-wrapper .u-teal.Button:hover,
.MembershipAction.u-teal:active,
.checkout-form.billing-details .checkout__form-button-wrapper .u-teal.Button:active {
  background-color: #24b3b5;
  border-color: #24b3b5; }

.MembershipAction.u-good, .checkout-form.billing-details .checkout__form-button-wrapper .u-good.Button {
  color: #1c94c6;
  border-color: #1c94c6; }

.MembershipAction.u-good:hover, .checkout-form.billing-details .checkout__form-button-wrapper .u-good.Button:hover,
.MembershipAction.u-good:focus,
.checkout-form.billing-details .checkout__form-button-wrapper .u-good.Button:focus {
  color: #3ca7d7;
  border-color: #3ca7d7; }

.MembershipAction.u-good:before, .checkout-form.billing-details .checkout__form-button-wrapper .u-good.Button:before {
  content: "\f00c ";
  font-family: "Font Awesome 5 Pro";
  font-display: auto;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.MembershipAction.u-loading, .checkout-form.billing-details .checkout__form-button-wrapper .u-loading.Button {
  color: #a2a2a2;
  border-color: #a2a2a2; }

.MembershipAction.u-loading:hover, .checkout-form.billing-details .checkout__form-button-wrapper .u-loading.Button:hover,
.MembershipAction.u-loading:focus,
.checkout-form.billing-details .checkout__form-button-wrapper .u-loading.Button:focus {
  color: #a2a2a2;
  border-color: #a2a2a2; }

.MembershipSelection {
  min-height: calc(100vh - 3.55556rem - 120px); }

@media (max-width: 624px) {
  .MembershipSelection {
    min-height: calc(100vh - 5.33333rem - 56px); } }
.MembershipSelection .total {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.MembershipSelection .total small {
  color: #b2b3b3; }

.MembershipSelection .total .original {
  color: #828282; }

.MembershipPlan {
  position: relative;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  margin-top: 40px;
  max-width: 326px;
  width: calc(50% - 16px);
  background-color: #fcfcfc;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  cursor: pointer; }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media (min-width: 936px) {
  .MembershipPlan {
    width: 100%;
    margin-top: 65px; } }
.MembershipPlan__wrapper {
  max-width: 500px; }

@media (min-width: 936px) {
  .MembershipPlan__wrapper {
    max-width: 717px; } }
.MembershipPlan__description ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.MembershipPlan__description.fadein {
  -webkit-animation: fadein 0.2s ease-out;
  animation: fadein 0.2s ease-out; }

.MembershipPlan .MembershipPlan__description ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1; }

.MembershipPlan::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #c4c4c4; }

@media (min-width: 936px) {
  .MembershipPlan::before {
    top: -32.5px;
    left: calc(50% - 32.5px);
    height: 65px;
    width: 65px; } }
.MembershipPlan .plan-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.MembershipPlan .plan-name {
  color: #828282; }

.MembershipPlan .plan-price {
  color: #000; }

.MembershipPlan .plan-price .period {
  color: #828282; }

.MembershipPlan .plan-footer {
  visibility: hidden; }

.MembershipPlan:hover {
  border-color: #37ded0;
  background-color: #e8f5f4; }

.MembershipPlan:hover::before {
  background: #37ded0; }

.MembershipPlan.active {
  border-width: 3px;
  border-color: #37ded0;
  background-color: #e8f5f4;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); }

.MembershipPlan.active::before {
  background: #37ded0 url("https://uploads.sitepoint.com/wp-content/uploads/2019/04/1556159722check.svg") center/1.4rem no-repeat;
  text-align: center; }

@media (min-width: 936px) {
  .MembershipPlan.active::before {
    background-size: 1.8rem; } }
.MembershipPlan.active .plan-name {
  color: #424143; }

.MembershipPlan.active .plan-footer {
  visibility: visible;
  background: #37ded0;
  border-radius: 0 0 7px 7px; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.PathContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1248px;
  margin: 0 auto;
  padding: 1em 0 3em; }

.PathHeader {
  position: relative;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  text-align: left;
  padding: 1em 0 4em; }

.PathHeader a {
  color: inherit; }

@media (max-width: 1248px) {
  .PathHeader {
    padding: 0 1em; } }
.PathHeader_crumbs {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: white;
  padding: 0.5em; }

.PathHeader_title {
  display: block;
  position: relative;
  max-width: 70%;
  padding: 2em 0;
  left: 1em; }

.PathHeader_title h1 {
  display: inline;
  font-weight: bold;
  background-color: white;
  -webkit-box-shadow: 0.3em 0 0 white, -0.3em 0 0 white;
  box-shadow: 0.3em 0 0 white, -0.3em 0 0 white; }

@media (max-width: 935px) {
  .PathHeader_title {
    max-width: 100%; } }
.PathHeader_meta {
  font-size: 0.875rem;
  font-weight: lighter; }

@media (max-width: 623px) {
  .Path_duration {
    display: none; } }
.PathRecommendation {
  max-width: 936px;
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1.5;
  padding: 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.PathRecommendation_copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1em 0; }

.PathRecommendation_user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.PathRecommendation_userDetails {
  padding-left: 10px; }

.PathRecommendation_userName {
  font-size: 1.25rem;
  font-weight: bold; }

.PathRecommendation_userPosition {
  font-size: 0.875rem; }

.PathRecommendation_userAvatar {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.PathMain {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 936px; }

.PathMain:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  left: 50%;
  background: #e5e5e5;
  display: block;
  content: ""; }

@media (max-width: 1247px) {
  .PathMain {
    padding: 0 1em;
    min-width: 0; } }
@media (max-width: 623px) {
  .PathMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.PathSidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 312px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2em; }

@media (max-width: 1247px) {
  .PathSidebar {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 2em 1em; } }
.PathSidebar_heading {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 2.25rem;
  font-weight: lighter;
  background: #3a3a3a;
  color: white;
  text-transform: uppercase; }

.PathSidebar_link {
  display: block;
  font-size: 1rem;
  font-weight: lighter;
  color: inherit;
  text-transform: none;
  margin-top: 1em; }

.PathSidebar_link:hover,
.PathSidebar_link:focus,
.PathSidebar_link:active {
  color: inherit; }

.PathSidebar_link.u-current {
  font-weight: bold; }

.PathSidebar_link i {
  margin-left: 5px; }

.Path_mobileCta {
  display: block;
  width: 100%;
  padding: 3em 1em; }

@media (min-width: 936px) {
  .Path_mobileCta {
    display: none; } }
.PathCardProgress {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.PathCardProgress_bar {
  position: relative;
  margin-top: 1em;
  width: 155px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.PathCardProgress_complete,
.PathCardProgress_incomplete {
  height: 10px;
  font-weight: bold;
  border-radius: 5px; }

.PathCardProgress_complete:empty, .PathCardProgress_incomplete:empty {
  padding: 0; }

.PathCardProgress_complete {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  background: #3ec9cb;
  color: white; }

.PathCardProgress_incomplete {
  width: 100%;
  background: #b9e8ea;
  color: #6f6f6f; }

.PathCardProgress_status {
  display: inline-block;
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 0.875rem;
  font-weight: lighter;
  color: #a2a2a2;
  margin-left: 0.5em; }

.PathCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 200px;
  text-align: left;
  margin: 0 auto 2em;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  color: #3a3a3a;
  font-size: 0.875rem; }

.PathCard:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }

.PathCard:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.PathCard a:hover {
  color: inherit; }

.PathCard.u-wireframe {
  background-color: white;
  z-index: 2; }

@media (max-width: 623px) {
  .PathCard {
    display: block;
    max-width: 280px; } }
.PathCard_media {
  width: 320px;
  position: relative;
  z-index: 1; }

@media (max-width: 623px) {
  .PathCard_media {
    width: 100%;
    height: auto;
    min-height: 160px;
    display: block; } }
.PathCard_image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-wireframe .PathCard_image {
  opacity: 0; }

.PathCard_image .book-cover {
  width: 50%;
  margin: 0 auto;
  vertical-align: middle;
  padding: 10px; }

@media (max-width: 624px) {
  .PathCard_image .book-cover {
    width: 45%; } }
.PathCardDuration {
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-radius: 0.75em;
  background-color: white;
  top: 0.25em;
  left: 1.5em;
  padding: 0.25em 0.5em;
  margin: 0;
  color: #3a3a3a;
  font-weight: lighter;
  font-size: 0.875rem; }

.PathCard_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em; }

.PathCard_content p {
  margin: 1rem 0 0;
  line-height: 1.3;
  font-size: 1rem; }

@media (min-width: 624px) {
  .PathCard_content p {
    font-size: 0.85rem; } }
.PathCard_title {
  color: currentColor; }

@media (max-width: 935px) {
  .PathCard_title {
    font-size: 1.25rem; } }
.u-wireframe .PathCard_title {
  display: block;
  color: transparent;
  background: #e5e5e5;
  width: 62%;
  height: 26px;
  border-radius: 2px; }

.PathCard_metas {
  color: #a2a2a2;
  font-size: 0.875rem;
  font-weight: lighter; }

.PathCard_metas:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.PathCard_metas a {
  color: inherit; }

.PathCard_meta {
  display: block;
  margin-top: 1em; }

.u-wireframe .PathCard_meta {
  color: #e5e5e5; }

.PathCard_meta#star-rating-wrapper .half-empty-star {
  margin-left: 15px; }

.PathCard_icon {
  margin-right: 5px; }

.u-wireframe .PathCard_value {
  display: inline-block;
  background: #e5e5e5;
  height: 13px;
  width: 55px;
  border-radius: 2px; }

.PathBadge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 100%;
  max-width: 936px;
  min-height: 183px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white; }

@media (max-width: 623px) {
  .PathBadge {
    display: block;
    max-width: 280px; } }
.PathBadge_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  background-color: #e5e5e5; }

.u-complete .PathBadge_image {
  background-color: #3ec9cb; }

.PathBadge_image i {
  color: #efefef;
  font-size: 154px; }

.u-complete .PathBadge_image i {
  color: #b9e8ea; }

.PathBadge_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5em;
  width: 75%;
  color: #3a3a3a;
  text-align: left; }

.u-incomplete .PathBadge_content {
  color: #e5e5e5; }

@media (max-width: 623px) {
  .PathBadge_content {
    width: 100%;
    text-align: center; } }
.PathBadge_header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.25em; }

@media (max-width: 936px) {
  .PathBadge_header {
    font-size: 5vw; } }
@media (max-width: 623px) {
  .PathBadge_header {
    font-size: 2.25rem; } }
.PathBadge_message {
  font-size: 2.25rem;
  font-weight: lighter; }

@media (max-width: 623px) {
  .PathBadge_message {
    display: block;
    width: 100%;
    font-size: 1rem; } }
.PathFollower .PathFollower_button {
  font-size: 1.25rem;
  width: 280px;
  padding: 0.3em 0; }

.PathFollower .PathFollower_button:hover,
.PathFollower .PathFollower_button:focus {
  background: #24b3b5;
  border-color: #24b3b5; }

.PathFollower .PathFollower_button.u-current:hover,
.PathFollower .PathFollower_button.u-current:focus {
  color: #3ec9cb;
  background-color: transparent;
  border: 1px solid #3ec9cb; }

@media (max-width: 936px) {
  .PathFollower .PathFollower_button {
    width: 100%; } }
@media (max-width: 623px) {
  .PathFollower .PathFollower_button {
    font-size: 0.875rem;
    line-height: 2em;
    padding: 0; } }
.PathHeader .PathFollower {
  position: absolute;
  top: 90px;
  right: 0px; }

@media (max-width: 1248px) {
  .PathHeader .PathFollower {
    right: 1em; } }
@media (max-width: 936px) {
  .PathHeader .PathFollower {
    position: relative;
    top: 0px;
    right: 0;
    display: block;
    padding-top: 2em; } }
@media (max-width: 623px) {
  .PathHeader .PathFollower {
    padding-top: 0; } }
.Paths {
  max-width: 1248px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 0; }

.PathsCard {
  width: 420px;
  min-height: 300px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #3a3a3a;
  background: white;
  margin: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.PathsCard:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  color: inherit; }

.PathsCard_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 1em;
  margin-bottom: 0;
  color: white;
  background-color: #3a3a3a; }

.u-wireframe .PathsCard_header {
  background: #a2a2a2; }

.PathsCard_pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.PathsCard_courseCount {
  display: inline-block;
  z-index: 2; }

.u-wireframe .PathsCard_courseCount {
  background: #e5e5e5;
  width: 30%;
  height: 20px; }

.PathsCard_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 225px;
  width: 100%;
  height: calc(100% - 4em);
  padding: 1em;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.PathsCard_title {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.5em; }

.u-wireframe .PathsCard_title {
  background: #e5e5e5;
  width: 80%;
  height: 36px; }

.PathsCard_description {
  font-size: 1rem;
  font-weight: lighter;
  line-height: 22px; }

.u-wireframe .PathsCard_description {
  background: #e5e5e5;
  width: 100%;
  min-height: 32px; }

.PathsCard_gap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }

.PathsCard_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 0.875rem;
  font-weight: lighter;
  color: #3a3a3a;
  padding-top: 1em; }

.PathsCard_duration {
  white-space: nowrap; }

.PathsCard_duration i {
  margin-right: 5px; }

.u-wireframe .PathsCard_duration {
  width: 25%;
  background: #e5e5e5; }

.PathsCard_selected {
  display: inline-block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 2;
  background-color: #339bcb;
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.3em 0.6em;
  border-radius: 2px; }

.PathsCard_selected i {
  margin-right: 5px; }

.PathsCard_recommendation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.PathsCard_recommendationAvatar {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.PathsCard_recommendationCopy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1em;
  font-size: 0.875rem; }

.reveal-modal.xlarge {
  width: 90%;
  max-height: 95%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  overflow: auto;
  position: fixed;
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: auto; }

@media screen and (min-width: 936px) {
  .reveal-modal.xlarge {
    min-height: 450px; } }
.reveal-modal.xlarge .preview-modal-container .content {
  margin-left: 20px; }

@media screen and (max-width: 936px) {
  .reveal-modal.xlarge .preview-modal-container .content {
    height: 100%;
    margin-left: 0; } }
.reveal-modal.xlarge .preview-modal-container .content .preview-title {
  margin-bottom: 20px;
  font-weight: bold; }

.reveal-modal.xlarge .preview-modal-container .content .preview-book {
  height: 500px;
  min-height: 300px;
  margin-bottom: 20px; }

@media screen and (max-width: 624px) {
  .reveal-modal.xlarge .preview-modal-container .content .preview-book {
    height: 300px; } }
@media screen and (max-width: 935px) {
  .reveal-modal.xlarge .preview-modal-container .content .preview-book {
    height: 300px; } }
.reveal-modal.xlarge .preview-modal-container .content .button-wrapper {
  margin-top: 20px; }

@media screen and (min-width: 1248px) {
  .reveal-modal.xlarge .preview-modal-container .content .button-wrapper {
    margin: 20px auto 0;
    width: 70%; } }
@media screen and (max-width: 1247px) {
  .reveal-modal.xlarge .preview-modal-container .content .button-wrapper {
    width: 100%; } }
.reveal-modal.xlarge .preview-modal-container .content .button-wrapper button {
  width: 720px; }

@media screen and (min-width: 312px) {
  .reveal-modal.xlarge .preview-modal-container .content .button-wrapper button {
    width: 100%; } }
.reveal-modal.xlarge .preview-modal-container .table-of-contents-wrapper {
  width: 22%;
  padding: 15px;
  overflow-y: scroll; }

@media screen and (min-width: 1248px) {
  .reveal-modal.xlarge .preview-modal-container .table-of-contents-wrapper {
    height: 550px; } }
.reveal-modal.xlarge .preview-modal-container .table-of-contents-wrapper .preview-modal-table-of-contents .lesson-title {
  font-size: 0.9rem;
  font-weight: bold; }

.reveal-modal.xlarge .preview-modal-container .table-of-contents-wrapper .preview-modal-table-of-contents ul li:first-child {
  list-style: none; }

.reveal-modal.xlarge .preview-modal-container .table-of-contents-wrapper .preview-modal-table-of-contents ul li:first-child p {
  font-weight: bold;
  color: #000;
  font-size: 0.85rem; }

.reveal-modal.xlarge .preview-modal-container .table-of-contents-wrapper .preview-modal-table-of-contents ul li {
  line-height: 14px;
  font-size: 0.65rem; }

.reveal-modal.xlarge .preview-modal-container .table-of-contents-wrapper .preview-modal-table-of-contents ul li .item {
  font-size: 0.65rem; }

.ResourceListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left; }

.ResourceListItem_icon {
  font-size: 20px;
  min-width: 38px; }

.ResourceListItem_chevron {
  color: #3ec9cb;
  font-size: 14px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #3ec9cb;
  text-align: center;
  padding: 3px 3px 3px 5px;
  width: 25px; }

.ResourceListItem_title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  line-height: 19px;
  padding-bottom: 10px;
  color: #3a3a3a; }

.ResourceListItem_meta {
  color: #a2a2a2;
  display: block;
  font-weight: normal;
  font-size: 14px; }

.ResourceListItem_meta a {
  text-decoration: underline;
  color: #a2a2a2; }

.ResourceListItem_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  color: #a2a2a2; }

.ProgressBar {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  overflow: hidden;
  width: 160px;
  height: 10px;
  border-radius: 13px;
  background-color: #ebeeef; }

.ProgressBar_progress {
  height: 10px;
  background-color: #7ba4bb;
  border-radius: 13px; }

.Reviews {
  max-width: 760px;
  margin: auto; }

.Reviews_actions {
  text-align: right;
  padding: 22px 0;
  margin: auto; }

.Reviews_wrapper {
  max-width: 780px;
  padding: 0 20px;
  margin: 0 auto; }

.review-progress-bar .progress-bar {
  background-color: #dbe2e8;
  height: 20px;
  width: 187.2px; }

@media (max-width: 592px) {
  .review-progress-bar .progress-bar {
    width: 100%; } }
.review-progress-bar .progress-bar .progress-indicator {
  width: 0%;
  background-color: #f2994a;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

.review-submit {
  background-color: transparent;
  border: 2px solid #828282;
  color: #828282;
  width: 264px; }

.review-submit:hover {
  background-color: transparent;
  border: 2px solid #3a3a3a;
  color: #3a3a3a; }

.ReviewForm_form textarea {
  height: 178px; }

.review-meta-container {
  width: 52.5%; }

@media (max-width: 935px) {
  .review-meta-container {
    width: 100%; } }
.review-list {
  width: 52.5%;
  margin-right: -2.5%; }

.review-list.all {
  width: 102.5%; }

@media (max-width: 935px) {
  .review-list.all {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 935px) {
  .review-list {
    width: 50%;
    margin-right: 0; } }
.shift-gutter-left {
  margin-left: -16px; }

@media (max-width: 935px) {
  .shift-gutter-left {
    margin-left: 0px; } }
.reviews .meta .rating {
  font-size: 3.5556rem; }

@media (max-width: 904px) {
  .reviews .meta {
    width: 100%;
    height: 100%; } }
.reviews .meta .meta-shadow {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }

.reviews.all .review {
  width: 25%; }

@media (max-width: 904px) {
  .reviews.all .review {
    width: 50%; } }
@media (max-width: 904px) {
  .reviews.all .review {
    width: 100%; } }
.reviews .review {
  height: 230px;
  max-height: 230px;
  -webkit-transition: max-height 500ms ease-in;
  transition: max-height 500ms ease-in;
  width: 50%; }

@media (max-width: 904px) {
  .reviews .review {
    width: 50%; } }
@media (max-width: 592px) {
  .reviews .review {
    width: 100%; } }
.reviews .review a {
  height: 100%;
  max-height: 210px;
  -webkit-transition: max-height 500ms ease-in;
  transition: max-height 500ms ease-in;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }

.reviews .review .rating {
  height: 70px;
  min-height: 70px; }

.reviews .review .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px; }

.reviews .review .content-full {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px; }

.reviews .review .avatar {
  margin-bottom: -1.1rem;
  font-size: 0.6rem; }

.reviews .review .avatar span {
  top: -0.5rem;
  font-size: 0.75rem; }

.reviews .review .avatar .Avatar {
  margin: 0 16px 0 8px;
  height: 50px;
  width: 50px; }

.reviews .review.to-expand:hover .content::after {
  content: "aaa";
  color: transparent;
  padding-left: 4px;
  background-image: url("../png/1524105031arrow-expand.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px; }

.reviews .review.adjust-width {
  background-color: pink; }

.reviews .review.expand {
  height: initial;
  max-height: 1000px; }

.reviews .review.expand a {
  height: initial;
  max-height: 1000px; }

.reviews .review.expand .content {
  display: none; }

.reviews .review.expand .content-full {
  display: block; }

.reviews .review.expand:hover .content-full::after {
  content: "aaa";
  color: transparent;
  padding-left: 4px;
  background-image: url("../png/1524105030arrow-compress.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px; }

.half-empty-star {
  margin-left: 10px; }

#star-rating-wrapper .fa-stack {
  width: 0;
  margin-right: 25px; }

@media (min-width: 936px) {
  #star-rating-wrapper .fa-stack {
    margin-right: 28px; } }
@media (min-width: 1248px) {
  #star-rating-wrapper .fa-stack {
    margin-right: 35px; } }
#star-rating-wrapper .half-empty-star {
  margin-left: 15px; }

.PanelHeader, .PanelSubHeader, .PanelCopy, .PanelActions {
  margin: 0 auto 34px; }

.PanelHeader.u-no-mb, .PanelSubHeader.u-no-mb, .PanelCopy.u-no-mb, .PanelActions.u-no-mb {
  margin-bottom: 13px; }

.PanelHeader.u-muted, .PanelSubHeader.u-muted, .PanelCopy.u-muted, .PanelActions.u-muted {
  color: #949494; }

.Panel.u-react {
  text-align: center;
  color: #3a3a3a;
  padding: 20px 55px 55px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3; }

@media (max-width: 700px) {
  .Panel.u-react {
    padding: 89px 34px 55px; } }
@media (max-width: 550px) {
  .Panel.u-react {
    padding: 55px 13px 21px; } }
.Panel.u-react.u-other {
  background: white; }

.Panel.u-react.u-inverse {
  background-color: #3a3a3a;
  color: white; }

.Panel.u-react.u-xmas-bg-1 {
  background-image: url(../jpg/1417588527panel-bg-1-1024x230.jpg); }

.Panel.u-react.u-bg-teams {
  background-image: url(../jpg/1421294557teams_1600x400.jpg); }

.Panel.u-react.u-bg-upvotes {
  background-image: url(../jpg/1421294566upvotes_2000x500.jpg); }

.Panel.u-react .u-strike {
  position: relative; }

.Panel.u-react .u-strike:after {
  display: block;
  content: "";
  height: 3px;
  opacity: 0.75;
  background: tomato;
  position: absolute;
  top: 50%;
  left: -3px;
  right: -3px; }

.PanelHeader {
  font-size: 34px;
  font-weight: bold;
  max-width: 800px; }

@media (max-width: 600px) {
  .PanelHeader {
    font-size: 21px; } }
.PanelSubHeader {
  font-size: 21px;
  font-weight: bold;
  max-width: 880px; }

@media (max-width: 600px) {
  .PanelSubHeader {
    font-size: 16px; } }
.PanelCopy {
  font-size: 18px;
  line-height: 1.2;
  max-width: 800px; }

@media (max-width: 600px) {
  .PanelCopy {
    font-size: 13px; } }
.PanelActions {
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  max-width: 800px; }

@media (max-width: 600px) {
  .PanelActions {
    font-size: 16px;
    line-height: 21px; } }
.PanelAction {
  margin: 0 4px;
  display: inline-block;
  padding: 13px 34px 14px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-size: 3px;
  border-style: solid;
  color: white;
  background: #90c352;
  border-color: #90c352; }

@media (max-width: 600px) {
  .PanelAction {
    padding: 13px 21px; } }
.PanelAction:hover, .PanelAction:focus {
  color: white;
  background: #92da3b;
  border-color: #92da3b; }

.PanelAction.u-bad {
  background: #eb5745;
  border-color: #eb5745; }

.PanelAction.u-bad:hover, .PanelAction.u-bad:focus {
  background: #d84533;
  border-color: #d84533; }

.PanelAction.u-other {
  background: #369bc8;
  border-color: #369bc8; }

.PanelAction.u-other:hover, .PanelAction.u-other:focus {
  background: #2d82a8;
  border-color: #2d82a8; }

.PanelAction.u-disabled, .PanelAction.u-disabled:hover, .PanelAction.u-disabled:focus {
  background: transparent;
  border-style: dashed;
  border-color: currentColor;
  color: #949494; }

.PanelAction.u-muted {
  border-color: transparent;
  background: transparent;
  color: #3a3a3a; }

.PanelAction.u-muted:hover, .PanelAction.u-muted:focus {
  color: #369bc8; }

.Avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.Avatar_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.Avatar_image.u-large {
  width: 100%;
  max-width: 100px;
  height: 100px;
  margin-right: 20px; }

.Avatar_image-default {
  padding: 4px;
  background-color: #dbe2e8; }

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem; }

.banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  min-width: 260px; }

.banner__content img {
  max-width: 500px;
  max-height: 75px; }

@media (max-width: 550px) {
  .banner__content img {
    max-width: 300px; } }
.banner__title {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
  text-align: center; }

.banner_publisher__header {
  text-align: center; }

.banner_category__header,
.banner_category__footer {
  margin-bottom: 0;
  width: 100%; }

@media (min-width: 624px) {
  .banner_category__header,
  .banner_category__footer {
    width: 130%; } }
.banner_category__header {
  text-align: left; }

.banner_category__footer {
  text-align: right; }

.Search_text {
  line-height: inherit; }

.Search hr {
  background-color: #000;
  color: #000;
  height: 1px; }

.Search .ProductList {
  margin-right: -0.8888888888888888rem;
  margin-left: -0.8888888888888888rem; }

.Search .ProductList_skeleton .skeleton-container {
  margin-left: -0.8888888888888888rem;
  margin-right: -0.8888888888888888rem; }

.Search .ProductList_skeleton .skeleton-container .skeleton-card {
  padding: 0 1rem 0.8888888888888888rem;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

@media (min-width: 768px) {
  .Search .ProductList_skeleton .skeleton-container .skeleton-card {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; } }
.Search .ProductList_header button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: #424242;
  text-transform: none; }

.Search .ProductList_header button::before {
  content: "\25B2";
  font-size: 0.875em;
  margin-right: 4px; }

.Search .ProductList_header button.collapsed::before {
  content: "\25BC"; }

.Search .ProductList .ProductCard {
  display: inline-block; }

.Search .ProductList .ProductCard_container {
  display: block;
  padding: 0.8888888888888888rem;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.Search .ProductList .ProductCard_container.collapsed {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0; }

.Search .ProductList .ProductCard_content {
  padding: 0.5rem; }

.Search .ProductList .ProductCard_image {
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  padding-top: 56.25%;
  max-height: none; }

@media (min-width: 624px) {
  .Search .ProductList .ProductCard_image {
    max-height: none; } }
@media (min-width: 936px) {
  .Search .ProductList .ProductCard_image {
    max-height: none; } }
@media (min-width: 1248px) {
  .Search .ProductList .ProductCard_image {
    max-height: none; } }
.Search .ProductList .ProductCard_image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.Search .ProductList .ProductCard.book .ProductCard__image {
  padding-top: 125%; }

.Search .ProductList .ProductCard.book .ProductCard__image img {
  -o-object-fit: initial;
  object-fit: initial;
  -o-object-position: initial;
  object-position: initial; }

.Search .ProductList .ProductCard.course .ProductCard__image img, .Search .ProductList .ProductCard.talk .ProductCard__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

@media (min-width: 768px) {
  .Search .ProductList .ProductCard_container {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; } }
@media (min-width: 720px) and (max-width: 767px) {
  .Search .ProductList.book .ProductCard_container {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 936px) {
  .Search .ProductList.book .ProductCard_container {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }
.Collections_header {
  background: white; }

.Collections_headerContent {
  text-align: center;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto; }

.Collections_headerContent::after {
  content: ' ';
  display: table;
  clear: both; }

.Collections {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0; }

.Collections::after {
  content: ' ';
  display: table;
  clear: both; }

.Collections_heading {
  font-size: 23px;
  font-weight: normal;
  margin: 0px;
  padding-top: 15px;
  padding-left: 15px; }

.Collections_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.Collections_item {
  width: 33.3%;
  float: left;
  padding: 15px; }

@media (max-width: 800px) {
  .Collections_item {
    width: 100%; } }
.Collections_card {
  display: block;
  background: #fff;
  border: 1px solid #efefef;
  padding: 15px;
  height: 215px;
  position: relative;
  cursor: pointer; }

.u-active .Collections_card {
  border-color: #3ec9cb; }

.u-active .Collections_card:after, .u-active .Collections_card:before {
  bottom: -32px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.u-active .Collections_card:after {
  border-bottom-color: #f7f7f7;
  border-width: 13px;
  margin-left: -13px; }

.u-active .Collections_card:before {
  border-bottom-color: #3ec9cb;
  border-width: 14px;
  margin-left: -14px; }

.Collections_cardHeading {
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  color: #3ec9cb;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  padding-top: 10px; }

.Collections_cardHeading:hover {
  color: #24b3b5; }

.Collections_cardTopics {
  min-height: 36px; }

.Collections_cardTopic {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #a2a2a2;
  font-size: 14px;
  border: 1px solid #a2a2a2;
  border-radius: 25px; }

.Collections_cardCount {
  color: #a2a2a2;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 15px; }

.Collections_cardUpdated {
  color: #a2a2a2;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 15px; }

.Collections_dd {
  border-top: 1px solid #3ec9cb;
  width: 318%;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px; }

.Collections_dd.u-col-1 {
  margin-left: 0; }

.Collections_dd.u-col-2 {
  margin-left: calc(-100% - 30px); }

.Collections_dd.u-col-3 {
  margin-left: calc(-200% - 60px); }

@media (max-width: 800px) {
  .Collections_dd {
    width: 100%; }

  .Collections_dd.u-col-1, .Collections_dd.u-col-2, .Collections_dd.u-col-3 {
    margin-left: 0; } }
@media (max-width: 570px) {
  .Collections_dd {
    display: block; } }
.Collections_ddItem {
  width: 50%; }

@media (max-width: 570px) {
  .Collections_ddItem {
    width: 100%; } }
.Collections_ddHeading {
  margin: 20px 0;
  font-weight: 300;
  font-size: 25px;
  font-color: #3a3a3a; }

.Collections_ddText {
  font-size: 14px;
  margin: 0;
  padding-right: 50px; }

.Collections_ddButton {
  margin-top: 10px; }

.Collections_ddLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #3a3a3a;
  margin: 15px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.Collections_ddLink:hover {
  color: #262626; }

.Collections_ddLink span {
  text-decoration: underline; }

.Collection_ddIcon {
  margin-right: 10px;
  font-size: 18px; }

.sign-up > div:first-child {
  background: #532031;
  height: 100%; }

#smart-bar-container {
  all: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  position: absolute;
  width: 100%; }

.sbBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  margin: 0rem 0;
  line-height: 1.77778rem;
  padding: 0.44444rem 50px; }

.sbBody > * {
  margin: 0.25em 0.5em; }

.sbClose {
  all: initial;
  padding: 0.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  position: absolute;
  right: 1em;
  background: transparent;
  border: 0;
  color: #ddd;
  font-size: 20px; }

.sbClose rect {
  fill: currentcolor;
  stroke: currentcolor; }

.sbText {
  text-align: center;
  font-size: 20px;
  font-weight: 400; }

.sbButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px; }

.sbButton a {
  text-decoration: none;
  padding: 0.5em 1.5em;
  cursor: pointer;
  color: #eee;
  border: 0 none;
  line-height: 1.24444rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.sbCountdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.5em;
  font-weight: 800;
  color: #fffff; }

.underline {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding: 0.59259rem 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 53 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2 2l42.2 1.3L1.1 5l51 1.5-43.8.7 28.4 1.9' stroke='%23FD6A37' stroke-width='1'/%3E%3C/svg%3E"); }

@media (max-width: 900px) {
  .sbText {
    font-size: 18px; }

  .sbButton a {
    font-size: 16px; } }
#teachers-section {
  max-width: 1248px; }

@media screen and (min-width: 624px) {
  #teachers-section {
    width: 600px; } }
@media screen and (min-width: 936px) {
  #teachers-section {
    width: 800px; } }
#teachers-section .inner-divider {
  height: 1px;
  color: #e0e0e0; }

#teachers-section ._header {
  margin: 0 20px; }

#teachers-section ._header h4 {
  margin-top: 1rem; }

@media screen and (min-width: 624px) {
  #teachers-section ._header {
    margin: 0; } }
#teachers-section .slider .slick-dots {
  bottom: -60px; }

#teachers-section .slider .slick-dots button::before {
  font-size: 0.75rem;
  color: #e0e0e0; }

#teachers-section .slider .slick-active button::before {
  color: #a2a2a2; }

#teachers-section .slider .left-arrow-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

#teachers-section .slider .right-arrow-wrapper {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

#teachers-section .slider .arrow-wrapper {
  font-size: 1.125rem; }

#teachers-section .slider .arrow-wrapper a.slick-button {
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  bottom: 150px;
  background-color: #efefef;
  font-size: 2rem; }

#teachers-section .slider .arrow-wrapper a.slick-button:hover {
  background-color: #bbb; }

#teachers-section .slider .arrow-wrapper a.slick-prev {
  left: -70px; }

#teachers-section .slider .arrow-wrapper a.slick-prev .fa-angle-left {
  padding-right: 2px;
  margin-top: 4px; }

#teachers-section .slider .arrow-wrapper a.slick-next {
  right: -70px; }

#teachers-section .slider .arrow-wrapper a.slick-next .fa-angle-right {
  padding-left: 2px;
  margin-top: 4px; }

/*
    slick-list class is dynamically added so we can't use atomic classes for this
  */
#teachers-section .slider .slick-list {
  position: initial;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
  margin-right: 20px; }

@media screen and (max-width: 623px) {
  #teachers-section .slider .slick-list {
    overflow: hidden; } }
#teachers-section .slider .card-wrapper .card {
  margin: 0 35px; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card {
    margin: 0 20px; } }
@media screen and (min-width: 936px) {
  #teachers-section .slider .card-wrapper .card {
    margin: 0; } }
#teachers-section .slider .card-wrapper .card .left-section {
  width: 60%; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card .left-section .full-name > p {
    font-size: 1.75rem; } }
#teachers-section .slider .card-wrapper .card .left-section .bio div {
  line-height: 1.6rem; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card .left-section .bio div {
    font-size: 1.15rem; } }
#teachers-section .slider .card-wrapper .card .right-section {
  width: 40%;
  margin-left: 20px;
  padding-top: 60px; }

@media screen and (min-width: 592px) {
  #teachers-section .slider .card-wrapper .card .right-section {
    margin-left: 40px;
    padding-top: 0; } }
@media screen and (min-width: 936px) {
  #teachers-section .slider .card-wrapper .card .right-section {
    margin-left: 50px; } }
#teachers-section .slider .card-wrapper .card .right-section .thumbnail {
  margin: 0 auto 20px; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card .right-section .thumbnail {
    margin: 0 auto 30px; } }
#teachers-section .slider .card-wrapper .card .right-section .thumbnail img {
  width: 110px;
  height: 110px;
  margin: 0 auto; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card .right-section .thumbnail img {
    width: 190px;
    height: 190px; } }
#teachers-section .slider .card-wrapper .card .right-section .stats {
  margin: 0 10px;
  font-size: .6875rem;
  line-height: 1.8rem;
  width: 100%; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card .right-section .stats {
    font-size: 1.15rem;
    line-height: 3.25rem;
    margin: 0 18px; } }
@media screen and (min-width: 1248px) {
  #teachers-section .slider .card-wrapper .card .right-section .stats {
    margin: 0 45px; } }
#teachers-section .slider .card-wrapper .card .right-section .stats .rating {
  color: #424242; }

#teachers-section .slider .card-wrapper .card .right-section .stats .icon-wrapper {
  margin-right: 8px; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card .right-section .stats .icon-wrapper {
    margin-right: 20px; } }
@media screen and (min-width: 1248px) {
  #teachers-section .slider .card-wrapper .card .right-section .stats .icon-wrapper {
    margin-right: 30px; } }
#teachers-section .slider .card-wrapper .card .right-section .stats .icon-wrapper span {
  background-color: #D9EEFC;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  height: 25px;
  width: 25px; }

#teachers-section .slider .card-wrapper .card .right-section .stats .icon-wrapper span.fa-play {
  padding-left: 4px; }

@media screen and (min-width: 624px) {
  #teachers-section .slider .card-wrapper .card .right-section .stats .icon-wrapper span {
    height: 40px;
    width: 40px; } }
#teachers-section .slider .card-wrapper .card .right-section .stats div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
