.customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    .inner-meta
    span {
    display: block;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    .inner-meta
    span:first-child {
    color: #444f60;
    font-size: 1.1rem;
    font-weight: 500;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .left
    .meta
    .inner-meta
    span:nth-child(2) {
    color: #999;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .right {
    width: 50%;
  }
  .customer-testimonials-wrapper
    .customer-testimonials
    .testimonial-item
    .item-inner
    .right
    img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 478px;
  }
  @media (max-width: 767px) {
    .customer-testimonials-wrapper
      .customer-testimonials
      .testimonial-item
      .item-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .customer-testimonials-wrapper
      .customer-testimonials
      .testimonial-item
      .item-inner
      .left {
      width: 100%;
      margin-left: 0;
      margin-bottom: 30px;
      text-align: center;
    }
    .customer-testimonials-wrapper
      .customer-testimonials
      .testimonial-item
      .item-inner
      .left
      .meta {
      text-align: left;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }
  .carousel-wrapper {
    max-width: 620px;
    margin: 90px auto;
  }
  .carousel-wrapper .carousel .slick-slide {
    outline: none !important;
  }
  .carousel-wrapper .carousel .carousel-item {
    width: 100%;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 60px;
    margin: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item.slick-current {
    background: #8c8cf9;
  }
  .carousel-wrapper .carousel .carousel-item.slick-current i,
  .carousel-wrapper .carousel .carousel-item.slick-current p {
    color: #fcfcfc;
  }
  .carousel-wrapper
    .carousel
    .carousel-item.slick-current
    .item-footer
    .meta
    span {
    color: #fcfcfc !important;
  }
  .carousel-wrapper .carousel .carousel-item p {
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item i {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer img {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer .meta {
    margin-left: 10px;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer .meta span {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .carousel-wrapper .carousel .carousel-item .item-footer .meta span:first-child {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .carousel-wrapper
    .carousel
    .carousel-item
    .item-footer
    .meta
    span:nth-child(2) {
    font-size: 1rem;
    color: #8c8cf9;
    line-height: 1;
  }
  @media only screen and (max-width: 767px) {
    .carousel-wrapper .carousel .carousel-item {
      padding: 30px;
      margin-left: 10px;
      margin-right: 10px;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .currencies-table {
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    max-width: 940px;
    width: 100%;
    margin: 0 auto 40px auto;
    overflow: hidden;
    border-radius: 1rem;
  }
  .currencies-table .responsive-table {
    max-width: 940px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
  }
  .currencies-table .responsive-table tr:first-child {
    background: #fff !important;
  }
  .currencies-table .responsive-table tr:last-child {
    border-bottom: none;
  }
  .currencies-table .responsive-table th,
  .currencies-table .responsive-table td {
    vertical-align: middle;
    border-color: #e3e3e3;
  }
  .currencies-table .responsive-table th {
    color: #444f60;
    font-weight: 600;
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .currencies-table .responsive-table td.light-cell {
    color: #8e9baf;
  }
  .currencies-table .responsive-table td .currency-icon {
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
  .currencies-table .responsive-table td .evolution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .currencies-table .responsive-table td .evolution.is-positive {
    color: #06d6a0;
  }
  .currencies-table .responsive-table td .evolution.is-negative {
    color: #e62965;
  }
  .currencies-table .responsive-table td .evolution span {
    color: #8e9baf;
    margin-right: 8px;
  }
  .currencies-table .responsive-table td .evolution svg {
    height: 18px;
    width: 18px;
  }
  .flex-table {
    margin-top: 20px;
  }
  .flex-table .flex-table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4px;
  }
  .flex-table .flex-table-header span {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .flex-table .flex-table-header span.product {
    width: 40%;
  }
  .flex-table .flex-table-header span.quantity {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-header span.price {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-header span.discount {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-header span.total {
    width: 15%;
    text-align: center;
  }
  .flex-table .flex-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 8px;
    margin-bottom: 6px;
  }
  .flex-table .flex-table-item .flex-table-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
  }
  .flex-table .flex-table-item .flex-table-cell.is-grow {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .flex-table .flex-table-item .flex-table-cell.cell-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown:hover
    .dropdown-trigger
    .button {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #e8e8e8;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-trigger
    .button {
    min-width: 150px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #e3e3e3;
    color: #98a9c3;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-trigger
    .button
    svg {
    stroke: #98a9c3;
    stroke-width: 1.6px;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu {
    margin-top: 8px;
    width: 240px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > img {
    height: 28px;
    width: 28px;
    border-radius: 50%;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta {
    margin-left: 0.75rem;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta
    span {
    display: block;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta
    span:first-child {
    font-size: 0.9rem;
  }
  .flex-table
    .flex-table-item
    .flex-table-cell.cell-end
    .dropdown
    .dropdown-menu
    .dropdown-content
    .dropdown-item
    > .meta
    span:nth-child(2) {
    font-size: 0.8rem;
    color: #98a9c3;
  }
  .flex-table .flex-table-item .flex-table-cell.is-bold > span {
    font-weight: 600;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span {
    display: block;
    font-family: "Roboto", sans-serif;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:first-child {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #98a9c3;
  }
  .flex-table .flex-table-item .flex-table-cell.is-meta .meta span:nth-child(2) {
    font-size: 0.95rem;
    color: #444f60;
  }
  .flex-table .flex-table-item .flex-table-cell .badge,
  .flex-table .flex-table-item .flex-table-cell .tag {
    margin-bottom: 0 !important;
  }
  .flex-table .flex-table-item .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
  }
  .flex-table .flex-table-item .product img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .flex-table .flex-table-item .product .product-name {
    display: block;
    margin-left: 12px;
    max-width: 360px;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    color: #444f60;
  }
  .flex-table .flex-table-item .quantity span,
  .flex-table .flex-table-item .price span {
    display: block;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #999;
  }
  .flex-table .flex-table-item .discount span,
  .flex-table .flex-table-item .total span {
    display: block;
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #444f60;
  }
  .flex-table .flex-table-item .quantity {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .price {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .price span:before {
    content: "$";
  }
  .flex-table .flex-table-item .discount {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .total {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
  }
  .flex-table .flex-table-item .total span:before {
    content: "$";
  }
  @media (max-width: 767px) {
    .flex-table .flex-table-header {
      display: none;
    }
    .flex-table .flex-table-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100% !important;
      padding: 20px;
      margin-bottom: 16px;
    }
    .flex-table .flex-table-item .flex-table-cell {
      position: relative;
      margin: 8px 0;
    }
    .flex-table .flex-table-item .flex-table-cell:before {
      content: attr(data-th);
      font-size: 0.85rem;
      text-transform: uppercase;
      font-weight: 500;
      color: #98a9c3;
    }
    .flex-table .flex-table-item .flex-table-cell.cell-end {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
    }
    .flex-table .flex-table-item .flex-table-cell.cell-end .dropdown {
      width: 100%;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.cell-end
      .dropdown
      .dropdown-trigger {
      width: 100%;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.cell-end
      .dropdown
      .dropdown-trigger
      .button {
      width: 100%;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.is-meta
      .meta
      span:first-child:not(.tag) {
      display: none;
    }
    .flex-table
      .flex-table-item
      .flex-table-cell.is-meta
      .meta
      span:nth-child(2) {
      font-size: 1rem !important;
    }
    .flex-table .flex-table-item .flex-table-cell.is-meta .tag {
      line-height: 2 !important;
      text-transform: capitalize !important;
    }
    .flex-table .flex-table-item .flex-table-cell > span,
    .flex-table .flex-table-item .flex-table-cell > .pushed-mobile {
      margin-left: auto;
    }
    .flex-table .flex-table-item:last-child {
      margin-bottom: 0;
    }
    .flex-table .flex-table-item > div {
      border: none !important;
    }
    .flex-table .product {
      width: 100% !important;
      padding-bottom: 10px;
    }
    .flex-table .quantity,
    .flex-table .price,
    .flex-table .discount,
    .flex-table .total {
      position: relative;
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
      width: 100% !important;
      border: none;
    }
    .flex-table .quantity:before,
    .flex-table .price:before,
    .flex-table .discount:before,
    .flex-table .total:before {
      text-transform: uppercase;
      font-size: 0.7rem;
      font-weight: 500;
      color: #999;
    }
    .flex-table .quantity:before {
      content: "Quantity";
      position: absolute;
      top: 0;
      left: 0;
    }
    .flex-table .price:before {
      content: "Price";
      position: absolute;
      top: 0;
      left: 0;
    }
    .flex-table .discount:before {
      content: "Discount";
      position: absolute;
      top: 0;
      left: 0;
    }
    .flex-table .total:before {
      content: "Total";
      position: absolute;
      top: 0;
      left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  @keyframes gradientBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  #demo-canvas {
    position: absolute;
    bottom: 20%;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .hero.rounded-hero {
    position: relative;
    z-index: 3;
  }
  .hero.rounded-hero.is-active .absolute-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .hero.rounded-hero.is-active .absolute-header .header-inner .states {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  .hero.rounded-hero.is-active .hero-body .hero-mockup {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .hero.rounded-hero .hero-body {
    position: relative;
    z-index: 1;
  }
  .hero.rounded-hero .hero-body .tag {
    max-height: 18px;
    font-weight: 500;
  }
  .hero.rounded-hero .hero-body .hero-mockup {
    display: block;
    max-width: 740px;
    margin: 0 auto;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    border-radius: 12px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .hero.rounded-hero .hero-body .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .is-hero-title {
    z-index: 2;
  }
  .is-hero-title h1,
  .is-hero-title h2 {
    color: #fff;
  }
  .absolute-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .absolute-header.is-landing-demo {
    background: #8c8cf9;
    background: linear-gradient(-45deg, #7f00ff, #8c8cf9, #8c8cf9, #7f00ff);
  }
  .absolute-header .header-inner {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .absolute-header .header-inner .cut-circle {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .sub-hero {
    background: #f2f2fa;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content {
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square {
    position: absolute;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-1 {
    top: -20px;
    left: -16px;
    -webkit-transform: rotate(124deg);
    transform: rotate(124deg);
    height: 68px;
    width: 68px;
    border-radius: 12px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-2 {
    bottom: 20px;
    right: -16px;
    -webkit-transform: rotate(194deg);
    transform: rotate(194deg);
    height: 88px;
    width: 88px;
    border-radius: 16px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-3 {
    top: -90px;
    right: 35%;
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
    height: 160px;
    width: 160px;
    border-radius: 26px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-4 {
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    height: 48px;
    width: 48px;
    border-radius: 8px;
    background: #6f6ff7;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-5 {
    top: 30%;
    left: 25%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 18px;
    width: 18px;
    border-radius: 6px;
    border: 2px solid #dadafd;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-6 {
    top: 28%;
    left: 32%;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    height: 32px;
    width: 32px;
    border-radius: 6px;
    border: 2px solid #dadafd;
  }
  .sub-hero.has-shapes .sub-hero-container .sub-hero-content .square.square-7 {
    top: 24%;
    left: 27%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    height: 10px;
    width: 10px;
    border-radius: 3px;
    border: 1.4px solid #dadafd;
  }
  .sub-hero .hero-body.is-narrow {
    padding-top: 20px;
  }
  .sub-hero .sub-hero-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    background: #8c8cf9;
  }
  .sub-hero .sub-hero-container .sub-hero-content {
    text-align: center;
    width: 100%;
    padding: 4rem;
    border-radius: 12px;
  }
  .sub-hero .sub-hero-container .sub-hero-content h1,
  .sub-hero .sub-hero-container .sub-hero-content h3 {
    position: relative;
    z-index: 10;
  }
  .sub-hero .sub-hero-container .sub-hero-search {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 12px;
  }
  .sub-hero
    .sub-hero-container
    .sub-hero-search
    .search-inner
    .control:first-child {
    border-right: 1px solid #e5e5e5;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .input {
    border: none;
    min-height: 46px;
    max-height: 46px;
    padding-left: 46px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon {
    height: 46px;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .control .icon i {
    font-size: 18px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sub-hero .sub-hero-container .sub-hero-search .search-inner .button {
    min-height: 46px;
    max-height: 46px;
    min-width: 120px;
    font-weight: 600;
  }
  .title {
    font-family: "Nexa Bold", sans-serif;
    color: black;
  }
  .title.is-bigger {
    font-size: 4rem;
  }
  .title.is-medium {
    font-size: 4rem;
  }
  .title.is-light {
    color: #fff;
  }
  .subtitle.is-light {
    color: #fff;
  }
  .section {
    position: relative;
  }
  .section .section-title h2 {
    margin-bottom: 6px;
  }
  .section .section-title h4 {
    color: #999;
    font-size: 1.4rem;
  }
  .section .section-feature-description {
    font-size: 1.2rem;
  }
  .has-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .has-background-image.is-contain {
    background-size: contain;
    background-repeat: repeat;
  }
  .stacks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 540px;
    margin: 0 auto;
    padding: 16px 0 30px 0;
  }
  .stacks .stack {
    height: 54px;
    width: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 6px;
  }
  .stacks .stack img {
    display: block;
    height: 40px;
    width: 40px;
  }
  .boxed-features {
    padding: 40px 0;
  }
  .boxed-features .flex-card,
  .boxed-features .network-grid .network-card,
  .network-grid .boxed-features .network-card,
  .boxed-features .project-card,
  .boxed-features .profile-card,
  .boxed-features .carousel-wrap .testimonials-solo-carousel .testimonial-item,
  .carousel-wrap .testimonials-solo-carousel .boxed-features .testimonial-item {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxed-features .flex-card .flex-cell,
  .boxed-features .network-grid .network-card .flex-cell,
  .network-grid .boxed-features .network-card .flex-cell,
  .boxed-features .project-card .flex-cell,
  .boxed-features .profile-card .flex-cell,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell {
    width: 25%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 24px 16px;
  }
  .boxed-features .flex-card .flex-cell.is-bordered,
  .boxed-features .network-grid .network-card .flex-cell.is-bordered,
  .network-grid .boxed-features .network-card .flex-cell.is-bordered,
  .boxed-features .project-card .flex-cell.is-bordered,
  .boxed-features .profile-card .flex-cell.is-bordered,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell.is-bordered,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell.is-bordered {
    border-bottom: 1px solid #e5e5e5;
  }
  .boxed-features .flex-card .flex-cell.no-border-edge,
  .boxed-features .network-grid .network-card .flex-cell.no-border-edge,
  .network-grid .boxed-features .network-card .flex-cell.no-border-edge,
  .boxed-features .project-card .flex-cell.no-border-edge,
  .boxed-features .profile-card .flex-cell.no-border-edge,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell.no-border-edge,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell.no-border-edge {
    border-right: none;
  }
  .boxed-features .flex-card .flex-cell i,
  .boxed-features .network-grid .network-card .flex-cell i,
  .network-grid .boxed-features .network-card .flex-cell i,
  .boxed-features .project-card .flex-cell i,
  .boxed-features .profile-card .flex-cell i,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    i,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    i {
    font-size: 2.2rem;
    color: #8c8cf9;
  }
  .boxed-features .flex-card .flex-cell h3,
  .boxed-features .network-grid .network-card .flex-cell h3,
  .network-grid .boxed-features .network-card .flex-cell h3,
  .boxed-features .project-card .flex-cell h3,
  .boxed-features .profile-card .flex-cell h3,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    h3,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    h3 {
    font-weight: 500;
    color: #444f60;
  }
  .boxed-features .flex-card .flex-cell p,
  .boxed-features .network-grid .network-card .flex-cell p,
  .network-grid .boxed-features .network-card .flex-cell p,
  .boxed-features .project-card .flex-cell p,
  .boxed-features .profile-card .flex-cell p,
  .boxed-features
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .flex-cell
    p,
  .carousel-wrap
    .testimonials-solo-carousel
    .boxed-features
    .testimonial-item
    .flex-cell
    p {
    font-size: 0.95rem;
    color: #999;
    max-width: 200px;
    margin: 0 auto;
  }
  .demo-section {
    margin-bottom: 100px;
  }
  .demo-section .demo-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .demo-section .demo-section-title img {
    display: block;
    width: 100%;
    max-width: 100px;
  }
  .demo-section .demo-section-title .title-meta {
    margin-left: 12px;
    line-height: 1.2;
  }
  .demo-section .demo-section-title .title-meta h3 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: #444f60;
  }
  .demo-section .demo-section-title .title-meta p {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    color: #8e9baf;
  }
  .demo-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .demo-wrapper:hover .circle-overlay {
    -webkit-transform: scale(35);
    transform: scale(35);
  }
  .demo-wrapper:hover .demo-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .demo-wrapper:hover .demo-link {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .demo-wrapper .new-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: red;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 6px 16px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 0.8rem;
    z-index: 8;
  }
  .demo-wrapper img {
    border-radius: 10px;
    display: block;
  }
  .demo-wrapper .circle-overlay {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #7f00ff;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  }
  .demo-wrapper .demo-info {
    position: absolute;
    margin: 0 auto;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .demo-wrapper .demo-title {
    color: #fff;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .demo-wrapper .demo-link {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .demo-wrapper .demo-link a {
    color: #fff;
    font-size: 1rem;
  }
  .demo-wrapper .demo-link a i {
    position: relative;
    top: 8px;
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .demo-wrapper .demo-link a:hover i {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .cta-block {
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e3e3e3;
  }
  .cta-block.no-border {
    padding-bottom: 2rem;
    border-bottom: none;
  }
  .cta-block.is-box {
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ededed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cta-block .head-text h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .cta-block .head-text p {
    font-size: 1.1rem;
    color: #999;
  }
  .cta-block .head-action .buttons .button.action-button {
    height: 36px;
    min-width: 140px;
  }
  .cta-block .head-action .buttons .button.chat-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
    font-weight: 500;
  }
  .cta-block .head-action .buttons .button.chat-button.is-secondary {
    color: #7f00ff;
  }
  .component-box {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .component-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #7f00ff;
  }
  .component-box:hover .component img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .component-box:hover .component-title {
    color: #444f60;
  }
  .component-box .component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .component-box .component img {
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    max-height: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .component-box .component-title {
    font-size: 1.1rem;
    padding-top: 6px;
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .section-focus {
    background: #f2f2fa;
  }
  .footer-light-medium-demo {
    padding-bottom: 0 !important;
    padding-top: 2rem !important;
    background:#f5f6fa;
  }
  .footer-light-medium-demo .footer-head {
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
  }
  .footer-light-medium-demo .footer-head .head-text h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .footer-light-medium-demo .footer-head .head-text p {
    font-size: 1.1rem;
    color: #999;
  }
  .footer-light-medium-demo
    .footer-head
    .head-action
    .buttons
    .button.action-button {
    height: 36px;
    min-width: 140px;
  }
  .footer-light-medium-demo
    .footer-head
    .head-action
    .buttons
    .button.chat-button {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
    font-weight: 500;
  }
  .footer-light-medium-demo .footer-body {
    padding-top: 0rem;
  }
  .footer-light-medium-demo .footer-body .footer-column {
    padding-top: 20px;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-header {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    color: #444f60;
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-item {
    padding-bottom: 10px;
    font-size:16px;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-item a {
    color: #000000;
  }
  .footer-light-medium-demo .footer-body .footer-column .column-item a:hover {
    color: #8c8cf9;
  }
  .footer-light-medium-demo .footer-body .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-light-medium-demo .footer-body .social-links a {
    color: #a9abac;
    margin: 0 5px;
  }
  .footer-light-medium-demo .footer-body .social-links a:hover {
    color: #8c8cf9;
  }
  .footer-light-medium-demo .footer-body .footer-description {
    color: #000000;
    font-size: 16px;
    text-align: justify;
  }
  .footer-light-medium-demo .footer-body .moto {
    color: #999;
  }
  .footer-light-medium-demo .footer-body .small-footer-logo {
    height: 24px;
  }
  .footer-light-medium-demo .footer-copyright {
    color: #999;
    padding: 0rem 0 0rem 0;
  }
  .footer-light-medium-demo .footer-copyright a {
    color: #999;
  }
  .footer-light-medium-demo .footer-copyright a:hover {
    color: #8c8cf9;
  }
  @media (max-width: 767px) {
    .footer-light-medium-demo .footer-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .footer-light-medium-demo .footer-head .head-text {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .main-hero .title.is-bigger {
      font-size: 3rem !important;
    }
    .rounded-hero {
      min-height: 75vh !important;
      max-height: 75vh;
    }
    .rounded-hero .absolute-header {
      height: 500px;
    }
    .rounded-hero .hero-body .hero-mockup {
      max-width: 340px !important;
    }
    .sub-hero .sub-hero-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .sub-hero .sub-hero-container .sub-hero-content {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0;
    }
    .sub-hero .sub-hero-container .sub-hero-content .square.square-3,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-5,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-6,
    .sub-hero .sub-hero-container .sub-hero-content .square.square-7 {
      display: none;
    }
    .sub-hero .sub-hero-container .sub-hero-search {
      position: relative;
      top: 0;
      width: calc(100% - 40px);
      margin: 0 20px 20px 20px;
    }
    .sub-hero .sub-hero-container .sub-hero-search .search-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxed-features .flex-card .flex-cell,
    .boxed-features .network-grid .network-card .flex-cell,
    .network-grid .boxed-features .network-card .flex-cell,
    .boxed-features .project-card .flex-cell,
    .boxed-features .profile-card .flex-cell,
    .boxed-features
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .flex-cell,
    .carousel-wrap
      .testimonials-solo-carousel
      .boxed-features
      .testimonial-item
      .flex-cell {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e5e5e5;
    }
    .boxed-features .flex-card .flex-cell:last-child,
    .boxed-features .network-grid .network-card .flex-cell:last-child,
    .network-grid .boxed-features .network-card .flex-cell:last-child,
    .boxed-features .project-card .flex-cell:last-child,
    .boxed-features .profile-card .flex-cell:last-child,
    .boxed-features
      .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .flex-cell:last-child,
    .carousel-wrap
      .testimonials-solo-carousel
      .boxed-features
      .testimonial-item
      .flex-cell:last-child {
      border-bottom: none;
    }
    .cta-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .cta-block .head-text {
      padding-bottom: 20px;
    }
    .app-wrapper .mockup-wrapper {
      padding: 10px;
      margin-top: 30px;
    }
    .app-wrapper .app-features .app-feature h3 {
      margin-left: 0;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .left-side,
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
      width: 100%;
    }
    .carousel-wrap .testimonials-solo-carousel .testimonial-item .right-side {
      padding: 0;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .learn-more {
      margin-bottom: 20px;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .metrics
      .metric {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 50%;
      margin: 0 auto;
    }
    .carousel-wrap
      .testimonials-solo-carousel
      .testimonial-item
      .right-side
      .testimonial-content
      .metrics
      .metric
      .meta {
      margin: 0;
      padding-top: 12px;
      text-align: center;
    }
    .grid-clients.three-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .job-results-wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }
    .job-results-wrapper .job-results-section h3 {
      text-align: center;
    }
    .job-results-wrapper .job-results-section .result-list .result-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      border: 1px solid #ededed;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .job-results-wrapper
      .job-results-section
      .result-list
      .result-list-item
      .end {
      margin: 10px auto 0 auto;
    }
    .footer-light-medium-demo .footer-body {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .main-hero .is-hero-title {
      text-align: center !important;
    }
    .main-hero .is-hero-title .buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .rounded-hero {
      min-height: 75vh !important;
    }
    .rounded-hero .hero-body .hero-mockup {
      max-width: 610px !important;
    }
    .section .featured-image {
      max-width: 540px !important;
      margin: 0 auto;
    }
    .section .section-title.is-demo,
    .section .section-feature-description {
      max-width: 460px !important;
      margin: 0 auto !important;
    }
    .presentation-tools {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .presentation-tools .content-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .presentation-tools .content-flex > div:nth-child(2) {
      margin-left: 0 !important;
      text-align: center !important;
    }
    .grid-clients.three-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .stories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .stories .column {
      min-width: 50%;
    }
    .is-centered-tablet-portrait {
      text-align: center;
    }
    .is-centered-tablet-portrait img {
      max-width: 380px;
      margin: 0 auto 30px auto;
      display: block;
    }
    .is-centered-tablet-portrait p {
      max-width: 380px;
      margin-left: auto;
      margin-right: auto;
    }
    .is-flex-portrait {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .footer-light-medium-demo .footer-head,
    .footer-light-medium-demo .footer-body {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .components-title {
    font-family: "Nexa Bold", cursive;
  }
  .components-title.is-cta {
    font-size: 3.4rem !important;
  }
  .components-title {
    margin-bottom: 0 !important;
  }
  .components-subtitle {
    margin-bottom: 0 !important;
    padding: 20px 0;
    font-family: "Nexa Light", sans-serif;
  }
  .info-block {
    position: relative;
    background: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 0 auto 30px auto;
    max-width: 480px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .info-block .tag {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 24px;
  }
  .info-block .tag.is-secondary {
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  }
  .info-block .tag.is-success {
    -webkit-box-shadow: 0 14px 26px -12px rgba(6, 214, 160, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(6, 214, 160, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(6, 214, 160, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(6, 214, 160, 0.2) !important;
  }
  .info-block h4 {
    font-size: 1.4rem;
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
  }
  .info-block p {
    padding: 10px 0;
  }
  .component-block {
    max-width: 480px;
    margin: 0 auto;
  }
  .component-block.is-large {
    max-width: 640px;
  }
  .hero-heading {
    font-size: 3rem !important;
    font-family: Open Sans, sans-serif !important;
  }
  .hero-heading + h2 {
    padding: 0;
    margin-bottom: 0 !important;
  }
  .section-title.is-demo {
    font-weight: 700;
    font-size: 2rem !important;
  }
  .vivus-svg {
    max-height: 450px;
    width: 450px;
  }
  .feature-icon {
    height: 140px !important;
  }
  .feature-icon-md {
    height: 110px !important;
  }
  .feature-description {
    font-size: 1.2rem;
    color: #a9abac;
  }
  .feature-description span {
    display: block;
  }
  .feature-description span.feature-key {
    font-size: 1.2rem;
    font-weight: 600;
    color: #7f00ff;
    font-family: "Nexa Light", sans-serif;
  }
  .highlight {
    padding: 1.4rem;
    overflow: auto;
    background: #444f60;
    border-radius: 4px;
  }
  .highlight::-webkit-scrollbar {
    width: 10px;
  }
  .highlight::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
  }
  code.hljs span {
    font-family: Inconsolata, monospace !important;
  }
  @media (max-width: 767px) {
    .components-title,
    .components-subtitle,
    .components-cta {
      text-align: center !important;
    }
  }
  .flex-card.is-active .name,
  .network-grid .is-active.network-card .name,
  .is-active.project-card .name,
  .is-active.profile-card .name,
  .carousel-wrap .testimonials-solo-carousel .is-active.testimonial-item .name {
    color: #8c8cf9 !important;
  }
  .flex-card .card-avatar img,
  .network-grid .network-card .card-avatar img,
  .project-card .card-avatar img,
  .profile-card .card-avatar img,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-avatar img {
    width: 45px;
    border-radius: 100px;
  }
  .flex-card .card-name,
  .network-grid .network-card .card-name,
  .project-card .card-name,
  .profile-card .card-name,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name {
    margin-left: 15px;
  }
  .flex-card .card-name .name,
  .network-grid .network-card .card-name .name,
  .project-card .card-name .name,
  .profile-card .card-name .name,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-name .name {
    color: #444f60;
  }
  .flex-card .card-name .position,
  .network-grid .network-card .card-name .position,
  .project-card .card-name .position,
  .profile-card .card-name .position,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-name
    .position {
    font-size: 0.9rem;
    color: #a9abac;
  }
  .flex-card .card-select i,
  .network-grid .network-card .card-select i,
  .project-card .card-select i,
  .profile-card .card-select i,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .card-select i {
    color: #cecece;
    border: 2px dashed #cecece;
    border-radius: 100px;
    padding: 6px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .flex-card .card-select i:hover,
  .network-grid .network-card .card-select i:hover,
  .project-card .card-select i:hover,
  .profile-card .card-select i:hover,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-select
    i:hover,
  .flex-card .card-select i.is-active,
  .network-grid .network-card .card-select i.is-active,
  .project-card .card-select i.is-active,
  .profile-card .card-select i.is-active,
  .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .card-select
    i.is-active {
    color: #8c8cf9;
    border: 2px solid #8c8cf9;
  }
  .flex-card .title-bold,
  .network-grid .network-card .title-bold,
  .project-card .title-bold,
  .profile-card .title-bold,
  .carousel-wrap .testimonials-solo-carousel .testimonial-item .title-bold {
    font-family: "Nexa Bold", sans-serif;
  }
  .feature-card {
    padding: 20px !important;
  }
  .feature-card img {
    margin: 0 !important;
  }
  .accordion-wrapper .toggle-wrap {
    border-bottom: 1px solid #e0e0e0;
  }
  .accordion-wrapper .toggle-wrap .trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #444f60;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    padding: 16px 27px;
    margin: -1px 0 0 0;
  }
  .accordion-wrapper .toggle-wrap .trigger a i {
    padding-right: 6px;
    margin: 0 4px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion-wrapper .toggle-wrap .trigger a .im-icon-Add {
    position: absolute;
    right: 0;
    top: 55%;
    font-size: 24px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(0);
    transform: translate3d(0, -50%, 0) rotate(0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .accordion-wrapper .toggle-wrap .trigger a .im-icon-Coding {
    position: relative;
    top: 7px;
  }
  .accordion-wrapper .toggle-wrap .trigger a {
    text-transform: none;
    border: none;
    margin: 0;
    padding: 15px 0;
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
    color: #ad5cff;
    padding-right: 60px;
    font-weight: 400;
  }
  .accordion-wrapper .toggle-wrap .trigger.active .im-icon-Add {
    margin-top: 2px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    color: #ad5cff;
  }
  .accordion-wrapper .toggle-wrap .toggle-container {
    border: none;
  }
  .demo-im-block:hover {
    background: #eff4f7;
  }
  .demo-im-block:hover .demo-im i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ad5cff;
  }
  .demo-im-block .demo-im i {
    font-size: 2.6rem;
    margin: 0 15px 0 10px;
    color: #878787;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .demo-im-block .im-code {
    font-size: 1rem;
  }
  .demo-im-block .im-code code {
    color: #878787;
  }
  .demo-fa-block {
    padding: 10px 5px;
  }
  .demo-fa-block:hover {
    background: #eff4f7;
  }
  .demo-fa-block:hover .demo-fa i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ad5cff;
  }
  .demo-fa-block .demo-fa i {
    font-size: 1.6rem;
    margin: 0 15px 0 10px;
    color: #878787;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .demo-fa-block .fa-embed-code {
    font-size: 1rem;
  }
  .demo-fa-block .fa-embed-code code {
    color: #878787;
  }
  .demo-sl-block {
    padding: 10px 5px;
  }
  .demo-sl-block:hover {
    background: #eff4f7;
  }
  .demo-sl-block:hover .demo-sl i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #ad5cff;
  }
  .demo-sl-block .demo-sl i {
    font-size: 1.6rem;
    margin: 0 15px 0 10px;
    color: #878787;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .demo-sl-block .sl-embed-code {
    font-size: 1rem;
  }
  .demo-sl-block .sl-embed-code code {
    color: #878787;
  }
  .nav-switch {
    padding: 20px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #3d4e68;
    border: 1px solid #ededed;
    border-radius: 4px;
    min-width: 220px;
  }
  .nav-switch .panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-switch .panel-title h3 {
    text-transform: uppercase;
    color: #fff;
  }
  .nav-switch .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .nav-switch .panel-body .color-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ededed;
    margin-top: 10px;
    cursor: pointer;
  }
  .nav-switch .panel-body .color-dot.is-white {
    background: #fff;
  }
  .nav-switch .panel-body .color-dot.is-blue {
    background: #039be5;
  }
  .nav-switch .panel-body .color-dot.is-purple {
    background: #7f00ff;
  }
  .nav-switch .panel-body .color-dot.is-red {
    background: #f92b60;
  }
  .nav-switch .panel-body .color-dot.is-reverse {
    background: #344258;
  }
  .flex-card.color-card .color-item,
  .network-grid .color-card.network-card .color-item,
  .color-card.project-card .color-item,
  .color-card.profile-card .color-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-card.color-card .color-item .color-spot,
  .network-grid .color-card.network-card .color-item .color-spot,
  .color-card.project-card .color-item .color-spot,
  .color-card.profile-card .color-item .color-spot,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ededed;
    border-radius: 100px;
  }
  .flex-card.color-card .color-item .color-spot.is-white,
  .network-grid .color-card.network-card .color-item .color-spot.is-white,
  .color-card.project-card .color-item .color-spot.is-white,
  .color-card.profile-card .color-item .color-spot.is-white,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-white {
    background: #fff;
  }
  .flex-card.color-card .color-item .color-spot.is-smoke-white,
  .network-grid .color-card.network-card .color-item .color-spot.is-smoke-white,
  .color-card.project-card .color-item .color-spot.is-smoke-white,
  .color-card.profile-card .color-item .color-spot.is-smoke-white,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-smoke-white {
    background: #fcfcfc;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-white,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-white,
  .color-card.project-card .color-item .color-spot.is-grey-white,
  .color-card.profile-card .color-item .color-spot.is-grey-white,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-white {
    background: #f2f2f2;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-white-accent,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-grey-white-accent,
  .color-card.project-card .color-item .color-spot.is-grey-white-accent,
  .color-card.profile-card .color-item .color-spot.is-grey-white-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-white-accent {
    background: #e2e2e2;
  }
  .flex-card.color-card .color-item .color-spot.is-light-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-light-grey,
  .color-card.project-card .color-item .color-spot.is-light-grey,
  .color-card.profile-card .color-item .color-spot.is-light-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-light-grey {
    background: #eff4f7;
  }
  .flex-card.color-card .color-item .color-spot.is-ultra-light-grey,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-ultra-light-grey,
  .color-card.project-card .color-item .color-spot.is-ultra-light-grey,
  .color-card.profile-card .color-item .color-spot.is-ultra-light-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-ultra-light-grey {
    background: #f7fcff;
  }
  .flex-card.color-card .color-item .color-spot.is-title-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-title-grey,
  .color-card.project-card .color-item .color-spot.is-title-grey,
  .color-card.profile-card .color-item .color-spot.is-title-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-title-grey {
    background: #a9abac;
  }
  .flex-card.color-card .color-item .color-spot.is-blue-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-blue-grey,
  .color-card.project-card .color-item .color-spot.is-blue-grey,
  .color-card.profile-card .color-item .color-spot.is-blue-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-blue-grey {
    background: #444f60;
  }
  .flex-card.color-card .color-item .color-spot.is-light-blue-grey,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-light-blue-grey,
  .color-card.project-card .color-item .color-spot.is-light-blue-grey,
  .color-card.profile-card .color-item .color-spot.is-light-blue-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-light-blue-grey {
    background: #98a9c3;
  }
  .flex-card.color-card .color-item .color-spot.is-medium-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-medium-grey,
  .color-card.project-card .color-item .color-spot.is-medium-grey,
  .color-card.profile-card .color-item .color-spot.is-medium-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-medium-grey {
    background: #66676b;
  }
  .flex-card.color-card .color-item .color-spot.is-basaltic-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-basaltic-grey,
  .color-card.project-card .color-item .color-spot.is-basaltic-grey,
  .color-card.profile-card .color-item .color-spot.is-basaltic-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-basaltic-grey {
    background: #878787;
  }
  .flex-card.color-card .color-item .color-spot.is-muted-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-muted-grey,
  .color-card.project-card .color-item .color-spot.is-muted-grey,
  .color-card.profile-card .color-item .color-spot.is-muted-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-muted-grey {
    background: #999;
  }
  .flex-card.color-card .color-item .color-spot.is-section-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-section-grey,
  .color-card.project-card .color-item .color-spot.is-section-grey,
  .color-card.profile-card .color-item .color-spot.is-section-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-section-grey {
    background: #fbfbfb;
  }
  .flex-card.color-card .color-item .color-spot.is-section-grey-accent,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-section-grey-accent,
  .color-card.project-card .color-item .color-spot.is-section-grey-accent,
  .color-card.profile-card .color-item .color-spot.is-section-grey-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-section-grey-accent {
    background: #efefef;
  }
  .flex-card.color-card .color-item .color-spot.is-header-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-header-grey,
  .color-card.project-card .color-item .color-spot.is-header-grey,
  .color-card.profile-card .color-item .color-spot.is-header-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-header-grey {
    background: #f5f9fc;
  }
  .flex-card.color-card .color-item .color-spot.is-default-input,
  .network-grid .color-card.network-card .color-item .color-spot.is-default-input,
  .color-card.project-card .color-item .color-spot.is-default-input,
  .color-card.profile-card .color-item .color-spot.is-default-input,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-default-input {
    background: #ccc;
  }
  .flex-card.color-card .color-item .color-spot.is-placeholder,
  .network-grid .color-card.network-card .color-item .color-spot.is-placeholder,
  .color-card.project-card .color-item .color-spot.is-placeholder,
  .color-card.profile-card .color-item .color-spot.is-placeholder,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-placeholder {
    background: #cecece;
  }
  .flex-card.color-card .color-item .color-spot.is-fade-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-fade-grey,
  .color-card.project-card .color-item .color-spot.is-fade-grey,
  .color-card.profile-card .color-item .color-spot.is-fade-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-fade-grey {
    background: #ededed;
  }
  .flex-card.color-card .color-item .color-spot.is-sidebar,
  .network-grid .color-card.network-card .color-item .color-spot.is-sidebar,
  .color-card.project-card .color-item .color-spot.is-sidebar,
  .color-card.profile-card .color-item .color-spot.is-sidebar,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-sidebar {
    background: #344258;
  }
  .flex-card.color-card .color-item .color-spot.is-coal,
  .network-grid .color-card.network-card .color-item .color-spot.is-coal,
  .color-card.project-card .color-item .color-spot.is-coal,
  .color-card.profile-card .color-item .color-spot.is-coal,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-coal {
    background: #444;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-3,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-3,
  .color-card.project-card .color-item .color-spot.is-grey-3,
  .color-card.profile-card .color-item .color-spot.is-grey-3,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-3 {
    background: #333;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-5,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-5,
  .color-card.project-card .color-item .color-spot.is-grey-5,
  .color-card.profile-card .color-item .color-spot.is-grey-5,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-5 {
    background: #555;
  }
  .flex-card.color-card .color-item .color-spot.is-grey-6,
  .network-grid .color-card.network-card .color-item .color-spot.is-grey-6,
  .color-card.project-card .color-item .color-spot.is-grey-6,
  .color-card.profile-card .color-item .color-spot.is-grey-6,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-grey-6 {
    background: #666;
  }
  .flex-card.color-card .color-item .color-spot.is-cream-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-cream-grey,
  .color-card.project-card .color-item .color-spot.is-cream-grey,
  .color-card.profile-card .color-item .color-spot.is-cream-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-cream-grey {
    background: #f6f4ff;
  }
  .flex-card.color-card .color-item .color-spot.is-icon-grey,
  .network-grid .color-card.network-card .color-item .color-spot.is-icon-grey,
  .color-card.project-card .color-item .color-spot.is-icon-grey,
  .color-card.profile-card .color-item .color-spot.is-icon-grey,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-icon-grey {
    background: #818a97;
  }
  .flex-card.color-card .color-item .color-spot.is-blue,
  .network-grid .color-card.network-card .color-item .color-spot.is-blue,
  .color-card.project-card .color-item .color-spot.is-blue,
  .color-card.profile-card .color-item .color-spot.is-blue,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-blue {
    background: #039be5;
  }
  .flex-card.color-card .color-item .color-spot.is-green,
  .network-grid .color-card.network-card .color-item .color-spot.is-green,
  .color-card.project-card .color-item .color-spot.is-green,
  .color-card.profile-card .color-item .color-spot.is-green,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-green {
    background: #06d6a0;
  }
  .flex-card.color-card .color-item .color-spot.is-orange,
  .network-grid .color-card.network-card .color-item .color-spot.is-orange,
  .color-card.project-card .color-item .color-spot.is-orange,
  .color-card.profile-card .color-item .color-spot.is-orange,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-orange {
    background: #eda514;
  }
  .flex-card.color-card .color-item .color-spot.is-red,
  .network-grid .color-card.network-card .color-item .color-spot.is-red,
  .color-card.project-card .color-item .color-spot.is-red,
  .color-card.profile-card .color-item .color-spot.is-red,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-red {
    background: #f92b60;
  }
  .flex-card.color-card .color-item .color-spot.is-facebook,
  .network-grid .color-card.network-card .color-item .color-spot.is-facebook,
  .color-card.project-card .color-item .color-spot.is-facebook,
  .color-card.profile-card .color-item .color-spot.is-facebook,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-facebook {
    background: #3b5998;
  }
  .flex-card.color-card .color-item .color-spot.is-twitter,
  .network-grid .color-card.network-card .color-item .color-spot.is-twitter,
  .color-card.project-card .color-item .color-spot.is-twitter,
  .color-card.profile-card .color-item .color-spot.is-twitter,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-twitter {
    background: #1dcaff;
  }
  .flex-card.color-card .color-item .color-spot.is-linkedin,
  .network-grid .color-card.network-card .color-item .color-spot.is-linkedin,
  .color-card.project-card .color-item .color-spot.is-linkedin,
  .color-card.profile-card .color-item .color-spot.is-linkedin,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-linkedin {
    background: #007bb6;
  }
  .flex-card.color-card .color-item .color-spot.is-tumblr,
  .network-grid .color-card.network-card .color-item .color-spot.is-tumblr,
  .color-card.project-card .color-item .color-spot.is-tumblr,
  .color-card.profile-card .color-item .color-spot.is-tumblr,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-tumblr {
    background: #35465c;
  }
  .flex-card.color-card .color-item .color-spot.is-reddit,
  .network-grid .color-card.network-card .color-item .color-spot.is-reddit,
  .color-card.project-card .color-item .color-spot.is-reddit,
  .color-card.profile-card .color-item .color-spot.is-reddit,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-reddit {
    background: #ff4500;
  }
  .flex-card.color-card .color-item .color-spot.is-github,
  .network-grid .color-card.network-card .color-item .color-spot.is-github,
  .color-card.project-card .color-item .color-spot.is-github,
  .color-card.profile-card .color-item .color-spot.is-github,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-github {
    background: #444;
  }
  .flex-card.color-card .color-item .color-spot.is-dribbble,
  .network-grid .color-card.network-card .color-item .color-spot.is-dribbble,
  .color-card.project-card .color-item .color-spot.is-dribbble,
  .color-card.profile-card .color-item .color-spot.is-dribbble,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-dribbble {
    background: #ea4c89;
  }
  .flex-card.color-card .color-item .color-spot.is-youtube,
  .network-grid .color-card.network-card .color-item .color-spot.is-youtube,
  .color-card.project-card .color-item .color-spot.is-youtube,
  .color-card.profile-card .color-item .color-spot.is-youtube,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-youtube {
    background: #cc181e;
  }
  .flex-card.color-card .color-item .color-spot.is-google-plus,
  .network-grid .color-card.network-card .color-item .color-spot.is-google-plus,
  .color-card.project-card .color-item .color-spot.is-google-plus,
  .color-card.profile-card .color-item .color-spot.is-google-plus,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-google-plus {
    background: #d34836;
  }
  .flex-card.color-card .color-item .color-spot.is-primary,
  .network-grid .color-card.network-card .color-item .color-spot.is-primary,
  .color-card.project-card .color-item .color-spot.is-primary,
  .color-card.profile-card .color-item .color-spot.is-primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-primary {
    background: #8c8cf9;
  }
  .flex-card.color-card .color-item .color-spot.is-secondary,
  .network-grid .color-card.network-card .color-item .color-spot.is-secondary,
  .color-card.project-card .color-item .color-spot.is-secondary,
  .color-card.profile-card .color-item .color-spot.is-secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-secondary {
    background: #7f00ff;
  }
  .flex-card.color-card .color-item .color-spot.is-accent,
  .network-grid .color-card.network-card .color-item .color-spot.is-accent,
  .color-card.project-card .color-item .color-spot.is-accent,
  .color-card.profile-card .color-item .color-spot.is-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-accent {
    background: #ad5cff;
  }
  .flex-card.color-card .color-item .color-spot.is-green-accent,
  .network-grid .color-card.network-card .color-item .color-spot.is-green-accent,
  .color-card.project-card .color-item .color-spot.is-green-accent,
  .color-card.profile-card .color-item .color-spot.is-green-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-green-accent {
    background: #06f4b6;
  }
  .flex-card.color-card .color-item .color-spot.is-deep-primary,
  .network-grid .color-card.network-card .color-item .color-spot.is-deep-primary,
  .color-card.project-card .color-item .color-spot.is-deep-primary,
  .color-card.profile-card .color-item .color-spot.is-deep-primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-deep-primary {
    background: #0082c8;
  }
  .flex-card.color-card .color-item .color-spot.is-deep-secondary,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-deep-secondary,
  .color-card.project-card .color-item .color-spot.is-deep-secondary,
  .color-card.profile-card .color-item .color-spot.is-deep-secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-deep-secondary {
    background: #7c4dff;
  }
  .flex-card.color-card .color-item .color-spot.is-deep-accent,
  .network-grid .color-card.network-card .color-item .color-spot.is-deep-accent,
  .color-card.project-card .color-item .color-spot.is-deep-accent,
  .color-card.profile-card .color-item .color-spot.is-deep-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-deep-accent {
    background: #00b289;
  }
  .flex-card.color-card .color-item .color-spot.is-lemonade-primary,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-lemonade-primary,
  .color-card.project-card .color-item .color-spot.is-lemonade-primary,
  .color-card.profile-card .color-item .color-spot.is-lemonade-primary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-lemonade-primary {
    background: #039be5;
  }
  .flex-card.color-card .color-item .color-spot.is-lemonade-secondary,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-lemonade-secondary,
  .color-card.project-card .color-item .color-spot.is-lemonade-secondary,
  .color-card.profile-card .color-item .color-spot.is-lemonade-secondary,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-lemonade-secondary {
    background: #0084c4;
  }
  .flex-card.color-card .color-item .color-spot.is-lemonade-accent,
  .network-grid
    .color-card.network-card
    .color-item
    .color-spot.is-lemonade-accent,
  .color-card.project-card .color-item .color-spot.is-lemonade-accent,
  .color-card.profile-card .color-item .color-spot.is-lemonade-accent,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-spot.is-lemonade-accent {
    background: #00d1b2;
  }
  .flex-card.color-card .color-item .color-values,
  .network-grid .color-card.network-card .color-item .color-values,
  .color-card.project-card .color-item .color-values,
  .color-card.profile-card .color-item .color-values,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values {
    margin: 0 20px;
  }
  .flex-card.color-card .color-item .color-values .hex-value,
  .network-grid .color-card.network-card .color-item .color-values .hex-value,
  .color-card.project-card .color-item .color-values .hex-value,
  .color-card.profile-card .color-item .color-values .hex-value,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values
    .hex-value {
    color: #999;
  }
  .flex-card.color-card .color-item .color-values .hex-value span,
  .network-grid
    .color-card.network-card
    .color-item
    .color-values
    .hex-value
    span,
  .color-card.project-card .color-item .color-values .hex-value span,
  .color-card.profile-card .color-item .color-values .hex-value span,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values
    .hex-value
    span {
    font-weight: 600;
    color: #444f60;
  }
  .flex-card.color-card .color-item .color-values .variable-value span,
  .network-grid
    .color-card.network-card
    .color-item
    .color-values
    .variable-value
    span,
  .color-card.project-card .color-item .color-values .variable-value span,
  .color-card.profile-card .color-item .color-values .variable-value span,
  .carousel-wrap
    .testimonials-solo-carousel
    .color-card.testimonial-item
    .color-item
    .color-values
    .variable-value
    span {
    color: #ad5cff;
    font-weight: 600;
  }
  .grid-system .columns .column p {
    padding: 40px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }
  .grid-system .columns .column p.is-blue {
    background: #039be5;
  }
  .grid-system .columns .column p.is-green {
    background: #06d6a0;
  }
  .grid-system .columns .column p.is-orange {
    background: #eda514;
  }
  .grid-system .columns .column p.is-red {
    background: #f92b60;
  }
  .grid-system.is-medium .column p {
    padding: 25px;
  }
  .parallax-hero-title {
    font-size: 6rem !important;
    font-family: "Nexa Bold", cursive !important;
  }
  .parallax-hero-title.is-smaller {
    font-size: 4rem !important;
    line-height: 1;
  }
  .parallax-hero-title + h2 {
    padding: 0 20%;
    margin-bottom: 0 !important;
  }
  .tag.is-bold {
    border-width: 2px !important;
    font-weight: 700 !important;
  }
  .small-footer-logo {
    height: 38px;
  }
  pre {
    background-color: rgba(0, 0, 0, 0) !important;
    color: unset;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 0 !important;
    white-space: pre;
    word-wrap: normal;
  }
  .hljs {
    display: block;
    overflow-x: auto;
    padding: 1.5em;
    background: #444f60;
    color: #fff;
  }
  .hljs-name,
  .hljs-strong {
    font-weight: bold;
    color: #4fc1ea;
  }
  .hljs-code,
  .hljs-emphasis {
    font-style: italic;
  }
  .hljs-tag {
    color: #909090;
  }
  .hljs-variable,
  .hljs-template-variable,
  .hljs-selector-id,
  .hljs-selector-class {
    color: #ade5fc;
  }
  .hljs-string,
  .hljs-bullet {
    color: #f39200 !important;
  }
  .hljs-type,
  .hljs-title,
  .hljs-section,
  .hljs-attribute,
  .hljs-quote,
  .hljs-built_in,
  .hljs-builtin-name {
    color: #ffa;
  }
  .hljs-attr {
    color: #68bb88;
  }
  .hljs-number,
  .hljs-symbol,
  .hljs-bullet {
    color: #d36363;
  }
  .hljs-keyword,
  .hljs-selector-tag,
  .hljs-literal {
    color: #fcc28c;
  }
  .hljs-comment,
  .hljs-deletion,
  .hljs-code {
    color: #888;
  }
  .hljs-regexp,
  .hljs-link {
    color: #c6b4f0;
  }
  .hljs-meta {
    color: #fc9b9b;
  }
  .hljs-deletion {
    background-color: #fc9b9b;
    color: #333;
  }
  .hljs-addition {
    background-color: #a2fca2;
    color: #333;
  }
  .hljs a {
    color: inherit;
  }
  .hljs a:focus,
  .hljs a:hover {
    color: inherit;
    text-decoration: underline;
  }
  @media (max-width: 767px) {
    .parallax-hero-title {
      font-size: 4rem !important;
    }
    .parallax-hero-title.is-smaller {
      font-size: 3rem !important;
    }
    .parallax-hero-title + h2 {
      padding: 0 8%;
      margin-bottom: 0 !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .hero-heading {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .hero-heading .auth-logo .top-logo {
    height: 32px;
  }
  .login {
    padding: 10px 0;
  }
  .login-wrapper {
    overflow: hidden !important;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .login-wrapper.is-gapless:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .login-wrapper .column .login-column {
    padding: 0 !important;
  }
  .login-wrapper .hero.login-hero,
  .login-wrapper .hero.signup-hero {
    background-position: center;
    background-size: auto;
  }
  .hero-body .auth-content {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .hero-body .auth-content h2 {
    font-size: 2rem;
    font-family: "Nexa Bold", sans-serif;
    line-height: 1;
  }
  .hero-body .auth-content p {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #999;
  }
  .hero-body .auth-content a {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #8c8cf9;
  }
  .hero-body .auth-form-wrapper {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .hero-banner .title {
    padding: 25px;
    padding-top: 25%;
  }
  .hero-banner .subtitle {
    padding: 0 30px;
  }
  .hero-banner img.login-city {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .hero-banner .button {
    position: relative;
    z-index: 2;
  }
  .signup-hero {
    overflow: hidden;
  }
  .signup-hero .title {
    padding: 25px;
    padding-top: 15%;
  }
  .signup-hero .subtitle {
    padding: 0 22%;
  }
  .signup-hero img.mockup {
    position: absolute;
    bottom: -15%;
    left: 0;
    right: 0;
    z-index: 0;
    max-width: 80%;
    margin: 0 auto;
  }
  .signup-hero .already {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
  .signup-hero .already span {
    margin-right: 15px;
    color: #fff;
  }
  .signup-hero .already a {
    min-width: 80px;
  }
  .no-account,
  .return {
    color: #a9abac !important;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .no-account:hover,
  .return:hover {
    opacity: 0.8;
    color: #8c8cf9 !important;
  }
  .no-account.is-secondary,
  .return.is-secondary {
    color: #7f00ff !important;
  }
  .no-account.is-accent,
  .return.is-accent {
    color: #ad5cff !important;
  }
  .forgot-password a {
    color: #95a5a6;
    font-weight: normal;
    padding-right: 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .forgot-password a:hover {
    color: #8c8cf9;
  }
  .icon.user,
  .icon.password {
    margin: 5px 10px 0 0;
  }
  .checkbox-wrap {
    color: #a9abac;
    margin-bottom: 10px;
  }
  .checkbox-wrap span {
    position: relative;
    top: -2px;
  }
  .signup-block.is-rounded .input,
  .signup-block.is-rounded button {
    border-radius: 100px;
  }
  .signup-block.is-rounded .input {
    padding-left: 20px !important;
  }
  .signup-block .control {
    position: relative;
    width: 80%;
  }
  .signup-block .control .input {
    height: 50px;
    padding-left: 10px;
    padding-right: 140px;
    font-size: 1rem;
  }
  .signup-block .control .input:focus {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .signup-block .control .input::-webkit-input-placeholder {
    color: #cecece;
  }
  .signup-block .control .input::-moz-placeholder {
    color: #cecece;
  }
  .signup-block .control .input:-ms-input-placeholder {
    color: #cecece;
  }
  .signup-block .control .input::-ms-input-placeholder {
    color: #cecece;
  }
  .signup-block .control .input::placeholder {
    color: #cecece;
  }
  .signup-block .control button {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 42px;
    width: 120px;
    font-weight: 600;
  }
  @media (max-width: 768px) {
    .signup-column {
      margin-top: 0 !important;
      text-align: center !important;
    }
    .signup-block .control {
      width: 100%;
    }
  }
  .contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-card .icon i {
    font-size: 26px;
    color: #8c8cf9;
    position: relative;
  }
  .contact-card .contact-info {
    margin: 0 30px;
    font-family: "Roboto", sans-serif;
  }
  .contact-card .contact-info .contact-name {
    color: #cecece;
  }
  .contact-card .contact-info .contact-details .details-text {
    font-size: 16px;
    font-weight: 400;
    color: #444f60 !important;
  }
  .wavy-login-card,
  .wavy-signup-card,
  .clean-login-card,
  .clean-signup-card,
  .quick-signup {
    padding: 40px;
    border-radius: 6px;
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  }
  .wavy-login-card h2,
  .wavy-signup-card h2,
  .clean-login-card h2,
  .clean-signup-card h2,
  .quick-signup h2 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700 !important;
    font-family: "Nexa Light", sans-serif;
  }
  .quick-signup.is-landing {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 40px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .trial-features {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  }
  .trial-features img {
    margin-top: 20px;
  }
  .remember-wrap .control:last-child,
  .switch-toggle-wrap .control:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .remember-wrap .control > span,
  .switch-toggle-wrap .control > span {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #8e9baf !important;
    max-width: 70%;
  }
  .remember-wrap .control > span a,
  .switch-toggle-wrap .control > span a {
    color: #8c8cf9;
  }
  .clean-signup-info {
    padding: 40px;
  }
  .clean-signup-info h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 300;
  }
  .clean-signup-info .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .clean-signup-info .feature img {
    height: 48px !important;
    width: 48px !important;
  }
  .clean-signup-info .feature .feature-text {
    margin-left: 20px;
    color: #999;
  }
  .signup-context {
    border: none !important;
    border-radius: 6px;
  }
  .signup-context .subtitle {
    color: #fff !important;
  }
  .signup-context .argument {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-top: 30px;
  }
  .signup-context .argument .icon i {
    font-size: 2.4rem;
    color: #fff;
  }
  .signup-context .argument .argument-text {
    margin-left: 22px;
    color: #fff;
  }
  .auth-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  .auth-nav a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .auth-nav a img {
    display: block;
    width: 100%;
    max-width: 90px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .auth-outer {
    position: relative;
    margin-top: 60px;
    background: #f2f2f2;
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .auth-outer .mobile-auth-toggle {
    display: none;
  }
  .auth-outer .shadow {
    -webkit-box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.125rem 0.8rem rgba(0, 0, 0, 0.1) !important;
  }
  .auth-outer .auth-box {
    width: 760px;
    min-height: 480px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auth-outer .auth-box .form-wrapper {
    position: relative;
    width: 380px;
    height: 480px;
    overflow: hidden;
  }
  .auth-outer .auth-box .form-wrapper.is-active .register {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .auth-outer .auth-box .form-wrapper.is-active .login {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .auth-outer .auth-box .form-wrapper .register {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .auth-outer .auth-box .form-wrapper .login {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .auth-outer .auth-box .form-wrapper .login,
  .auth-outer .auth-box .form-wrapper .register {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .auth-outer .auth-box .form-wrapper .login .header,
  .auth-outer .auth-box .form-wrapper .register .header {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list,
  .auth-outer .auth-box .form-wrapper .register .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list .item,
  .auth-outer .auth-box .form-wrapper .register .item-list .item {
    width: 140px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list .item a,
  .auth-outer .auth-box .form-wrapper .register .item-list .item a {
    color: #444f60;
  }
  .auth-outer .auth-box .form-wrapper .login .item-list .item a:hover,
  .auth-outer .auth-box .form-wrapper .register .item-list .item a:hover {
    color: #8c8cf9;
  }
  .auth-outer .auth-box .form-wrapper .login .body,
  .auth-outer .auth-box .form-wrapper .register .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  .auth-outer .auth-box .form-wrapper .login .body form,
  .auth-outer .auth-box .form-wrapper .register .body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control,
  .auth-outer .auth-box .form-wrapper .register .body .control {
    position: relative;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control input,
  .auth-outer .auth-box .form-wrapper .register .body .control input {
    width: 290px;
    height: 40px;
    padding-left: 40px;
    padding-bottom: 6px;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    border-radius: 4px;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control input:focus,
  .auth-outer .auth-box .form-wrapper .register .body .control input:focus {
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .auth-outer
    .auth-box
    .form-wrapper
    .login
    .body
    .control
    input:focus
    + .form-icon
    i,
  .auth-outer
    .auth-box
    .form-wrapper
    .register
    .body
    .control
    input:focus
    + .form-icon
    i {
    color: #8c8cf9;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control .form-icon,
  .auth-outer .auth-box .form-wrapper .register .body .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer .auth-box .form-wrapper .login .body .control .form-icon i,
  .auth-outer .auth-box .form-wrapper .register .body .control .form-icon i {
    color: #cecece;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .auth-outer .auth-box .form-wrapper .login .body button[type="submit"],
  .auth-outer .auth-box .form-wrapper .register .body button[type="submit"] {
    width: 290px;
    height: 44px;
    border: none;
    margin-top: 35px;
    color: #fff;
  }
  .auth-outer .auth-box .form-wrapper .login .body button,
  .auth-outer .auth-box .form-wrapper .register .body button {
    width: 290px;
    height: 44px;
    border: none;
    margin-top: 35px;
    color: #fff;
    cursor: pointer;
  }
  .auth-outer .auth-box .side-box {
    width: 380px;
    height: 480px;
    z-index: 1;
    -webkit-transition: 2s;
    transition: 2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(-45deg, #ad5cff, #8c8cf9, #8c8cf9, #ad5cff);
    background-size: 200% 200%;
    -webkit-animation: gradientBG 15s ease infinite;
    animation: gradientBG 15s ease infinite;
  }
  .auth-outer .auth-box .side-box .action-btn {
    height: 40px;
    min-width: 160px;
    color: #8c8cf9;
    font-weight: 500;
  }
  .auth-outer .forgot-password {
    margin-top: 12px;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .auth-outer .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .auth-outer .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (max-width: 767px) {
    .auth-outer .mobile-auth-toggle {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      text-align: center;
    }
    .auth-outer .mobile-auth-toggle h3 {
      margin-bottom: 0;
    }
    .auth-outer .mobile-auth-toggle .button {
      font-size: 1.2rem;
      border: none;
      background: rgba(0, 0, 0, 0);
      color: #8c8cf9;
      font-weight: 500;
    }
    .auth-outer .auth-box {
      max-width: 340px;
    }
    .auth-outer .auth-box .side-box {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .auth-outer .auth-box {
      max-width: 720px;
    }
  }
  .auth-nav-alt {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    padding: 0 20px;
    background: #f2f2fa;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  .auth-nav-alt .start a,
  .auth-nav-alt .end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-nav-alt .start a {
    color: #999;
  }
  .auth-nav-alt .end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .auth-nav-alt .end .button {
    font-weight: 500;
    color: #7f00ff;
    border-color: #7f00ff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .auth-outer-alt {
    position: relative;
    margin-top: 60px;
    background: #f2f2fa;
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .auth-outer-alt .form-wrapper {
    max-width: 400px;
    margin: 0 auto 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .auth-outer-alt .form-wrapper .form-title {
    text-align: center;
  }
  .auth-outer-alt .form-wrapper .form-title h3 {
    font-size: 1.6rem;
    color: #444f60;
  }
  .auth-outer-alt .form-wrapper .form-title h4 {
    color: #999;
    max-width: 240px;
    margin: 0 auto;
  }
  .auth-outer-alt .form-wrapper .form-inner {
    padding: 20px;
  }
  .auth-outer-alt .form-wrapper .form-inner .field .control .button {
    height: 42px;
    font-weight: 600;
  }
  .auth-outer-alt .form-wrapper .form-inner .field .control .input:focus {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .auth-outer-alt .form-wrapper .form-inner .form-divider {
    position: relative;
    margin: 40px 0;
    border-top: 1px solid #ededed;
  }
  .auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .auth-outer-alt .form-wrapper .form-inner .form-divider .divider-circle i {
    color: #444f60;
  }
  .auth-outer-alt .form-wrapper .form-inner .social-login h4 {
    text-align: center;
    color: #999;
    max-width: 240px;
    margin: 0 auto;
  }
  .auth-outer-alt .form-wrapper .form-inner .social-login .login-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner:hover {
    border-color: #7f00ff;
    background: #7f00ff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(127, 0, 255, 0.2) !important;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner:hover
    i {
    color: #fff;
  }
  .auth-outer-alt
    .form-wrapper
    .form-inner
    .social-login
    .login-buttons
    .button-wrap
    .button-inner
    i {
    color: #444f60;
    font-size: 1.3rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .auth-outer-alt > div {
    width: 100%;
  }
  .login-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .login-hero .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
  }
  .login-hero .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: animateCircles 25s linear infinite;
    animation: animateCircles 25s linear infinite;
    bottom: -150px;
  }
  .login-hero .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .login-hero .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
  }
  .login-hero .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .login-hero .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
  }
  .login-hero .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .login-hero .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  .login-hero .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
  }
  .login-hero .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
  }
  .login-hero .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
  }
  .login-hero .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
  }
  @-webkit-keyframes animateCircles {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
    }
  }
  @keyframes animateCircles {
    0% {
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
    }
  }
  .quick-landing-signup {
    padding: 30px 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .quick-landing-signup .control {
    position: relative;
  }
  .quick-landing-signup .control .input {
    height: 46px;
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
  }
  .quick-landing-signup .control .button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 46px;
    min-width: 160px;
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    font-weight: 500;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .profile-header {
    background: #fff;
  }
  .profile-header .profile-header-inner {
    position: relative;
    text-align: center;
    padding: 2rem 0 6rem 0;
  }
  .profile-header .profile-header-inner .profile-avatar {
    position: relative;
  }
  .profile-header .profile-header-inner .profile-avatar .avatar {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
  }
  .profile-header .profile-header-inner .profile-avatar p {
    color: #8e9baf;
  }
  .profile-header .profile-header-inner .tabs {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .profile-header .profile-header-inner .tabs ul {
    border: none;
  }
  .profile-header .profile-header-inner .tabs ul li.is-active a {
    color: #8c8cf9;
    border-color: #8c8cf9;
  }
  .profile-header .profile-header-inner .tabs ul li a {
    border-color: rgba(0, 0, 0, 0);
    border-width: 3px;
    margin-bottom: 0;
    color: #8e9baf;
  }
  .profile-wrapper {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  .profile-wrapper.is-larger {
    max-width: 890px;
  }
  .profile-card {
    border-color: #e5e5e5;
    padding: 2rem;
  }
  .profile-card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .profile-card .profile-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .profile-card .profile-card-head h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .profile-card .profile-card-head > a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #8c8cf9;
  }
  .profile-card .profile-card-body > p {
    color: #8e9baf;
  }
  .profile-card .profile-card-body .projects .project h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .profile-card .profile-card-body .projects .project > p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .profile-card .profile-card-body .projects .project .project-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1rem;
  }
  .profile-card .profile-card-body .projects .project .project-members img {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0 0.35rem;
  }
  .profile-card .profile-card-body .skills .skill-box {
    padding: 1.5rem;
    border: 1px solid #e5e5e5;
  }
  .profile-card .profile-card-body .skills .skill-box h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
    margin-bottom: 0.75rem;
  }
  .profile-card .profile-card-body .skills .skill-box > p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
    margin-bottom: 0.75rem;
  }
  .profile-card .profile-card-body .skills .skill-box .skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    padding: 0.75rem 0 0 0;
  }
  .profile-card .profile-card-body .skills .skill-box .skill-list img {
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin: 0 0.35rem;
  }
  .profile-card .profile-card-body .experiences .experience,
  .profile-card .profile-card-body .experiences .education,
  .profile-card .profile-card-body .educations .experience,
  .profile-card .profile-card-body .educations .education {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-card .profile-card-body .experiences .experience + .experience,
  .profile-card .profile-card-body .experiences .experience + .education,
  .profile-card .profile-card-body .experiences .education + .experience,
  .profile-card .profile-card-body .experiences .education + .education,
  .profile-card .profile-card-body .educations .experience + .experience,
  .profile-card .profile-card-body .educations .experience + .education,
  .profile-card .profile-card-body .educations .education + .experience,
  .profile-card .profile-card-body .educations .education + .education {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
  }
  .profile-card .profile-card-body .experiences .experience > img,
  .profile-card .profile-card-body .experiences .education > img,
  .profile-card .profile-card-body .educations .experience > img,
  .profile-card .profile-card-body .educations .education > img {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
  }
  .profile-card .profile-card-body .experiences .experience .meta,
  .profile-card .profile-card-body .experiences .education .meta,
  .profile-card .profile-card-body .educations .experience .meta,
  .profile-card .profile-card-body .educations .education .meta {
    margin-left: 1rem;
  }
  .profile-card .profile-card-body .experiences .experience .meta h3,
  .profile-card .profile-card-body .experiences .education .meta h3,
  .profile-card .profile-card-body .educations .experience .meta h3,
  .profile-card .profile-card-body .educations .education .meta h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .profile-card .profile-card-body .experiences .experience .meta span,
  .profile-card .profile-card-body .experiences .education .meta span,
  .profile-card .profile-card-body .educations .experience .meta span,
  .profile-card .profile-card-body .educations .education .meta span {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .profile-card .profile-card-body .experiences .experience .meta p,
  .profile-card .profile-card-body .experiences .education .meta p,
  .profile-card .profile-card-body .educations .experience .meta p,
  .profile-card .profile-card-body .educations .education .meta p {
    margin-top: 0.75rem;
  }
  .project-card {
    border-color: #e5e5e5;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .project-card:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .project-card .project-card-content {
    padding: 1.25rem;
  }
  .project-card .project-card-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
    margin-bottom: 0.25rem;
  }
  .project-card .project-card-content p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .project-card .project-card-content .project-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1rem;
  }
  .project-card .project-card-content .project-members img {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: 0 0.35rem;
  }
  .network-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .network-stats .network-stat {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .network-stats .network-stat.is-centered {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .network-stats .network-stat span {
    display: block;
  }
  .network-stats .network-stat span:first-child {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    color: #444f60;
  }
  .network-stats .network-stat span:nth-child(2) {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #8e9baf;
  }
  .network-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .network-toolbar h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .network-toolbar > a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #8c8cf9;
  }
  .network-grid .network-card {
    border-color: #e5e5e5;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .network-grid .network-card:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .network-grid .network-card .network-avatar {
    position: relative;
  }
  .network-grid .network-card .network-avatar .avatar {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
  }
  .network-grid .network-card p {
    color: #8e9baf;
  }
  .network-grid .network-card .network-stats {
    margin-bottom: 1.5rem;
  }
  .network-grid .network-card .network-stats .network-stat:first-child {
    border-right: 1px solid #e5e5e5;
  }
  .network-grid .network-card .network-stats .network-stat span:first-child {
    font-size: 1rem !important;
  }
  .network-grid .network-card .network-stats .network-stat span:nth-child(2) {
    font-size: 0.9rem;
  }
  .network-grid .network-card > a {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #8c8cf9;
  }
  .network-grid .load-more {
    text-align: center;
  }
  .network-grid .load-more .button {
    height: 42px;
    min-width: 140px;
  }
  .account-form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  .account-form .form-section-title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .account-form .input {
    background: #fff;
    border-radius: 0.5rem;
  }
  .account-form .select {
    width: 100%;
  }
  .account-form .select select {
    width: 100%;
  }
  .account-form .form-button {
    font-size: 1.1rem;
    font-family: "Roboto", sans-serif;
    min-height: 48px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .addresses .addresses-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
  .addresses .addresses-grid .addresses-grid-item {
    position: relative;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 0.65rem;
    padding: 2.5rem;
    -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  }
  .addresses .addresses-grid .addresses-grid-item:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #8c8cf9;
  }
  .addresses .addresses-grid .addresses-grid-item:hover .edit-link {
    opacity: 1;
    pointer-events: all;
  }
  .addresses .addresses-grid .addresses-grid-item .edit-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    border: 1px solid #e1e8ee;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, border 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, border 0.3s,
      -webkit-box-shadow 0.3s;
    color: #444f60;
    border-radius: 50%;
    font-size: 0.8rem;
  }
  .addresses .addresses-grid .addresses-grid-item .edit-link:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-color: #8c8cf9;
  }
  .addresses .addresses-grid .addresses-grid-item .edit-link svg {
    height: 16px;
    width: 16px;
  }
  .addresses .addresses-grid .addresses-grid-item .address {
    margin-bottom: 1rem;
  }
  .addresses .addresses-grid .addresses-grid-item .address p:first-child {
    font-weight: 500;
    margin-bottom: 0.25rem;
  }
  .addresses .addresses-grid .addresses-grid-item .checkbox-wrap {
    padding: 0;
  }
  .account-orders .flex-table .flex-table-item {
    padding-top: 0.7rem;
    padding-bottom: 0.75rem;
  }
  .account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
    padding-right: 0;
  }
  @media (max-width: 767px) {
    .account-orders .flex-table .flex-table-item .flex-table-cell.cell-end {
      padding-right: 10px;
    }
    .account-orders .flex-table .flex-table-item .is-details {
      width: 100%;
      min-height: 48px;
      font-size: 1.25rem;
      border-radius: 0.55rem;
      margin-top: 1rem;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .profile-wrapper > .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
    }
    .profile-wrapper > .columns .column.is-4 {
      min-width: 33.3%;
    }
    .profile-wrapper .projects > .columns,
    .profile-wrapper .skills > .columns,
    .profile-wrapper .network-grid > .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
    }
    .profile-wrapper .projects > .columns .column.is-4,
    .profile-wrapper .skills > .columns .column.is-4,
    .profile-wrapper .network-grid > .columns .column.is-4 {
      min-width: 33.3%;
    }
    .addresses .addresses-title {
      padding: 0 10%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .modern-team .modern-team-item {
    padding: 0 5px;
    width: 33%;
  }
  .modern-team .modern-team-item .item-img:before {
    content: "";
    background-color: rgba(140, 140, 249, 0.9);
  }
  .modern-team .modern-team-item img {
    border-radius: 10px;
  }
  .modern-team .modern-team-item:hover .item-img {
    border-radius: 10px;
  }
  @media (max-width: 767px) {
    .modern-team .modern-team-item {
      width: auto !important;
    }
  }
  .modern-team.startup-team .modern-team-item {
    padding: 0 5px;
    width: 33%;
  }
  .modern-team.startup-team .modern-team-item .item-wrapper {
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
  }
  .modern-team.startup-team .modern-team-item img {
    border-radius: 10px;
  }
  .modern-team.startup-team .modern-team-item:hover .item-img {
    border-radius: 10px;
  }
  .modern-team.startup-team .modern-team-item a i {
    color: #8c8cf9;
  }
  .modern-team.startup-team .modern-team-item a:hover i {
    color: #444f60;
  }
  @media (max-width: 767px) {
    .modern-team.startup-team .modern-team-item {
      width: auto !important;
    }
  }
  .hero-box {
    padding: 20px;
    border-radius: 6px;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
  }
  .hero-box img {
    height: 50px;
    display: block;
    margin: 10px auto;
  }
  .hero-box .name {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
  }
  .hero-box .position {
    font-size: 0.9rem;
    font-weight: 600;
    color: #7f00ff;
  }
  .hero-box .social {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-box .social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2px;
    color: #8c8cf9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hero-box .social a i {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hero-box .social a:hover {
    background: #8c8cf9;
  }
  .hero-box .social a:hover i {
    color: #fff;
  }
  .hero-box p {
    padding: 10px 0;
    color: #999;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .help-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .help-header img {
    max-height: 45px;
    max-width: 45px;
    padding-right: 20px;
    border-right: 1px solid #fff;
  }
  .help-header .title {
    color: #fff;
    padding-left: 20px;
    position: relative;
    top: -2px;
  }
  .help-subheader {
    padding: 20px 0 30px 0;
  }
  .help-search-wrapper {
    position: relative;
    width: 100%;
  }
  .help-search-wrapper input {
    width: 100%;
    padding: 20px 32px 21px 59px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: background 0.4s, box-shadow 0.2s;
    -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
    transition: background 0.4s, -webkit-box-shadow 0.2s;
    transition: background 0.4s, box-shadow 0.2s;
    transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  .help-search-wrapper input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .help-search-wrapper input:focus {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
    color: #444f60;
  }
  .help-search-wrapper input:focus + i {
    color: #999;
  }
  .help-search-wrapper input:focus::-webkit-input-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper input:focus::-moz-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper input:focus:-ms-input-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper input:focus:-moz-placeholder {
    color: #cecece !important;
  }
  .help-search-wrapper i {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 12px;
    left: 16px;
  }
  .section.help-section {
    background: #f3f5f7;
  }
  .section.help-section .category-card {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  }
  .section.help-section .category-card .card-body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.help-section .category-card .card-body a .icon {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section.help-section .category-card .card-body a .icon i {
    font-size: 3.5rem;
    color: #818a97 !important;
  }
  .section.help-section .category-card .card-body a .inner-content {
    padding-left: 25px;
  }
  .section.help-section .category-card .card-body a .inner-content .title {
    margin-bottom: 10px !important;
    font-weight: 400;
    color: #8c8cf9;
  }
  .section.help-section .category-card .card-body a .inner-content .inner-text {
    color: #999 !important;
  }
  .section.help-section .category-card .card-body a .inner-content .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
    position: relative;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:not(:first-child) {
    margin-left: -19px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:first-child {
    z-index: 3;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:nth-child(2) {
    z-index: 2;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:nth-child(3) {
    z-index: 1;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar:nth-child(4) {
    z-index: 0;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar.is-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #999;
    font-weight: 500;
    font-size: 13px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .small-avatar.is-more
    span {
    position: relative;
    top: -2px;
    left: -1px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info {
    color: #999 !important;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info
    .articles-number {
    font-size: 13px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info
    .authors {
    font-size: 13px;
  }
  .section.help-section
    .category-card
    .card-body
    a
    .inner-content
    .card-meta
    .meta-info
    .authors
    span {
    color: #039be5;
  }
  .breadcrumbs {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #999;
  }
  .breadcrumbs ul {
    margin: 0 !important;
  }
  .breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
  }
  .breadcrumbs ul li:first-child:before {
    content: "";
    margin-left: -20px;
  }
  .breadcrumbs ul li:before {
    content: "";
    font-family: "FontAwesome";
    color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px;
  }
  .breadcrumbs a {
    font-weight: 500;
    color: #8c8cf9;
  }
  .help-container {
    position: relative;
  }
  .help-container .shadow-bg {
    width: 100%;
  }
  .help-container .shadow-bg:before {
    content: " ";
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ebeef1;
    border-radius: 4px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 0;
    margin: 0 10px;
  }
  .help-container .category-header {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 20px;
    z-index: 2;
  }
  .help-container .category-header .icon {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .help-container .category-header .icon i {
    font-size: 3.5rem;
    color: #818a97 !important;
  }
  .help-container .category-header .inner-content {
    padding-left: 25px;
  }
  .help-container .category-header .inner-content .title {
    margin-bottom: 10px !important;
    font-weight: 400;
    color: #8c8cf9;
  }
  .help-container .category-header .inner-content .inner-text {
    color: #999 !important;
  }
  .help-container .category-header .inner-content .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .help-container .category-header .inner-content .card-meta .small-avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:not(:first-child) {
    margin-left: -19px;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:first-child {
    z-index: 3;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:nth-child(2) {
    z-index: 2;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:nth-child(3) {
    z-index: 1;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar:nth-child(4) {
    z-index: 0;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar.is-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #999;
    font-weight: 500;
    font-size: 13px;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .small-avatar.is-more
    span {
    position: relative;
    top: -2px;
    left: -1px;
  }
  .help-container .category-header .inner-content .card-meta .meta-info {
    color: #999 !important;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .meta-info
    .articles-number {
    font-size: 13px;
  }
  .help-container .category-header .inner-content .card-meta .meta-info .authors {
    font-size: 13px;
  }
  .help-container
    .category-header
    .inner-content
    .card-meta
    .meta-info
    .authors
    span {
    color: #8c8cf9;
  }
  .help-container .articles-list {
    position: relative;
    margin: 30px;
    background: #fff;
    width: calc(100% - 60px);
    border-radius: 4px;
    border: 1px solid #d4dadf;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  }
  .help-container .articles-list .help-article {
    padding: 30px;
  }
  .help-container .articles-list .help-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .help-container .articles-list .help-article a .inner-content .title {
    margin-bottom: 10px !important;
    font-weight: 400;
    color: #8c8cf9;
  }
  .help-container .articles-list .help-article a .inner-content .inner-text {
    color: #999 !important;
  }
  .help-container .articles-list .help-article a .inner-content .card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .small-avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
    position: relative;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info {
    color: #999 !important;
    line-height: 1.1rem;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info
    .author {
    font-size: 13px;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info
    .author
    span {
    color: #039be5;
  }
  .help-container
    .articles-list
    .help-article
    a
    .inner-content
    .card-meta
    .meta-info
    .status {
    font-size: 12px;
    color: #a9abac;
  }
  .help-container .articles-list .help-article:not(:last-child) {
    border-bottom: 1px solid #d4dadf;
  }
  .single-help-article {
    border-radius: 4px;
    border: 1px solid #d4dadf;
    margin-top: 20px;
    padding: 60px;
  }
  .single-help-article .article-inner {
    max-width: 640px;
    margin: 0 auto;
  }
  .single-help-article .article-inner h2 {
    font-weight: 500;
  }
  .single-help-article .article-inner h3 {
    padding-top: 20px;
    color: #999;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .single-help-article .article-inner .article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999 !important;
    line-height: 1.1rem;
  }
  .single-help-article .article-inner .article-meta .small-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .single-help-article .article-inner .article-meta .meta-info {
    color: #999 !important;
    line-height: 1.1rem;
    margin-left: 15px;
  }
  .single-help-article .article-inner .article-meta .meta-info .author {
    font-size: 13px;
  }
  .single-help-article .article-inner .article-meta .meta-info .author span {
    color: #039be5;
  }
  .single-help-article .article-inner .article-meta .meta-info .status {
    font-size: 12px;
    color: #a9abac;
  }
  .single-help-article .article-inner .content {
    padding-top: 30px;
  }
  .single-help-article .article-inner .content p {
    font-size: 16px;
    color: #444f60;
  }
  .single-help-article .article-inner .content h4 {
    padding-top: 10px;
    font-weight: 500;
  }
  .single-help-article .article-inner .content ul {
    font-size: 16px;
  }
  .single-help-article .article-inner .rating-section {
    width: 100%;
    text-align: center;
  }
  .single-help-article .article-inner .rating-section .question {
    padding-top: 25px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #a9abac;
  }
  .single-help-article .article-inner .rating-section .rating-buttons {
    position: relative;
    top: 18px;
  }
  .single-help-article .article-inner .rating-section .rating-button {
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
  }
  .single-help-article .article-inner .rating-section .rating-button i {
    font-size: 50px;
    font-weight: 200;
    color: #a9abac;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .single-help-article .article-inner .rating-section .rating-button:hover i {
    color: #8c8cf9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .faq-wrapper {
    padding: 50px 0;
  }
  .faq-wrapper .faq-block {
    margin: 0 0 50px 0;
    padding: 0 16px;
  }
  .faq-wrapper .faq-block:last-child {
    margin-bottom: 0;
  }
  .faq-wrapper .faq-block .block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .faq-wrapper .faq-block .block-header.is-active .header-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq-wrapper .faq-block .block-header .header-icon {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background: #8c8cf9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .faq-wrapper .faq-block .block-header .header-icon i {
    color: #fcfcfc;
    font-size: 12px;
  }
  .faq-wrapper .faq-block .block-header h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444f60;
    margin-left: 12px;
  }
  .faq-wrapper .faq-block .block-body {
    display: none;
    padding-top: 16px;
  }
  .faq-wrapper .faq-block .block-body p {
    color: #64748d;
  }
  @media (max-width: 767px) {
    .faq-wrapper .faq-block {
      margin: 25px 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-height: 800px;
    height: auto;
    margin: 20px 10px;
  }
  .portfolio .portfolio-item:hover .circle-overlay {
    -webkit-transform: scale(35);
    transform: scale(35);
  }
  .portfolio .portfolio-item:hover .project-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .portfolio .portfolio-item:hover .project-link {
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .portfolio .portfolio-item img {
    border-radius: 10px;
    max-height: 800px;
    display: block;
  }
  .portfolio .portfolio-item .circle-overlay {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #8c8cf9;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  }
  .portfolio .portfolio-item .project-info {
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio .portfolio-item .project-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .portfolio .portfolio-item .project-link {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .portfolio .portfolio-item .project-link a {
    color: #fff;
    font-family: "Nexa Light", sans-serif;
    font-size: 1.2rem;
  }
  .portfolio .portfolio-item .project-link a i {
    position: relative;
    top: 8px;
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .portfolio .portfolio-item .project-link a:hover i {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .portfolio-item .item-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2.3rem;
  }
  .portfolio-item .project-description p {
    padding-bottom: 10px;
  }
  .portfolio-item .made-for {
    font-family: "Nexa Bold", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-item .made-for img {
    max-height: 80px;
  }
  .portfolio-item label {
    font-family: "Nexa Light", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 90%;
    color: #999;
  }
  .portfolio-item .project-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-item .project-category span {
    font-family: "Nexa Bold", sans-serif;
  }
  .portfolio-item .project-category i {
    font-size: 1.8rem;
    color: #8c8cf9;
  }
  .portfolio-item .inline-list {
    padding: 10px 0;
  }
  .portfolio-item .project-date {
    padding: 10px 0;
    font-family: "Nexa Bold", sans-serif;
  }
  .portfolio-item .fa-social {
    font-size: 1.4rem;
    color: #a9abac;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .portfolio-item .fa-social:hover {
    color: #8c8cf9;
  }
  .portfolio-item .navigation {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio-item .navigation a {
    width: 146px;
    margin: 0 5px;
  }
  .portfolio-item .navigation a i {
    font-size: 18px;
  }
  .portfolio-item .navigation a i.is-right {
    position: relative;
    right: -14px;
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .portfolio-item img {
      width: 100%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .latest-posts .card,
  .latest-posts .cart-summary .summary-card,
  .cart-summary .latest-posts .summary-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #ededed;
  }
  .latest-posts .card .card-image figure img,
  .latest-posts .cart-summary .summary-card .card-image figure img,
  .cart-summary .latest-posts .summary-card .card-image figure img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .latest-posts .card figure.author,
  .latest-posts .cart-summary .summary-card figure.author,
  .cart-summary .latest-posts .summary-card figure.author {
    position: absolute;
    bottom: -24px;
    right: 20px;
  }
  .latest-posts .card figure.author .img-circle,
  .latest-posts .cart-summary .summary-card figure.author .img-circle,
  .cart-summary .latest-posts .summary-card figure.author .img-circle {
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .latest-posts .card .media,
  .latest-posts .cart-summary .summary-card .media,
  .cart-summary .latest-posts .summary-card .media {
    margin: 0;
  }
  .latest-posts .card .title,
  .latest-posts .cart-summary .summary-card .title,
  .cart-summary .latest-posts .summary-card .title {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
  }
  .latest-posts .card .timestamp,
  .latest-posts .cart-summary .summary-card .timestamp,
  .cart-summary .latest-posts .summary-card .timestamp {
    font-size: 85%;
    color: #a9abac;
    padding: 5px 0;
  }
  .latest-posts .card .timestamp i,
  .latest-posts .cart-summary .summary-card .timestamp i,
  .cart-summary .latest-posts .summary-card .timestamp i {
    margin-right: 7px;
  }
  .latest-posts .card .post-exerpt,
  .latest-posts .cart-summary .summary-card .post-exerpt,
  .cart-summary .latest-posts .summary-card .post-exerpt {
    padding: 10px 0 20px 0;
    font-family: "Roboto", sans-serif;
  }
  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .is-post {
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px auto;
  }
  .is-post:last-child {
    margin-bottom: 0;
  }
  .is-post .featured-post-image {
    position: relative;
  }
  .is-post .featured-post-image img {
    display: block;
    border-radius: 4px 4px 0 0;
  }
  .is-post .featured-post-image .post-date {
    position: absolute;
    bottom: -28px;
    right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .is-post .featured-post-image .post-date .post-date-inner {
    line-height: 1;
    text-align: center;
  }
  .is-post .featured-post-image .post-date .post-date-inner span {
    font-family: "Roboto", sans-serif;
    display: block;
  }
  .is-post .featured-post-image .post-date .post-date-inner span:first-child {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444f60;
  }
  .is-post .featured-post-image .post-date .post-date-inner span:nth-child(2) {
    font-weight: 700;
    font-size: 1.8rem;
    color: #8c8cf9;
  }
  .is-post .featured-post-body {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 0 0 6px 6px;
  }
  .is-post .featured-post-body .featured-post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .is-post .featured-post-body .featured-post-title .title-avatar {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    display: block;
  }
  .is-post .featured-post-body .featured-post-title .title-avatar img {
    border-radius: 50%;
  }
  .is-post .featured-post-body .featured-post-title .title-meta {
    margin-left: 12px;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.4rem;
    line-height: 1;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle a {
    color: #8c8cf9;
  }
  .is-post .featured-post-body .featured-post-title .title-meta .post-subtitle i {
    position: relative;
    top: -4px;
    font-size: 4px;
    margin: 0 5px;
  }
  .is-post .featured-post-body p {
    color: #8e9baf;
    margin-bottom: 1.5rem;
  }
  .is-post .featured-post-body .read-more-link {
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    color: #8c8cf9;
    font-size: 1.1rem;
  }
  .is-post .featured-post-body .read-more-link span {
    position: relative;
    top: 2px;
    font-size: 1.6rem;
    margin-left: 4px;
  }
  .load-more {
    padding: 60px 0;
  }
  .load-more .button {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
  }
  .blog-grid-item.is-masonry {
    margin-bottom: 1.5rem;
  }
  .blog-grid-item.is-masonry:last-child {
    margin-bottom: 0;
  }
  .blog-grid-item.masonry-size-1 .card-image .item-featured-image {
    height: 140px;
  }
  .blog-grid-item.masonry-size-2 .card-image .item-featured-image {
    height: 240px;
  }
  .blog-grid-item.masonry-size-3 .card-image .item-featured-image {
    height: 290px;
  }
  .blog-grid-item.is-related .card-content {
    padding: 16px;
  }
  .blog-grid-item.is-related .card-content .featured-post-title .title-meta {
    margin-left: 0;
  }
  .blog-grid-item.is-related
    .card-content
    .featured-post-title
    .title-meta
    .post-title {
    font-size: 1.3rem;
  }
  .blog-grid-item.is-related
    .card-content
    .featured-post-title
    .title-meta
    .post-subtitle {
    font-size: 1rem;
  }
  .blog-grid-item .card-image .item-featured-image {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .blog-grid-item .card-image .post-date {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .blog-grid-item .card-image .post-date .post-date-inner {
    line-height: 1;
    text-align: center;
  }
  .blog-grid-item .card-image .post-date .post-date-inner span {
    font-family: "Roboto", sans-serif;
    display: block;
  }
  .blog-grid-item .card-image .post-date .post-date-inner span:first-child {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444f60;
  }
  .blog-grid-item .card-image .post-date .post-date-inner span:nth-child(2) {
    font-weight: 700;
    font-size: 1.5rem;
    color: #8c8cf9;
  }
  .blog-grid-item .card-content {
    padding: 26px;
  }
  .blog-grid-item .card-content .featured-post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .blog-grid-item .card-content .featured-post-title .title-avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    display: block;
  }
  .blog-grid-item .card-content .featured-post-title .title-avatar img {
    border-radius: 50%;
  }
  .blog-grid-item .card-content .featured-post-title .title-meta {
    margin-left: 12px;
  }
  .blog-grid-item .card-content .featured-post-title .title-meta .post-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .blog-grid-item .card-content .featured-post-title .title-meta .post-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #8e9baf;
  }
  .blog-grid-item
    .card-content
    .featured-post-title
    .title-meta
    .post-subtitle
    a {
    color: #8c8cf9;
  }
  .blog-grid-item
    .card-content
    .featured-post-title
    .title-meta
    .post-subtitle
    i {
    position: relative;
    top: -4px;
    font-size: 4px;
    margin: 0 5px;
  }
  .blog-grid-item .card-content p {
    color: #8e9baf;
    margin-bottom: 1rem;
  }
  .blog-grid-item .card-content .read-more-link {
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    color: #8c8cf9;
    font-size: 1rem;
  }
  .blog-grid-item .card-content .read-more-link span {
    position: relative;
    top: 2px;
    font-size: 1.6rem;
    margin-left: 4px;
  }
  .blog-sidebar {
    padding: 0 30px;
  }
  .blog-sidebar .blog-sidebar-search {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 2.5rem;
  }
  .blog-sidebar .blog-sidebar-search .input {
    border-color: #e7eaed;
    font-size: 1.2rem;
  }
  .blog-sidebar .blog-sidebar-posts {
    margin-bottom: 3.5rem;
  }
  .blog-sidebar .blog-sidebar-posts h4 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post:last-child {
    margin-bottom: 0;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image {
    position: relative;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-image img {
    display: block;
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    object-fit: cover;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0 20px;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta img {
    display: block;
    height: 24px;
    width: 24px;
    min-width: 24px;
    border-radius: 50%;
  }
  .blog-sidebar .blog-sidebar-posts .blog-sidebar-post .post-content .meta span {
    color: #8e9baf;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    margin-left: 8px;
  }
  .blog-sidebar .blog-sidebar-categories {
    margin-bottom: 3.5rem;
  }
  .blog-sidebar .blog-sidebar-categories h4 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:last-child {
    margin-bottom: 0;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category:hover > span {
    color: #8c8cf9;
  }
  .blog-sidebar
    .blog-sidebar-categories
    .blog-sidebar-category:hover
    .post-count {
    border-color: #e7eaed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .blog-sidebar
    .blog-sidebar-categories
    .blog-sidebar-category:hover
    .post-count
    span {
    color: #8c8cf9;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category > span {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #8e9baf;
    line-height: 1.2;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blog-sidebar .blog-sidebar-categories .blog-sidebar-category .post-count span {
    font-weight: 600;
    font-size: 1rem;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-sidebar .blog-sidebar-tags {
    margin-bottom: 3.5rem;
  }
  .blog-sidebar .blog-sidebar-tags h4 {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .blog-sidebar .blog-sidebar-tags .tags .tag {
    height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9rem;
    background: #fff;
    color: #8e9baf;
    border: 1px solid #e7eaed;
    border-radius: 8px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .blog-sidebar .blog-sidebar-tags .tags .tag:hover {
    color: #8c8cf9;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post {
    border-radius: 6px;
    background: #fff;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px auto;
  }
  .is-single-post:last-child {
    margin-bottom: 0;
  }
  .is-single-post .featured-post-image {
    position: relative;
  }
  .is-single-post .featured-post-image img {
    display: block;
    border-radius: 4px 4px 0 0;
  }
  .is-single-post .featured-post-image .post-date {
    position: absolute;
    bottom: -28px;
    right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .is-single-post .featured-post-image .post-date .post-date-inner {
    line-height: 1;
    text-align: center;
  }
  .is-single-post .featured-post-image .post-date .post-date-inner span {
    font-family: "Roboto", sans-serif;
    display: block;
  }
  .is-single-post
    .featured-post-image
    .post-date
    .post-date-inner
    span:first-child {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #444f60;
  }
  .is-single-post
    .featured-post-image
    .post-date
    .post-date-inner
    span:nth-child(2) {
    font-weight: 700;
    font-size: 1.8rem;
    color: #8c8cf9;
  }
  .is-single-post .featured-post-body {
    padding: 30px 0;
  }
  .is-single-post .featured-post-body .featured-post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-title {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    color: #8e9baf;
    margin-bottom: 1rem;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-subtitle
    a {
    color: #8c8cf9;
  }
  .is-single-post
    .featured-post-body
    .featured-post-title
    .title-meta
    .post-subtitle
    i {
    position: relative;
    top: -4px;
    font-size: 4px;
    margin: 0 5px;
  }
  .is-single-post .featured-post-body p {
    font-size: 1.2rem;
    color: #8e9baf;
    margin-bottom: 1.5rem;
  }
  .is-single-post .featured-post-body blockquote {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    background: #f5f6fa;
    border-color: #8c8cf9;
    color: #8593a9;
  }
  .is-single-post .sharing-links,
  .is-single-post .post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-size: 1.1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #dee2e6;
  }
  .is-single-post .sharing-links > span,
  .is-single-post .post-tags > span {
    position: relative;
    top: 2px;
    color: #444f60;
    font-size: 1.3rem;
    margin-left: 4px;
  }
  .is-single-post .sharing-links .social-links,
  .is-single-post .post-tags .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is-single-post .sharing-links .social-links a,
  .is-single-post .post-tags .social-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .sharing-links .social-links a:hover,
  .is-single-post .post-tags .social-links a:hover {
    background: #fff;
    border-color: #e7eaf3;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post .sharing-links .social-links a:hover i,
  .is-single-post .post-tags .social-links a:hover i {
    color: #8c8cf9;
  }
  .is-single-post .sharing-links .social-links a i,
  .is-single-post .post-tags .social-links a i {
    font-size: 16px;
    color: #c5cbe2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .sharing-links {
    margin-bottom: 1.5rem;
  }
  .is-single-post .post-tags {
    border-bottom: none;
  }
  .is-single-post .post-tags .tags .tag {
    height: 3em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9rem;
    background: #fff;
    color: #8e9baf;
    border: 1px solid #e7eaed;
    border-radius: 8px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .post-tags .tags .tag:hover {
    color: #8c8cf9;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    margin: 40px 0;
    padding: 30px;
    border: 1px solid #e4e7ea;
    border-radius: 12px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .post-author:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .is-single-post .post-author .post-author-avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
    display: block;
  }
  .is-single-post .post-author .post-author-avatar img {
    border-radius: 50%;
  }
  .is-single-post .post-author .post-author-meta {
    margin-left: 12px;
  }
  .is-single-post .post-author .post-author-meta .post-author-title a {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.4rem;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .is-single-post .post-author .post-author-meta .post-author-title a:hover {
    color: #8c8cf9;
  }
  .is-single-post .post-author .post-author-meta h4 {
    font-family: "Nexa Light", sans-serif;
    color: #8e9baf;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .is-single-post .post-author .post-author-meta p {
    font-size: 1.1rem;
    color: #8e9baf;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .is-single-post .post-author {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .is-single-post .post-author .post-author-avatar {
      margin: 0 auto 16px auto;
    }
  }
  .related-posts {
    margin-bottom: 3.5rem;
  }
  .related-posts .related-posts-head {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .single-comments .single-comments-head {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .single-comments .comments-list .media {
    font-family: "Roboto", sans-serif;
    margin: 0 !important;
    padding: 1.5rem 0 !important;
    border-color: #e4e7ea;
    max-width: 640px;
  }
  .single-comments .comments-list .media .media-left img {
    border-radius: 50%;
  }
  .single-comments .comments-list .media .media-content .content .title {
    color: #444f60;
    font-size: 1.2rem;
  }
  .single-comments .comments-list .media .media-content .content .timestamp {
    display: block;
    color: #8e9baf;
    margin-bottom: 0.5rem;
  }
  .single-comments .comments-list .media .media-content .content p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .single-comments .comments-list .media .media-content .content .controls i {
    color: #f92b60;
    font-size: 12px;
  }
  .single-comments
    .comments-list
    .media
    .media-content
    .content
    .controls
    .count {
    color: #444f60;
    font-weight: 500;
  }
  .single-comments
    .comments-list
    .media
    .media-content
    .content
    .controls
    .reply {
    font-family: "Roboto", sans-serif;
    margin-left: 20px;
  }
  .single-comments
    .comments-list
    .media
    .media-content
    .content
    .controls
    .reply
    a {
    color: #8c8cf9;
  }
  .single-comments .publish-comment {
    margin-bottom: 3.5rem;
  }
  .single-comments .publish-comment .publish-comment-head {
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .single-comments .publish-comment form .field .textarea {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    border-color: #dee2e6;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
  }
  .single-comments .publish-comment form .field .input {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06) !important;
    height: 50px;
    font-size: 1.2rem;
  }
  .single-comments .publish-comment form .field .submit-wrap .button {
    height: 55px;
    min-width: 240px;
  }
  .main-post .post-image {
    position: relative;
    border-radius: 6px;
  }
  .main-post .post-image img {
    display: block;
    border-radius: 6px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .main-post .post-image .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(140, 140, 249, 0.8);
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-post .post-image:hover .image-overlay {
    background: rgba(140, 140, 249, 0.6);
  }
  .main-post .post-content {
    padding: 20px;
  }
  .main-post .post-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #8c8cf9;
    margin: 10px 0 0 0;
  }
  .main-post .post-content h3 a {
    color: #8c8cf9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-post .post-content h3 a:hover {
    opacity: 0.7;
  }
  .main-post .post-content .time {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #999;
    margin-bottom: 16px;
  }
  .main-post .post-content p {
    font-size: 1.1rem;
    color: #999;
  }
  .side-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .side-post .post-image {
    position: relative;
  }
  .side-post .post-image img {
    display: block;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .side-post .post-image .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(140, 140, 249, 0.8);
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-post .post-image:hover .image-overlay {
    background: rgba(140, 140, 249, 0.6);
  }
  .side-post .post-content {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0 20px;
  }
  .side-post .post-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #8c8cf9;
    margin-bottom: 6px;
  }
  .side-post .post-content h3 a {
    color: #8c8cf9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-post .post-content h3 a:hover {
    opacity: 0.7;
  }
  .side-post .post-content p {
    font-size: 1rem;
    color: #999;
  }
  .no-credit-card {
    color: #999;
    font-size: 0.8rem;
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .side-post .post-image img {
      width: 90px !important;
      min-width: 90px !important;
      height: 90px !important;
      min-height: 90px !important;
    }
    .side-post .post-content {
      padding-right: 0 !important;
    }
    .side-post .post-content h3 {
      font-size: 1rem !important;
    }
    .side-post .post-content p {
      font-size: 0.9rem !important;
    }
  }
  @media (max-width: 767px) {
    .main-post .post-content {
      padding: 20px 0;
    }
    .side-post .post-image img {
      width: 60px !important;
      min-width: 60px !important;
      height: 60px !important;
      min-height: 60px !important;
    }
    .side-post .post-content {
      padding-right: 0 !important;
    }
    .side-post .post-content h3 {
      font-size: 1rem !important;
    }
    .side-post .post-content p {
      font-size: 0.9rem !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .contact-form-wrapper {
    min-height: 500px;
    padding: 50px 0;
    background: #ededed;
  }
  .contact-form-wrapper .container {
    padding: 50px 0;
  }
  .contact-form-wrapper .columns {
    padding: 30px 0;
  }
  .contact-form-wrapper .form-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #444f60;
  }
  .shadow-title {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.3rem;
    padding-top: 10px;
  }
  .shadow-description {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
  }
  .contact-title {
    margin-top: 200px;
  }
  .contact-form {
    width: 100%;
    padding: 40px 20px;
  }
  .contact-form.is-bigger {
    width: 100%;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 50px;
  }
  .contact-form.is-bigger p {
    color: #6f7592;
    font-size: 0.9rem;
    margin-bottom: 40px;
  }
  .contact-form.is-bigger .button-wrap {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Nexa Bold", sans-serif;
  }
  .contact-form.is-bigger .button-wrap .button {
    height: 54px;
    line-height: 1 !important;
  }
  .contact-form label {
    font-weight: 500;
    color: #444f60;
  }
  .contact-form .submit-wrapper {
    text-align: right;
  }
  .contact-toggler {
    padding: 40px 0;
  }
  .contact-toggler .tabbed-links li {
    display: inline-block;
    padding: 10px;
    color: #cecece;
    border-top: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  .contact-toggler .tabbed-links li.is-active {
    color: #444f60;
    font-weight: 500;
    border-top: 2px solid #8c8cf9;
  }
  .contact-toggler .contact-blocks .contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .contact-toggler .contact-blocks .contact-block .contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8c8cf9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .contact-toggler .contact-blocks .contact-block .contact-icon i {
    font-size: 1.3rem;
    color: #fff;
  }
  .contact-toggler .contact-blocks .contact-block .contact-info {
    padding: 0 10px;
  }
  .contact-toggler .contact-blocks .contact-block .contact-info span {
    display: block;
  }
  .contact-toggler .contact-blocks .contact-block .contact-info span:first-child {
    font-weight: 500;
    color: #444f60;
  }
  .contact-toggler
    .contact-blocks
    .contact-block
    .contact-info
    span:nth-child(2) {
    font-weight: 500;
    color: #039be5;
  }
  @media (max-width: 767px) {
    .submit-wrapper {
      text-align: center !important;
    }
    .contact-form.is-bigger {
      padding: 30px;
    }
  }
  .contact-form-2 {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 60px auto;
    border: 1px solid #ededed;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #fff;
    padding: 50px;
  }
  .contact-form-2 p {
    color: #6f7592;
    font-size: 0.9rem;
    margin-bottom: 40px;
  }
  .contact-form-2 .b-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form-2 .b-checkbox label {
    padding-left: 1rem;
    color: #8e9baf;
  }
  .contact-form-2 .button-wrap {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Nexa Bold", sans-serif;
  }
  .contact-form-2 .button-wrap .button {
    height: 54px;
    line-height: 3 !important;
  }
  .half-map {
    min-height: 550px;
  }
  @media (max-width: 767px) {
    #google-map {
      min-height: 50vh;
    }
  }
  .mapbox-map.map-1 {
    width: 100%;
    height: 100%;
  }
  .mapbox-map.map-1 canvas {
    height: 100% !important;
  }
  .startup-contact-button {
    max-width: 320px;
    margin: 0 auto;
    height: 44px;
  }
  .contact-page-form {
    display: block;
    padding: 40px;
    border: 1px solid #eaecef;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: left;
  }
  .contact-page-form > h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.4rem;
    color: #444f60;
  }
  .contact-page-form > p {
    color: #8e9baf;
    margin-bottom: 2rem;
  }
  .contact-page-form .column {
    padding: 0.5rem;
  }
  .contact-page-form .field > label {
    font-size: 0.95rem;
  }
  .contact-page-form .field .control .input,
  .contact-page-form .field .control .textarea {
    font-size: 1.1rem;
  }
  .map-block {
    border-radius: 2rem;
    margin: 3rem auto 5rem auto;
    max-width: 1040px;
  }
  .map-block .map-block-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 3rem;
    min-height: 400px;
    z-index: 1;
  }
  .map-block .map-block-inner .card,
  .map-block .map-block-inner .cart-summary .summary-card,
  .cart-summary .map-block .map-block-inner .summary-card {
    min-width: 340px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #dbdbdb;
  }
  .map-block .map-block-inner .card .card-content,
  .map-block .map-block-inner .cart-summary .summary-card .card-content,
  .cart-summary .map-block .map-block-inner .summary-card .card-content {
    padding: 2.5rem;
  }
  .map-block .map-block-inner .card .card-content h4,
  .map-block .map-block-inner .cart-summary .summary-card .card-content h4,
  .cart-summary .map-block .map-block-inner .summary-card .card-content h4 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.2rem;
    color: #444f60;
  }
  .map-block .map-block-inner .card .card-content p,
  .map-block .map-block-inner .cart-summary .summary-card .card-content p,
  .cart-summary .map-block .map-block-inner .summary-card .card-content p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .map-block .map-block-inner .card .card-content .control,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .control,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .control {
    position: relative;
  }
  .map-block .map-block-inner .card .card-content .control .form-icon,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .control
    .form-icon,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .control
    .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    width: 42px;
  }
  .map-block .map-block-inner .card .card-content .control .form-icon svg,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .control
    .form-icon
    svg,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .control
    .form-icon
    svg {
    height: 18px;
    width: 18px;
    stroke: #8c8cf9;
  }
  .map-block .map-block-inner .card .card-content .input,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .input,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .input,
  .map-block .map-block-inner .card .card-content .textarea,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .textarea,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .textarea {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .map-block .map-block-inner .card .card-content .input:focus,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .input:focus,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .input:focus,
  .map-block .map-block-inner .card .card-content .textarea:focus,
  .map-block
    .map-block-inner
    .cart-summary
    .summary-card
    .card-content
    .textarea:focus,
  .cart-summary
    .map-block
    .map-block-inner
    .summary-card
    .card-content
    .textarea:focus {
    border-color: #8c8cf9;
  }
  .map-block .map-block-inner .card .card-content .input,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .input,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .input {
    height: 42px;
    padding-left: 42px;
    border-radius: 0.55rem;
  }
  .map-block .map-block-inner .card .card-content .button,
  .map-block .map-block-inner .cart-summary .summary-card .card-content .button,
  .cart-summary .map-block .map-block-inner .summary-card .card-content .button {
    height: 42px;
    border-radius: 0.55rem;
  }
  @media only screen and (max-width: 767px) {
    .map-block .map-block-inner {
      padding: 1.5rem !important;
    }
    .map-block .map-block-inner .card,
    .map-block .map-block-inner .cart-summary .summary-card,
    .cart-summary .map-block .map-block-inner .summary-card {
      min-width: 100% !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .case-study-logo-container {
    position: relative;
  }
  .case-study-logo-container .case-study-logo {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: #f5f6fa;
  }
  .case-study-logo-container .case-study-logo img {
    height: 32px;
    width: 32px;
    display: block;
  }
  .case-study-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -40px;
  }
  .case-study-colors .color-dot-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    min-width: 50px;
    background: #fff;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .case-study-colors .color-dot-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .case-study-colors .color-dot-container .color-dot-inner {
    height: 35px;
    width: 35px;
    min-width: 35px;
    background: #fff;
    border-radius: 50%;
  }
  .case-study-colors .color-dot-container .color-dot-inner.primary-color {
    background: #8c8cf9;
  }
  .case-study-colors .color-dot-container .color-dot-inner.secondary-color {
    background: #7f00ff;
  }
  .case-study-colors .color-dot-container .color-dot-inner.accent-color {
    background: #ad5cff;
  }
  .case-study-colors .color-dot-container .color-dot-inner.fade-grey-color {
    background: #ededed;
  }
  .case-study-colors .color-dot-container .color-dot-inner.blue-grey-color {
    background: #444f60;
  }
  .case-study-colors .color-dot-container .color-dot-inner.blue-grey-light-color {
    background: #8e9baf;
  }
  @media only screen and (max-width: 767px) {
    .case-study-colors {
      padding: 80px 0 30px 0;
    }
    .case-study-colors .color-dot-container {
      margin: 0 4px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .case-study-colors {
      padding: 80px 0 30px 0;
    }
  }
  .case-study-tools .case-study-tools-card {
    padding: 30px;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .case-study-tools .case-study-tools-card:not(:last-child) {
    margin-bottom: 30px;
  }
  .case-study-tools .case-study-tools-card:nth-child(2) {
    position: relative;
    right: -40px;
  }
  .case-study-tools .case-study-tools-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.3rem;
    color: #444f60;
  }
  .case-study-tools .case-study-tools-card p {
    font-family: "Roboto", sans-serif;
    color: #8e9baf;
    margin-bottom: 1.5rem;
  }
  .case-study-tools .case-study-tools-card .tools-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case-study-tools .case-study-tools-card .tools-list .tool-container {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case-study-tools
    .case-study-tools-card
    .tools-list
    .tool-container
    .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    width: 52px;
    min-width: 52px;
    border: 1px solid #e4e7ea;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border-radius: 50%;
  }
  .case-study-tools
    .case-study-tools-card
    .tools-list
    .tool-container
    .inner-wrap
    img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    width: 42px;
    min-width: 42px;
    border-radius: 50%;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .code-container-wrapper {
    padding-top: 40px;
  }
  .code-container-wrapper .code-container {
    border-radius: 6px;
    min-height: 300px;
    border-radius: 6px;
    position: relative;
    will-change: height;
    margin-bottom: 2.5rem;
    background-color: #050f2c !important;
  }
  .code-container-wrapper .code-container:after {
    top: 22%;
    width: 90%;
    height: 80%;
    left: 5%;
    content: "";
    position: absolute;
    background-color: rgba(62, 57, 107, 0.5);
    z-index: -1;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  .code-container-wrapper .code-container header {
    border-radius: 6px 6px 0 0;
    padding: 0 16px;
    height: 40px;
    color: #8994c6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #3e396b !important;
  }
  .code-container-wrapper .code-container header .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .code-container-wrapper .code-container header .dots .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 0 2px;
    background: #8c8cf9;
  }
  .code-container-wrapper .code-container header .dots .dot:hover {
    stroke: #3e396b;
    stroke-width: 4px;
  }
  .code-container-wrapper .tabs-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
  }
  .code-container-wrapper [data-backend-sample],
  .code-container-wrapper [data-frontend-sample] {
    display: none;
  }
  .code-container-wrapper [data-backend-sample].active,
  .code-container-wrapper [data-frontend-sample].active {
    display: block;
  }
  .code-container-wrapper [data-backend-sample].active pre,
  .code-container-wrapper [data-frontend-sample].active pre {
    opacity: 1 !important;
  }
  .code-container-wrapper [data-backend-sample] pre,
  .code-container-wrapper [data-frontend-sample] pre {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    opacity: 0;
    height: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 15px 15px 40px 15px;
    width: 100%;
  }
  .code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar,
  .code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar {
    width: 6px !important;
  }
  .code-container-wrapper [data-backend-sample] pre::-webkit-scrollbar-thumb,
  .code-container-wrapper [data-frontend-sample] pre::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .code-container-wrapper [data-backend-sample] pre code,
  .code-container-wrapper [data-frontend-sample] pre code {
    height: 100%;
    display: block;
    overflow: auto;
  }
  .code-container-wrapper .backend-languages,
  .code-container-wrapper .frontend-languages {
    margin: 40px 0 0 0;
  }
  .code-container-wrapper .backend-languages ul,
  .code-container-wrapper .frontend-languages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .code-container-wrapper .backend-languages ul li,
  .code-container-wrapper .frontend-languages ul li {
    margin: 0 8px 12px 8px;
    width: calc(16.6% - 16px);
    text-align: center;
    color: #8994c6;
    cursor: pointer;
  }
  .code-container-wrapper .backend-languages ul li.is-active.ruby,
  .code-container-wrapper .frontend-languages ul li.is-active.ruby {
    opacity: 1;
    color: #a62c46 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.rails,
  .code-container-wrapper .frontend-languages ul li.is-active.rails {
    opacity: 1;
    color: #d1405f !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.django,
  .code-container-wrapper .frontend-languages ul li.is-active.django {
    opacity: 1;
    color: #326543 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.python,
  .code-container-wrapper .frontend-languages ul li.is-active.python {
    opacity: 1;
    color: #3770a0 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.php,
  .code-container-wrapper .frontend-languages ul li.is-active.php {
    opacity: 1;
    color: #6c7eb7 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.symfony,
  .code-container-wrapper .frontend-languages ul li.is-active.symfony {
    opacity: 1;
    color: #000 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.java,
  .code-container-wrapper .frontend-languages ul li.is-active.java {
    opacity: 1;
    color: #3694d6 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.go,
  .code-container-wrapper .frontend-languages ul li.is-active.go {
    opacity: 1;
    color: #3770a0 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.javascript,
  .code-container-wrapper .frontend-languages ul li.is-active.javascript {
    opacity: 1;
    color: #ffd141 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.scala,
  .code-container-wrapper .frontend-languages ul li.is-active.scala {
    opacity: 1;
    color: #dc332d !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.csharp,
  .code-container-wrapper .frontend-languages ul li.is-active.csharp {
    opacity: 1;
    color: #00adef !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.apple,
  .code-container-wrapper .frontend-languages ul li.is-active.apple {
    opacity: 1;
    color: #fe6c34 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.android,
  .code-container-wrapper .frontend-languages ul li.is-active.android {
    opacity: 1;
    color: #a4c145 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.vue,
  .code-container-wrapper .frontend-languages ul li.is-active.vue {
    opacity: 1;
    color: #4dba87 !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.react,
  .code-container-wrapper .frontend-languages ul li.is-active.react {
    opacity: 1;
    color: #00aeff !important;
  }
  .code-container-wrapper .backend-languages ul li.is-active.angular,
  .code-container-wrapper .frontend-languages ul li.is-active.angular {
    opacity: 1;
    color: #c5002f !important;
  }
  .code-container-wrapper .backend-languages ul li span,
  .code-container-wrapper .backend-languages ul li small,
  .code-container-wrapper .frontend-languages ul li span,
  .code-container-wrapper .frontend-languages ul li small {
    display: block;
  }
  .code-container-wrapper .backend-languages ul li svg,
  .code-container-wrapper .frontend-languages ul li svg {
    height: 48px;
    width: 48px;
  }
  .code-container-wrapper .hljs {
    background: rgba(0, 0, 0, 0) !important;
    overflow-x: initial !important;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .process-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-wrap .process-block {
    position: relative;
  }
  .process-wrap .process-block:after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    height: 2px;
    width: 50%;
    background: #e0ecff;
  }
  .process-wrap .process-block:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    height: 2px;
    width: 50%;
    background: #e0ecff;
  }
  .process-wrap .process-block:first-child:before {
    display: none;
  }
  .process-wrap .process-block:last-child:after {
    display: none;
  }
  .process-wrap .process-block .process-icon {
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #e0ecff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
  }
  .process-wrap .process-block .process-icon img {
    height: 40px;
    width: 40px;
    display: block;
  }
  .process-wrap .process-block .text-block {
    padding: 16px;
  }
  .process-wrap .process-block .text-block p {
    margin-top: 2px;
    padding: 0 16px;
    color: #999;
  }
  @media (max-width: 767px) {
    .process-wrap {
      display: block;
    }
    .process-wrap .process-block {
      margin-bottom: 20px;
    }
    .process-wrap .process-block:before,
    .process-wrap .process-block:after {
      display: block !important;
    }
  }
  .process-block {
    position: relative;
    text-align: center;
  }
  .process-block .process-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5rem;
  }
  .process-block .process-icon .icon-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-block.has-line:after {
    content: "";
    height: 4px;
    width: 80px;
    background: #ededed;
    position: absolute;
    top: 88px;
    right: -14%;
    border-radius: 50px;
  }
  .process-block .process-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bolder;
    position: absolute;
    top: 13px;
    right: 0;
    background: #8c8cf9;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-block .process-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-block .process-info .step-number {
    font-size: 8rem;
    font-weight: bolder;
    color: #ededed;
    margin-right: 15px;
  }
  .process-block .process-info .details {
    text-align: left;
  }
  .process-block .process-info .motto {
    font-size: 2.4rem;
    font-weight: 700;
    color: #444f60;
  }
  .process-block .process-info .description {
    font-size: 95%;
    color: #999;
  }
  @media (max-width: 768px) {
    .process-block.has-line:after {
      display: none !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  body.is-theme-core .phone-slide {
    background-position: center left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    vertical-align: top;
    padding: 800px 30px 30px 30px;
  }
  body.is-theme-core .phone-slide.is-first {
    background-image: url(../img/graphics/compositions/phone-slide-1-core.png);
  }
  body.is-theme-core .phone-slide.is-second {
    background-image: url(../img/graphics/compositions/phone-slide-2-core.png);
  }
  body.is-theme-core .phone-slide.is-third {
    background-image: url(../img/graphics/compositions/phone-slide-3-core.png);
  }
  body.is-theme-core .phone-slide.is-fourth {
    background-image: url(../img/graphics/compositions/phone-slide-4-core.png);
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .column.slide-description {
      padding: 40px 0 !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .hover-cards .icon-card-hover {
    height: 170px;
    padding: 20px 20px 10px 130px;
    border-radius: 8px;
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
    background-color: #fff;
  }
  .hover-cards .icon-card-hover:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  .hover-cards .icon-card-hover.first-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.first-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .icon-card-hover.second-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.second-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .icon-card-hover.third-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.third-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .icon-card-hover.fourth-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  .hover-cards .icon-card-hover.fourth-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
  }
  .hover-cards .button-wrap {
    padding: 40px 0;
  }
  body.is-theme-core .hover-cards .icon-card-hover.first-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.first-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-1-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-1-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.second-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.second-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-2-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-2-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.third-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.third-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-3-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-3-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.fourth-card {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.65)),
        to(hsla(0, 0%, 100%, 0.65))
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.65),
        hsla(0, 0%, 100%, 0.65)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
  }
  body.is-theme-core .hover-cards .icon-card-hover.fourth-card:hover {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(transparent)
      ),
      url(../img/graphics/icons/motion-icon-4-core.svg);
    background-image: linear-gradient(180deg, transparent, transparent),
      url(../img/graphics/icons/motion-icon-4-core.svg);
  }
  @media (max-width: 767px) {
    .hover-cards .icon-card-hover {
      padding: 20px 20px 10px 100px !important;
    }
    .hover-cards .icon-card-hover .card-description {
      font-size: 14px;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .job-results-wrapper {
    padding: 40px 0;
  }
  .job-results-wrapper .job-results-filter .checkbox-list label {
    padding: 0 !important;
  }
  .job-results-wrapper .job-results .job-results-section {
    padding-bottom: 60px;
  }
  .job-results-wrapper .job-results .job-results-section h3 {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item:hover {
    background: #f6f6fb;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item:hover
    img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item:hover
    .end
    .tag:not(.is-secondary) {
    background: #fff;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    img {
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta {
    margin-left: 12px;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta
    > span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444f60;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta
    .details
    span {
    color: #999;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .meta
    .details
    span.spacer {
    padding: 0 10px;
    opacity: 0.6;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .end {
    margin-left: auto;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .end
    .tag {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .job-results-wrapper
    .job-results
    .job-results-section
    .result-list
    .result-list-item
    .end
    .time {
    display: block;
    font-size: 0.95rem;
    color: #999;
  }
  @media (max-width: 767px) {
    .job-results-wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }
    .job-results-wrapper .job-results-section h3 {
      text-align: center;
    }
    .job-results-wrapper .job-results-section .result-list .result-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      border: 1px solid #ededed;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .job-results-wrapper
      .job-results-section
      .result-list
      .result-list-item
      .end {
      margin: 10px auto 0 auto;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .conference-event-card {
    width: 100%;
    max-width: 960px;
    min-height: 540px;
    height: 540px;
    background-color: #fff;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #e1e8ee;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .conference-event-card .card-container {
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .conference-event-card .card-container .card-container-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .conference-event-card .card-container .text h1 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2.5em;
    line-height: 1;
    color: #444f60;
    margin-bottom: 0.75rem;
  }
  .conference-event-card .card-container .text p {
    font-family: "Roboto", sans-serif;
    color: #98a9c3;
    margin-bottom: 1rem;
  }
  .conference-event-card .card-container .text a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
  }
  .conference-event-card .photo {
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .conference-schedule {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
  .conference-schedule .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ebedf5;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0.5rem !important;
    border-radius: 100px;
  }
  .conference-schedule .tabs ul li {
    width: 33.3%;
  }
  .conference-schedule .tabs ul li a {
    margin-bottom: 0 !important;
    min-height: 42px;
  }
  .conference-schedule .schedule-box {
    position: relative;
    border: 1px solid #e1e8ee;
    border-radius: 0.65rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 2rem;
  }
  .conference-schedule .schedule-box .speaker {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    height: 42px;
    width: 42px;
    border-radius: 50%;
  }
  .conference-schedule .schedule-box h4 {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #8c8cf9;
  }
  .conference-schedule .schedule-box h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.25rem;
    color: #444f60;
    margin-bottom: 0.5rem;
  }
  .conference-schedule .schedule-box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444f60;
  }
  .conference-schedule .schedule-box p:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .conference-schedule .schedule-box p span {
    font-size: 0.9rem;
  }
  .conference-schedule .schedule-box p svg {
    height: 18px;
    width: 18px;
    margin-right: 0.5rem;
    stroke-width: 1px;
    stroke: #98a9c3;
  }
  @media only screen and (max-width: 767px) {
    .conference-event-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .conference-event-card .card-container {
      width: 100%;
      padding: 2rem;
    }
    .conference-event-card .card-container .button {
      width: 100%;
    }
    .conference-event-card .photo {
      width: 100%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .error-wrap {
    position: relative;
  }
  .error-wrap.error-centered .bg-404 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 25rem;
    font-weight: 700;
    color: rgba(68, 79, 96, 0.15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }
  .error-wrap.error-centered img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 660px;
    z-index: 1;
  }
  .error-wrap.error-centered .error-caption h2 {
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    max-width: 560px;
    margin: 0 auto;
  }
  .error-wrap.error-centered .error-caption p {
    color: #999;
    font-size: 1.2rem;
  }
  .error-wrap.error-centered .error-caption .button-wrap {
    margin: 20px 0;
  }
  @media only screen and (max-width: 767px) {
    .error-wrap.error-centered .bg-404 {
      top: 28%;
      font-size: 11rem;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .commerce-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 0 2rem 0;
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
  }
  .commerce-toolbar.is-docked {
    padding-top: 0;
  }
  .commerce-toolbar .breadcrumb {
    margin-bottom: 0;
  }
  .commerce-toolbar .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .commerce-toolbar .actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    color: #444f60;
  }
  .commerce-toolbar .actions a:hover {
    text-decoration: underline;
    color: #8c8cf9;
  }
  .commerce-toolbar .actions a svg {
    height: 18px;
    width: 18px;
    stroke-width: 1.2px;
    stroke: #999;
    margin-right: 4px;
  }
  @media only screen and (max-width: 767px) {
    .commerce-toolbar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .commerce-toolbar .breadcrumb {
      margin-bottom: 1rem;
    }
    .commerce-toolbar .breadcrumb ul li a .icon.is-solo {
      margin-left: 0;
    }
    .commerce-toolbar .actions a:first-child {
      margin-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .parallax-rounded-section {
    border-radius: 1.75rem;
    overflow: hidden;
  }
  .shop-hero {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop-hero .shop-hero-box {
    position: relative;
    width: 33.33%;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
    background: none;
  }
  .shop-hero .shop-hero-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .shop-hero .shop-hero-box .overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .shop-hero .shop-hero-box .overlay-layer .overlay-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content {
    padding: 40px;
    color: #fff;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 3.5rem;
    font-weight: bolder;
    line-height: 43px;
    color: #fcfcfc;
    margin-bottom: 6px;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    img {
    display: block;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 6px;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .meta-item {
    display: block;
    font-size: 0.82rem;
    font-weight: 500;
    color: #e8e8e8;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .meta-item.is-hoverable:hover {
    color: #8c8cf9;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .separator {
    padding: 0 10px;
    font-size: 0.8rem;
    color: #e3e3e3;
    opacity: 0.6;
    text-align: center;
    color: #fcfcfc;
  }
  .shop-hero .shop-hero-box .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#161616),
      to(rgba(255, 0, 0, 0))
    );
    background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
    z-index: 0;
  }
  .shop-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .shop-toolbar h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #444f60;
  }
  .shop-toolbar .links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #98a9c3;
  }
  .shop-toolbar .links .link:hover {
    color: #8c8cf9;
  }
  .shop-toolbar .links .link:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .shop-toolbar .links .link span {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .shop-toolbar .links .link svg {
    height: 20px;
    width: 20px;
    margin-left: 0.5rem;
    -webkit-transition: stroke 0.3s, -webkit-transform 0.3s;
    transition: stroke 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, stroke 0.3s;
    transition: transform 0.3s, stroke 0.3s, -webkit-transform 0.3s;
  }
  .popular-categories .box.is-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e8ee;
    border-radius: 0.75rem;
    padding: 1.75rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: background-color 0.3s, border 0.3s,
      -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, box-shadow 0.3s,
      -webkit-box-shadow 0.3s;
    cursor: pointer;
    margin-bottom: 1.5rem;
  }
  .popular-categories .box.is-category:hover {
    background: #8c8cf9;
    border-color: #8c8cf9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .popular-categories .box.is-category:hover .left h3,
  .popular-categories .box.is-category:hover .left p {
    color: #fff;
  }
  .popular-categories .box.is-category:hover .left p {
    color: #fff !important;
    opacity: 0.75;
  }
  .popular-categories .box.is-category:hover .right img {
    -webkit-transform: scale(1.25) translateY(-5px);
    transform: scale(1.25) translateY(-5px);
  }
  .popular-categories .box.is-category .left {
    width: 60%;
  }
  .popular-categories .box.is-category .left h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.25rem;
    color: #444f60;
  }
  .popular-categories .box.is-category .left p {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #444f60;
  }
  .popular-categories .box.is-category .left p:last-child {
    font-weight: 500;
    margin-top: 0.55rem;
    color: #98a9c3;
  }
  .popular-categories .box.is-category .right {
    position: relative;
    width: 40%;
    min-height: 120px;
  }
  .popular-categories .box.is-category .right img {
    position: absolute;
    top: -20%;
    right: 0;
    width: 100%;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .grid-products .grid-products-inner.is-carousel .grid-product {
    margin: 0 0.75rem;
  }
  .grid-products .grid-products-inner .grid-product {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e8ee;
    background: #fff;
    border-radius: 0.65rem;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .grid-products .grid-products-inner .grid-product:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .grid-products .grid-products-inner .grid-product:hover .grid-product-rating {
    opacity: 1;
  }
  .grid-products .grid-products-inner .grid-product:hover .buttons .button {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-price {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-price::before {
    content: "$";
  }
  .grid-products .grid-products-inner .grid-product .grid-product-rating {
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-rating i {
    font-size: 10px;
    color: #e4e7f2;
  }
  .grid-products
    .grid-products-inner
    .grid-product
    .grid-product-rating
    i.highlighted {
    color: #ffd663;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-image img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    margin: 0 auto 1rem auto;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info {
    display: block;
    margin-bottom: 1rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info h4 {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info h3 {
    font-size: 1.1rem;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    margin-bottom: 0.5rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info p {
    color: #999;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
  }
  .grid-products .grid-products-inner .grid-product .buttons .button {
    font-family: "Roboto", sans-serif;
    min-height: 42px;
    line-height: 2;
  }
  .brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .brands .brand {
    display: block;
    width: 20%;
    text-align: center;
  }
  .brands .brand img {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }
  .brands .brand h3 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #444f60;
    margin-top: 10px;
  }
  .brands .brand span {
    font-size: 0.85rem;
    color: #999;
    font-weight: 500;
  }
  .supported-providers {
    display: block;
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
    text-align: center;
    max-width: 580px;
    padding: 3rem;
    margin: 2rem auto 0 auto;
  }
  .supported-providers h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .supported-providers p {
    color: #4f5b6f;
  }
  .supported-providers .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .supported-providers .providers img {
    display: block;
    max-height: 30px;
    max-width: 70px;
    margin-right: 1rem;
  }
  .has-section-image {
    position: relative;
    min-height: 750px;
  }
  .has-section-image img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
  }
  @media (max-width: 767px) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box {
      min-width: 100vw;
    }
    .shop-hero .shop-hero-box:not(:first-child) {
      display: none;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 2.8rem !important;
      line-height: 40px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.75rem !important;
    }
    .shop-toolbar h4 {
      font-size: 1.4rem;
    }
    .brands {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .brands .brand {
      width: 50% !important;
      margin-bottom: 16px;
    }
    .has-section-image {
      min-height: 580px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box {
      min-width: 50vw;
    }
    .shop-hero .shop-hero-box:nth-child(3) {
      display: none;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 1.8rem !important;
      line-height: 28px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.75rem !important;
    }
    .popular-categories .columns,
    .grid-products .columns {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .popular-categories .columns .column,
    .grid-products .columns .column {
      min-width: 50%;
    }
    .shop-icon-features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .has-section-image {
      min-height: 620px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 2rem !important;
      line-height: 26px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.68rem !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .product-mockup {
    max-height: 640px;
    width: auto;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767px) {
    .product-mockup {
      max-height: 290px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-mockup {
      max-height: 440px;
    }
  }
  .gallery-wrapper .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery-wrapper .gallery img,
  .gallery-wrapper .gallery a {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallery-wrapper .gallery a:first-child {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .gallery-wrapper .gallery a:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .product-page-section {
    padding-top: 0;
  }
  .product-page-v1 .product-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .product-page-v1 .product-head .left {
    position: relative;
    width: 60%;
    overflow: hidden;
  }
  .product-page-v1 .product-head .left .product-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0.5rem;
    height: 70px;
    width: 70px;
    margin-bottom: 0.75rem;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb.is-active {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-head
    .left
    .product-thumbs
    .product-thumb.is-active
    img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: filter 0.3s, opacity 0.3s;
    transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
  }
  .product-page-v1 .product-head .left .product-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-page-v1 .product-head .left .product-image.is-active {
    opacity: 1;
  }
  .product-page-v1 .product-head .right {
    width: 40%;
  }
  .product-page-v1 .product-head .right .product-description {
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .product-page-v1 .product-head .right .product-description > span {
    font-size: 0.9rem;
    color: #8c8cf9;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .product-page-v1 .product-head .right .product-description h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-page-v1 .product-head .right .product-description h1 .product-name {
    font-family: "Nexa Light", sans-serif;
    font-size: 2.75rem;
    color: #444f60;
    letter-spacing: -2px;
  }
  .product-page-v1 .product-head .right .product-description h1 .product-price {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    color: #444f60;
  }
  .product-page-v1
    .product-head
    .right
    .product-description
    h1
    .product-price::before {
    content: "$";
  }
  .product-page-v1 .product-head .right .product-description p {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #98a9c3;
    line-height: 24px;
  }
  .product-page-v1 .product-head .right .product-colors {
    margin-bottom: 30px;
  }
  .product-page-v1 .product-head .right .product-colors > span {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #98a9c3;
    margin-bottom: 20px;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-colors .color-selector div {
    display: inline-block;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"] {
    display: none;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e1e8ee;
    border-radius: 50%;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    .indicator {
    position: absolute;
    top: -2px;
    right: -2px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #06d6a0 !important;
    color: #fff;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    .indicator
    svg {
    height: 10px;
    width: 10px;
    stroke-width: 4px;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    span:not(.indicator) {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]:checked
    + label
    .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#red
    + label
    span {
    background-color: #c91524;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#blue
    + label
    span {
    background-color: #314780;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#black
    + label
    span {
    background-color: #323232;
  }
  .product-page-v1 .product-head .right .product-options {
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
  }
  .product-page-v1 .product-head .right .product-options > span {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #98a9c3;
    margin-bottom: 20px;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-options a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
  }
  .product-page-v1 .product-head .right .product-options a svg {
    height: 18px;
    width: 18px;
    stroke: #98a9c3;
    margin-right: 0.5rem;
  }
  .product-page-v1 .product-head .right .product-options a span {
    color: #98a9c3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-options .option-selector {
    margin-bottom: 20px;
  }
  .product-page-v1 .product-head .right .product-options .option-selector button {
    border: 2px solid #e1e8ee;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    color: #5e6977;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:hover,
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:active,
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:focus {
    border: 2px solid #86939e;
    outline: none;
  }
  .product-page-v1 .product-head .right .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-page-v1 .product-head .right .product-actions .cart-btn {
    display: inline-block;
    background-color: #8c8cf9;
    min-width: 140px;
    border-radius: 6px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .product-page-v1 .product-head .right .product-actions .cart-btn:hover {
    background-color: #a4a4fa;
  }
  .product-page-v1 .product-head .right .product-actions .wishlist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e1e8ee;
    -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .product-page-v1 .product-head .right .product-actions .wishlist-btn:hover {
    border-color: #e62965;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn:hover
    span:first-child
    small {
    color: #444f60;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn:hover
    span:nth-child(2) {
    color: #e62965;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child
    svg {
    height: 18px;
    width: 18px;
    stroke: #e62965;
    fill: #e62965;
    margin-right: 0.25rem;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child
    small {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #98a9c3;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:nth-child(2) {
    position: relative;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .product-page-v1 .product-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5rem;
    border-bottom: 1px solid #e1e8ee;
  }
  .product-page-v1 .product-body .product-info {
    width: 60%;
    padding-right: 3rem;
  }
  .product-page-v1 .product-body .product-info .tabs ul {
    padding-bottom: 0;
  }
  .product-page-v1 .product-body .product-info .navtab-content {
    padding: 0;
  }
  .product-page-v1 .product-body .product-info .content {
    margin-top: 1.5rem;
    padding: 4rem;
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
  }
  .product-page-v1 .product-body .product-info .content h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .product-page-v1 .product-body .product-info .content p {
    font-size: 1.1rem;
    color: #4f5b6f;
  }
  .product-page-v1 .product-body .product-info .content p + h4 {
    margin-top: 2.5rem;
  }
  .product-page-v1 .product-body .product-info .content .product-specs {
    padding-top: 2rem;
  }
  .product-page-v1 .product-body .product-info .content .product-specs .table td {
    font-family: "Roboto", sans-serif;
    color: #444f60;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-specs
    .table
    td:first-child {
    font-weight: 500;
  }
  .product-page-v1 .product-body .product-info .content .product-reviews {
    padding-top: 2rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .product-review:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-left {
    margin-left: 0;
    margin-right: 0.75rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-content
    i {
    font-size: 12px;
    color: #e4e7f2;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-content
    i.highlighted {
    color: #ffd663;
  }
  .product-page-v1 .product-body .product-meta {
    width: 40%;
    padding-left: 4rem;
  }
  .product-page-v1 .product-body .product-meta .flex-card,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item,
  .product-page-v1 .product-body .product-meta .profile-card,
  .product-page-v1 .product-body .product-meta .project-card,
  .product-page-v1 .product-body .product-meta .network-grid .network-card,
  .network-grid .product-page-v1 .product-body .product-meta .network-card {
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
  }
  .product-page-v1 .product-body .product-meta .flex-card h4,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    h4,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    h4,
  .product-page-v1 .product-body .product-meta .profile-card h4,
  .product-page-v1 .product-body .product-meta .project-card h4,
  .product-page-v1 .product-body .product-meta .network-grid .network-card h4,
  .network-grid .product-page-v1 .product-body .product-meta .network-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .product-page-v1 .product-body .product-meta .flex-card p,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    p,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    p,
  .product-page-v1 .product-body .product-meta .profile-card p,
  .product-page-v1 .product-body .product-meta .project-card p,
  .product-page-v1 .product-body .product-meta .network-grid .network-card p,
  .network-grid .product-page-v1 .product-body .product-meta .network-card p {
    color: #4f5b6f;
  }
  .product-page-v1 .product-body .product-meta .flex-card .providers,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .providers,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    .providers,
  .product-page-v1 .product-body .product-meta .profile-card .providers,
  .product-page-v1 .product-body .product-meta .project-card .providers,
  .product-page-v1
    .product-body
    .product-meta
    .network-grid
    .network-card
    .providers,
  .network-grid
    .product-page-v1
    .product-body
    .product-meta
    .network-card
    .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page-v1 .product-body .product-meta .flex-card .providers img,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .providers
    img,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    .providers
    img,
  .product-page-v1 .product-body .product-meta .profile-card .providers img,
  .product-page-v1 .product-body .product-meta .project-card .providers img,
  .product-page-v1
    .product-body
    .product-meta
    .network-grid
    .network-card
    .providers
    img,
  .network-grid
    .product-page-v1
    .product-body
    .product-meta
    .network-card
    .providers
    img {
    display: block;
    max-height: 30px;
    max-width: 70px;
    margin-right: 1rem;
  }
  .product-page-v1 .product-footer {
    padding: 5rem 0;
  }
  .product-page-v1 .product-footer .footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .product-page-v1 .product-footer .footer-title h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    color: #444f60;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e8ee;
    background: #fff;
    border-radius: 0.65rem;
    margin: 0 0.75rem;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover
    .related-product-rating {
    opacity: 1;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover
    .buttons
    .button {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-price {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-price::before {
    content: "$";
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating {
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating
    i {
    font-size: 10px;
    color: #e4e7f2;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating
    i.highlighted {
    color: #ffd663;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-image
    img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    margin: 0 auto;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info {
    margin-bottom: 1rem;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info
    h4 {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info
    h3 {
    font-size: 1.1rem;
    font-family: "Nexa Bold", sans-serif;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .buttons
    .button {
    font-family: "Roboto", sans-serif;
  }
  @media only screen and (max-width: 767px) {
    .product-page-v1 {
      margin-top: 2rem;
    }
    .product-page-v1 .product-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-head .left {
      width: 100%;
      min-height: 300px;
    }
    .product-page-v1 .product-head .left .product-thumbs .product-thumb {
      height: 40px;
      width: 40px;
    }
    .product-page-v1 .product-head .right {
      width: 100%;
    }
    .product-page-v1 .product-head .right .product-description h1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .product-page-v1 .product-head .right .product-description h1 .product-price {
      margin-bottom: 1rem;
    }
    .product-page-v1
      .product-head
      .right
      .product-actions
      .wishlist-btn
      span:first-child {
      display: none;
    }
    .product-page-v1 .product-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-body .product-info {
      width: 100%;
      padding-right: 0;
    }
    .product-page-v1 .product-body .product-info .content {
      padding: 2rem;
      margin-bottom: 2.5rem;
    }
    .product-page-v1 .product-body .product-meta {
      width: 100%;
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-page-v1 {
      margin-top: 2rem;
    }
    .product-page-v1 .product-head .left {
      width: 44%;
    }
    .product-page-v1 .product-head .left .product-thumbs .product-thumb {
      height: 50px;
      width: 50px;
    }
    .product-page-v1 .product-head .right {
      width: 56%;
      padding-left: 3rem;
    }
    .product-page-v1 .product-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-body .product-info {
      width: 100%;
      padding-right: 0;
    }
    .product-page-v1 .product-body .product-info .content {
      padding: 2rem;
      margin-bottom: 2.5rem;
    }
    .product-page-v1 .product-body .product-meta {
      width: 100%;
      padding-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .coupon-area {
    margin-top: 2rem;
  }
  .coupon-area h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #444f60;
  }
  .coupon-area p {
    color: #999;
    font-size: 0.95rem;
  }
  .coupon-area .field {
    margin-top: 10px;
    max-width: 580px;
  }
  .coupon-area .field .control {
    position: relative;
  }
  .coupon-area .field .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    width: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coupon-area .field .control .form-icon i {
    font-size: 1.55rem;
    color: #cecece;
  }
  .coupon-area .field .control .input {
    padding-left: 58px;
    height: 58px;
    border-radius: 0.65rem;
    font-size: 1.1rem;
  }
  .coupon-area .field .control .button {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 44px;
    min-width: 164px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .coupon-area .field .control .button:hover {
    background: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
  }
  @media (max-width: 767px) {
    .coupon-area .field .control .button {
      position: static;
      margin-top: 42px;
      height: 54px;
      width: 100%;
      font-size: 1.2rem;
    }
  }
  .cart-summary {
    padding-left: 20px;
  }
  .cart-summary .summary-header h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    margin-top: 1.25rem;
    padding-bottom: 14px;
  }
  .cart-summary .summary-card {
    position: relative;
    padding: 2rem;
    border-radius: 0.65rem;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .cart-summary .summary-card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .cart-summary .summary-card > h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 14px;
  }
  .cart-summary .summary-card > p {
    color: #8896ab !important;
  }
  .cart-summary .summary-card .order-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart-summary .summary-card .order-line:not(:last-child) {
    margin-bottom: 12px;
  }
  .cart-summary .summary-card .order-line span {
    display: block;
    font-family: "Roboto", sans-serif;
  }
  .cart-summary .summary-card .order-line span:first-child {
    font-size: 1rem;
    font-weight: 400;
    color: #98a9c3;
  }
  .cart-summary .summary-card .order-line span:first-child.is-total {
    color: #444f60;
  }
  .cart-summary .summary-card .order-line span:nth-child(2) {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
  }
  .cart-summary .summary-card .order-line span:nth-child(2):before {
    content: "$";
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-total {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-size: 0.9rem;
    color: #98a9c3;
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-text:before {
    content: "";
  }
  .cart-summary .summary-card img {
    display: block;
    max-width: 60px;
    margin: 0 auto 20px auto;
  }
  .cart-summary .summary-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    color: #444f60;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .cart-summary .summary-card p {
    font-size: 0.9rem;
    color: #999;
  }
  .cart-summary .summary-card .button.is-loading {
    color: rgba(0, 0, 0, 0) !important;
  }
  @media only screen and (max-width: 767px) {
    .cart-summary {
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .cart-summary {
      padding-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .payment-process {
    text-align: left;
  }
  .payment-process .payment-process-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment-process .payment-process-block.has-padding-bottom {
    padding-bottom: 5rem;
  }
  .payment-process .payment-process-block + .payment-process-block {
    margin-top: 10rem;
  }
  .payment-process .payment-process-block .payment-process-left,
  .payment-process .payment-process-block .payment-process-right {
    width: 50%;
  }
  .payment-process .payment-process-block .payment-process-left {
    padding-right: 3rem;
  }
  .payment-process .payment-process-block .payment-process-right {
    padding-left: 3rem;
  }
  .payment-process .action-box.is-pushed {
    padding-left: 5rem;
  }
  .payment-process .intructions-block {
    max-width: 450px;
  }
  .payment-process .intructions-block h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.75rem;
    color: #444f60;
  }
  .payment-process .intructions-block p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.75rem;
  }
  .payment-process .intructions-block .checkbox-wrap {
    padding: 0;
  }
  .payment-process .intructions-block .checkbox-wrap a {
    color: #8c8cf9;
  }
  .payment-process .shipping-methods-grid,
  .payment-process .payment-methods-grid {
    margin: 20px 0;
  }
  .payment-process .shipping-methods-grid .method-card,
  .payment-process .payment-methods-grid .method-card {
    position: relative;
    width: 100%;
  }
  .payment-process .shipping-methods-grid .method-card:hover .method-card-inner,
  .payment-process .payment-methods-grid .method-card:hover .method-card-inner {
    border-color: #444f60;
  }
  .payment-process .shipping-methods-grid .method-card > input,
  .payment-process .payment-methods-grid .method-card > input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner {
    border-color: #8c8cf9;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    img,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    .indicator,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .payment-process .shipping-methods-grid .method-card .method-card-inner,
  .payment-process .payment-methods-grid .method-card .method-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #cecece;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container,
  .payment-process .payment-methods-grid .method-card .icon-container {
    position: relative;
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin: 0 auto;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container img,
  .payment-process .payment-methods-grid .method-card .icon-container img {
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container .indicator,
  .payment-process .payment-methods-grid .method-card .icon-container .indicator {
    position: absolute;
    bottom: -18px;
    left: -12px;
    height: 26px;
    width: 26px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8c8cf9;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    .icon-container
    .indicator
    svg,
  .payment-process
    .payment-methods-grid
    .method-card
    .icon-container
    .indicator
    svg {
    height: 10px;
    width: 10px;
    stroke-width: 5px;
    stroke: #fff;
  }
  .payment-process .shipping-methods-grid .method-card .meta,
  .payment-process .payment-methods-grid .method-card .meta {
    margin-left: 16px;
  }
  .payment-process .shipping-methods-grid .method-card .meta h3,
  .payment-process .payment-methods-grid .method-card .meta h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #444f60;
  }
  .payment-process .shipping-methods-grid .method-card .meta p,
  .payment-process .payment-methods-grid .method-card .meta p {
    line-height: 1.2;
    font-size: 0.9rem;
  }
  .payment-process .payment-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .payment-process .payment-form .input {
    background: #fff;
  }
  .payment-process .payment-form .select {
    width: 100%;
  }
  .payment-process .payment-form .select select {
    width: 100%;
  }
  .payment-process .payment-form .payment-button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .payment-process .payment-process-navigation {
    padding: 4rem 0;
  }
  .payment-process .payment-process-navigation .button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .payment-process .checkout-success {
    min-height: calc(80vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment-process .checkout-success .success-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #cecece;
    padding: 40px;
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
  }
  .payment-process .checkout-success .success-card .success-content {
    max-width: 400px;
    margin: 0 auto;
  }
  .payment-process .checkout-success .success-card .success-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    color: #444f60;
    font-weight: 600;
  }
  .payment-process .checkout-success .success-card .success-content p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    color: #999;
  }
  .payment-process
    .checkout-success
    .success-card
    .success-content
    .button-wrap
    .button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  @media only screen and (max-width: 767px) {
    .payment-process .payment-process-block + .payment-process-block {
      margin-top: 5rem;
    }
    .payment-process .payment-process-block:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .payment-process .payment-process-block:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .payment-process .payment-process-block .payment-process-left,
    .payment-process .payment-process-block .payment-process-right {
      width: 100%;
      padding: 0;
    }
    .payment-process .payment-process-block .action-box.is-pushed {
      padding-left: 0;
    }
    .payment-process .payment-process-block .payment-form {
      margin-top: 2rem;
    }
    .payment-process .shipping-methods-grid .columns,
    .payment-process .payment-methods-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .payment-process .shipping-methods-grid .columns .column,
    .payment-process .payment-methods-grid .columns .column {
      min-width: 50%;
      max-width: 50%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.25rem;
      text-align: center;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container {
      height: 32px;
      width: 32px;
      max-width: 32px;
      margin-bottom: 1.75rem;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img {
      width: 100%;
      max-width: 100%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .payment-process .payment-process-block + .payment-process-block {
      margin-top: 5rem;
    }
    .payment-process .payment-process-block:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .payment-process .payment-process-block:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .payment-process .payment-process-block .payment-process-left,
    .payment-process .payment-process-block .payment-process-right {
      width: 100%;
      padding: 0;
    }
    .payment-process .payment-process-block .action-box.is-pushed {
      padding-left: 0;
    }
    .payment-process .payment-process-block .payment-form {
      margin-top: 2rem;
    }
    .payment-process
      .payment-process-block
      .intructions-block.is-tablet-p-centered {
      margin: 0 auto !important;
      text-align: center;
    }
    .payment-process .shipping-methods-grid .columns,
    .payment-process .payment-methods-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .payment-process .shipping-methods-grid .columns .column,
    .payment-process .payment-methods-grid .columns .column {
      min-width: 33.3%;
      max-width: 33.3%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container {
      margin-bottom: 1rem;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img {
      width: 100%;
      max-width: 100%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .payment-process .payment-process-block:nth-child(odd) .payment-process-left {
      width: 60%;
    }
    .payment-process
      .payment-process-block:nth-child(odd)
      .payment-process-right {
      width: 40%;
    }
    .payment-process
      .payment-process-block:nth-child(even)
      .payment-process-left {
      width: 40%;
    }
    .payment-process
      .payment-process-block:nth-child(even)
      .payment-process-right {
      width: 60%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .image-grid figure {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
  }
  .image-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
  }
  .image-grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-grid figure figcaption:before,
  .image-grid figure figcaption:after {
    pointer-events: none;
  }
  .image-grid figure figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  .image-grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0;
  }
  .image-grid figure h2 span {
    font-weight: 800;
  }
  .image-grid figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  .image-grid figure p span {
    font-size: 75% !important;
    color: #fff;
  }
  figure.cornered img {
    max-width: none;
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  figure.cornered h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
  }
  figure.cornered:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  figure.cornered:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.cornered p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  figure.team-hover figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  figure.team-hover h2 {
    float: left;
    display: inline-block;
  }
  figure.team-hover p.icon-links a {
    float: right !important;
    color: #3c4a50;
    font-size: 1.4em;
  }
  figure.team-hover p.icon-links a:hover span::before {
    color: #8c8cf9;
  }
  figure.team-hover p.description {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    bottom: 65px;
    padding: 1em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
  }
  figure.team-hover h2,
  figure.team-hover p.icon-links a {
    position: static;
    width: auto;
    height: auto;
    z-index: 1000;
    text-indent: 0 !important;
    white-space: nowrap;
    opacity: inherit;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  figure.team-hover p.icon-links a span::before {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: -5px;
    padding: 8px 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #444f60;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  figure.team-hover .icon-twitter::before {
    content: "";
  }
  figure.team-hover .icon-linkedin::before {
    content: "";
  }
  figure.team-hover .icon-dribbble::before {
    content: "";
  }
  figure.team-hover:hover p.icon-links a:hover,
  figure.team-hover:hover p.icon-links a:focus {
    color: #252d31;
  }
  figure.team-hover:hover p.description {
    opacity: 1;
  }
  figure.team-hover:hover figcaption,
  figure.team-hover:hover h2,
  figure.team-hover:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-hover:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  figure.team-hover:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.team-hover:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.team-hover:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.team-slanted {
    background: #162633;
    text-align: left;
  }
  figure.team-slanted img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  figure.team-slanted figcaption::before {
    position: absolute;
    top: 95%;
    left: 10%;
    width: 200%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  figure.team-slanted .member-position {
    position: static !important;
    font-size: 0.9rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  figure.team-slanted h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  figure.team-slanted p {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0 1.5em 7% 0;
  }
  figure.team-slanted a {
    margin: 0 10px;
    color: #5d504f;
    font-size: 170% !important;
    position: static !important;
    width: auto;
    height: auto;
    text-indent: 0 !important;
    white-space: nowrap;
    opacity: 1 !important;
  }
  figure.team-slanted a:hover,
  figure.team-slanted a:focus {
    color: #8c8cf9;
  }
  figure.team-slanted p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  figure.team-slanted:hover img {
    opacity: 0.6;
  }
  figure.team-slanted:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-slanted:hover figcaption::before {
    opacity: 0.9;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  figure.team-slanted:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-slanted:hover p a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  figure.team-slanted:hover p a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.team-slanted:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.team-slanted:hover .member-position {
    opacity: 1;
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .side-block {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: 2;
  }
  .side-block .background-wrapper {
    background-color: #344258;
    border-radius: 10px;
    overflow: visible;
  }
  .side-block .background-wrapper .video-wrapper {
    position: relative;
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
  }
  .side-block .background-wrapper .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .side-block .background-wrapper .video-wrapper .video-overlay {
    position: absolute;
    width: 100%;
    background-size: cover;
    filter: alpha(opacity=35);
    opacity: 0.2;
  }
  .side-block .background-wrapper .video-wrapper .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -63px;
    cursor: pointer;
  }
  .side-block .background-wrapper .video-wrapper .playbutton .icon-play i {
    font-size: 6rem;
    color: #8c8cf9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .side-block .background-wrapper .video-wrapper .playbutton .icon-play i:hover {
    color: #7f00ff;
  }
  .bulkit-player-container {
    margin: 0 auto;
    overflow: hidden;
  }
  .bulkit-player-container.is-square {
    position: relative;
    height: 440px;
    width: 480px;
  }
  .bulkit-player-container.is-square .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.is-square .plyr__video-wrapper {
    height: 440px;
    width: 480px;
  }
  .bulkit-player-container.is-4by3 {
    position: relative;
    padding-top: 75%;
    width: 100%;
    max-width: 840px;
  }
  .bulkit-player-container.is-4by3 .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.is-16by9 {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    max-width: 840px;
  }
  .bulkit-player-container.is-16by9 .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid {
    background: #fff !important;
    border: 1px solid #8c8cf9;
    color: #8c8cf9 !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid:hover {
    background: #8c8cf9 !important;
    border-color: #8c8cf9 !important;
    color: #fff !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid:hover
    svg {
    fill: #fff !important;
    stroke: #fff !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid
    svg {
    fill: none;
    stroke: #8c8cf9;
    stroke-width: 1.6px;
  }
  .bulkit-player-container video,
  .bulkit-player-container > div {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .bulkit-player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bulkit-player-container .plyr__video-wrapper {
    position: static;
  }
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    background: #8c8cf9 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .plyr--video .plyr__control.plyr__tab-focus,
  .plyr--video .plyr__control:hover,
  .plyr--video .plyr__control[aria-expanded="true"],
  .plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
    background: #8c8cf9;
  }
  .plyr--full-ui input[type="range"] {
    color: #8c8cf9;
  }
  .plyr__controls {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .plyr--paused .plyr__controls,
  .plyr--stopped .plyr__controls {
    opacity: 0;
    pointer-events: none;
  }
  @media only screen and (max-width: 767px) {
    .bulkit-player-container.is-square {
      height: 303px;
      width: 330px;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  @media (max-width: 767px) {
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .is-mega-menu-title {
      color: #fff;
    }
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:active,
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:focus {
      background: #3c4c65;
    }
    .navbar .navbar-item.mobile-account {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.mobile-account .account-dropdown .dropdown-menu {
      width: calc(100vw - 20px);
    }
    .navbar .navbar-item.mobile-account .account-dropdown .dropdown-item {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 1rem;
    }
    .navbar .navbar-item.mobile-cart,
    .navbar .navbar-item.mobile-wishlist {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.mobile-cart .shopping-cart,
    .navbar .navbar-item.mobile-cart .shopping-wishlist,
    .navbar .navbar-item.mobile-wishlist .shopping-cart,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist {
      width: calc(100vw - 20px);
      position: fixed;
      top: 68px;
      left: 10px;
    }
    .navbar .navbar-item.mobile-cart .shopping-cart::before,
    .navbar .navbar-item.mobile-cart .shopping-cart::after,
    .navbar .navbar-item.mobile-wishlist .shopping-cart::before,
    .navbar .navbar-item.mobile-wishlist .shopping-cart::after {
      left: 79%;
    }
    .navbar .navbar-item.mobile-cart .shopping-wishlist::before,
    .navbar .navbar-item.mobile-cart .shopping-wishlist::after,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist::before,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist::after {
      left: 62%;
    }
    .navbar .navbar-item.is-mega .is-megamenu {
      max-height: 275px;
      overflow-y: auto;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
      display: none;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
      width: 49%;
      max-width: 49%;
      display: inline-block !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
      display: none;
    }
    .navbar
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .level
      .level-right
      .level-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .is-flex-center-mobile {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .is-centered-mobile {
      text-align: center;
    }
    .is-centered-mobile .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    form button[type="submit"] {
      width: 100% !important;
    }
  }
  @media (max-width: 768px) {
    .navbar.navbar-light.is-dark-mobile {
      background: #344258 !important;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu {
      background: #344258 !important;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu a {
      color: #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger
      i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger
      i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .child-menu
      ul
      li
      a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #d9d9d9;
    }
    .navbar .navbar-menu .navbar-link,
    .navbar .navbar-menu .navbar-item,
    .navbar .navbar-menu .navbar-dropdown {
      width: 100%;
      text-align: center;
    }
    .navbar .navbar-menu .navbar-link:after {
      display: block !important;
      right: 43%;
    }
    .navbar .navbar-menu .button {
      width: 100%;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-menu .mobile-drop .child-menu ul li a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #999;
    }
    .navbar-brand {
      min-height: 4.6rem;
    }
    .custom-burger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-burger {
      height: 4.6rem;
      width: 4.6rem;
    }
    .level-left.level-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .level-left.level-social .level-item:last-child .icon i {
      position: relative !important;
    }
    #main-hero {
      max-height: 100vh;
      background-position-x: 55% !important;
    }
    .parallax-overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0 !important;
    }
    .title.section-title {
      font-size: 2rem !important;
    }
    .three-grid .column,
    .four-grid .column,
    .five-grid .column {
      border: none !important;
    }
    .three-grid .is-separator,
    .four-grid .is-separator,
    .five-grid .is-separator {
      border: none !important;
    }
    .single-image-carousel .image-wrapper img {
      min-height: 50px !important;
    }
    .single-image-carousel .image-wrapper .caption {
      display: none;
    }
    #navigation-trigger,
    .navigation-close {
      opacity: 1 !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .is-mega-menu-title {
      color: #fff;
    }
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:active,
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:focus {
      background: #3c4c65;
    }
    .navbar .navbar-item.mobile-account,
    .navbar .navbar-item.mobile-cart,
    .navbar .navbar-item.mobile-wishlist {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu {
      max-height: 275px;
      overflow-y: auto;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
      display: none;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
      width: 49%;
      max-width: 49%;
      display: inline-block !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
      display: none;
    }
    .navbar
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .level
      .level-right
      .level-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .columns {
      padding: 0 10%;
    }
    .columns.is-tablet-portrait {
      padding: 10%;
    }
    .columns.is-not-tablet-portrait {
      padding: 0 !important;
    }
    p.is-tablet-padded {
      padding: 0 10%;
    }
    .is-flex-center-mobile {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .is-centered-mobile {
      text-align: center;
    }
    .is-centered-mobile .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .is-centered-tablet-portrait {
      text-align: center;
    }
    .is-flex-portrait {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .is-flex-portrait .flex-portrait-4 {
      min-width: 33.3%;
    }
    #component-page .hero .hero-body .column.is-4 {
      text-align: center !important;
    }
  }
  @media (max-width: 1007px) {
    .column.slide-description > *:first-child {
      padding-top: 60px;
    }
    .column.slide-description > *:last-child {
      padding-bottom: 60px;
    }
    .account {
      display: none;
    }
    .media-card {
      min-height: 300px !important;
    }
    .column.is-4.media-stretch {
      width: 100% !important;
    }
    .column.is-4.media-stretch .media-card-image {
      min-height: 150px;
    }
    .mcard-controls {
      position: relative !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar-brand {
      min-height: 4.6rem;
      height: 4.6rem;
    }
    .navbar.navbar-light.is-dark-mobile {
      background: #344258;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu {
      background: #344258;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu a {
      color: #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger
      i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger
      i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .child-menu
      ul
      li
      a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #d9d9d9;
    }
    .navbar .navbar-item.has-dropdown .navbar-link:after {
      right: 20%;
    }
    .navbar .navbar-menu .navbar-link,
    .navbar .navbar-menu .navbar-item,
    .navbar .navbar-menu .navbar-dropdown {
      text-align: center;
    }
    .navbar .navbar-menu .navbar-link:after {
      display: block !important;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-menu .mobile-drop .child-menu ul li a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #999;
    }
    .navbar .navbar-menu .button {
      width: 100%;
    }
    .navbar .navbar-menu #signup-btn {
      width: 30% !important;
    }
  }
  .navbar .navbar-menu.is-active .navbar-item.has-dropdown.is-hidden-mobile {
    display: none !important;
  }
  @media only screen and (max-width: 1023px) {
    .custom-burger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: #fff url("/assets/fonts/ajax-loader.gif") center center no-repeat;
  }
  @font-face {
    font-family: "slick";
    src: url("/assets/fonts/slick.eot");
    src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"),
      url("/assets/fonts/slick.woff") format("woff"),
      url("/assets/fonts/slick.ttf") format("truetype"),
      url("/assets/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  .slick-next {
    right: -25px;
  }
  .slick-next:before {
    content: "→";
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
  }
  uct-meta .network-card .providers img {
    display: block;
    max-height: 30px;
    max-width: 70px;
    margin-right: 1rem;
  }
  .product-page-v1 .product-footer {
    padding: 5rem 0;
  }
  .product-page-v1 .product-footer .footer-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .product-page-v1 .product-footer .footer-title h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    color: #444f60;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e8ee;
    background: #fff;
    border-radius: 0.65rem;
    margin: 0 0.75rem;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover
    .related-product-rating {
    opacity: 1;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product:hover
    .buttons
    .button {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-price {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-price::before {
    content: "$";
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating {
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating
    i {
    font-size: 10px;
    color: #e4e7f2;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-rating
    i.highlighted {
    color: #ffd663;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-image
    img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    margin: 0 auto;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info {
    margin-bottom: 1rem;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info
    h4 {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .related-product-info
    h3 {
    font-size: 1.1rem;
    font-family: "Nexa Bold", sans-serif;
  }
  .product-page-v1
    .product-footer
    .related-products
    .related-products-inner
    .related-product
    .buttons
    .button {
    font-family: "Roboto", sans-serif;
  }
  @media only screen and (max-width: 767px) {
    .product-page-v1 {
      margin-top: 2rem;
    }
    .product-page-v1 .product-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-head .left {
      width: 100%;
      min-height: 300px;
    }
    .product-page-v1 .product-head .left .product-thumbs .product-thumb {
      height: 40px;
      width: 40px;
    }
    .product-page-v1 .product-head .right {
      width: 100%;
    }
    .product-page-v1 .product-head .right .product-description h1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .product-page-v1 .product-head .right .product-description h1 .product-price {
      margin-bottom: 1rem;
    }
    .product-page-v1
      .product-head
      .right
      .product-actions
      .wishlist-btn
      span:first-child {
      display: none;
    }
    .product-page-v1 .product-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-body .product-info {
      width: 100%;
      padding-right: 0;
    }
    .product-page-v1 .product-body .product-info .content {
      padding: 2rem;
      margin-bottom: 2.5rem;
    }
    .product-page-v1 .product-body .product-meta {
      width: 100%;
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-page-v1 {
      margin-top: 2rem;
    }
    .product-page-v1 .product-head .left {
      width: 44%;
    }
    .product-page-v1 .product-head .left .product-thumbs .product-thumb {
      height: 50px;
      width: 50px;
    }
    .product-page-v1 .product-head .right {
      width: 56%;
      padding-left: 3rem;
    }
    .product-page-v1 .product-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .product-page-v1 .product-body .product-info {
      width: 100%;
      padding-right: 0;
    }
    .product-page-v1 .product-body .product-info .content {
      padding: 2rem;
      margin-bottom: 2.5rem;
    }
    .product-page-v1 .product-body .product-meta {
      width: 100%;
      padding-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .coupon-area {
    margin-top: 2rem;
  }
  .coupon-area h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #444f60;
  }
  .coupon-area p {
    color: #999;
    font-size: 0.95rem;
  }
  .coupon-area .field {
    margin-top: 10px;
    max-width: 580px;
  }
  .coupon-area .field .control {
    position: relative;
  }
  .coupon-area .field .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    width: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .coupon-area .field .control .form-icon i {
    font-size: 1.55rem;
    color: #cecece;
  }
  .coupon-area .field .control .input {
    padding-left: 58px;
    height: 58px;
    border-radius: 0.65rem;
    font-size: 1.1rem;
  }
  .coupon-area .field .control .button {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 44px;
    min-width: 164px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .coupon-area .field .control .button:hover {
    background: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
  }
  @media (max-width: 767px) {
    .coupon-area .field .control .button {
      position: static;
      margin-top: 42px;
      height: 54px;
      width: 100%;
      font-size: 1.2rem;
    }
  }
  .cart-summary {
    padding-left: 20px;
  }
  .cart-summary .summary-header h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    margin-top: 1.25rem;
    padding-bottom: 14px;
  }
  .cart-summary .summary-card {
    position: relative;
    padding: 2rem;
    border-radius: 0.65rem;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .cart-summary .summary-card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .cart-summary .summary-card > h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 14px;
  }
  .cart-summary .summary-card > p {
    color: #8896ab !important;
  }
  .cart-summary .summary-card .order-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart-summary .summary-card .order-line:not(:last-child) {
    margin-bottom: 12px;
  }
  .cart-summary .summary-card .order-line span {
    display: block;
    font-family: "Roboto", sans-serif;
  }
  .cart-summary .summary-card .order-line span:first-child {
    font-size: 1rem;
    font-weight: 400;
    color: #98a9c3;
  }
  .cart-summary .summary-card .order-line span:first-child.is-total {
    color: #444f60;
  }
  .cart-summary .summary-card .order-line span:nth-child(2) {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
  }
  .cart-summary .summary-card .order-line span:nth-child(2):before {
    content: "$";
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-total {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-size: 0.9rem;
    color: #98a9c3;
  }
  .cart-summary .summary-card .order-line span:nth-child(2).is-text:before {
    content: "";
  }
  .cart-summary .summary-card img {
    display: block;
    max-width: 60px;
    margin: 0 auto 20px auto;
  }
  .cart-summary .summary-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    color: #444f60;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .cart-summary .summary-card p {
    font-size: 0.9rem;
    color: #999;
  }
  .cart-summary .summary-card .button.is-loading {
    color: rgba(0, 0, 0, 0) !important;
  }
  @media only screen and (max-width: 767px) {
    .cart-summary {
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .cart-summary {
      padding-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .payment-process {
    text-align: left;
  }
  .payment-process .payment-process-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment-process .payment-process-block.has-padding-bottom {
    padding-bottom: 5rem;
  }
  .payment-process .payment-process-block + .payment-process-block {
    margin-top: 10rem;
  }
  .payment-process .payment-process-block .payment-process-left,
  .payment-process .payment-process-block .payment-process-right {
    width: 50%;
  }
  .payment-process .payment-process-block .payment-process-left {
    padding-right: 3rem;
  }
  .payment-process .payment-process-block .payment-process-right {
    padding-left: 3rem;
  }
  .payment-process .action-box.is-pushed {
    padding-left: 5rem;
  }
  .payment-process .intructions-block {
    max-width: 450px;
  }
  .payment-process .intructions-block h2 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.75rem;
    color: #444f60;
  }
  .payment-process .intructions-block p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.75rem;
  }
  .payment-process .intructions-block .checkbox-wrap {
    padding: 0;
  }
  .payment-process .intructions-block .checkbox-wrap a {
    color: #8c8cf9;
  }
  .payment-process .shipping-methods-grid,
  .payment-process .payment-methods-grid {
    margin: 20px 0;
  }
  .payment-process .shipping-methods-grid .method-card,
  .payment-process .payment-methods-grid .method-card {
    position: relative;
    width: 100%;
  }
  .payment-process .shipping-methods-grid .method-card:hover .method-card-inner,
  .payment-process .payment-methods-grid .method-card:hover .method-card-inner {
    border-color: #444f60;
  }
  .payment-process .shipping-methods-grid .method-card > input,
  .payment-process .payment-methods-grid .method-card > input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner {
    border-color: #8c8cf9;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    img,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    .indicator,
  .payment-process
    .payment-methods-grid
    .method-card
    > input:checked
    ~ .method-card-inner
    .icon-container
    .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .payment-process .shipping-methods-grid .method-card .method-card-inner,
  .payment-process .payment-methods-grid .method-card .method-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #cecece;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container,
  .payment-process .payment-methods-grid .method-card .icon-container {
    position: relative;
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin: 0 auto;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container img,
  .payment-process .payment-methods-grid .method-card .icon-container img {
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
  }
  .payment-process .shipping-methods-grid .method-card .icon-container .indicator,
  .payment-process .payment-methods-grid .method-card .icon-container .indicator {
    position: absolute;
    bottom: -18px;
    left: -12px;
    height: 26px;
    width: 26px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8c8cf9;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .payment-process
    .shipping-methods-grid
    .method-card
    .icon-container
    .indicator
    svg,
  .payment-process
    .payment-methods-grid
    .method-card
    .icon-container
    .indicator
    svg {
    height: 10px;
    width: 10px;
    stroke-width: 5px;
    stroke: #fff;
  }
  .payment-process .shipping-methods-grid .method-card .meta,
  .payment-process .payment-methods-grid .method-card .meta {
    margin-left: 16px;
  }
  .payment-process .shipping-methods-grid .method-card .meta h3,
  .payment-process .payment-methods-grid .method-card .meta h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #444f60;
  }
  .payment-process .shipping-methods-grid .method-card .meta p,
  .payment-process .payment-methods-grid .method-card .meta p {
    line-height: 1.2;
    font-size: 0.9rem;
  }
  .payment-process .payment-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .payment-process .payment-form .input {
    background: #fff;
  }
  .payment-process .payment-form .select {
    width: 100%;
  }
  .payment-process .payment-form .select select {
    width: 100%;
  }
  .payment-process .payment-form .payment-button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .payment-process .payment-process-navigation {
    padding: 4rem 0;
  }
  .payment-process .payment-process-navigation .button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  .payment-process .checkout-success {
    min-height: calc(80vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment-process .checkout-success .success-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #cecece;
    padding: 40px;
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
  }
  .payment-process .checkout-success .success-card .success-content {
    max-width: 400px;
    margin: 0 auto;
  }
  .payment-process .checkout-success .success-card .success-content h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.5rem;
    color: #444f60;
    font-weight: 600;
  }
  .payment-process .checkout-success .success-card .success-content p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    color: #999;
  }
  .payment-process
    .checkout-success
    .success-card
    .success-content
    .button-wrap
    .button {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: 0.65rem;
  }
  @media only screen and (max-width: 767px) {
    .payment-process .payment-process-block + .payment-process-block {
      margin-top: 5rem;
    }
    .payment-process .payment-process-block:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .payment-process .payment-process-block:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .payment-process .payment-process-block .payment-process-left,
    .payment-process .payment-process-block .payment-process-right {
      width: 100%;
      padding: 0;
    }
    .payment-process .payment-process-block .action-box.is-pushed {
      padding-left: 0;
    }
    .payment-process .payment-process-block .payment-form {
      margin-top: 2rem;
    }
    .payment-process .shipping-methods-grid .columns,
    .payment-process .payment-methods-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .payment-process .shipping-methods-grid .columns .column,
    .payment-process .payment-methods-grid .columns .column {
      min-width: 50%;
      max-width: 50%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.25rem;
      text-align: center;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container {
      height: 32px;
      width: 32px;
      max-width: 32px;
      margin-bottom: 1.75rem;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img {
      width: 100%;
      max-width: 100%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .payment-process .payment-process-block + .payment-process-block {
      margin-top: 5rem;
    }
    .payment-process .payment-process-block:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .payment-process .payment-process-block:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .payment-process .payment-process-block .payment-process-left,
    .payment-process .payment-process-block .payment-process-right {
      width: 100%;
      padding: 0;
    }
    .payment-process .payment-process-block .action-box.is-pushed {
      padding-left: 0;
    }
    .payment-process .payment-process-block .payment-form {
      margin-top: 2rem;
    }
    .payment-process
      .payment-process-block
      .intructions-block.is-tablet-p-centered {
      margin: 0 auto !important;
      text-align: center;
    }
    .payment-process .shipping-methods-grid .columns,
    .payment-process .payment-methods-grid .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .payment-process .shipping-methods-grid .columns .column,
    .payment-process .payment-methods-grid .columns .column {
      min-width: 33.3%;
      max-width: 33.3%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container {
      margin-bottom: 1rem;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .icon-container
      img {
      width: 100%;
      max-width: 100%;
    }
    .payment-process
      .shipping-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta,
    .payment-process
      .payment-methods-grid
      .columns
      .column
      .method-card
      .method-card-inner
      .meta {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .payment-process .payment-process-block:nth-child(odd) .payment-process-left {
      width: 60%;
    }
    .payment-process
      .payment-process-block:nth-child(odd)
      .payment-process-right {
      width: 40%;
    }
    .payment-process
      .payment-process-block:nth-child(even)
      .payment-process-left {
      width: 40%;
    }
    .payment-process
      .payment-process-block:nth-child(even)
      .payment-process-right {
      width: 60%;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .image-grid figure {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18);
  }
  .image-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
  }
  .image-grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-grid figure figcaption:before,
  .image-grid figure figcaption:after {
    pointer-events: none;
  }
  .image-grid figure figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  .image-grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0;
  }
  .image-grid figure h2 span {
    font-weight: 800;
  }
  .image-grid figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  .image-grid figure p span {
    font-size: 75% !important;
    color: #fff;
  }
  figure.cornered img {
    max-width: none;
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  figure.cornered h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
  }
  figure.cornered:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  figure.cornered:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.cornered p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  figure.team-hover figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  figure.team-hover h2 {
    float: left;
    display: inline-block;
  }
  figure.team-hover p.icon-links a {
    float: right !important;
    color: #3c4a50;
    font-size: 1.4em;
  }
  figure.team-hover p.icon-links a:hover span::before {
    color: #8c8cf9;
  }
  figure.team-hover p.description {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    bottom: 65px;
    padding: 1em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
  }
  figure.team-hover h2,
  figure.team-hover p.icon-links a {
    position: static;
    width: auto;
    height: auto;
    z-index: 1000;
    text-indent: 0 !important;
    white-space: nowrap;
    opacity: inherit;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  figure.team-hover p.icon-links a span::before {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: -5px;
    padding: 8px 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #444f60;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  figure.team-hover .icon-twitter::before {
    content: "";
  }
  figure.team-hover .icon-linkedin::before {
    content: "";
  }
  figure.team-hover .icon-dribbble::before {
    content: "";
  }
  figure.team-hover:hover p.icon-links a:hover,
  figure.team-hover:hover p.icon-links a:focus {
    color: #252d31;
  }
  figure.team-hover:hover p.description {
    opacity: 1;
  }
  figure.team-hover:hover figcaption,
  figure.team-hover:hover h2,
  figure.team-hover:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-hover:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  figure.team-hover:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.team-hover:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.team-hover:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.team-slanted {
    background: #162633;
    text-align: left;
  }
  figure.team-slanted img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  figure.team-slanted figcaption::before {
    position: absolute;
    top: 95%;
    left: 10%;
    width: 200%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  figure.team-slanted .member-position {
    position: static !important;
    font-size: 0.9rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  figure.team-slanted h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  figure.team-slanted p {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0 1.5em 7% 0;
  }
  figure.team-slanted a {
    margin: 0 10px;
    color: #5d504f;
    font-size: 170% !important;
    position: static !important;
    width: auto;
    height: auto;
    text-indent: 0 !important;
    white-space: nowrap;
    opacity: 1 !important;
  }
  figure.team-slanted a:hover,
  figure.team-slanted a:focus {
    color: #8c8cf9;
  }
  figure.team-slanted p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  figure.team-slanted:hover img {
    opacity: 0.6;
  }
  figure.team-slanted:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-slanted:hover figcaption::before {
    opacity: 0.9;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  figure.team-slanted:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  figure.team-slanted:hover p a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  figure.team-slanted:hover p a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.team-slanted:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  figure.team-slanted:hover .member-position {
    opacity: 1;
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .side-block {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: 2;
  }
  .side-block .background-wrapper {
    background-color: #344258;
    border-radius: 10px;
    overflow: visible;
  }
  .side-block .background-wrapper .video-wrapper {
    position: relative;
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
  }
  .side-block .background-wrapper .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .side-block .background-wrapper .video-wrapper .video-overlay {
    position: absolute;
    width: 100%;
    background-size: cover;
    filter: alpha(opacity=35);
    opacity: 0.2;
  }
  .side-block .background-wrapper .video-wrapper .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -63px;
    cursor: pointer;
  }
  .side-block .background-wrapper .video-wrapper .playbutton .icon-play i {
    font-size: 6rem;
    color: #8c8cf9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .side-block .background-wrapper .video-wrapper .playbutton .icon-play i:hover {
    color: #7f00ff;
  }
  .bulkit-player-container {
    margin: 0 auto;
    overflow: hidden;
  }
  .bulkit-player-container.is-square {
    position: relative;
    height: 440px;
    width: 480px;
  }
  .bulkit-player-container.is-square .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.is-square .plyr__video-wrapper {
    height: 440px;
    width: 480px;
  }
  .bulkit-player-container.is-4by3 {
    position: relative;
    padding-top: 75%;
    width: 100%;
    max-width: 840px;
  }
  .bulkit-player-container.is-4by3 .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.is-16by9 {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    max-width: 840px;
  }
  .bulkit-player-container.is-16by9 .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid {
    background: #fff !important;
    border: 1px solid #8c8cf9;
    color: #8c8cf9 !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid:hover {
    background: #8c8cf9 !important;
    border-color: #8c8cf9 !important;
    color: #fff !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid:hover
    svg {
    fill: #fff !important;
    stroke: #fff !important;
  }
  .bulkit-player-container.reversed-play
    .plyr--full-ui.plyr--video
    .plyr__control--overlaid
    svg {
    fill: none;
    stroke: #8c8cf9;
    stroke-width: 1.6px;
  }
  .bulkit-player-container video,
  .bulkit-player-container > div {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .bulkit-player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bulkit-player-container .plyr__video-wrapper {
    position: static;
  }
  .plyr--full-ui.plyr--video .plyr__control--overlaid {
    background: #8c8cf9 !important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .plyr--video .plyr__control.plyr__tab-focus,
  .plyr--video .plyr__control:hover,
  .plyr--video .plyr__control[aria-expanded="true"],
  .plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
    background: #8c8cf9;
  }
  .plyr--full-ui input[type="range"] {
    color: #8c8cf9;
  }
  .plyr__controls {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .plyr--paused .plyr__controls,
  .plyr--stopped .plyr__controls {
    opacity: 0;
    pointer-events: none;
  }
  @media only screen and (max-width: 767px) {
    .bulkit-player-container.is-square {
      height: 303px;
      width: 330px;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  @media (max-width: 767px) {
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .is-mega-menu-title {
      color: #fff;
    }
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:active,
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:focus {
      background: #3c4c65;
    }
    .navbar .navbar-item.mobile-account {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.mobile-account .account-dropdown .dropdown-menu {
      width: calc(100vw - 20px);
    }
    .navbar .navbar-item.mobile-account .account-dropdown .dropdown-item {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 1rem;
    }
    .navbar .navbar-item.mobile-cart,
    .navbar .navbar-item.mobile-wishlist {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.mobile-cart .shopping-cart,
    .navbar .navbar-item.mobile-cart .shopping-wishlist,
    .navbar .navbar-item.mobile-wishlist .shopping-cart,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist {
      width: calc(100vw - 20px);
      position: fixed;
      top: 68px;
      left: 10px;
    }
    .navbar .navbar-item.mobile-cart .shopping-cart::before,
    .navbar .navbar-item.mobile-cart .shopping-cart::after,
    .navbar .navbar-item.mobile-wishlist .shopping-cart::before,
    .navbar .navbar-item.mobile-wishlist .shopping-cart::after {
      left: 79%;
    }
    .navbar .navbar-item.mobile-cart .shopping-wishlist::before,
    .navbar .navbar-item.mobile-cart .shopping-wishlist::after,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist::before,
    .navbar .navbar-item.mobile-wishlist .shopping-wishlist::after {
      left: 62%;
    }
    .navbar .navbar-item.is-mega .is-megamenu {
      max-height: 275px;
      overflow-y: auto;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
      display: none;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
      width: 49%;
      max-width: 49%;
      display: inline-block !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
      display: none;
    }
    .navbar
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .level
      .level-right
      .level-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .is-flex-center-mobile {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .is-centered-mobile {
      text-align: center;
    }
    .is-centered-mobile .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    form button[type="submit"] {
      width: 100% !important;
    }
  }
  @media (max-width: 768px) {
    .navbar.navbar-light.is-dark-mobile {
      background: #344258 !important;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu {
      background: #344258 !important;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu a {
      color: #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger
      i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger
      i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .child-menu
      ul
      li
      a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #d9d9d9;
    }
    .navbar .navbar-menu .navbar-link,
    .navbar .navbar-menu .navbar-item,
    .navbar .navbar-menu .navbar-dropdown {
      width: 100%;
      text-align: center;
    }
    .navbar .navbar-menu .navbar-link:after {
      display: block !important;
      right: 43%;
    }
    .navbar .navbar-menu .button {
      width: 100%;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-menu .mobile-drop .child-menu ul li a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #999;
    }
    .navbar-brand {
      min-height: 4.6rem;
    }
    .custom-burger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar-burger {
      height: 4.6rem;
      width: 4.6rem;
    }
    .level-left.level-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .level-left.level-social .level-item:last-child .icon i {
      position: relative !important;
    }
    #main-hero {
      max-height: 100vh;
      background-position-x: 55% !important;
    }
    .parallax-overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0 !important;
    }
    .title.section-title {
      font-size: 2rem !important;
    }
    .three-grid .column,
    .four-grid .column,
    .five-grid .column {
      border: none !important;
    }
    .three-grid .is-separator,
    .four-grid .is-separator,
    .five-grid .is-separator {
      border: none !important;
    }
    .single-image-carousel .image-wrapper img {
      min-height: 50px !important;
    }
    .single-image-carousel .image-wrapper .caption {
      display: none;
    }
    #navigation-trigger,
    .navigation-close {
      opacity: 1 !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .is-mega-menu-title {
      color: #fff;
    }
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:active,
    .navbar.is-dark-mobile
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .navbar-item:focus {
      background: #3c4c65;
    }
    .navbar .navbar-item.mobile-account,
    .navbar .navbar-item.mobile-cart,
    .navbar .navbar-item.mobile-wishlist {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu {
      max-height: 275px;
      overflow-y: auto;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .column:last-child {
      display: none;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .navbar-item {
      width: 49%;
      max-width: 49%;
      display: inline-block !important;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .navbar .navbar-item.is-mega .is-megamenu .mega-inner .level .level-left {
      display: none;
    }
    .navbar
      .navbar-item.is-mega
      .is-megamenu
      .mega-inner
      .level
      .level-right
      .level-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .columns {
      padding: 0 10%;
    }
    .columns.is-tablet-portrait {
      padding: 10%;
    }
    .columns.is-not-tablet-portrait {
      padding: 0 !important;
    }
    p.is-tablet-padded {
      padding: 0 10%;
    }
    .is-flex-center-mobile {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
    }
    .is-centered-mobile {
      text-align: center;
    }
    .is-centered-mobile .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .is-centered-tablet-portrait {
      text-align: center;
    }
    .is-flex-portrait {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .is-flex-portrait .flex-portrait-4 {
      min-width: 33.3%;
    }
    #component-page .hero .hero-body .column.is-4 {
      text-align: center !important;
    }
  }
  @media (max-width: 1007px) {
    .column.slide-description > *:first-child {
      padding-top: 60px;
    }
    .column.slide-description > *:last-child {
      padding-bottom: 60px;
    }
    .account {
      display: none;
    }
    .media-card {
      min-height: 300px !important;
    }
    .column.is-4.media-stretch {
      width: 100% !important;
    }
    .column.is-4.media-stretch .media-card-image {
      min-height: 150px;
    }
    .mcard-controls {
      position: relative !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .navbar-brand {
      min-height: 4.6rem;
      height: 4.6rem;
    }
    .navbar.navbar-light.is-dark-mobile {
      background: #344258;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu {
      background: #344258;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu a {
      color: #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop.is-active
      .mobile-drop-trigger
      i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .mobile-drop-trigger
      i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar.navbar-light.is-dark-mobile .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
    }
    .navbar.navbar-light.is-dark-mobile
      .navbar-menu
      .mobile-drop
      .child-menu
      ul
      li
      a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #d9d9d9;
    }
    .navbar .navbar-item.has-dropdown .navbar-link:after {
      right: 20%;
    }
    .navbar .navbar-menu .navbar-link,
    .navbar .navbar-menu .navbar-item,
    .navbar .navbar-menu .navbar-dropdown {
      text-align: center;
    }
    .navbar .navbar-menu .navbar-link:after {
      display: block !important;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger {
      opacity: 0.9;
    }
    .navbar .navbar-menu .mobile-drop.is-active .mobile-drop-trigger i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333;
      padding: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .mobile-drop-trigger i {
      position: relative;
      top: 2px;
      font-size: 16px;
      margin-left: 4px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    .navbar .navbar-menu .mobile-drop .child-menu {
      display: none;
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
    }
    .navbar .navbar-menu .mobile-drop .child-menu ul li a {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 0.9rem;
      text-align: center;
      color: #999;
    }
    .navbar .navbar-menu .button {
      width: 100%;
    }
    .navbar .navbar-menu #signup-btn {
      width: 30% !important;
    }
  }
  .navbar .navbar-menu.is-active .navbar-item.has-dropdown.is-hidden-mobile {
    display: none !important;
  }
  @media only screen and (max-width: 1023px) {
    .custom-burger {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-loading .slick-list {
    background: #fff url("/assets/fonts/ajax-loader.gif") center center no-repeat;
  }
  @font-face {
    font-family: "slick";
    src: url("/assets/fonts/slick.eot");
    src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"),
      url("/assets/fonts/slick.woff") format("woff"),
      url("/assets/fonts/slick.ttf") format("truetype"),
      url("/assets/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  .slick-next {
    right: -25px;
  }
  .slick-next:before {
    content: "→";
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
  }
  
  /*! Bulkit | 5.0 | CSS Ninja */
  .error-wrap {
    position: relative;
  }
  .error-wrap.error-centered .bg-404 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 25rem;
    font-weight: 700;
    color: rgba(68, 79, 96, 0.15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }
  .error-wrap.error-centered img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 660px;
    z-index: 1;
  }
  .error-wrap.error-centered .error-caption h2 {
    color: #444f60;
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    max-width: 560px;
    margin: 0 auto;
  }
  .error-wrap.error-centered .error-caption p {
    color: #999;
    font-size: 1.2rem;
  }
  .error-wrap.error-centered .error-caption .button-wrap {
    margin: 20px 0;
  }
  @media only screen and (max-width: 767px) {
    .error-wrap.error-centered .bg-404 {
      top: 28%;
      font-size: 11rem;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! Bulkit | 5.0 | CSS Ninja */
  .commerce-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 0 2rem 0;
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
  }
  .commerce-toolbar.is-docked {
    padding-top: 0;
  }
  .commerce-toolbar .breadcrumb {
    margin-bottom: 0;
  }
  .commerce-toolbar .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .commerce-toolbar .actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    color: #444f60;
  }
  .commerce-toolbar .actions a:hover {
    text-decoration: underline;
    color: #8c8cf9;
  }
  .commerce-toolbar .actions a svg {
    height: 18px;
    width: 18px;
    stroke-width: 1.2px;
    stroke: #999;
    margin-right: 4px;
  }
  @media only screen and (max-width: 767px) {
    .commerce-toolbar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .commerce-toolbar .breadcrumb {
      margin-bottom: 1rem;
    }
    .commerce-toolbar .breadcrumb ul li a .icon.is-solo {
      margin-left: 0;
    }
    .commerce-toolbar .actions a:first-child {
      margin-left: 0;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .parallax-rounded-section {
    border-radius: 1.75rem;
    overflow: hidden;
  }
  .shop-hero {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop-hero .shop-hero-box {
    position: relative;
    width: 33.33%;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
    background: none;
  }
  .shop-hero .shop-hero-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .shop-hero .shop-hero-box .overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .shop-hero .shop-hero-box .overlay-layer .overlay-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content {
    padding: 40px;
    color: #fff;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-title {
    font-family: "Nexa Bold", sans-serif;
    font-size: 3.5rem;
    font-weight: bolder;
    line-height: 43px;
    color: #fcfcfc;
    margin-bottom: 6px;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    img {
    display: block;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    margin-right: 6px;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .meta-item {
    display: block;
    font-size: 0.82rem;
    font-weight: 500;
    color: #e8e8e8;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .meta-item.is-hoverable:hover {
    color: #8c8cf9;
  }
  .shop-hero
    .shop-hero-box
    .overlay-layer
    .overlay-content
    .inner-content
    .episode-meta
    .separator {
    padding: 0 10px;
    font-size: 0.8rem;
    color: #e3e3e3;
    opacity: 0.6;
    text-align: center;
    color: #fcfcfc;
  }
  .shop-hero .shop-hero-box .box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#161616),
      to(rgba(255, 0, 0, 0))
    );
    background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
    z-index: 0;
  }
  .shop-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  .shop-toolbar h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #444f60;
  }
  .shop-toolbar .links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #98a9c3;
  }
  .shop-toolbar .links .link:hover {
    color: #8c8cf9;
  }
  .shop-toolbar .links .link:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .shop-toolbar .links .link span {
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .shop-toolbar .links .link svg {
    height: 20px;
    width: 20px;
    margin-left: 0.5rem;
    -webkit-transition: stroke 0.3s, -webkit-transform 0.3s;
    transition: stroke 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, stroke 0.3s;
    transition: transform 0.3s, stroke 0.3s, -webkit-transform 0.3s;
  }
  .popular-categories .box.is-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e8ee;
    border-radius: 0.75rem;
    padding: 1.75rem;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: background-color 0.3s, border 0.3s,
      -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border 0.3s, box-shadow 0.3s,
      -webkit-box-shadow 0.3s;
    cursor: pointer;
    margin-bottom: 1.5rem;
  }
  .popular-categories .box.is-category:hover {
    background: #8c8cf9;
    border-color: #8c8cf9;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .popular-categories .box.is-category:hover .left h3,
  .popular-categories .box.is-category:hover .left p {
    color: #fff;
  }
  .popular-categories .box.is-category:hover .left p {
    color: #fff !important;
    opacity: 0.75;
  }
  .popular-categories .box.is-category:hover .right img {
    -webkit-transform: scale(1.25) translateY(-5px);
    transform: scale(1.25) translateY(-5px);
  }
  .popular-categories .box.is-category .left {
    width: 60%;
  }
  .popular-categories .box.is-category .left h3 {
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.25rem;
    color: #444f60;
  }
  .popular-categories .box.is-category .left p {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #444f60;
  }
  .popular-categories .box.is-category .left p:last-child {
    font-weight: 500;
    margin-top: 0.55rem;
    color: #98a9c3;
  }
  .popular-categories .box.is-category .right {
    position: relative;
    width: 40%;
    min-height: 120px;
  }
  .popular-categories .box.is-category .right img {
    position: absolute;
    top: -20%;
    right: 0;
    width: 100%;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .grid-products .grid-products-inner.is-carousel .grid-product {
    margin: 0 0.75rem;
  }
  .grid-products .grid-products-inner .grid-product {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e8ee;
    background: #fff;
    border-radius: 0.65rem;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .grid-products .grid-products-inner .grid-product:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .grid-products .grid-products-inner .grid-product:hover .grid-product-rating {
    opacity: 1;
  }
  .grid-products .grid-products-inner .grid-product:hover .buttons .button {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140, 140, 249, 0.42),
      0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(140, 140, 249, 0.2) !important;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-price {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-price::before {
    content: "$";
  }
  .grid-products .grid-products-inner .grid-product .grid-product-rating {
    position: absolute;
    top: 0.8rem;
    right: 1.5rem;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-rating i {
    font-size: 10px;
    color: #e4e7f2;
  }
  .grid-products
    .grid-products-inner
    .grid-product
    .grid-product-rating
    i.highlighted {
    color: #ffd663;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-image img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
    margin: 0 auto 1rem auto;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info {
    display: block;
    margin-bottom: 1rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info h4 {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info h3 {
    font-size: 1.1rem;
    font-family: "Nexa Bold", sans-serif;
    color: #444f60;
    margin-bottom: 0.5rem;
  }
  .grid-products .grid-products-inner .grid-product .grid-product-info p {
    color: #999;
    font-family: "Roboto", sans-serif;
    font-size: 0.95rem;
  }
  .grid-products .grid-products-inner .grid-product .buttons .button {
    font-family: "Roboto", sans-serif;
    min-height: 42px;
    line-height: 2;
  }
  .brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .brands .brand {
    display: block;
    width: 20%;
    text-align: center;
  }
  .brands .brand img {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }
  .brands .brand h3 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #444f60;
    margin-top: 10px;
  }
  .brands .brand span {
    font-size: 0.85rem;
    color: #999;
    font-weight: 500;
  }
  .supported-providers {
    display: block;
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
    text-align: center;
    max-width: 580px;
    padding: 3rem;
    margin: 2rem auto 0 auto;
  }
  .supported-providers h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .supported-providers p {
    color: #4f5b6f;
  }
  .supported-providers .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .supported-providers .providers img {
    display: block;
    max-height: 30px;
    max-width: 70px;
    margin-right: 1rem;
  }
  .has-section-image {
    position: relative;
    min-height: 750px;
  }
  .has-section-image img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
  }
  @media (max-width: 767px) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box {
      min-width: 100vw;
    }
    .shop-hero .shop-hero-box:not(:first-child) {
      display: none;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 2.8rem !important;
      line-height: 40px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.75rem !important;
    }
    .shop-toolbar h4 {
      font-size: 1.4rem;
    }
    .brands {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .brands .brand {
      width: 50% !important;
      margin-bottom: 16px;
    }
    .has-section-image {
      min-height: 580px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box {
      min-width: 50vw;
    }
    .shop-hero .shop-hero-box:nth-child(3) {
      display: none;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 1.8rem !important;
      line-height: 28px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.75rem !important;
    }
    .popular-categories .columns,
    .grid-products .columns {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .popular-categories .columns .column,
    .grid-products .columns .column {
      min-width: 50%;
    }
    .shop-icon-features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .has-section-image {
      min-height: 620px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .shop-hero {
      overflow: hidden;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content {
      padding: 25px !important;
    }
    .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
      font-size: 2rem !important;
      line-height: 26px !important;
    }
    .shop-hero
      .shop-hero-box
      .overlay-layer
      .inner-content
      .episode-meta
      .meta-item {
      font-size: 0.68rem !important;
    }
  } /*! Bulkit | 5.0 | CSS Ninja */
  .product-mockup {
    max-height: 640px;
    width: auto;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767px) {
    .product-mockup {
      max-height: 290px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .product-mockup {
      max-height: 440px;
    }
  }
  .gallery-wrapper .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery-wrapper .gallery img,
  .gallery-wrapper .gallery a {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallery-wrapper .gallery a:first-child {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .gallery-wrapper .gallery a:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .product-page-section {
    padding-top: 0;
  }
  .product-page-v1 .product-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .product-page-v1 .product-head .left {
    position: relative;
    width: 60%;
    overflow: hidden;
  }
  .product-page-v1 .product-head .left .product-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0.5rem;
    height: 70px;
    width: 70px;
    margin-bottom: 0.75rem;
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb.is-active {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-head
    .left
    .product-thumbs
    .product-thumb.is-active
    img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .product-page-v1 .product-head .left .product-thumbs .product-thumb img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: filter 0.3s, opacity 0.3s;
    transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
  }
  .product-page-v1 .product-head .left .product-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-page-v1 .product-head .left .product-image.is-active {
    opacity: 1;
  }
  .product-page-v1 .product-head .right {
    width: 40%;
  }
  .product-page-v1 .product-head .right .product-description {
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .product-page-v1 .product-head .right .product-description > span {
    font-size: 0.9rem;
    color: #8c8cf9;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .product-page-v1 .product-head .right .product-description h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-page-v1 .product-head .right .product-description h1 .product-name {
    font-family: "Nexa Light", sans-serif;
    font-size: 2.75rem;
    color: #444f60;
    letter-spacing: -2px;
  }
  .product-page-v1 .product-head .right .product-description h1 .product-price {
    font-family: "Nexa Bold", sans-serif;
    font-size: 2rem;
    color: #444f60;
  }
  .product-page-v1
    .product-head
    .right
    .product-description
    h1
    .product-price::before {
    content: "$";
  }
  .product-page-v1 .product-head .right .product-description p {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #98a9c3;
    line-height: 24px;
  }
  .product-page-v1 .product-head .right .product-colors {
    margin-bottom: 30px;
  }
  .product-page-v1 .product-head .right .product-colors > span {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #98a9c3;
    margin-bottom: 20px;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-colors .color-selector div {
    display: inline-block;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"] {
    display: none;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #e1e8ee;
    border-radius: 50%;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    .indicator {
    position: absolute;
    top: -2px;
    right: -2px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #06d6a0 !important;
    color: #fff;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    .indicator
    svg {
    height: 10px;
    width: 10px;
    stroke-width: 4px;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]
    + label
    span:not(.indicator) {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]:checked
    + label
    .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#red
    + label
    span {
    background-color: #c91524;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#blue
    + label
    span {
    background-color: #314780;
  }
  .product-page-v1
    .product-head
    .right
    .product-colors
    .color-selector
    input[type="radio"]#black
    + label
    span {
    background-color: #323232;
  }
  .product-page-v1 .product-head .right .product-options {
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 2rem;
  }
  .product-page-v1 .product-head .right .product-options > span {
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #98a9c3;
    margin-bottom: 20px;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-options a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
  }
  .product-page-v1 .product-head .right .product-options a svg {
    height: 18px;
    width: 18px;
    stroke: #98a9c3;
    margin-right: 0.5rem;
  }
  .product-page-v1 .product-head .right .product-options a span {
    color: #98a9c3;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
  }
  .product-page-v1 .product-head .right .product-options .option-selector {
    margin-bottom: 20px;
  }
  .product-page-v1 .product-head .right .product-options .option-selector button {
    border: 2px solid #e1e8ee;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    color: #5e6977;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:hover,
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:active,
  .product-page-v1
    .product-head
    .right
    .product-options
    .option-selector
    button:focus {
    border: 2px solid #86939e;
    outline: none;
  }
  .product-page-v1 .product-head .right .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-page-v1 .product-head .right .product-actions .cart-btn {
    display: inline-block;
    background-color: #8c8cf9;
    min-width: 140px;
    border-radius: 6px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .product-page-v1 .product-head .right .product-actions .cart-btn:hover {
    background-color: #a4a4fa;
  }
  .product-page-v1 .product-head .right .product-actions .wishlist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e1e8ee;
    -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .product-page-v1 .product-head .right .product-actions .wishlist-btn:hover {
    border-color: #e62965;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn:hover
    span:first-child
    small {
    color: #444f60;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn:hover
    span:nth-child(2) {
    color: #e62965;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child
    svg {
    height: 18px;
    width: 18px;
    stroke: #e62965;
    fill: #e62965;
    margin-right: 0.25rem;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:first-child
    small {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #98a9c3;
  }
  .product-page-v1
    .product-head
    .right
    .product-actions
    .wishlist-btn
    span:nth-child(2) {
    position: relative;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #444f60;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .product-page-v1 .product-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5rem;
    border-bottom: 1px solid #e1e8ee;
  }
  .product-page-v1 .product-body .product-info {
    width: 60%;
    padding-right: 3rem;
  }
  .product-page-v1 .product-body .product-info .tabs ul {
    padding-bottom: 0;
  }
  .product-page-v1 .product-body .product-info .navtab-content {
    padding: 0;
  }
  .product-page-v1 .product-body .product-info .content {
    margin-top: 1.5rem;
    padding: 4rem;
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
  }
  .product-page-v1 .product-body .product-info .content h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .product-page-v1 .product-body .product-info .content p {
    font-size: 1.1rem;
    color: #4f5b6f;
  }
  .product-page-v1 .product-body .product-info .content p + h4 {
    margin-top: 2.5rem;
  }
  .product-page-v1 .product-body .product-info .content .product-specs {
    padding-top: 2rem;
  }
  .product-page-v1 .product-body .product-info .content .product-specs .table td {
    font-family: "Roboto", sans-serif;
    color: #444f60;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-specs
    .table
    td:first-child {
    font-weight: 500;
  }
  .product-page-v1 .product-body .product-info .content .product-reviews {
    padding-top: 2rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .product-review:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-left {
    margin-left: 0;
    margin-right: 0.75rem;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-content
    i {
    font-size: 12px;
    color: #e4e7f2;
  }
  .product-page-v1
    .product-body
    .product-info
    .content
    .product-reviews
    .media
    .media-content
    i.highlighted {
    color: #ffd663;
  }
  .product-page-v1 .product-body .product-meta {
    width: 40%;
    padding-left: 4rem;
  }
  .product-page-v1 .product-body .product-meta .flex-card,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item,
  .product-page-v1 .product-body .product-meta .profile-card,
  .product-page-v1 .product-body .product-meta .project-card,
  .product-page-v1 .product-body .product-meta .network-grid .network-card,
  .network-grid .product-page-v1 .product-body .product-meta .network-card {
    border: 1px solid #e1e8ee;
    border-radius: 0.5rem;
  }
  .product-page-v1 .product-body .product-meta .flex-card h4,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    h4,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    h4,
  .product-page-v1 .product-body .product-meta .profile-card h4,
  .product-page-v1 .product-body .product-meta .project-card h4,
  .product-page-v1 .product-body .product-meta .network-grid .network-card h4,
  .network-grid .product-page-v1 .product-body .product-meta .network-card h4 {
    font-family: "Nexa Bold", sans-serif;
    font-weight: 500;
    color: #444f60;
  }
  .product-page-v1 .product-body .product-meta .flex-card p,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    p,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    p,
  .product-page-v1 .product-body .product-meta .profile-card p,
  .product-page-v1 .product-body .product-meta .project-card p,
  .product-page-v1 .product-body .product-meta .network-grid .network-card p,
  .network-grid .product-page-v1 .product-body .product-meta .network-card p {
    color: #4f5b6f;
  }
  .product-page-v1 .product-body .product-meta .flex-card .providers,
  .product-page-v1
    .product-body
    .product-meta
    .carousel-wrap
    .testimonials-solo-carousel
    .testimonial-item
    .providers,
  .carousel-wrap
    .testimonials-solo-carousel
    .product-page-v1
    .product-body
    .product-meta
    .testimonial-item
    .providers,
  .product-page-v1 .product-body .product-meta .profile-card .providers,
  .product-page-v1 .product-body .product-meta .project-card .providers,
  .product-page-v1
    .product-body
    .product-meta
    .network-grid
    .network-card
    .providers,
  .network-grid
    .product-page-v1
    .product-body
    .product-meta
    .network-card
    .providers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page-v1 .product-body .product-meta .flex-card .providers img,.product-page-v1 .product-body .product-meta .carousel-wrap .testimonials-solo-carousel .testimonial-item .providers img,.carousel-wrap .testimonials-solo-carousel .product-page-v1 .product-body .product-meta .testimonial-item .providers img,.product-page-v1 .product-body .product-meta .profile-card .providers img,.product-page-v1 .product-body .product-meta .project-card .providers img,.product-page-v1 .product-body .product-meta .network-grid .network-card .providers img,.network-grid .product-page-v1 .product-body .prod/*! Bulkit | 5.0 | CSS Ninja *//*! Bulkit | 5.0 | CSS Ninja */var
  {
    font-style: normal;
  }
  p,
  ul li {
    font-family: "Roboto", sans-serif;
  }
  i {
    font-style: normal;
  } /*! Bulkit | 5.0 | CSS Ninja */
  .pageloader {
    background-color: #8c8cf9 !important;
  }
  .hero.is-theme-primary,
  .section.is-theme-primary {
    background-color: #8c8cf9;
  }
  .hero.is-theme-primary .title,
  .section.is-theme-primary .title {
    color: #fff;
  }
  .hero.is-theme-primary .subtitle,
  .section.is-theme-primary .subtitle {
    color: #fff;
  }
  .hero.is-theme-secondary,
  .section.is-theme-secondary {
    background-color: #7f00ff;
  }
  .hero.is-theme-secondary .title,
  .section.is-theme-secondary .title {
    color: #fff;
  }
  .hero.is-theme-secondary .subtitle,
  .section.is-theme-secondary .subtitle {
    color: #fff;
  } /*! Bulkit | 5.0 | CSS Ninja */ /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
  .select select,
  .textarea,
  .input,
  .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
  }
  .select select:focus,
  .textarea:focus,
  .input:focus,
  .button:focus,
  .select select:active,
  .textarea:active,
  .input:active,
  .button:active,
  .select select.is-active,
  .is-active.textarea,
  .is-active.input,
  .is-active.button {
    outline: none;
  }
  .select select[disabled],
  [disabled].textarea,
  [disabled].input,
  [disabled].button,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .textarea,
  fieldset[disabled] .input,
  fieldset[disabled] .button {
    cursor: not-allowed;
  }
  .tabs,
  .breadcrumb,
  .file,
  .button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .navbar-link:not(.is-arrowless)::after,
  .select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0.625em;
  }
  .tabs:not(:last-child),
  .message:not(:last-child),
  .level:not(:last-child),
  .breadcrumb:not(:last-child),
  .block:not(:last-child),
  .title:not(:last-child),
  .subtitle:not(:last-child),
  .table:not(:last-child),
  .progress:not(:last-child),
  .content:not(:last-child),
  .box:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .modal-close,
  .delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
  }
  .modal-close::before,
  .delete::before,
  .modal-close::after,
  .delete::after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .modal-close::before,
  .delete::before {
    height: 2px;
    width: 50%;
  }
  .modal-close::after,
  .delete::after {
    height: 50%;
    width: 2px;
  }
  .modal-close:hover,
  .delete:hover,
  .modal-close:focus,
  .delete:focus {
    background-color: rgba(10, 10, 10, 0.3);
  }
  .modal-close:active,
  .delete:active {
    background-color: rgba(10, 10, 10, 0.4);
  }
  .is-small.modal-close,
  .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
  }
  .is-medium.modal-close,
  .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
  }
  .is-large.modal-close,
  .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
  }
  .control.is-loading::after,
  .select.is-loading::after,
  .loader,
  .button.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
  }
  .modal-background,
  .modal,
  .image.is-square img,
  .image.is-4by3 img,
  .image.is-3by2 img,
  .image.is-16by9 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
  } /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
  html,
  body,
  p,
  ol,
  ul,
  li,
  dl,
  blockquote,
  figure,
  fieldset,
  textarea,
  pre,
  iframe,
  hr,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: normal;
  }
  ul {
    list-style: none;
  }
  button,
  input,
  select,
  textarea {
    margin: 0;
  }
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  img,
  video {
    height: auto;
    max-width: 100%;
  }
  iframe {
    border: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  td:not([align]),
  th:not([align]) {
    text-align: inherit;
  }
  html {
    background-color: #fff;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  article,
  figure,
  footer,
  header,
  section {
    display: block;
  }
  body,
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
      "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
      "Helvetica", "Arial", sans-serif;
  }
  code,
  pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
  }
  body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
  }
  a {
    color: #039be5;
    cursor: pointer;
    text-decoration: none;
  }
  a strong {
    color: currentColor;
  }
  a:hover {
    color: #363636;
  }
  code {
    background-color: #f5f5f5;
    color: #d2063a;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em;
  }
  hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  input[type="checkbox"],
  input[type="radio"] {
    vertical-align: baseline;
  }
  small {
    font-size: 0.875em;
  }
  span {
    font-style: inherit;
    font-weight: inherit;
  }
  strong {
    color: #363636;
    font-weight: 700;
  }
  fieldset {
    border: none;
  }
  pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
  }
  pre code {
    background-color: rgba(0, 0, 0, 0);
    color: currentColor;
    font-size: 1em;
    padding: 0;
  }
  table td,
  table th {
    vertical-align: top;
  }
  table td:not([align]),
  table th:not([align]) {
    text-align: inherit;
  }
  table th {
    color: #363636;
  }
  @-webkit-keyframes spinAround {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes spinAround {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .box {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
  }
  a.box:hover,
  a.box:focus {
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0 0 1px #039be5;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #039be5;
  }
  a.box:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #039be5;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #039be5;
  }
  .button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
  }
  .button strong {
    color: inherit;
  }
  .button .icon,
  .button .icon.is-small,
  .button .icon.is-medium,
  .button .icon.is-large {
    height: 1.5em;
    width: 1.5em;
  }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.5em - 1px);
    margin-right: 0.25em;
  }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.25em;
    margin-right: calc(-0.5em - 1px);
  }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.5em - 1px);
    margin-right: calc(-0.5em - 1px);
  }
  .button:hover {
    border-color: #b5b5b5;
    color: #363636;
  }
  .button:focus {
    border-color: #039be5;
    color: #363636;
  }
  .button:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .button:active,
  .button.is-active {
    border-color: #4a4a4a;
    color: #363636;
  }
  .button.is-text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #4a4a4a;
    text-decoration: underline;
  }
  .button.is-text:hover,
  .button.is-text:focus {
    background-color: #f5f5f5;
    color: #363636;
  }
  .button.is-text:active,
  .button.is-text.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  .button.is-text[disabled],
  fieldset[disabled] .button.is-text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-white {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white:hover {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  .button.is-white:active,
  .button.is-white.is-active {
    background-color: #f2f2f2;
    border-color: rgba(0, 0, 0, 0);
    color: #0a0a0a;
  }
  .button.is-white[disabled],
  fieldset[disabled] .button.is-white {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: #fff;
  }
  .button.is-white.is-inverted:hover {
    background-color: #000;
  }
  .button.is-white.is-inverted[disabled],
  fieldset[disabled] .button.is-white.is-inverted {
    background-color: #0a0a0a;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-white.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
  }
  .button.is-white.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-white.is-outlined:hover,
  .button.is-white.is-outlined:focus {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
  }
  .button.is-white.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-white.is-outlined.is-loading:hover::after,
  .button.is-white.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0a0a0a #0a0a0a !important;
  }
  .button.is-white.is-outlined[disabled],
  fieldset[disabled] .button.is-white.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-white.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0a0a0a;
    color: #0a0a0a;
  }
  .button.is-white.is-inverted.is-outlined:hover,
  .button.is-white.is-inverted.is-outlined:focus {
    background-color: #0a0a0a;
    color: #fff;
  }
  .button.is-white.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-white.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-white.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-white.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #0a0a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a0a0a;
  }
  .button.is-light {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light:hover {
    background-color: #eee;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light:focus {
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  .button.is-light:active,
  .button.is-light.is-active {
    background-color: #e8e8e8;
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light[disabled],
  fieldset[disabled] .button.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
  }
  .button.is-light.is-inverted:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light.is-inverted[disabled],
  fieldset[disabled] .button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5f5f5;
  }
  .button.is-light.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
      rgba(0, 0, 0, 0.7) !important;
  }
  .button.is-light.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f5f5f5;
    color: #f5f5f5;
  }
  .button.is-light.is-outlined:hover,
  .button.is-light.is-outlined:focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5 #f5f5f5 !important;
  }
  .button.is-light.is-outlined.is-loading:hover::after,
  .button.is-light.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.7)
      rgba(0, 0, 0, 0.7) !important;
  }
  .button.is-light.is-outlined[disabled],
  fieldset[disabled] .button.is-light.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5f5f5;
  }
  .button.is-light.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-light.is-inverted.is-outlined:hover,
  .button.is-light.is-inverted.is-outlined:focus {
    background-color: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
  }
  .button.is-light.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-light.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5 #f5f5f5 !important;
  }
  .button.is-light.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-light.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.7);
  }
  .button.is-dark {
    background-color: #363636;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark:hover {
    background-color: #2f2f2f;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  .button.is-dark:active,
  .button.is-dark.is-active {
    background-color: #292929;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-dark[disabled],
  fieldset[disabled] .button.is-dark {
    background-color: #363636;
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-dark.is-inverted {
    background-color: #fff;
    color: #363636;
  }
  .button.is-dark.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-dark.is-inverted[disabled],
  fieldset[disabled] .button.is-dark.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
  }
  .button.is-dark.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-dark.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #363636;
    color: #363636;
  }
  .button.is-dark.is-outlined:hover,
  .button.is-dark.is-outlined:focus {
    background-color: #363636;
    border-color: #363636;
    color: #fff;
  }
  .button.is-dark.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #363636 #363636 !important;
  }
  .button.is-dark.is-outlined.is-loading:hover::after,
  .button.is-dark.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-dark.is-outlined[disabled],
  fieldset[disabled] .button.is-dark.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #363636;
  }
  .button.is-dark.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-dark.is-inverted.is-outlined:hover,
  .button.is-dark.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #363636;
  }
  .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-dark.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #363636 #363636 !important;
  }
  .button.is-dark.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-primary {
    background-color: #8c8cf9;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary:hover {
    background-color: #8080f8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
    box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
  }
  .button.is-primary:active,
  .button.is-primary.is-active {
    background-color: #7474f8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-primary[disabled],
  fieldset[disabled] .button.is-primary {
    background-color: #8c8cf9;
    border-color: #8c8cf9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-primary.is-inverted {
    background-color: #fff;
    color: #8c8cf9;
  }
  .button.is-primary.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-primary.is-inverted[disabled],
  fieldset[disabled] .button.is-primary.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
  }
  .button.is-primary.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-primary.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #8c8cf9;
    color: #8c8cf9;
  }
  .button.is-primary.is-outlined:hover,
  .button.is-primary.is-outlined:focus {
    background-color: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
  }
  .button.is-primary.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8c8cf9 #8c8cf9 !important;
  }
  .button.is-primary.is-outlined.is-loading:hover::after,
  .button.is-primary.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-primary.is-outlined[disabled],
  fieldset[disabled] .button.is-primary.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #8c8cf9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #8c8cf9;
  }
  .button.is-primary.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-primary.is-inverted.is-outlined:hover,
  .button.is-primary.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #8c8cf9;
  }
  .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-primary.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8c8cf9 #8c8cf9 !important;
  }
  .button.is-primary.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-primary.is-light {
    background-color: #ececfe;
    color: #0909b3;
  }
  .button.is-primary.is-light:hover {
    background-color: #dfdffd;
    border-color: rgba(0, 0, 0, 0);
    color: #0909b3;
  }
  .button.is-primary.is-light:active,
  .button.is-primary.is-light.is-active {
    background-color: #d3d3fd;
    border-color: rgba(0, 0, 0, 0);
    color: #0909b3;
  }
  .button.is-link {
    background-color: #039be5;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link:hover {
    background-color: #0392d8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .button.is-link:active,
  .button.is-link.is-active {
    background-color: #038acc;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-link[disabled],
  fieldset[disabled] .button.is-link {
    background-color: #039be5;
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-link.is-inverted {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-link.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-link.is-inverted[disabled],
  fieldset[disabled] .button.is-link.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-link.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-link.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    color: #039be5;
  }
  .button.is-link.is-outlined:hover,
  .button.is-link.is-outlined:focus {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .button.is-link.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-link.is-outlined.is-loading:hover::after,
  .button.is-link.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-link.is-outlined[disabled],
  fieldset[disabled] .button.is-link.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-link.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-link.is-inverted.is-outlined:hover,
  .button.is-link.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-link.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-link.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-link.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-link.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-link.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .button.is-link.is-light:hover {
    background-color: #def4ff;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-link.is-light:active,
  .button.is-link.is-light.is-active {
    background-color: #d2f0fe;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-info {
    background-color: #039be5;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info:hover {
    background-color: #0392d8;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .button.is-info:active,
  .button.is-info.is-active {
    background-color: #038acc;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-info[disabled],
  fieldset[disabled] .button.is-info {
    background-color: #039be5;
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-info.is-inverted {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-info.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-info.is-inverted[disabled],
  fieldset[disabled] .button.is-info.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-info.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-info.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    color: #039be5;
  }
  .button.is-info.is-outlined:hover,
  .button.is-info.is-outlined:focus {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .button.is-info.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-info.is-outlined.is-loading:hover::after,
  .button.is-info.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-info.is-outlined[disabled],
  fieldset[disabled] .button.is-info.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #039be5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #039be5;
  }
  .button.is-info.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-info.is-inverted.is-outlined:hover,
  .button.is-info.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #039be5;
  }
  .button.is-info.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-info.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #039be5 #039be5 !important;
  }
  .button.is-info.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-info.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-info.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .button.is-info.is-light:hover {
    background-color: #def4ff;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-info.is-light:active,
  .button.is-info.is-light.is-active {
    background-color: #d2f0fe;
    border-color: rgba(0, 0, 0, 0);
    color: #0385c4;
  }
  .button.is-success {
    background-color: #06d6a0;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success:hover {
    background-color: #06ca97;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
    box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
  }
  .button.is-success:active,
  .button.is-success.is-active {
    background-color: #05bd8d;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-success[disabled],
  fieldset[disabled] .button.is-success {
    background-color: #06d6a0;
    border-color: #06d6a0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-success.is-inverted {
    background-color: #fff;
    color: #06d6a0;
  }
  .button.is-success.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-success.is-inverted[disabled],
  fieldset[disabled] .button.is-success.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #06d6a0;
  }
  .button.is-success.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-success.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #06d6a0;
    color: #06d6a0;
  }
  .button.is-success.is-outlined:hover,
  .button.is-success.is-outlined:focus {
    background-color: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
  }
  .button.is-success.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #06d6a0 #06d6a0 !important;
  }
  .button.is-success.is-outlined.is-loading:hover::after,
  .button.is-success.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-success.is-outlined[disabled],
  fieldset[disabled] .button.is-success.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #06d6a0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #06d6a0;
  }
  .button.is-success.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-success.is-inverted.is-outlined:hover,
  .button.is-success.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #06d6a0;
  }
  .button.is-success.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-success.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #06d6a0 #06d6a0 !important;
  }
  .button.is-success.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-success.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-success.is-light {
    background-color: #ebfef9;
    color: #04906c;
  }
  .button.is-success.is-light:hover {
    background-color: #dffef6;
    border-color: rgba(0, 0, 0, 0);
    color: #04906c;
  }
  .button.is-success.is-light:active,
  .button.is-success.is-light.is-active {
    background-color: #d2fef2;
    border-color: rgba(0, 0, 0, 0);
    color: #04906c;
  }
  .button.is-warning {
    background-color: #eda514;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning:hover {
    background-color: #e39d11;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
  }
  .button.is-warning:active,
  .button.is-warning.is-active {
    background-color: #d79510;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-warning[disabled],
  fieldset[disabled] .button.is-warning {
    background-color: #eda514;
    border-color: #eda514;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-warning.is-inverted {
    background-color: #fff;
    color: #eda514;
  }
  .button.is-warning.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-warning.is-inverted[disabled],
  fieldset[disabled] .button.is-warning.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #eda514;
  }
  .button.is-warning.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-warning.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #eda514;
    color: #eda514;
  }
  .button.is-warning.is-outlined:hover,
  .button.is-warning.is-outlined:focus {
    background-color: #eda514;
    border-color: #eda514;
    color: #fff;
  }
  .button.is-warning.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eda514 #eda514 !important;
  }
  .button.is-warning.is-outlined.is-loading:hover::after,
  .button.is-warning.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-warning.is-outlined[disabled],
  fieldset[disabled] .button.is-warning.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #eda514;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #eda514;
  }
  .button.is-warning.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-warning.is-inverted.is-outlined:hover,
  .button.is-warning.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #eda514;
  }
  .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-warning.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eda514 #eda514 !important;
  }
  .button.is-warning.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-warning.is-light {
    background-color: #fef8ec;
    color: #8e630b;
  }
  .button.is-warning.is-light:hover {
    background-color: #fdf3e0;
    border-color: rgba(0, 0, 0, 0);
    color: #8e630b;
  }
  .button.is-warning.is-light:active,
  .button.is-warning.is-light.is-active {
    background-color: #fcefd4;
    border-color: rgba(0, 0, 0, 0);
    color: #8e630b;
  }
  .button.is-danger {
    background-color: #e62965;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger:hover {
    background-color: #e51e5d;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger:focus {
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger:focus:not(:active) {
    -webkit-box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
    box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
  }
  .button.is-danger:active,
  .button.is-danger.is-active {
    background-color: #dc1a57;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .button.is-danger[disabled],
  fieldset[disabled] .button.is-danger {
    background-color: #e62965;
    border-color: #e62965;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .button.is-danger.is-inverted {
    background-color: #fff;
    color: #e62965;
  }
  .button.is-danger.is-inverted:hover {
    background-color: #f2f2f2;
  }
  .button.is-danger.is-inverted[disabled],
  fieldset[disabled] .button.is-danger.is-inverted {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e62965;
  }
  .button.is-danger.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-danger.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e62965;
    color: #e62965;
  }
  .button.is-danger.is-outlined:hover,
  .button.is-danger.is-outlined:focus {
    background-color: #e62965;
    border-color: #e62965;
    color: #fff;
  }
  .button.is-danger.is-outlined.is-loading::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e62965 #e62965 !important;
  }
  .button.is-danger.is-outlined.is-loading:hover::after,
  .button.is-danger.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
  }
  .button.is-danger.is-outlined[disabled],
  fieldset[disabled] .button.is-danger.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e62965;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e62965;
  }
  .button.is-danger.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
  }
  .button.is-danger.is-inverted.is-outlined:hover,
  .button.is-danger.is-inverted.is-outlined:focus {
    background-color: #fff;
    color: #e62965;
  }
  .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,
  .button.is-danger.is-inverted.is-outlined.is-loading:focus::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e62965 #e62965 !important;
  }
  .button.is-danger.is-inverted.is-outlined[disabled],
  fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .button.is-danger.is-light {
    background-color: #fdedf2;
    color: #d21953;
  }
  .button.is-danger.is-light:hover {
    background-color: #fce1ea;
    border-color: rgba(0, 0, 0, 0);
    color: #d21953;
  }
  .button.is-danger.is-light:active,
  .button.is-danger.is-light.is-active {
    background-color: #fad6e1;
    border-color: rgba(0, 0, 0, 0);
    color: #d21953;
  }
  .button.is-small {
    font-size: 0.75rem;
  }
  .button.is-small:not(.is-rounded) {
    border-radius: 2px;
  }
  .button.is-normal {
    font-size: 1rem;
  }
  .button.is-medium {
    font-size: 1.25rem;
  }
  .button.is-large {
    font-size: 1.5rem;
  }
  .button[disabled],
  fieldset[disabled] .button {
    background-color: #fff;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
  }
  .button.is-fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .button.is-loading {
    color: rgba(0, 0, 0, 0) !important;
    pointer-events: none;
  }
  .button.is-loading::after {
    position: absolute;
    left: calc(50% - (1em * 0.5));
    top: calc(50% - (1em * 0.5));
    position: absolute !important;
  }
  .button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
  }
  .button.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + 0.25em);
    padding-right: calc(1em + 0.25em);
  }
  .buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .buttons .button {
    margin-bottom: 0.5rem;
  }
  .buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: 0.5rem;
  }
  .buttons:last-child {
    margin-bottom: -0.5rem;
  }
  .buttons:not(:last-child) {
    margin-bottom: 1rem;
  }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
  }
  .buttons.has-addons .button:last-child {
    margin-right: 0;
  }
  .buttons.has-addons .button:hover {
    z-index: 2;
  }
  .buttons.has-addons .button:focus,
  .buttons.has-addons .button:active,
  .buttons.has-addons .button.is-active {
    z-index: 3;
  }
  .buttons.has-addons .button:focus:hover,
  .buttons.has-addons .button:active:hover,
  .buttons.has-addons .button.is-active:hover {
    z-index: 4;
  }
  .buttons.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .buttons.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
  }
  .container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px;
    }
  }
  @media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
      max-width: 1152px;
    }
  }
  .content li + li {
    margin-top: 0.25em;
  }
  .content p:not(:last-child),
  .content dl:not(:last-child),
  .content ol:not(:last-child),
  .content ul:not(:last-child),
  .content blockquote:not(:last-child),
  .content pre:not(:last-child),
  .content table:not(:last-child) {
    margin-bottom: 1em;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
  }
  .content h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  .content h1:not(:first-child) {
    margin-top: 1em;
  }
  .content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em;
  }
  .content h2:not(:first-child) {
    margin-top: 1.1428em;
  }
  .content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em;
  }
  .content h3:not(:first-child) {
    margin-top: 1.3333em;
  }
  .content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
  }
  .content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em;
  }
  .content h6 {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
  }
  .content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
  }
  .content ol:not([type]) {
    list-style-type: decimal;
  }
  .content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
  }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em;
  }
  .content ul ul ul {
    list-style-type: square;
  }
  .content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
  }
  .content figure:not(:first-child) {
    margin-top: 2em;
  }
  .content figure:not(:last-child) {
    margin-bottom: 2em;
  }
  .content figure img {
    display: inline-block;
  }
  .content figure figcaption {
    font-style: italic;
  }
  .content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal;
  }
  .content table {
    width: 100%;
  }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
  }
  .content table th {
    color: #363636;
  }
  .content table th:not([align]) {
    text-align: inherit;
  }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636;
  }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0;
  }
  .content .tabs li + li {
    margin-top: 0;
  }
  .content.is-small {
    font-size: 0.75rem;
  }
  .content.is-normal {
    font-size: 1rem;
  }
  .content.is-medium {
    font-size: 1.25rem;
  }
  .content.is-large {
    font-size: 1.5rem;
  }
  .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
  }
  .icon.is-small {
    height: 1rem;
    width: 1rem;
  }
  .icon.is-medium {
    height: 2rem;
    width: 2rem;
  }
  .icon.is-large {
    height: 3rem;
    width: 3rem;
  }
  .image {
    display: block;
    position: relative;
  }
  .image img {
    display: block;
    height: auto;
    width: 100%;
  }
  .image img.is-rounded {
    border-radius: 9999px;
  }
  .image.is-fullwidth {
    width: 100%;
  }
  .image.is-square img,
  .image.is-4by3 img,
  .image.is-3by2 img,
  .image.is-16by9 img {
    height: 100%;
    width: 100%;
  }
  .image.is-square {
    padding-top: 100%;
  }
  .image.is-4by3 {
    padding-top: 75%;
  }
  .image.is-3by2 {
    padding-top: 66.6666%;
  }
  .image.is-16by9 {
    padding-top: 56.25%;
  }
  .image.is-32x32 {
    height: 32px;
    width: 32px;
  }
  .image.is-48x48 {
    height: 48px;
    width: 48px;
  }
  .image.is-64x64 {
    height: 64px;
    width: 64px;
  }
  .progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 9999px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
  .progress::-webkit-progress-bar {
    background-color: #e1e8ee;
  }
  .progress::-webkit-progress-value {
    background-color: #4a4a4a;
  }
  .progress::-moz-progress-bar {
    background-color: #4a4a4a;
  }
  .progress::-ms-fill {
    background-color: #4a4a4a;
    border: none;
  }
  .progress.is-white::-webkit-progress-value {
    background-color: #fff;
  }
  .progress.is-white::-moz-progress-bar {
    background-color: #fff;
  }
  .progress.is-white::-ms-fill {
    background-color: #fff;
  }
  .progress.is-white:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #fff),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #fff 30%, #e1e8ee 30%);
  }
  .progress.is-light::-webkit-progress-value {
    background-color: #f5f5f5;
  }
  .progress.is-light::-moz-progress-bar {
    background-color: #f5f5f5;
  }
  .progress.is-light::-ms-fill {
    background-color: #f5f5f5;
  }
  .progress.is-light:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, hsl(0, 0%, 96%)),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, hsl(0, 0%, 96%) 30%, #e1e8ee 30%);
  }
  .progress.is-dark::-webkit-progress-value {
    background-color: #363636;
  }
  .progress.is-dark::-moz-progress-bar {
    background-color: #363636;
  }
  .progress.is-dark::-ms-fill {
    background-color: #363636;
  }
  .progress.is-dark:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, hsl(0, 0%, 21%)),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, hsl(0, 0%, 21%) 30%, #e1e8ee 30%);
  }
  .progress.is-primary::-webkit-progress-value {
    background-color: #8c8cf9;
  }
  .progress.is-primary::-moz-progress-bar {
    background-color: #8c8cf9;
  }
  .progress.is-primary::-ms-fill {
    background-color: #8c8cf9;
  }
  .progress.is-primary:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #8c8cf9),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #8c8cf9 30%, #e1e8ee 30%);
  }
  .progress.is-link::-webkit-progress-value {
    background-color: #039be5;
  }
  .progress.is-link::-moz-progress-bar {
    background-color: #039be5;
  }
  .progress.is-link::-ms-fill {
    background-color: #039be5;
  }
  .progress.is-link:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #039be5),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #039be5 30%, #e1e8ee 30%);
  }
  .progress.is-info::-webkit-progress-value {
    background-color: #039be5;
  }
  .progress.is-info::-moz-progress-bar {
    background-color: #039be5;
  }
  .progress.is-info::-ms-fill {
    background-color: #039be5;
  }
  .progress.is-info:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #039be5),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #039be5 30%, #e1e8ee 30%);
  }
  .progress.is-success::-webkit-progress-value {
    background-color: #06d6a0;
  }
  .progress.is-success::-moz-progress-bar {
    background-color: #06d6a0;
  }
  .progress.is-success::-ms-fill {
    background-color: #06d6a0;
  }
  .progress.is-success:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #06d6a0),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #06d6a0 30%, #e1e8ee 30%);
  }
  .progress.is-warning::-webkit-progress-value {
    background-color: #eda514;
  }
  .progress.is-warning::-moz-progress-bar {
    background-color: #eda514;
  }
  .progress.is-warning::-ms-fill {
    background-color: #eda514;
  }
  .progress.is-warning:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #eda514),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #eda514 30%, #e1e8ee 30%);
  }
  .progress.is-danger::-webkit-progress-value {
    background-color: #e62965;
  }
  .progress.is-danger::-moz-progress-bar {
    background-color: #e62965;
  }
  .progress.is-danger::-ms-fill {
    background-color: #e62965;
  }
  .progress.is-danger:indeterminate {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, #e62965),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, #e62965 30%, #e1e8ee 30%);
  }
  .progress:indeterminate {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveIndeterminate;
    animation-name: moveIndeterminate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #e1e8ee;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, hsl(0, 0%, 29%)),
      color-stop(30%, #e1e8ee)
    );
    background-image: linear-gradient(to right, hsl(0, 0%, 29%) 30%, #e1e8ee 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%;
  }
  .progress:indeterminate::-webkit-progress-bar {
    background-color: rgba(0, 0, 0, 0);
  }
  .progress:indeterminate::-moz-progress-bar {
    background-color: rgba(0, 0, 0, 0);
  }
  .progress:indeterminate::-ms-fill {
    animation-name: none;
  }
  .progress.is-small {
    height: 0.75rem;
  }
  .progress.is-medium {
    height: 1.25rem;
  }
  .progress.is-large {
    height: 1.5rem;
  }
  @-webkit-keyframes moveIndeterminate {
    from {
      background-position: 200% 0;
    }
    to {
      background-position: -200% 0;
    }
  }
  @keyframes moveIndeterminate {
    from {
      background-position: 200% 0;
    }
    to {
      background-position: -200% 0;
    }
  }
  .table {
    background-color: #fff;
    color: #363636;
  }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
  }
  .table td.is-white,
  .table th.is-white {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
  }
  .table td.is-light,
  .table th.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .table td.is-dark,
  .table th.is-dark {
    background-color: #363636;
    border-color: #363636;
    color: #fff;
  }
  .table td.is-primary,
  .table th.is-primary {
    background-color: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
  }
  .table td.is-link,
  .table th.is-link {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .table td.is-info,
  .table th.is-info {
    background-color: #039be5;
    border-color: #039be5;
    color: #fff;
  }
  .table td.is-success,
  .table th.is-success {
    background-color: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
  }
  .table td.is-warning,
  .table th.is-warning {
    background-color: #eda514;
    border-color: #eda514;
    color: #fff;
  }
  .table td.is-danger,
  .table th.is-danger {
    background-color: #e62965;
    border-color: #e62965;
    color: #fff;
  }
  .table td.is-narrow,
  .table th.is-narrow {
    white-space: nowrap;
    width: 1%;
  }
  .table td.is-vcentered,
  .table th.is-vcentered {
    vertical-align: middle;
  }
  .table th {
    color: #363636;
  }
  .table th:not([align]) {
    text-align: left;
  }
  .table thead {
    background-color: rgba(0, 0, 0, 0);
  }
  .table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #363636;
  }
  .table tbody {
    background-color: rgba(0, 0, 0, 0);
  }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0;
  }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px;
  }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px;
  }
  .table.is-fullwidth {
    width: 100%;
  }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa;
  }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa;
  }
  .table.is-hoverable.is-striped
    tbody
    tr:not(.is-selected):hover:nth-child(even) {
    background-color: #f5f5f5;
  }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em;
  }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa;
  }
  .tags {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tags .tag {
    margin-bottom: 0.5rem;
  }
  .tags .tag:not(:last-child) {
    margin-right: 0.5rem;
  }
  .tags:last-child {
    margin-bottom: -0.5rem;
  }
  .tags:not(:last-child) {
    margin-bottom: 1rem;
  }
  .tags.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tags.is-centered .tag {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .tags.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tags.is-right .tag:not(:first-child) {
    margin-left: 0.5rem;
  }
  .tags.is-right .tag:not(:last-child) {
    margin-right: 0;
  }
  .tags.has-addons .tag {
    margin-right: 0;
  }
  .tags.has-addons .tag:not(:first-child) {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tags.has-addons .tag:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tag:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
  }
  .tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem;
  }
  .tag:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a;
  }
  .tag:not(body).is-light {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.7);
  }
  .tag:not(body).is-dark {
    background-color: #363636;
    color: #fff;
  }
  .tag:not(body).is-primary {
    background-color: #8c8cf9;
    color: #fff;
  }
  .tag:not(body).is-primary.is-light {
    background-color: #ececfe;
    color: #0909b3;
  }
  .tag:not(body).is-link {
    background-color: #039be5;
    color: #fff;
  }
  .tag:not(body).is-link.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .tag:not(body).is-info {
    background-color: #039be5;
    color: #fff;
  }
  .tag:not(body).is-info.is-light {
    background-color: #ebf8ff;
    color: #0385c4;
  }
  .tag:not(body).is-success {
    background-color: #06d6a0;
    color: #fff;
  }
  .tag:not(body).is-success.is-light {
    background-color: #ebfef9;
    color: #04906c;
  }
  .tag:not(body).is-warning {
    background-color: #eda514;
    color: #fff;
  }
  .tag:not(body).is-warning.is-light {
    background-color: #fef8ec;
    color: #8e630b;
  }
  .tag:not(body).is-danger {
    background-color: #e62965;
    color: #fff;
  }
  .tag:not(body).is-danger.is-light {
    background-color: #fdedf2;
    color: #d21953;
  }
  .tag:not(body).is-normal {
    font-size: 0.75rem;
  }
  .tag:not(body).is-medium {
    font-size: 1rem;
  }
  .tag:not(body).is-large {
    font-size: 1.25rem;
  }
  .tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em;
  }
  .tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em;
  }
  .tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em;
  }
  .tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em;
  }
  .tag:not(body).is-delete::before,
  .tag:not(body).is-delete::after {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .tag:not(body).is-delete::before {
    height: 1px;
    width: 50%;
  }
  .tag:not(body).is-delete::after {
    height: 50%;
    width: 1px;
  }
  .tag:not(body).is-delete:hover,
  .tag:not(body).is-delete:focus {
    background-color: #e8e8e8;
  }
  .tag:not(body).is-delete:active {
    background-color: #dbdbdb;
  }
  .tag:not(body).is-rounded {
    border-radius: 9999px;
  }
  a.tag:hover {
    text-decoration: underline;
  }
  .title,
  .subtitle {
    word-break: break-word;
  }
  .title span,
  .subtitle span {
    font-weight: inherit;
  }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle;
  }
  .title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
  }
  .title strong {
    color: inherit;
    font-weight: inherit;
  }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem;
  }
  .title.is-1 {
    font-size: 3rem;
  }
  .title.is-2 {
    font-size: 2.5rem;
  }
  .title.is-3 {
    font-size: 2rem;
  }
  .title.is-4 {
    font-size: 1.5rem;
  }
  .title.is-5 {
    font-size: 1.25rem;
  }
  .title.is-6 {
    font-size: 1rem;
  }
  .title.is-7 {
    font-size: 0.75rem;
  }
  .subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .subtitle strong {
    color: #363636;
    font-weight: 600;
  }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem;
  }
  .subtitle.is-1 {
    font-size: 3rem;
  }
  .subtitle.is-2 {
    font-size: 2.5rem;
  }
  .subtitle.is-3 {
    font-size: 2rem;
  }
  .subtitle.is-4 {
    font-size: 1.5rem;
  }
  .subtitle.is-5 {
    font-size: 1.25rem;
  }
  .subtitle.is-6 {
    font-size: 1rem;
  }
  .subtitle.is-7 {
    font-size: 0.75rem;
  }
  .heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 9999px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: 0.25rem 0.5rem;
    text-align: center;
    vertical-align: top;
  }
  .select select,
  .textarea,
  .input {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
  }
  .select select::-moz-placeholder,
  .textarea::-moz-placeholder,
  .input::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder,
  .input::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select:-moz-placeholder,
  .textarea:-moz-placeholder,
  .input:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select:-ms-input-placeholder,
  .textarea:-ms-input-placeholder,
  .input:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
  }
  .select select:hover,
  .textarea:hover,
  .input:hover {
    border-color: #b5b5b5;
  }
  .select select:focus,
  .textarea:focus,
  .input:focus,
  .select select:active,
  .textarea:active,
  .input:active,
  .select select.is-active,
  .is-active.textarea,
  .is-active.input {
    border-color: #039be5;
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .select select[disabled],
  [disabled].textarea,
  [disabled].input,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .textarea,
  fieldset[disabled] .input {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a;
  }
  .select select[disabled]::-moz-placeholder,
  [disabled].textarea::-moz-placeholder,
  [disabled].input::-moz-placeholder,
  fieldset[disabled] .select select::-moz-placeholder,
  .select fieldset[disabled] select::-moz-placeholder,
  fieldset[disabled] .textarea::-moz-placeholder,
  fieldset[disabled] .input::-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  .select select[disabled]::-webkit-input-placeholder,
  [disabled].textarea::-webkit-input-placeholder,
  [disabled].input::-webkit-input-placeholder,
  fieldset[disabled] .select select::-webkit-input-placeholder,
  .select fieldset[disabled] select::-webkit-input-placeholder,
  fieldset[disabled] .textarea::-webkit-input-placeholder,
  fieldset[disabled] .input::-webkit-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  .select select[disabled]:-moz-placeholder,
  [disabled].textarea:-moz-placeholder,
  [disabled].input:-moz-placeholder,
  fieldset[disabled] .select select:-moz-placeholder,
  .select fieldset[disabled] select:-moz-placeholder,
  fieldset[disabled] .textarea:-moz-placeholder,
  fieldset[disabled] .input:-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  .select select[disabled]:-ms-input-placeholder,
  [disabled].textarea:-ms-input-placeholder,
  [disabled].input:-ms-input-placeholder,
  fieldset[disabled] .select select:-ms-input-placeholder,
  .select fieldset[disabled] select:-ms-input-placeholder,
  fieldset[disabled] .textarea:-ms-input-placeholder,
  fieldset[disabled] .input:-ms-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
  }
  .textarea,
  .input {
    -webkit-box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    max-width: 100%;
    width: 100%;
  }
  [readonly].textarea,
  [readonly].input {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .is-white.textarea,
  .is-white.input {
    border-color: #fff;
  }
  .is-white.textarea:focus,
  .is-white.input:focus,
  .is-white.textarea:active,
  .is-white.input:active,
  .is-white.is-active.textarea,
  .is-white.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  .is-light.textarea,
  .is-light.input {
    border-color: #f5f5f5;
  }
  .is-light.textarea:focus,
  .is-light.input:focus,
  .is-light.textarea:active,
  .is-light.input:active,
  .is-light.is-active.textarea,
  .is-light.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  .is-dark.textarea,
  .is-dark.input {
    border-color: #363636;
  }
  .is-dark.textarea:focus,
  .is-dark.input:focus,
  .is-dark.textarea:active,
  .is-dark.input:active,
  .is-dark.is-active.textarea,
  .is-dark.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  .is-primary.textarea,
  .is-primary.input {
    border-color: #8c8cf9;
  }
  .is-primary.textarea:focus,
  .is-primary.input:focus,
  .is-primary.textarea:active,
  .is-primary.input:active,
  .is-primary.is-active.textarea,
  .is-primary.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
    box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
  }
  .is-link.textarea,
  .is-link.input {
    border-color: #039be5;
  }
  .is-link.textarea:focus,
  .is-link.input:focus,
  .is-link.textarea:active,
  .is-link.input:active,
  .is-link.is-active.textarea,
  .is-link.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .is-info.textarea,
  .is-info.input {
    border-color: #039be5;
  }
  .is-info.textarea:focus,
  .is-info.input:focus,
  .is-info.textarea:active,
  .is-info.input:active,
  .is-info.is-active.textarea,
  .is-info.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .is-success.textarea,
  .is-success.input {
    border-color: #06d6a0;
  }
  .is-success.textarea:focus,
  .is-success.input:focus,
  .is-success.textarea:active,
  .is-success.input:active,
  .is-success.is-active.textarea,
  .is-success.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
    box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
  }
  .is-warning.textarea,
  .is-warning.input {
    border-color: #eda514;
  }
  .is-warning.textarea:focus,
  .is-warning.input:focus,
  .is-warning.textarea:active,
  .is-warning.input:active,
  .is-warning.is-active.textarea,
  .is-warning.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
  }
  .is-danger.textarea,
  .is-danger.input {
    border-color: #e62965;
  }
  .is-danger.textarea:focus,
  .is-danger.input:focus,
  .is-danger.textarea:active,
  .is-danger.input:active,
  .is-danger.is-active.textarea,
  .is-danger.is-active.input {
    -webkit-box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
    box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
  }
  .is-small.textarea,
  .is-small.input {
    border-radius: 2px;
    font-size: 0.75rem;
  }
  .is-medium.textarea,
  .is-medium.input {
    font-size: 1.25rem;
  }
  .is-large.textarea,
  .is-large.input {
    font-size: 1.5rem;
  }
  .is-fullwidth.textarea,
  .is-fullwidth.input {
    display: block;
    width: 100%;
  }
  .input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(calc(0.75em - 1px) + 0.375em);
    padding-right: calc(calc(0.75em - 1px) + 0.375em);
  }
  .input.is-static {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: calc(0.75em - 1px);
    resize: vertical;
  }
  .textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em;
  }
  .textarea[rows] {
    height: initial;
  }
  .radio,
  .checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
  }
  .radio input,
  .checkbox input {
    cursor: pointer;
  }
  .radio:hover,
  .checkbox:hover {
    color: #363636;
  }
  [disabled].radio,
  [disabled].checkbox,
  fieldset[disabled] .radio,
  fieldset[disabled] .checkbox,
  .radio input[disabled],
  .checkbox input[disabled] {
    color: #7a7a7a;
    cursor: not-allowed;
  }
  .radio + .radio {
    margin-left: 0.5em;
  }
  .select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
  }
  .select:not(.is-multiple) {
    height: 2.5em;
  }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #039be5;
    right: 1.125em;
    z-index: 4;
  }
  .select.is-rounded select {
    border-radius: 9999px;
    padding-left: 1em;
  }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none;
  }
  .select select::-ms-expand {
    display: none;
  }
  .select select[disabled]:hover,
  fieldset[disabled] .select select:hover {
    border-color: #f5f5f5;
  }
  .select select:not([multiple]) {
    padding-right: 2.5em;
  }
  .select select[multiple] {
    height: auto;
    padding: 0;
  }
  .select select[multiple] option {
    padding: 0.5em 1em;
  }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636;
  }
  .select.is-white:not(:hover)::after {
    border-color: #fff;
  }
  .select.is-white select {
    border-color: #fff;
  }
  .select.is-white select:hover {
    border-color: #f2f2f2;
  }
  .select.is-white select:focus,
  .select.is-white select:active,
  .select.is-white select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
  }
  .select.is-light:not(:hover)::after {
    border-color: #f5f5f5;
  }
  .select.is-light select {
    border-color: #f5f5f5;
  }
  .select.is-light select:hover {
    border-color: #e8e8e8;
  }
  .select.is-light select:focus,
  .select.is-light select:active,
  .select.is-light select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
    box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
  }
  .select.is-dark:not(:hover)::after {
    border-color: #363636;
  }
  .select.is-dark select {
    border-color: #363636;
  }
  .select.is-dark select:hover {
    border-color: #292929;
  }
  .select.is-dark select:focus,
  .select.is-dark select:active,
  .select.is-dark select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
    box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
  }
  .select.is-primary:not(:hover)::after {
    border-color: #8c8cf9;
  }
  .select.is-primary select {
    border-color: #8c8cf9;
  }
  .select.is-primary select:hover {
    border-color: #7474f8;
  }
  .select.is-primary select:focus,
  .select.is-primary select:active,
  .select.is-primary select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
    box-shadow: 0 0 0 0.125em rgba(140, 140, 249, 0.25);
  }
  .select.is-link:not(:hover)::after {
    border-color: #039be5;
  }
  .select.is-link select {
    border-color: #039be5;
  }
  .select.is-link select:hover {
    border-color: #038acc;
  }
  .select.is-link select:focus,
  .select.is-link select:active,
  .select.is-link select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .select.is-info:not(:hover)::after {
    border-color: #039be5;
  }
  .select.is-info select {
    border-color: #039be5;
  }
  .select.is-info select:hover {
    border-color: #038acc;
  }
  .select.is-info select:focus,
  .select.is-info select:active,
  .select.is-info select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
    box-shadow: 0 0 0 0.125em rgba(3, 155, 229, 0.25);
  }
  .select.is-success:not(:hover)::after {
    border-color: #06d6a0;
  }
  .select.is-success select {
    border-color: #06d6a0;
  }
  .select.is-success select:hover {
    border-color: #05bd8d;
  }
  .select.is-success select:focus,
  .select.is-success select:active,
  .select.is-success select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
    box-shadow: 0 0 0 0.125em rgba(6, 214, 160, 0.25);
  }
  .select.is-warning:not(:hover)::after {
    border-color: #eda514;
  }
  .select.is-warning select {
    border-color: #eda514;
  }
  .select.is-warning select:hover {
    border-color: #d79510;
  }
  .select.is-warning select:focus,
  .select.is-warning select:active,
  .select.is-warning select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
    box-shadow: 0 0 0 0.125em rgba(237, 165, 20, 0.25);
  }
  .select.is-danger:not(:hover)::after {
    border-color: #e62965;
  }
  .select.is-danger select {
    border-color: #e62965;
  }
  .select.is-danger select:hover {
    border-color: #dc1a57;
  }
  .select.is-danger select:focus,
  .select.is-danger select:active,
  .select.is-danger select.is-active {
    -webkit-box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
    box-shadow: 0 0 0 0.125em rgba(230, 41, 101, 0.25);
  }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
  }
  .select.is-medium {
    font-size: 1.25rem;
  }
  .select.is-large {
    font-size: 1.5rem;
  }
  .select.is-disabled::after {
    border-color: #7a7a7a !important;
    opacity: 0.5;
  }
  .select.is-fullwidth {
    width: 100%;
  }
  .select.is-fullwidth select {
    width: 100%;
  }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-transform: none;
    transform: none;
  }
  .select.is-loading.is-small:after {
    font-size: 0.75rem;
  }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem;
  }
  .select.is-loading.is-large:after {
    font-size: 1.5rem;
  }
  .file {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }
  .file.is-small {
    font-size: 0.75rem;
  }
  .file.is-normal {
    font-size: 1rem;
  }
  .file.is-medium {
    font-size: 1.25rem;
  }
  .file.is-large {
    font-size: 1.5rem;
  }
  .file.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .file.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
  }
  .label:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .label.is-small {
    font-size: 0.75rem;
  }
  .label.is-medium {
    font-size: 1.25rem;
  }
  .label.is-large {
    font-size: 1.5rem;
  }
  .help {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
  .help.is-white {
    color: #fff;
  }
  .help.is-light {
    color: #f5f5f5;
  }
  .help.is-dark {
    color: #363636;
  }
  .help.is-primary {
    color: #8c8cf9;
  }
  .help.is-link {
    color: #039be5;
  }
  .help.is-info {
    color: #039be5;
  }
  .help.is-success {
    color: #06d6a0;
  }
  .help.is-warning {
    color: #eda514;
  }
  .help.is-danger {
    color: #e62965;
  }
  .field:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .field.has-addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px;
  }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0;
  }
  .field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .field.has-addons .control .button:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover {
    z-index: 2;
  }
  .field.has-addons .control .button:not([disabled]):focus,
  .field.has-addons .control .button:not([disabled]):active,
  .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3;
  }
  .field.has-addons .control .button:not([disabled]):focus:hover,
  .field.has-addons .control .button:not([disabled]):active:hover,
  .field.has-addons .control .button:not([disabled]).is-active:hover,
  .field.has-addons .control .input:not([disabled]):focus:hover,
  .field.has-addons .control .input:not([disabled]).is-focused:hover,
  .field.has-addons .control .input:not([disabled]):active:hover,
  .field.has-addons .control .input:not([disabled]).is-active:hover,
  .field.has-addons .control .select select:not([disabled]):focus:hover,
  .field.has-addons .control .select select:not([disabled]):active:hover,
  .field.has-addons .control .select select:not([disabled]).is-active:hover {
    z-index: 4;
  }
  .field.is-grouped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .field.is-grouped > .control {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .field.is-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
  @media screen and (min-width: 769px), print {
    .field.is-horizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .field-label .label {
    font-size: inherit;
  }
  @media screen and (max-width: 768px) {
    .field-label {
      margin-bottom: 0.5rem;
    }
  }
  @media screen and (min-width: 769px), print {
    .field-label {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 1.5rem;
      text-align: right;
    }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em;
    }
    .field-label.is-normal {
      padding-top: 0.375em;
    }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em;
    }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em;
    }
  }
  .field-body .field .field {
    margin-bottom: 0;
  }
  @media screen and (min-width: 769px), print {
    .field-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 5;
      -ms-flex-positive: 5;
      flex-grow: 5;
      -ms-flex-negative: 1;
      flex-shrink: 1;
    }
    .field-body .field {
      margin-bottom: 0;
    }
    .field-body > .field {
      -ms-flex-negative: 1;
      flex-shrink: 1;
    }
    .field-body > .field:not(.is-narrow) {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }
    .field-body > .field:not(:last-child) {
      margin-right: 0.75rem;
    }
  }
  .control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
  }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon,
  .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #4a4a4a;
  }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon,
  .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem;
  }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon,
  .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem;
  }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon,
  .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem;
  }
  .control.has-icons-left .icon,
  .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
  }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.5em;
  }
  .control.has-icons-left .icon.is-left {
    left: 0;
  }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.5em;
  }
  .control.has-icons-right .icon.is-right {
    right: 0;
  }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4;
  }
  .control.is-loading.is-small:after {
    font-size: 0.75rem;
  }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem;
  }
  .control.is-loading.is-large:after {
    font-size: 1.5rem;
  }
  .breadcrumb {
    font-size: 1rem;
    white-space: nowrap;
  }
  .breadcrumb a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #039be5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.75em;
  }
  .breadcrumb a:hover {
    color: #363636;
  }
  .breadcrumb li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb li:first-child a {
    padding-left: 0;
  }
  .breadcrumb li.is-active a {
    color: #363636;
    cursor: default;
    pointer-events: none;
  }
  .breadcrumb li + li::before {
    color: #b5b5b5;
    content: "/";
  }
  .breadcrumb ul,
  .breadcrumb ol {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .breadcrumb .icon:first-child {
    margin-right: 0.5em;
  }
  .breadcrumb .icon:last-child {
    margin-left: 0.5em;
  }
  .breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .breadcrumb.is-small {
    font-size: 0.75rem;
  }
  .breadcrumb.is-medium {
    font-size: 1.25rem;
  }
  .breadcrumb.is-large {
    font-size: 1.5rem;
  }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "•";
  }
  .card,
  .cart-summary .summary-card {
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
  }
  .card-content:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-content:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .card-image {
    display: block;
    position: relative;
  }
  .card-image:first-child img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-image:last-child img {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .card-content {
    background-color: rgba(0, 0, 0, 0);
    padding: 1.5rem;
  }
  .card .media:not(:last-child),
  .cart-summary .summary-card .media:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
  }
  .dropdown.is-active .dropdown-menu,
  .dropdown.is-hoverable:hover .dropdown-menu {
    display: block;
  }
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
      0 0px 0 1px rgba(10, 10, 10, 0.02);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.375rem 1rem;
    position: relative;
  }
  a.dropdown-item,
  button.dropdown-item {
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
  }
  a.dropdown-item:hover,
  button.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a;
  }
  a.dropdown-item.is-active,
  button.dropdown-item.is-active {
    background-color: #039be5;
    color: #fff;
  }
  .dropdown-divider {
    background-color: #e1e8ee;
    border: none;
    display: block;
    height: 1px;
    margin: 0.5rem 0;
  }
  .level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .level code {
    border-radius: 4px;
  }
  .level img {
    display: inline-block;
    vertical-align: top;
  }
  .level.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .level.is-mobile .level-left,
  .level.is-mobile .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .level.is-mobile .level-left + .level-right {
    margin-top: 0;
  }
  .level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
  .level.is-mobile .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  @media screen and (min-width: 769px), print {
    .level {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .level > .level-item:not(.is-narrow) {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }
  }
  