/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.pricing .el-slider__button-wrapper {
  outline: 1px solid transparent; }

.pricing .vue-slider-component {
  padding: 0 !important;
  margin: 20px 0; }
  .pricing .vue-slider-component .vue-slider-process {
    background: #4cb981; }
  .pricing .vue-slider-component .vue-slider-tooltip {
    padding: 3px 6px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8); }
    .pricing .vue-slider-component .vue-slider-tooltip:after {
      content: " Objects"; }

.pricing .section-heading {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  width: 80%;
  margin: 40px auto 0 auto; }
  .pricing .section-heading .section-description {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 10px; }

.pricing .el-popover {
  padding: 10px 15px;
  border: 1px solid #eceeef;
  border-radius: 7px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left; }
  .pricing .el-popover .more-detail {
    color: #4cb981; }
    .pricing .el-popover .more-detail:hover {
      color: #2d724f; }

.pricing .pricing-tabs .el-tabs__header {
  display: none;
  margin: 0;
  border-bottom: none; }
  .pricing .pricing-tabs .el-tabs__header .el-tabs__nav-wrap {
    text-align: center; }
    .pricing .pricing-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav {
      display: inline-block;
      float: none; }
      .pricing .pricing-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item {
        font-size: 16px;
        margin-bottom: 5px;
        color: #929698; }
        .pricing .pricing-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active, .pricing .pricing-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:hover {
          color: #009f6f; }
      .pricing .pricing-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar {
        height: 2px;
        background-color: #009f6f; }

.pricing .pricing-tabs .el-tabs__content {
  background-color: #FBFBFB;
  padding: 0 20px 30px 20px;
  box-shadow: inset rgba(0, 0, 0, 0.117647) 0 1px 3px; }
  .pricing .pricing-tabs .el-tabs__content .tab {
    text-align: center; }
    .pricing .pricing-tabs .el-tabs__content .tab .slogan {
      padding-top: 25px;
      margin-bottom: 20px;
      color: #929698;
      font-size: 20px; }
    .pricing .pricing-tabs .el-tabs__content .tab .card-container {
      display: inline-block;
      flex-wrap: wrap;
      display: flex;
      justify-content: center; }
      .pricing .pricing-tabs .el-tabs__content .tab .card-container .card {
        margin: 10px; }

.pricing .main-cta {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px; }

.pricing .details {
  text-align: left;
  margin: 70px auto 0 auto;
  padding: 0 20px;
  max-width: 720px; }
  .pricing .details h1.section-heading {
    border: none; }
  .pricing .details label {
    font-size: 20px;
    margin-bottom: 30px; }
  .pricing .details .object {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 12px;
    margin-bottom: 25px; }
    .pricing .details .object .object-title {
      font-weight: 600; }
    .pricing .details .object .object-desc {
      margin-left: 10px; }

.pricing .object-btn-group button {
  cursor: pointer;
  outline: none;
  box-shadow: none;
  font-size: 16px; }
  .pricing .object-btn-group button.active {
    background: #4cb981;
    color: white;
    border-color: #4cb981; }

.pricing .objects-page h1 {
  display: initial;
  cursor: pointer; }
  .pricing .objects-page h1:hover {
    color: #000; }

.pricing .objects-page .obj-section {
  padding: 60px 0; }
  .pricing .objects-page .obj-section:not(.active) {
    display: none; }
  .pricing .objects-page .obj-section img {
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2); }
  .pricing .objects-page .obj-section .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px; }
    .pricing .objects-page .obj-section .details h3 {
      font-weight: bold;
      margin-bottom: 4px;
      font-size: 22px; }
    .pricing .objects-page .obj-section .details h5 {
      color: #7f7f7f;
      font-size: 15px;
      line-height: 1.35; }
    .pricing .objects-page .obj-section .details .obj {
      display: flex;
      margin-top: 20px;
      align-items: flex-end; }
      .pricing .objects-page .obj-section .details .obj .name.highlight {
        cursor: pointer; }
      .pricing .objects-page .obj-section .details .obj .spacer {
        flex: 1;
        border-bottom: 2px dotted #777;
        margin: 0 15px;
        margin-bottom: 5px; }
    .pricing .objects-page .obj-section .details .obj-note {
      color: #777; }
  @media (max-width: 575.9px) {
    .pricing .objects-page .obj-section {
      padding: 40px 0; }
      .pricing .objects-page .obj-section .name {
        max-width: 55%; } }
  @media (max-width: 767.9px) {
    .pricing .objects-page .obj-section .details {
      margin-top: 30px;
      padding-left: 15px; } }
.pricing .objects-page .cta-section {
  background-color: #009f6f;
  padding: 80px 10px;
  padding-bottom: 100px; }
  .pricing .objects-page .cta-section h1 {
    color: white;
    font-weight: bold; }
  .pricing .objects-page .cta-section .btn {
    padding: 10px 40px;
    color: #009f6f;
    font-weight: bold;
    border-color: white; }

.pricing #holistics-objects {
  position: absolute;
  top: -80px; }

@media (max-width: 425px) {
  .pricing .section-heading {
    width: 100%; } }

@media (max-width: 960px) {
  .pricing .object-btn-group {
    display: none; }
  .pricing .objects-slider .heading {
    padding-top: 30px; }
  .pricing .obj-section {
    display: initial !important; }
    .pricing .obj-section .objects-slider {
      margin-top: 40px; }
    .pricing .obj-section .objects-slider:last-child {
      margin-bottom: 60px; } }
