.pricing-option.best-value  body .pricing-container {
  width: 100%;
}
body .inner-page-content {
  padding-top:40px;
}
body .pricing-container .row {
  width: 100%;
  font-family: inherit;
  margin: 0 auto;
}

body .pricing-container .row .col-md-12 {
  width: 100%;
}

.pricing-table {
  width: 100%;
  color: #33475B;
  margin: 30px 0;
}
body #sub-header header {
  padding-top:50px;
  margin: 0;
  text-align: center;
}
body #sub-header h1 {
  margin: 0 0 7.5px;
  text-align: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.tabs:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #ddd;
  bottom: 0;
  left: 0;
}

.tabs .tab {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 16px;
  color: #33475B;
  min-width: 128px;
  border: 1px solid #ddd;
  border-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs .tab:active, .tabs .tab:focus {
  outline: none;
}

.tabs .tab.active {
  font-weight: bold;
  background-color: #2029FF; 
  color:#DEE2FE;
}

.pricing-options-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.pricing-options-container .spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricing-options-container .spacer .pricing-options_title {
  margin-top: 40px;
  padding-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricing-options-container .spacer .pricing-options_title h2 {
  
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 49px;
  letter-spacing: -0.014em;
  color: #14151A;
  margin-bottom: 15px;
}

.pricing-options-container .spacer .pricing-options_title p {
  margin-bottom: 5px;
}

.pricing-options-container .spacer .pricing-options_title svg {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}



@media screen and (max-width: 768px) {
  .pricing-options-container .spacer .pricing-options_title svg {
    display: none;
  }
}

.pricing-options-container .mobile-tabs {
  display: none;
}

@media screen and (max-width: 960px) {
  .pricing-options-container .mobile-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    gap: 5px;
  }
  .pricing-options-container .mobile-tabs .tab {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    background: #FFFFFF;
    outline: none;
    border: none;
    -webkit-box-shadow: 0px 0.73774px 2.95095px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0.73774px 2.95095px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #33475B;
  }
  .pricing-options-container .mobile-tabs .tab.active {
    background-color: #0A54FF;
    color: #fff;
  }
  .pricing-options-container .mobile-tabs .tab.active svg,
  .pricing-options-container .mobile-tabs .tab.active path {
    fill: #fff;
  }
  .pricing-options-container .mobile-tabs .tab:active, .pricing-options-container .mobile-tabs .tab:focus {
    outline: none;
  }
}

.pricing-options-container .pricing-options {
  margin-top: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.pricing-options-container .pricing-options .pricing-option {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(33.33% - 7px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 7px);
          flex: 0 0 calc(33.33% - 7px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.pricing-options-container .pricing-options .pricing-option .price {
  margin: 15px 0;
  position: relative;
  font-size: 17px;
  color: #33475B;
}

.pricing-options-container .pricing-options .pricing-option .price sup {
  color: #14151A;
  font-size: 30px;
  top: -30px;
}

.pricing-options-container .pricing-options .pricing-option .price span {
  color: #14151A;
  line-height: 1;
  font-size: 70px;
}

.pricing-options-container .pricing-options .pricing-option .subtext {
  color: #636D79;
  font-size: 14px;
}

.pricing-options-container .pricing-options .pricing-option .subtext .text-border {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.pricing-options-container .pricing-options .pricing-option  ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.pricing-options-container .pricing-options .pricing-option a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 15px 0 0;
  border: 1px solid #0A54FF;
  border-radius: 440px;
  color: #0A54FF;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 36px;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  box-sizing: border-box;
}

.pricing-options-container .pricing-options .pricing-option a:focus, .pricing-options-container .pricing-options .pricing-option a:active {
  outline: none;
}

.pricing-options-container .pricing-options .pricing-option a:hover {
  background-color: #0A54FF;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.pricing-options-container .pricing-options .pricing-option.best-value {
  background-color: #F6F6F9;
  position: relative;
}

.pricing-options-container .pricing-options .pricing-option.best-value .badge {
  content: "Best Value";
  position: absolute;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #0A54FF;
  top: -27px;
  left: 0;
  color: #fff;
  height: 37px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing-options-container .pricing-options .pricing-option.best-value .badge svg {
  margin-right: 3px;
}

.pricing-options-container .pricing-options .pricing-option.best-value a {
  background-color: #0A54FF;
  color: #FFFFFF;
}

.summary-pricing .pricing-options-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.summary-pricing .pricing-options-container .pricing-options {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.summary-pricing .pricing-options-container .pricing-options p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  color: #000000;
}

.summary-pricing .pricing-options-container .pricing-options ul li {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #000000;
  text-align: left;
}

.summary-pricing .pricing-options-container .pricing-options ul li a {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
  color: #000000 !important;
  display: block;
}

.summary-pricing .pricing-options-container .pricing-options ul li svg {
  margin-right: 5px;
}

.summary-pricing .pricing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}

.summary-pricing .pricing-button a {
  padding: 15px 45px;
  background-color: #0A54FF;
  border-radius: 440px;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #FFF;
}

.cta-pricing {
  margin: 72px 0;
   background: #F0F0FF;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  padding: 64px;
  text-align: center;
}

.cta-pricing a {
  background-color: #0A54FF;
  color: #FFF;
  padding: 12px 32px;
  border-radius: 440px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
}

.cta-pricing a:hover {
  background-color: #0A54FF;
  color: #fff;
}

.cta-pricing h3 {
  font-family: 'Diagramm', inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 39px;
  letter-spacing: -0.014em;
  color: #333;
}

.cta-pricing p {
  font-family: 'Avenir', inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cta-pricing {
    padding: 32px 24px;
    margin: 48px 0 0;
    text-align: center;
  }
  .cta-pricing h3 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .cta-pricing p {
    font-size: 18px;
    line-height: 1.3;
  }
}

.features {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.features .stickies {
  margin-bottom: -57px;
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  padding: 0;
  top: 100px;
  left: 0;
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .features .stickies {
    display: none !important;
  }
}

.features .stickies .spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.features .stickies .sticky-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}

.features .stickies .sticky-tabs .sticky-tab {
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(33.33% - 10px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 10px);
          flex: 0 0 calc(33.33% - 10px);
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 16px;
  color: #33475B;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 18px;
}

.features .stickies .sticky-tabs .sticky-tab:active, .features .stickies .sticky-tabs .sticky-tab:focus {
  outline: none;
}

.features .stickies .sticky-tabs .sticky-tab.active {
  font-weight: bold;
  background-color: #F3FAFD;
}

.features.sticky .stickies {
  opacity: 1;
}

.features .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  border-bottom: 1px solid #ddd;
}

.features .feature-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  color: #33475B;
  font-size: 17px;
}

.features .feature-options {
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  gap: 10px;
  box-sizing: border-box;
}

.features .feature-options .feature-option {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(33.33%);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(33.33%);
          flex: 0 0 calc(33.33%);
  text-align: center;
  padding: 16px 24px;
  position: relative;
  box-sizing: border-box;
}

.features .feature-options .feature-option:nth-child(2)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .02;
  right: 0;
  top: 0;
}

@media screen and (max-width: 960px) {
  .features .feature-options .feature-option:nth-child(2)::after {
    display: none;
  }
}

.features .feature.category {
  position: relative;
}

.features .feature.category .feature-name {
  font-size: 20px;
  color: #14151A;
}

.features .feature.category .feature-options .feature-option {
  font-size: 11px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .feature.category .feature-options .feature-option .bar {
  margin-top: 5px;
  width: 52px;
  height: 2px;
  border-radius: 2px;
  background-color: #D0DEE3;
  position: relative;
}

.features .feature.category .feature-options .feature-option .bar .active-bar {
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 2px;
  background-color: #0A54FF;
}

.features .feature.category button {
  position: absolute;
  right: 10px;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.features .feature.category button.active {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}

.features .feature.category button svg {
  pointer-events: none;
}

.features .feature-category .feature-children {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  overflow: hidden;
}

.features .feature-category .feature-children.toggle {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  overflow: hidden;
}

.features .feature-category .feature-children .feature:nth-child(odd) {
  background-color: #F6F6F9;
}

.features:last-child:last-child {
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  .pricing-table .pricing-options-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pricing-table .pricing-options-container .pricing-options_title {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .pricing-table .pricing-options-container .pricing-options {
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .pricing-table .pricing-options-container .pricing-options .pricing-option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pricing-table .pricing-options-container .pricing-options .pricing-option.option-2, .pricing-table .pricing-options-container .pricing-options .pricing-option.option-3 {
    display: none;
  }
  .pricing-table .features .feature,
  .pricing-table .features .feature.category {
    padding: 8px 12px;
  }
  .pricing-table .features .feature-name,
  .pricing-table .features .feature.category-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    text-align: left;
    font-size: 16px;
  }
  .pricing-table .features .feature-options,
  .pricing-table .features .feature.category-options {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
  }
  .pricing-table .features .feature-options .feature-option,
  .pricing-table .features .feature.category-options .feature-option {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 8px 6px 8px 12px;
    text-align: right;
  }
  .pricing-table .features .feature-options .feature-option.option-2, .pricing-table .features .feature-options .feature-option.option-3,
  .pricing-table .features .feature.category-options .feature-option.option-2,
  .pricing-table .features .feature.category-options .feature-option.option-3 {
    display: none;
  }
  .pricing-table .features .feature.category {
    padding: 8px 12px;
  }
  .pricing-table .features .feature.category > .feature-options {
    display: none;
  }
}

.marketing-container {
  display: none;
}

.marketing-container > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .marketing-container > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.marketing-container .marketing-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding-right: 15px;
}
.marketing-container .marketing-content ul {
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 960px) {
  .marketing-container .marketing-content {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 45px;
  }
}

.marketing-container .marketing-content h2 {
  font-family: 'Diagramm', 'Avenir Next', system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: -0.014em;
  color: #14151A;
  margin-bottom: 10px;
}

.marketing-container .marketing-content ul li {
  margin: 10px 0;
}

.marketing-container .marketing-calculator {
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .marketing-container .marketing-calculator {
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.marketing-container .marketing-calculator .slider-container {
  border-radius: 40px;
  background-color: #F0F0F0 !important;
  padding: 0 16px 0 13px;
  border: 1px solid #D3D3D3;
  position: relative;
}

.marketing-container .marketing-calculator .slider-container:before {
  content: "";
  position: absolute;
  background-color: #0A54FF;
  width: 28px;
  height: 12px;
  border-radius: 40px;
  left: 0;
  z-index: 1;
}

.marketing-container .marketing-calculator #slider {
  width: 100%;
  background: transparent !important;
  height: 12px !important;
  border-radius: 0;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.marketing-container .marketing-calculator #slider .noUi-value-horizontal {
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: 'Avenir Next', system-ui;
  font-size: 14px;
  color: #7E8A96;
}

.marketing-container .marketing-calculator #slider .noUi-connects {
  border-radius: 40px;
}

.marketing-container .marketing-calculator #slider .noUi-connects .noUi-connect {
  background-color: #0A54FF;
  border: 1px solid #0A54FF;
}

.marketing-container .marketing-calculator #slider .noUi-marker-horizontal.noUi-marker {
  display: none;
}

.marketing-container .marketing-calculator #slider .noUi-marker-horizontal.noUi-marker:last-child {
  display: none !important;
}

