.HeroCourses {
  min-height: 400px;
}
@media only screen and (min-width: 48em) {
  .HeroCourses {
    min-height: 300px;
  }
}
.HeroCourses-container {
  background: -webkit-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: -moz-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: -o-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: -ms-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: linear-gradient(90deg, #1c3643 0, #273b47 25%, #1e5372);
  padding: 24px;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
  height: 245px;
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 48em) {
  .HeroCourses-container {
    height: 225px;
  }
}
@media only screen and (min-width: 48em) {
  .HeroCourses-content {
    display: grid;
    grid-template-columns: 1fr 328px;
    padding-top: 20px;
  }
}
.HeroCourses-title {
  font-family: 'cooper_hewittmedium';
  margin-bottom: 10px;
}
.HeroCourses-title h2 {
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (min-width: 48em) {
  .HeroCourses-title h2 {
    font-size: 30px;
    width: 350px;
    line-height: 1.33;
    font-weight: 600;
  }
}
@media only screen and (min-width: 64em) {
  .HeroCourses-title h2 {
    width: 90%;
    font-size: 36px;
  }
}
.HeroCourses-description {
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 48em) {
  .HeroCourses-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    width: 350px;
  }
}
@media only screen and (min-width: 64em) {
  .HeroCourses-description {
    width: 90%;
    font-size: 20px;
  }
}
.HeroCourses-video {
  padding: 0 18px;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .HeroCourses-video {
    padding: 0;
  }
}
.HeroCourses-video iframe {
  width: 328px;
  height: 184px;
  border-width: 0;
}
.HeroCourses-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 0;
}
.HeroCourses-btn .btn-custom {
  font-size: 1rem;
  padding: 9px 0.8em 10px 0.8em;
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .HeroCourses-btn .btn-custom {
    font-size: 18px;
    padding: 13px 2.5em 14px 2.5em;
  }
}
@media only screen and (min-width: 48em) {
  .HeroCourses-content,
  .HeroCourses-btn {
    -webkit-box-pack: left;
    -moz-box-pack: left;
    -o-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.Notification {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.25rem;
}
.Notification:before {
  margin-right: 0.25em;
}
.suggestion {
  background: #edf8fb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.25em 0.4em;
  color: #057cae;
  font-size: 0.9em;
  line-height: 18px;
}
.suggestion.icon-notification:before {
  font-size: 1em;
}
.warning {
  background: #fff8a9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.25em 0.4em;
  font-size: 0.9em;
  color: #554e00;
  line-height: 18px;
}
.warning.icon-warning:before {
  color: #d1990e;
  font-size: 1em;
}
.warning-suggestion {
  text-decoration: underline;
  font-weight: bold;
}
.success {
  background: rgba(228,248,192,0.9);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.25em 0.4em;
  font-size: 0.9em;
  line-height: 18px;
  color: #5a7827;
}
.success.icon-check_B:before {
  font-size: 1em;
}
.error {
  background: #fce5e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #d53f3a;
  padding: 0.25em 0.4em;
  font-size: 0.9em;
  line-height: 18px;
}
.error.icon-warning:before {
  font-size: 1em;
}
.Plans.is-xs {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .Plans.is-xs {
    display: none;
  }
}
.Plans.is-xs.u-wrapper {
  padding: 0;
}
.Plans.is-lg {
  display: none;
}
@media only screen and (min-width: 48em) {
  .Plans.is-lg {
    max-width: 768px;
    display: block;
    position: relative;
  }
}
@media only screen and (min-width: 64em) {
  .Plans.is-lg {
    max-width: 1024px;
  }
}
.Companies {
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
  border: 1px solid #98ca3f;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(243,243,246,0.5);
}
@media only screen and (min-width: 48em) {
  .Companies {
    font-weight: bold;
  }
}
.ExclusiveCourses h4 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: 'cooper_hewittmedium';
  margin-bottom: 12px;
}
@media only screen and (min-width: 48em) {
  .ExclusiveCourses h4 {
    line-height: 1.75;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .ExclusiveCourses h4 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.31;
  }
}
.PlanBody ul {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.PlanBody ul li {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 0 1rem;
}
.PlanBody ul li .underline {
  text-decoration: underline;
}
.PlanBody ul li:nth-child(odd) {
  background: #f6f6f6;
}
.PlanBody .is-exclusive {
  color: #0791e6;
  font-weight: bold;
  cursor: pointer;
}
.PlanBody-description {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  text-align: left;
}
.PlanBody-check {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.PlanBody .icon {
  margin-right: 0.5rem;
}
.PlanBody .icon.icon-check {
  color: #4ccb00;
}
.PlanBody .icon.icon-delete {
  color: #ff4842;
}
.PlanBody-CTA {
  text-align: center;
}
.PlansContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 1rem;
}
.StickyPlan {
  padding: 14px 0.5rem;
  background: #fff;
  width: calc(100% - 1rem);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.PlanTabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.CurrentPlanCTA {
  margin-top: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.CurrentPlanCTA-price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.CurrentPlanCTA-price img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.CurrentPlanCTA-price p {
  font-family: 'cooper_hewittmedium';
  font-weight: 500;
}
.CurrentPlanCTA-before {
  font-size: 12px;
  margin-bottom: 0.25rem;
  text-align: left;
}
.CurrentPlanCTA-before span {
  text-decoration: line-through;
}
.CurrentPlanCTA-subtitle {
  font-size: 12px;
  margin-top: 0.25rem;
  text-align: left;
}
.CurrentPlanCTA-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Pricing {
  padding: 14px 0 2rem 0;
}
@media only screen and (min-width: 48em) {
  .Pricing {
    padding: 2rem 0;
  }
}
.Pricing.is-referral h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
}
.Pricing.is-referral h2 p {
  font-size: 20px;
  font-family: 'cooper_hewittmedium';
  text-align: center;
}
.Pricing h2 {
  text-align: center;
  font-family: 'cooper_hewittmedium';
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 48em) {
  .Pricing h2 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64em) {
  .Pricing h2 {
    font-size: 2rem;
    line-height: 42px;
  }
}
.Course {
  background: #f6f6f6;
  display: none;
  height: 96px;
  position: absolute;
  right: 1.5rem;
  left: 0.5rem;
  top: 1rem;
}
@media only screen and (min-width: 48em) {
  .Course {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 64em) {
  .Course {
    top: 40px;
  }
}
.Course-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  max-width: calc(100% - 475px);
}
.Course .u-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Course figure {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (min-width: 64em) {
  .Course figure img {
    width: 60px;
    height: 60px;
  }
}
.Course-info {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 64em) {
  .Course-info {
    margin-left: 1.25rem;
  }
}
.Course-info p {
  font-size: 0.75rem;
}
@media only screen and (min-width: 64em) {
  .Course-info p {
    font-size: 1rem;
  }
}
.Course-title {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: 'cooper_hewittmedium';
}
@media only screen and (min-width: 64em) {
  .Course-title {
    max-width: 340px;
    margin-top: 0.5rem;
    font-size: 1.4rem !important;
  }
}
.PlansBenefits {
  margin-top: 71px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 345px;
}
@media only screen and (min-width: 64em) {
  .PlansBenefits {
    max-width: 445px;
    margin-top: 91px;
  }
}
.PlansBenefits.is-course {
  margin-top: 111px;
}
@media only screen and (min-width: 64em) {
  .PlansBenefits.is-course {
    margin-top: 131px;
  }
}
.PlansBenefits-deposit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
@media only screen and (min-width: 64em) {
  .PlansBenefits-deposit {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
}
.PlansBenefits-methods {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.25rem;
}
@media only screen and (min-width: 64em) {
  .PlansBenefits-methods {
    margin: 0.25rem 0 0 10px;
  }
}
.PlansBenefits-methods figure {
  margin-right: 0.25rem;
}
.PlansBenefits h5 {
  height: 40px;
  line-height: 40px;
  padding-left: 0.4rem;
  font-size: 1.25rem;
  font-family: 'cooper_hewittmedium';
  font-weight: 700;
}
.PlansBenefits ul {
  padding: 0;
}
.PlansBenefits ul li {
  font-size: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
  font-size: 14px;
  list-style: none;
  text-align: left;
}
@media only screen and (min-width: 64em) {
  .PlansBenefits ul li {
    font-size: 1rem;
  }
}
.PlansBenefits ul li span:not(.is-exclusive) {
  text-decoration: underline;
}
.PlansBenefits ul li .is-exclusive {
  color: #0791e6;
  font-weight: bold;
  cursor: pointer;
}
.PlansBenefits ul li:last-child,
.PlansBenefits ul li:nth-of-type(odd) {
  border-bottom: 1px solid #e9e9e9;
}
.PlansBenefits ul li:nth-of-type(odd) {
  background: #f6f6f6;
  border-top: 1px solid #e9e9e9;
}
.CareerCourseItem {
  margin-bottom: 1em;
}
.CareerCourseItem-wrapper {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #e9e9e9;
  border-bottom-width: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 1em;
  height: 100%;
}
.CareerCourseItem-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.CareerCourseItem-badge {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.CareerCourseItem-title {
  color: #3a3c3f;
}
.CareerCourseItem.SingleCourse .CareerCourseItem-wrapper {
  -webkit-box-shadow: 0 4px 8px 0 rgba(28,54,67,0.2);
  box-shadow: 0 4px 8px 0 rgba(28,54,67,0.2);
  border: solid 1px transparent;
  border-bottom-width: 5px;
  padding: 16px;
  min-height: 92px;
}
.CareerCourseItem.SingleCourse .CareerCourseItem-badge {
  margin-right: 8px;
}
.CareerCourseItem.SingleCourse .CareerCourseItem-title {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.29;
}
.LiveBanner {
  margin-bottom: 0px;
}
.CourseCategories {
  padding: 1rem;
}
.CourseCategories-container {
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.CourseCategories-title {
  margin-bottom: 5px;
}
@media only screen and (min-width: 64em) {
  .CourseCategories-title {
    margin-bottom: 14px;
  }
}
.CourseCategories-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.92;
  font-family: 'cooper_hewittmedium';
}
@media only screen and (min-width: 64em) {
  .CourseCategories-title h2 {
    font-size: 32px;
  }
}
.CourseCategories-content {
  display: grid;
  grid-row-gap: 12px;
}
@media only screen and (min-width: 48em) {
  .CourseCategories-content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    grid-row-gap: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .CourseCategories-content {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    grid-row-gap: 24px;
    padding: 0;
  }
}
.CourseCategories-content h2 {
  font-size: 20px;
  font-family: 'cooper_hewittmedium';
}
.CourseCategories-item {
  padding: 18px 16px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.CourseCategories-item h2 {
  font-size: 24px;
  line-height: 1.17;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.12), 0 4px 5px rgba(0,0,0,0.14);
  font-weight: bold;
  font-family: 'cooper_hewittmedium';
  margin-bottom: 2px;
}
.CourseCategories-item span {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.CourseCategories-item .icon-arrow-up {
  font-size: 40px;
}
.CourseCategories-arrowRight {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.PlatziPlatform {
  background-color: #f8f8f8;
  padding: 20px 0;
}
.PlatziPlatform-container {
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.PlatziPlatform-title {
  margin-bottom: 16px;
}
.PlatziPlatform-title h2 {
  font-family: 'cooper_hewittmedium';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #273b47;
}
@media only screen and (min-width: 64em) {
  .PlatziPlatform-title h2 {
    font-size: 32px;
  }
}
.PlatziPlatform-description {
  margin-bottom: 24px;
}
.PlatziPlatform-description span {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 64em) {
  .PlatziPlatform-description span {
    font-size: 20px;
  }
}
.PlatziPlatform-cards {
  display: grid;
  grid-gap: 1rem;
  grid-row-gap: 1rem;
}
@media only screen and (min-width: 48em) {
  .PlatziPlatform-cards {
    grid-template-columns: 1fr 1fr;
  }
}
.PlatziPlatform-card {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  padding: 16px;
  position: relative;
}
.PlatziPlatform-card img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 16px;
}
.PlatziPlatform-card h2 {
  color: #0791e6;
  font-size: 20px;
  line-heigh: 1.35;
  margin-bottom: 16px;
}
.PlatziPlatform-card span {
  font-size: 14px;
  line-height: 1.43;
  font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 48em) {
  .PlatziPlatform-card span {
    font-size: 16px;
  }
}
.PlatziPlatform-desc {
  min-height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.PlatziPlatform-new {
  min-width: 40px;
  padding: 4px 16px;
  background-color: #7dcd40;
  display: inline;
  color: #fff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  right: 0;
  font-weight: bold;
}
.PlatziPlatformV2 {
  background-color: #fff;
  padding: 32px 0;
}
.PlatziPlatformV2-container {
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.PlatziPlatformV2-title {
  margin-bottom: 16px;
}
.PlatziPlatformV2-title h2 {
  font-family: 'cooper_hewittmedium';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #273b47;
}
@media only screen and (min-width: 64em) {
  .PlatziPlatformV2-title h2 {
    font-size: 32px;
  }
}
.PlatziPlatformV2-description {
  margin-bottom: 24px;
}
.PlatziPlatformV2-description span {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 64em) {
  .PlatziPlatformV2-description span {
    font-size: 20px;
  }
}
.PlatziPlatformV2-cards {
  display: grid;
  grid-gap: 1rem;
  grid-row-gap: 1rem;
}
@media only screen and (min-width: 48em) {
  .PlatziPlatformV2-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.PlatziPlatformV2-card {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  padding: 16px;
  position: relative;
}
.PlatziPlatformV2-card img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 16px;
}
.PlatziPlatformV2-card h2 {
  color: #0791e6;
  font-size: 20px;
  line-heigh: 1.35;
  margin-bottom: 16px;
}
.PlatziPlatformV2-card span {
  font-size: 14px;
  line-height: 1.43;
  font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 48em) {
  .PlatziPlatformV2-card span {
    font-size: 16px;
  }
}
.PlatziPlatformV2-desc {
  min-height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.PlatziPlatformV2-new {
  min-width: 40px;
  padding: 4px 16px;
  background-color: #7dcd40;
  display: inline;
  color: #fff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  right: 0;
  font-weight: bold;
}
.PlatformCard {
  padding: 20px 0;
}
.PlatformCard-item h2 {
  font-size: 18px;
  font-weight: bold;
  color: #273b47;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64em) {
  .PlatformCard-item h2 {
    font-size: 20px;
  }
}
.PlatformCard-item h2 span {
  display: inline-block;
  padding: 3px 16px;
  background-color: #7dcd40;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}
.PlatformCard-item figure {
  margin: 0 0 12px 0;
}
.PlatformCard-item figure img {
  width: 100%;
}
.PlatformCard-item span {
  font-size: 16px;
  color: #273b47;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.TeachersList {
  background-color: #f8f8f8;
}
.TeachersList-container {
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px;
}
.TeachersList-title {
  margin-bottom: 16px;
}
.TeachersList-title h2 {
  font-family: 'cooper_hewittmedium';
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 64em) {
  .TeachersList-title h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 48em) {
  .TeachersList-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media only screen and (min-width: 64em) {
  .TeachersList-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.TeachersList-arrowDown {
  border-right: 2px solid #0791e6;
  border-bottom: 2px solid #0791e6;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.TeachersList-all {
  margin: 16px 0 0 0;
  color: #0791e6;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.TeachersList-all span {
  cursor: pointer;
  margin-right: 5px;
}
.TeachersList-showItem .Teachers {
  display: block !important;
}
.Teachers {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.08);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.08);
  border-bottom: 6px solid #98ca3f;
  padding: 16px;
  margin: 0 0 16px 0;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .Teachers {
    margin: 0;
  }
}
.Teachers:nth-child(1n+4) {
  display: none;
}
.Teachers-box {
  text-decoration: none;
}
.Teachers-header {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-gap: 16px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Teachers-photo figure img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.Teachers-profile {
  display: block;
}
.Teachers-name {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Teachers-name h2 {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #273b47;
}
.Teachers-name figure {
  margin-left: 8px;
}
.Teachers-name figure img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.Teachers-social {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 3px;
  color: #0084b4;
}
.Teachers-social span:last-of-type {
  margin-left: 5px;
  font-size: 14px;
}
.Teachers-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ProjectsList {
  background-color: #f8f8f8;
}
.ProjectsList-container {
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 16px;
}
.ProjectsList-title {
  margin-bottom: 16px;
}
.ProjectsList-title h2 {
  font-size: 20px;
  font-family: 'cooper_hewittmedium';
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .ProjectsList-title h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .ProjectsList-title h2 {
    font-size: 32px;
  }
}
.ProjectsList-all {
  margin: 16px 0 0 0;
  color: #0791e6;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ProjectsList-all span {
  cursor: pointer;
  margin-right: 5px;
}
.ProjectsList-showItem .ProjectsElement {
  display: block !important;
}
.ProjectsList-items {
  display: grid;
}
@media only screen and (min-width: 48em) {
  .ProjectsList-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .ProjectsList-items {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 1.5rem;
  }
}
.ProjectsList-arrowDown {
  border-right: 2px solid #0791e6;
  border-bottom: 2px solid #0791e6;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ProjectsElement {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,0.08);
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.08);
  padding: 16px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.ProjectsElement:nth-child(1n+4) {
  display: none;
}
@media only screen and (min-width: 48em) {
  .ProjectsElement {
    margin: 0;
  }
}
.ProjectsElement figure img {
  width: 254px;
  height: 203px;
  object-fit: cover;
}
.ProjectsElement h2 {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  line-height: 1.25;
  color: #3a3c3f;
  margin: 16px 0;
}
.ProjectsElement-description {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #3a3c3f;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.ProjectsElement-description span {
  margin-bottom: 40px;
}
.ProjectsElement-tag {
  padding: 6px 14px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #05a668;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 12px;
  color: #fff;
  text-shadow: 0.5px 0.5px 0 rgba(0,0,0,0.2);
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  position: absolute;
}
.CarrersList {
  background-color: #f8f8f8;
}
@media only screen and (min-width: 64em) {
  .CarrersList {
    padding: 20px 0 0 0;
  }
}
.CarrersList-container {
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 16px;
}
@media only screen and (min-width: 48em) {
  .CarrersList-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media only screen and (min-width: 64em) {
  .CarrersList-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    grid-row-gap: 16px;
  }
}
.CarrersItem {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 10px;
  margin-top: 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,0.08);
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.08);
  padding: 10px;
  text-decoration: none;
  color: #3a3c3f;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .CarrersItem {
    margin-top: 0;
  }
}
.CarrersItem-badge img {
  width: 50px;
  height: 50px;
}
.CarrersItem-elements {
  font-family: 'Lato', sans-serif;
}
.CarrersItem-elements h3 {
  font-size: 12px;
  font-weight: 500;
  color: #3a3c3f;
  margin-bottom: 2px;
}
.CarrersItem-elements h2 {
  font-size: 16px;
  margin-bottom: 6px;
}
.CarrersItem-elements h4 {
  color: #0791e6;
  font-size: 12px;
  font-weight: bold;
}
.HeroCoursesItem {
  color: #fff;
}
.HeroCoursesItem-container {
  background: url("/static/images/courses-v2/courses-hero-m.png"), -webkit-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: url("/static/images/courses-v2/courses-hero-m.png"), -moz-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: url("/static/images/courses-v2/courses-hero-m.png"), -o-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: url("/static/images/courses-v2/courses-hero-m.png"), -ms-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
  background: url("/static/images/courses-v2/courses-hero-m.png"), linear-gradient(90deg, #1c3643 0, #273b47 25%, #1e5372);
  padding: 10px 16px;
  display: grid;
  grid-template-columns: minmax(auto, 1024px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .HeroCoursesItem-container {
    background: url("/static/images/courses-v2/courses-hero-t.png"), -webkit-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
    background: url("/static/images/courses-v2/courses-hero-t.png"), -moz-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
    background: url("/static/images/courses-v2/courses-hero-t.png"), -o-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
    background: url("/static/images/courses-v2/courses-hero-t.png"), -ms-linear-gradient(0deg, #1c3643 0, #273b47 25%, #1e5372);
    background: url("/static/images/courses-v2/courses-hero-t.png"), linear-gradient(90deg, #1c3643 0, #273b47 25%, #1e5372);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@media only screen and (min-width: 48em) {
  .HeroCoursesItem-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 40px;
    grid-template-areas: "navigation navigation" "title learn";
    padding: 0 0 60px 0;
  }
}
.HeroCoursesItem-navigation {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  grid-area: navigation;
}
@media only screen and (min-width: 48em) {
  .HeroCoursesItem-navigation {
    padding: 42px 0 24px 0;
  }
}
.HeroCoursesItem-navigation a {
  text-decoration: none;
  color: #0791e6;
  font-weight: 300;
}
.HeroCoursesItem-navigation span {
  margin-right: 5px;
  font-weight: 600;
}
.HeroCoursesItem-title {
  grid-area: title;
  padding: 24px 0;
}
@media only screen and (min-width: 48em) {
  .HeroCoursesItem-title {
    padding: 0;
  }
}
.HeroCoursesItem-title h2 {
  font-family: 'cooper_hewittmedium';
  line-height: 1.25;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 1px 10px rgba(0,0,0,0.12), 0 4px 5px rgba(0,0,0,0.14);
}
@media only screen and (min-width: 64em) {
  .HeroCoursesItem-title h2 {
    font-size: 36px;
  }
}
.HeroCoursesItem-learn {
  grid-area: learn;
  position: relative;
}
.HeroCoursesItem-learn span {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.HeroCoursesItem-more {
  cursor: pointer;
  grid-area: populars;
  padding: 3px 10px 3px 16px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 12px 0 0 0;
  color: #696969;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  outline: none;
  padding: 12px;
}
.HeroCoursesItem-more i {
  font-size: 30px;
  margin-top: 4px;
  color: #000;
}
.HeroCoursesItem-more span {
  font-size: 14px;
}
.HeroCoursesItem-dropdown {
  display: none;
  background-color: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.HeroCoursesItem-box {
  padding: 0 16px 16px 16px;
}
.HeroCoursesItem-popularCarrers {
  font-size: 14px;
  margin-top: 5px;
}
.HeroCoursesItem-popularCarrers ul {
  margin: 0;
  padding: 0;
}
.HeroCoursesItem-popularCarrers li {
  list-style: none;
  margin-bottom: 20px;
}
.HeroCoursesItem-popularCarrers a {
  color: #273b47;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.HeroCoursesItem-popularCarrers a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-filter: alpha(opacity=80);
  -moz-filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  -o-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}
.HeroCoursesItem-openTabMore {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.HeroCoursesItem-openTabMore .HeroCoursesItem-arrowDown {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.HeroCoursesItem-openTab {
  display: block;
}
.HeroCoursesItem-arrowDown {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.SearchCarrers {
  width: 100%;
}
.SearchCarrers form {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.SearchCarrers input {
  border: solid 1px #e9e9e9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #696969;
  font-size: 16px;
  height: 22px;
  outline: none;
  padding: 8px 12px;
  width: 85%;
}
.SearchCarrers-result {
  margin-top: 15px;
}
.SearchCarrers-result h3 {
  color: #3a3c3f;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.SearchCarrers-result a {
  text-decoration: none;
  color: #0791e6;
  font-size: 16px;
  font-weight: 500;
}
.SearchCarrers-all {
  margin-top: 30px;
}
.SearchCarrers-all a {
  text-decoration: none;
}
.SearchCarrers-all span {
  color: #0791e6;
  font-size: 14px;
  font-weight: 600;
}
.SearchCarrers-item {
  margin-bottom: 10px;
}
.SearchCarrers-item a {
  color: #273b47;
  text-decoration: none;
}
.SearchCarrers-item a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-filter: alpha(opacity=80);
  -moz-filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  -o-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}
.SearchCarrers-back {
  color: #273b47;
  text-align: right;
  margin-bottom: 10px;
}
.SearchCarrers-back h2 {
  font-size: 13px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-filter: alpha(opacity=50);
  -moz-filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  -o-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
}
.SearchCarrers-noResults {
  margin-top: 10px;
}
.SearchCarrers-noResults span {
  color: #3a3c3f;
  font-size: 16px;
  line-height: 1.31;
}
.SearchCarrers-noResults span a {
  text-decoration: underline;
}
.SearchCarrers-more {
  cursor: pointer;
  grid-area: populars;
  background-color: #fff;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  margin: 12px 0 0 0;
  color: #696969;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  outline: none;
  padding: 12px 16px;
}
.SearchCarrers-more i {
  font-size: 30px;
  margin-top: 4px;
  color: #000;
}
.SearchCarrers-more span {
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #696969;
  font-weight: bold;
}
.SearchCarrers-dropdown {
  display: none;
  background-color: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.SearchCarrers-box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: -12px 0 0 0;
  position: absolute;
  -webkit-box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  box-shadow: 0 10px 20px 0 rgba(197,197,197,0.5);
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .SearchCarrers-box {
    margin: 12px 0 0 0;
  }
}
.SearchCarrers-inner {
  padding: 0 16px 16px 16px;
}
.SearchCarrers-popularCarrers {
  font-size: 14px;
  margin-top: 15px;
}
.SearchCarrers-popularCarrers h3 {
  color: #3a3c3f;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.SearchCarrers-popularCarrers ul {
  margin: 0;
  padding: 0;
}
.SearchCarrers-popularCarrers li {
  list-style: none;
  margin-bottom: 20px;
}
.SearchCarrers-popularCarrers a {
  color: #273b47;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.SearchCarrers-popularCarrers a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-filter: alpha(opacity=80);
  -moz-filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  -o-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}
.SearchCarrers-openTabMore {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 12px 16px 8px 16px;
}
.SearchCarrers-openTabMore .SearchCarrers-arrowDown {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.SearchCarrers-openTab {
  display: block;
}
.SearchCarrers-arrowDown {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.SearchCarrers-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 16px 8px 16px 16px;
}
.SearchCarrers-form-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
}
.SearchCarrers-form .SearchCarrers-arrowDown {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.PlanTab-container.has-discount {
  background: #1b1464 !important;
}
.PlanTab-container.has-discount.is-active {
  border: solid 2px #1b1464;
  background: #1b1464 !important;
}
.PlanTab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  cursor: pointer;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.PlanTab:first-child .PlanTab-container {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.PlanTab:last-child .PlanTab-container {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.PlanTab-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #f6f6f6;
  color: #606164;
  border: 1px solid #e1e1e4;
}
.PlanTab-container.is-active {
  color: #273b47;
  background: #fff;
  border: 2px solid #98ca3f;
  font-weight: bold;
}
.PlanTab-container.is-active .PlanTab-title {
  font-size: 1rem;
}
.PlanTab-title {
  padding: 0.25rem;
  font-size: 15px;
  text-align: center;
}
.PlanTab-title img {
  width: 75%;
}
.PlanTab-price {
  font-weight: 700;
  text-align: center;
}
.PlanTab-specification {
  text-align: center;
  font-size: 0.5rem;
}
.PlanTab-currency {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0.25rem 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.PlanTab-currency small {
  font-size: 10px;
}
.PlanTab-currency img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-right: 0.25rem;
}
.PlanTab-content {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.PlanColumn.has-discount {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px transparent !important;
}
.PlanColumn.has-discount .PlanColumn-promo {
  background: #95d7ff;
}
.PlanColumn.has-discount .PlanColumn-title figure {
  padding-top: 0.25rem;
}
.PlanColumn.has-discount .PlanColumn-title figure img {
  width: 90%;
}
.PlanColumn.has-discount .PlanColumn-subtitle {
  margin-top: 0.25rem;
}
.PlanColumn.has-discount .PlanColumn-cost {
  padding: 2px 0;
}
.PlanColumn.has-discount .PlanColumn-details {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.PlanColumn.has-discount .PlanColumn-details {
  margin-top: 0;
}
.PlanColumn.has-discount .PlanColumn-footer .btn-green {
  background: #662d91;
  -webkit-box-shadow: 0 1px 1px 0 #1b1464;
  box-shadow: 0 1px 1px 0 #1b1464;
}
.PlanColumn {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 135px;
  margin-right: 0.5rem;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .PlanColumn {
    width: 178px;
  }
}
.PlanColumn.is-annual {
  margin-top: -23px;
}
.PlanColumn.is-annual .PlanColumn-title {
  background: #98ca3f;
  color: #fff;
}
.PlanColumn.is-annual .PlanColumn-cost {
  color: #98ca3f;
  font-weight: 700;
}
.PlanColumn.is-annual .PlanColumn-row {
  color: #98ca3f;
}
.PlanColumn.is-annual .PlanColumn-content {
  border: 1px solid #98ca3f;
}
.PlanColumn-content {
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.PlanColumn-before {
  font-size: 12px;
  margin-bottom: -0.7rem;
}
.PlanColumn-before span {
  text-decoration: line-through;
}
.PlanColumn-course {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #0791e6;
}
.PlanColumn-title {
  background: #1c3643;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.PlanColumn-title h6 {
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 1rem;
  font-family: 'cooper_hewittmedium';
  font-weight: 700;
}
.PlanColumn-currency {
  line-height: 1;
}
.PlanColumn-currency small {
  font-weight: bold;
  font-size: 14px;
  color: #273b47;
}
.PlanColumn-promo {
  font-weight: bold;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #fff8a9;
  font-size: 12px;
  padding: 0.25rem;
  text-transform: uppercase;
  font-weight: strong;
  text-align: center;
  margin: 0 auto;
  max-width: 115px;
}
@media only screen and (min-width: 64em) {
  .PlanColumn-promo {
    max-width: 150px;
  }
}
.PlanColumn-cost {
  font-size: 1.5rem;
  padding: 0.5rem 0 0;
  font-family: 'cooper_hewittmedium';
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}
.PlanColumn-cost img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.25rem;
  background: #fecc01;
}
@media only screen and (min-width: 64em) {
  .PlanColumn-cost {
    padding: 0.75rem 0 0rem;
    font-size: 1.75rem;
  }
}
.PlanColumn-subtitle {
  font-size: 9px;
  color: #696969;
  margin: 0.5rem 0 0.125rem;
}
.PlanColumn-subtitleDiscount {
  font-size: 9px;
  margin-top: -2px;
  color: #696969;
}
@media only screen and (min-width: 64em) {
  .PlanColumn-subtitleDiscount {
    margin-top: -0.25rem;
    font-size: 12px;
  }
}
@media only screen and (min-width: 64em) {
  .PlanColumn-subtitle {
    margin: 0.75rem 0 0.5rem;
    font-size: 12px;
  }
}
.PlanColumn-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 70px;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}
.PlanColumn-header.is-course {
  height: calc(70px + 40px);
}
@media only screen and (min-width: 64em) {
  .PlanColumn-header.is-course {
    height: calc(90px + 40px);
  }
}
@media only screen and (min-width: 64em) {
  .PlanColumn-header {
    height: 90px;
  }
}
.PlanColumn-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 72px;
  border-top: 1px solid #e9e9e9;
}
.PlanColumn-footer .btn-green {
  max-height: 40px;
}
.PlanColumn-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.PlanColumn-row {
  color: #000;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
}
.PlanColumn-row .icon-delete {
  color: #ff4842;
}
.PlanColumn-row:nth-of-type(odd) {
  background: #f6f6f6;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
