/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.pricing_v5 .main-content .container {
  max-width: 850px; }

@media (min-width: 577px) {
  .pricing_v5 .main-content .contact-us {
    position: relative;
    left: 30px; } }

.pricing_v5 .main-content--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  border-radius: 8px; }
  @media (min-width: 577px) {
    .pricing_v5 .main-content--left {
      position: relative;
      left: 30px; } }
  @media (min-width: 577px) {
    .pricing_v5 .main-content--left__note {
      position: relative;
      left: 30px; } }
  .pricing_v5 .main-content--left .pricing {
    display: flex;
    align-items: flex-start; }
    .pricing_v5 .main-content--left .pricing__number {
      color: #fff;
      font-size: 4em; }
    .pricing_v5 .main-content--left .pricing__text {
      display: block;
      padding: 20px 5px; }

.pricing_v5 .main-content--right {
  padding: 30px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center; }
  @media (max-width: 576px) {
    .pricing_v5 .main-content--right {
      padding: 50px 0 0;
      justify-content: left; } }
  .pricing_v5 .main-content--right .what-included {
    min-width: 250px; }
    .pricing_v5 .main-content--right .what-included__list {
      padding-left: 0;
      list-style-type: none; }
      .pricing_v5 .main-content--right .what-included__list .items {
        display: flex;
        line-height: 1.7;
        margin-bottom: 8px; }
        .pricing_v5 .main-content--right .what-included__list .items .check-icon {
          width: 16px;
          height: 16px;
          margin-right: 10px;
          float: left;
          position: relative;
          top: -1px; }
        .pricing_v5 .main-content--right .what-included__list .items > span {
          float: left;
          width: calc(100% - 28px); }
    .pricing_v5 .main-content--right .what-included__awards .logo {
      width: 90px;
      margin-right: 8px; }

.pricing_v5 .main-content .blob--left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 120px;
  height: auto; }

.pricing_v5 .main-content .blob--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 180px;
  height: auto;
  z-index: -1; }
  @media (max-width: 575px) {
    .pricing_v5 .main-content .blob--right {
      top: 81%; } }
.pricing_v5 .testimonial .info {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .pricing_v5 .testimonial .info .speech, .pricing_v5 .testimonial .info span {
    position: relative;
    left: -60px;
    display: block; }
    @media (max-width: 991px) {
      .pricing_v5 .testimonial .info .speech, .pricing_v5 .testimonial .info span {
        position: static;
        left: 0; } }
  .pricing_v5 .testimonial .info .speech {
    font-size: 30px;
    font-style: italic; }
    @media (max-width: 768px) {
      .pricing_v5 .testimonial .info .speech {
        font-size: 22px;
        margin-top: 20px; } }
  .pricing_v5 .testimonial .info span {
    margin-bottom: 20px; }
    .pricing_v5 .testimonial .info span.divider {
      height: 5px;
      width: 70px;
      background: #009f6f; }
    .pricing_v5 .testimonial .info span.name {
      font-weight: 600;
      font-size: 1.1em;
      margin-bottom: 5px; }