.marketing-container .marketing-calculator #slider .noUi-marker-horizontal.noUi-marker-large {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: -8px;
  background-color: #D4D4D4;
}

.marketing-container .marketing-calculator #slider .noUi-marker-horizontal.noUi-marker-large:last-child {
  display: none !important;
}

.marketing-container .marketing-calculator #slider .noUi-origin .noUi-handle {
  cursor: pointer;
  width: 30px;
  height: 12px;
  right: -17px;
  background-color: 0A54FF;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  top: 0 !important;
  border: 1px solid #0A54FF !important;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.marketing-container .marketing-calculator #slider .noUi-origin .noUi-handle:after, .marketing-container .marketing-calculator #slider .noUi-origin .noUi-handle:before {
  display: none !important;
}

.marketing-container .marketing-calculator #slider .noUi-origin .noUi-handle .noUi-touch-area {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 2px;
  border: none;
  background-color: #0A54FF;
}

.marketing-container .marketing-calculator .inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.marketing-container .marketing-calculator-header {
  padding: 24px 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .marketing-container .marketing-calculator-header {
    padding: 24px 12px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.marketing-container .marketing-calculator-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Diagramm', 'Avenir Next', system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: -0.014em;
  color: #14151A;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.marketing-container .marketing-calculator-header-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

.marketing-container .marketing-calculator-header-price p {
  font-family: 'Avenir Next', system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 21px;
  color: #657484;
  margin: 0 0 10px;
}

.marketing-container .marketing-calculator-header-price .price {
  font-family: 'Diagramm', 'Avenir Next', system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  /* identical to box height, or 56% */
  letter-spacing: -0.014em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #14151A;
}

.marketing-container .marketing-calculator-header-price .price sub,
.marketing-container .marketing-calculator-header-price .price sup {
  font-family: 'Diagramm', 'Avenir Next', system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  /* identical to box height, or 130% */
  letter-spacing: -0.014em;
  color: #14151A;
}

.marketing-container .marketing-calculator-header-price .price sup {
  top: -8px;
}

.marketing-container .marketing-calculator-slider {
  padding: 24px 60px;
  height: 50px;
  margin: 16px 0;
}

@media screen and (max-width: 960px) {
  .marketing-container .marketing-calculator-slider {
    padding: 24px 12px;
  }
}

.marketing-container .marketing-calculator-footer {
  margin-top: 24px;
  padding: 16px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F7;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .marketing-container .marketing-calculator-footer {
    padding: 24px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.marketing-container .marketing-calculator-footer p {
  margin: 0;
  font-family: 'Diagramm', 'Avenir Next', system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.marketing-container .marketing-calculator-footer a {
  background-color: #0A54FF;
  padding: 12px 32px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 440px;
}

.marketing-container .marketing-calculator-footer a:hover {
  background-color: #0A54FF;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: -webkit-calc(100vw - 10px);
  max-width: -moz-calc(100vw - 10px);
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  -o-transition-property: transform, visibility, opacity;
  -moz-transition-property: transform, visibility, opacity, -moz-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform, -moz-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
     -moz-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
     -moz-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
       -o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-origin: 0 0;
       transform-origin: 0 0;
  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 6px 0;
  height: 45px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
   -ms-transform: translate(-50%, 50%);
       transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
   -ms-transform: translate(50%, 50%);
       transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
   -ms-transform: translate(0, 50%);
       transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 6px;
  background: #fff;
  color: #33475B;
  font-size: 15px;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  left: 50%;
  bottom: 20px;
}

.noUi-horizontal .noUi-tooltip:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: white;
  border: 1px solid #E4E4E4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: 0;
  z-index: -1;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
       transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
   -ms-transform: translate(50%, 0);
       transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -moz-transform: translate(0, -18px);
   -ms-transform: translate(0, -18px);
       transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@media screen and (max-width: 768px) {
  .noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .noUi-target {
    position: relative;
  }
  .noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .noUi-connects {
    overflow: hidden;
    z-index: 0;
  }
  .noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -webkit-transform-style: flat;
       -moz-transform-style: flat;
            transform-style: flat;
  }
  .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
  }
  .noUi-vertical .noUi-origin {
    top: 0;
    width: 0;
  }
  .noUi-horizontal .noUi-origin {
    height: 0;
  }
  .noUi-handle {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    position: absolute;
  }
  .noUi-touch-area {
    height: 100%;
    width: 100%;
  }
  .noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  .noUi-horizontal {
    height: 18px;
  }
  .noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
  }
  .noUi-vertical {
    width: 18px;
  }
  .noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
  }
  .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
  }
  .noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
            box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
  }
  .noUi-connects {
    border-radius: 3px;
  }
  .noUi-connect {
    background: #3FB8AF;
  }
  .noUi-draggable {
    cursor: ew-resize;
  }
  .noUi-vertical .noUi-draggable {
    cursor: ns-resize;
  }
  .noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
            box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
  }
  .noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
            box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
  }
  .noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
  }
  .noUi-handle:after {
    left: 17px;
  }
  .noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
  }
  .noUi-vertical .noUi-handle:after {
    top: 17px;
  }
  [disabled] .noUi-connect {
    background: #B8B8B8;
  }
  [disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
  }
  .noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .noUi-pips {
    position: absolute;
    color: #999;
  }
  .noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
  }
  .noUi-value-sub {
    color: #ccc;
    font-size: 10px;
  }
  .noUi-marker {
    position: absolute;
    background: #CCC;
  }
  .noUi-marker-sub {
    background: #AAA;
  }
  .noUi-marker-large {
    background: #AAA;
  }
  .noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
     -ms-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
  }
  .noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
     -ms-transform: translate(50%, 50%);
         transform: translate(50%, 50%);
  }
  .noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
  }
  .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
  }
  .noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
  }
  .noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
  }
  .noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
         transform: translate(0, -50%);
    padding-left: 25px;
  }
  .noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
     -ms-transform: translate(0, 50%);
         transform: translate(0, 50%);
  }
  .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
  }
  .noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
  }
  .noUi-marker-vertical.noUi-marker-large {
    width: 15px;
  }
  .noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
  }
  .noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
     -ms-transform: translate(-50%, 0);
         transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
  }
  .noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
         transform: translate(0, -50%);
    top: 50%;
    right: 120%;
  }
  .noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
     -ms-transform: translate(50%, 0);
         transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
  }
  .noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -moz-transform: translate(0, -18px);
     -ms-transform: translate(0, -18px);
         transform: translate(0, -18px);
    top: auto;
    right: 28px;
  }
  .marketing-container .marketing-calculator-slider {
    height: auto;
    min-height: 120px;
  }
  .marketing-container .marketing-calculator .slider-container:before {
    display: none;
  }
  .marketing-container .marketing-calculator .slider-container {
    background-color: transparent !important;
    border: none !important;
    height: 100%;
    width: 12px !important;
    margin: 0 auto;
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .marketing-container .marketing-calculator #slider {
    height: 120px !important;
    width: 12px !important;
    margin-left: -7px;
    border-radius: 40px;
    background-color: #F0F0F0 !important;
    padding: 0;
    border: 1px solid #D3D3D3;
  }
  .noUi-marker-vertical {
    display: none;
  }
  .marketing-container .marketing-calculator .noUi-vertical .noUi-origin {
    top: -7px;
    width: 0;
    left: 4px;
  }
  .marketing-container .marketing-calculator #slider .noUi-origin .noUi-handle {
    background-color: #fff !important;
  }
  .marketing-container .marketing-calculator .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .marketing-container .marketing-calculator .inner .marketing-calculator-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .marketing-container .marketing-calculator .inner .marketing-calculator-slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .marketing-container .marketing-calculator .inner .marketing-calculator-footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  body .pricing-container .row {
    margin: 0;
  }
  body .pricing-container .row .col-md-12 {
    padding: 0;
  }
  .marketing-container .marketing-calculator-header-title {
    font-size: 20px;
  }
  .marketing-container .marketing-calculator-header-price {
    margin-bottom: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .marketing-container .marketing-calculator-header-price p {
    font-size: 16px;
    text-align: right;
    margin: 0 0 5px;
    line-height: 19px;
  }
  .marketing-container .marketing-calculator-header-price .price {
    font-size: 48px;
    text-align: right;
  }
  .marketing-container .marketing-calculator-footer p {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

#last_item {
  position: absolute;
  right: 0;
  width: 25px;
  height: 12px;
  top: 0;
  z-index: 4;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #last_item {
    display: none;
  }
}

/*# sourceMappingURL=maps/wf_pricing.css.map */
