@charset "UTF-8";
/*================================================================================
Variables
================================================================================*/
/*========================================
Paths
========================================*/
/*========================================
Site Fonts
========================================*/
@import url("https://2396304.fs1.hubspotusercontent-na1.net/hubfs/2396304/font-awesome/5.8.1/css/all.css");
@font-face {
  font-family: "calibre";
  src: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/calibre/Calibre-Regular.woff2") format("woff2"), url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/calibre/Calibre-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "calibre";
  src: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/calibre/Calibre-Medium.woff2") format("woff2"), url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/calibre/Calibre-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "calibre";
  src: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/calibre/Calibre-Semibold.woff2") format("woff2"), url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/calibre/Calibre-Semibold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "pitch";
  src: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/PitchSansWeb-Bold.woff2") format("woff2"), url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/PitchSansWeb-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "tiempos";
  src: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/TiemposTextWeb-Regular.woff2") format("woff2"), url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/TiemposTextWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "tiempos";
  src: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/TiemposTextWeb-RegularItalic.woff2") format("woff2"), url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/TiemposTextWeb-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "tiempos";
  src: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/TiemposTextWeb-Bold.woff2") format("woff2"), url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/fonts/TiemposTextWeb-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/**
 * Output hover rules
 *
   `@include hover();`
 *
 */
/**
 * Output font size using rem and px fallback
 *
   `@include font-size(10px);`
 *
 */
/**
* Output media query block
*
   `@include media-query(min, 640px);`
*
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font: 17px/1.6 "tiempos", serif;
  font-weight: 400;
  color: #2E3036;
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  max-width: 100%;
  background-color: #FAF6F0;
}
body.isSafari {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, img {
  display: block;
}

button {
  padding: 0;
}
    .rsbtn_tooltoggle {
      display: none !important;
    }
.svg-icon {
  display: inline-block;
  fill: currentColor !important;
  vertical-align: middle;
  line-height: 1em;
  height: 1em;
  width: 1em;
}

.figure {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .figure {
    width: 120%;
    max-width: none;
    margin-left: -10%;
    margin-top: 87.5px;
    margin-bottom: 87.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .figure {
    width: 1125px;
    margin-left: -25%;
  }
}
.figure img {
  width: 100%;
}

.figcaption {
  padding-top: 12.5px;
  font-family: "pitch", sans-serif;
  font-size: 8px;
  font-size: 0.4705882353rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .figcaption {
    padding-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-family: "pitch", sans-serif;
    font-size: 9px;
    font-size: 0.5294117647rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.figcaption__caption {
  display: block;
}

.figcaption__credit {
  display: block;
}

svg {
  display: block;
}

/*-----TYPOGRAPHY-----*/
h1, h2, h3, h4 {
  padding-top: 12.5px;
  margin-bottom: 25px;
  line-height: 1;
  color: #2E3036;
  font-family: "calibre", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 44px;
  font-size: 2.5882352941rem;
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 54px;
    font-size: 3.1764705882rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 70px;
    font-size: 4.1176470588rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 1.6470588235rem;
}
@media only screen and (min-width: 960px) {
  h2 {
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 1.2941176471rem;
}
@media only screen and (min-width: 760px) {
  h3 {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
}
@media only screen and (min-width: 960px) {
  h3 {
    font-size: 34px;
    font-size: 2rem;
  }
}

.highlight {
  /*color: #FF9964;*/
  color: #fd6c49;
}

.tag {
  display: block;
  margin: 0;
  font-family: "pitch", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 8px;
  font-size: 0.4705882353rem;
  line-height: 2;
}
@media only screen and (min-width: 960px) {
  .tag {
    font-size: 11px;
    font-size: 0.6470588235rem;
    margin-bottom: 12.5px;
  }
}

p {
  font-size: 15px;
  font-size: 0.8823529412rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 760px) {
  p {
    font-size: 17px;
    font-size: 1rem;
  }
}
p a {
  font-family: "tiempos", serif;
  font-size: inherit;
  font-weight: inherit;
}

ol, ul {
  list-style-position: inside;
  margin-bottom: 25px;
}

ul {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
@media only screen and (min-width: 760px) {
  ul {
    font-size: 17px;
    font-size: 1rem;
  }
}
ul a {
  font-family: "tiempos", serif;
  font-size: inherit;
  font-weight: inherit;
}

.divider {
  display: block;
  width: 100%;
  padding-top: 25px;
  font-size: 13px;
  font-size: 0.7647058824rem;
}
.divider:before {
  content: '•';
  margin-right: 12.5px;
}
.divider:after {
  content: '•';
  margin-left: 12.5px;
}
@media only screen and (min-width: 960px) {
  .divider {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

strong, b {
  font-weight: 600;
}

blockquote {
  position: relative;
  font-family: "calibre", sans-serif;
  font-size: 29px;
  font-size: 1.7058823529rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 37.5px 0 50px;
}
blockquote .svg-icon {
  display: block;
}
@media only screen and (min-width: 1200px) {
  blockquote .svg-icon {
    position: absolute;
    top: 37.5px;
    left: -25px;
    transform: translateX(-100%);
  }
}
@media only screen and (min-width: 760px) {
  blockquote {
    float: left;
    padding-right: 37.5px;
  }
}
@media only screen and (min-width: 960px) {
  blockquote {
    width: 540px;
    margin-left: -75px;
    font-size: 43px;
    font-size: 2.5294117647rem;
  }
}
@media only screen and (min-width: 1400px) {
  blockquote {
    margin-left: -188px;
    font-size: 43px;
    font-size: 2.5294117647rem;
  }
}

a {
  color: #FD6C49;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
a:hover, a:focus {
  color: #fc4317;
  cursor: pointer;
}

.button {
  display: inline-block;
  cursor: pointer;
  width: auto;
  border: none;
  position: relative;
  background-color: unset;
}
.button span {
  display: block;
  position: relative;
  padding: 13.5px 37.5px 7.5px;
  width: 100%;
  vertical-align: middle;
  background: #ffffff;
  color: #FD6C49;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1.2;
  font-family: "calibre", sans-serif;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
.button span:hover, .button span:focus {
  color: #fc4317;
  background-color: #e6e6e6;
  text-decoration: none;
  outline: none;
}
.button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cccccc;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transform: rotate(5deg);
  z-index: 0;
}
@media only screen and (min-width: 960px) {
  .button span {
    line-height: 2.2;
  }
}

.button--subtle span {
  background-color: #FF9964;
  color: #ffffff;
}
.button--subtle span:hover, .button--subtle span:focus {
  color: #FCCB88;
  background-color: #ff7731;
}
.button--subtle:before {
  background-color: #FCCB88;
}

.button--alt span {
  background-color: #83BE8A;
  color: #ffffff;
}
.button--alt span:hover, .button--alt span:focus {
  color: #e6e6e6;
  background-color: #62ac6a;
}
.button--alt:before {
  background-color: #BEDEC1;
}

.button--long:before {
  transform: rotate(3deg);
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
  padding-right: 0;
  padding-left: 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  padding-right: 0;
  padding-left: 0;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  padding-right: 0;
  padding-left: 0;
}

input[type=range]::-ms-track {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background: #2E3036;
  cursor: pointer;
  margin-top: -13px;
}
@media only screen and (min-width: 760px) {
  input[type=range]::-webkit-slider-thumb {
    margin-top: -14px;
    height: 32px;
    width: 32px;
  }
}
.slider {
  max-width: 700px;
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background: #2E3036;
  cursor: pointer;
  margin-top: -13px;
}
@media only screen and (min-width: 760px) {
  input[type=range]::-moz-range-thumb {
    margin-top: -14px;
    height: 32px;
    width: 32px;
  }
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background: #2E3036;
  cursor: pointer;
  margin-top: -13px;
}
@media only screen and (min-width: 760px) {
  input[type=range]::-ms-thumb {
    margin-top: -14px;
    height: 32px;
    width: 32px;
  }
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #FF9964;
}
@media only screen and (min-width: 760px) {
  input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
  }
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FF9964;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #FF9964;
}
@media only screen and (min-width: 760px) {
  input[type=range]::-moz-range-track {
    height: 8px;
  }
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
@media only screen and (min-width: 760px) {
  input[type=range]::-ms-track {
    height: 8px;
  }
}

input[type=range]::-ms-fill-lower {
  background: #FF9964;
}

input[type=range]:focus::-ms-fill-lower {
  background: #FF9964;
}

input[type=range]::-ms-fill-upper {
  background: #FF9964;
}

input[type=range]:focus::-ms-fill-upper {
  background: #FF9964;
}

.table {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1400px) {
  .table {
    margin-top: 87.5px;
    margin-bottom: 87.5px;
  }
}
.table:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  background: linear-gradient(to right, rgba(250, 246, 240, 0), #FAF6F0);
}
@media only screen and (min-width: 1400px) {
  .table:after {
    display: none;
  }
}

.table__wrapper {
  overflow-X: scroll;
}
@media only screen and (min-width: 1400px) {
  .table__wrapper {
    overflow: visible;
  }
}

table {
  text-align: left;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #FFE5C1;
  white-space: nowrap;
  padding-right: 80px;
}
@media only screen and (min-width: 1400px) {
  table {
    padding-right: 0;
    width: 1125px;
    margin-left: -25%;
  }
}
table *:last-child {
  margin-bottom: 0;
}

thead {
  background-color: #FF9964;
}

th {
  padding: 12.5px;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) {
  th {
    padding: 25px;
  }
}

tbody tr:nth-child(odd) {
  background-color: #FFF0DB;
}

td {
  padding: 12.5px;
  white-space: normal;
}
@media only screen and (min-width: 760px) {
  td {
    padding: 25px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 50px auto 0;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 1124px;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: #FD6C49;
  border: 0;
  border-radius: 100%;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  background-color: #FD6C49;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
@media only screen and (min-width: 960px) {
  .mfp-close {
    width: 58px;
    height: 58px;
    line-height: 44px;
  }
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.watering-can {
padding-top: 20px !important;
  position: relative;
    z-index: 3;
}
@media only screen and (max-width: 679px) {
  .tips-and-insights .site-header, .blog:not(.hs-blog-post) .site-header, .growth .site-header, .results .site-header, .our-people .site-header {
    /*background-color: #FFF0DB;*/
  }
  .why-call-title .hero__title .highlight {
  color: #fd6c49;
  font-size: 1.7647058824rem !important;
  line-height: 1 !important;
  margin-bottom: 15px;
}
  .pricing-title .hero__title {
  color: #fd6c49;
  font-size: 1.7647058824rem !important;
  line-height: 1 !important;
  margin-bottom: 15px;
}
  .pricing-title .hero__title_2 {
  font-size: 1.7647058824rem !important;
  line-height: 1 !important;
  margin-bottom: 15px;
}
  .hero__title {
    line-height: 32px !important; 
  }
  .watering-can {
    display: flex;
    flex-direction: column;
    padding-top: 20px !important;
  }
  .hand-flower .info__container {
    display: flex;
    flex-direction: column;
    padding-top: 20px !important;
  }
  .info__image_watering_can {
    width: 100%;
    flex-direction: column;
    order: 2;
  }
  .info__image_hand_flower {
    width: 100%;
    flex-direction: column;
    order: 2;
  }
  .info__image_hand_flower svg {
    width: 100% !important;
    height: auto !important;
  }
  .watering-can .info__content {
    order: 1;
    width: 100%;
    flex-direction: column;
  }
  .hand-flower .info__content {
    order: 1;
    width: 100%;
    flex-direction: column;
  }
 .container-pricing .testimonial__quote_call {
    padding-top: 50px !important;
  }
  img.illo_bee_flying_05 {
     transform: translateY(123%) translateX(70%) !important;
  }
  .intro-faq {
    line-height: 26px;
  }
  .growth-pricing-wrap .table-key div:first-child {
    width: 40% !important;
  }
  .pricing-table-container .counts {
    width: 60% !important;
  }
  .pricing-table-container .accordion-shift {
    position: absolute;
    left: 10px;
    margin-top: -20px;
  }
  .inner-accordion, .pricing-table-container .panel p {
    font-size: 15px;
    line-height: 1;
  }
  .pricing-table-container .row-name {
    margin-top: -20px;
  }
  .pricing-table-container .counts {
    margin-top: -20px;
  }
  .inner-accordion {
    padding: 50px 20px !important;
  }
  .pricing-table-container .quantity-wrap {
    padding-top: 5px;
  }
  .total-pricing .nectapoints .title, .total-pricing .nectapoints .total-bottom input, .total-pricing .investment .title, .total-pricing .investment .total-bottom input {
    font-size: 20px !important;
  }
  .growth-pricing-wrap .table-key div {
    width: 20% !important;
  }
  .growth-pricing-wrap {
    padding: 0 10px !important;
  }
  
  .pricing-table-container .row-name {
    width: 40%;
    float: left; 
    padding-left: 10px;
  }
  .hero--growth-22 .highlight {
    font-size: 1.6941176471rem !important;
    line-height: 26px !important;
  }
    .hero--growth-22 h1 {
    font-size: 1.6941176471rem !important;
    line-height: 26px !important;
  }
  .results-clients .info__title {
    font-size: 1.6941176471rem !important;
    line-height: 26px !important;
  }
 .info__content-growth-sec .info__title {
       font-size: 1.6941176471rem !important;
    line-height: 26px !important;
  }
  .cta__container .info__title {
       font-size: 1.6941176471rem !important;
    line-height: 26px !important;
  }
  .why-call-title .hero__title {
    font-size: 1.2941176471rem !important;
    line-height: 26px !important;
  }
    .outline-quote {
    font-size: 1.2941176471rem !important;
    line-height: 26px !important;
  }
  .faq__container {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }
  .illo_flower_files_05 {
    display: none;
  }
  .callout-intro {
    padding-top:50px !important;
  }
  .faq {
    padding-bottom: 50px !important;
  }
  .curve-green-top {
    height: 60px !important;
    margin-top: 50px !important;
  }
  .illo_documents_alt {
    display: none;
  }
  .why-testimonial {
    padding-bottom: 50px !important;
  }
  .why-call-cta .widget__title {
    margin-top: 50px !important;
  }
  .curve-purple-top {
    display: none;
  }
  .info__container_growth {
    padding-top: 50px !important;
  }
  .people-wave {
    max-width: 80% !important;
    margin: auto;
    padding-bottom: 30px;
  }
}
.blog .site-header,.services .site-header,.human-content .site-header, .lets-talk .site-header, .page-ebook-alt .site-header, .page-ebook .site-header, .humans .site-header {
 background-color: #FFF0DB;
}

.site-notice {
  position: relative;
  z-index: 3;
  padding: 12.5px 0;
  background: #FF9964;
  font-family: "calibre", sans-serif;
  font-weight: 900;
  text-align: center;
}

.site-notice__text {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (min-width: 760px) {
  .site-notice__text {
    font-size: 15px;
  }
}
.site-notice__text a {
  color: #ffffff;
  text-decoration: underline;
  font-family: "calibre", sans-serif;
}

.site-header {
    width: 100%;
    /*position: fixed;*/
    z-index: 100;
    /*background-color: #FAF6F0;*/
}
@media only screen and (min-width: 760px) {
  .site-header {
    padding: 37.5px 0;
  }
}
@media only screen and (min-width: 960px) {
  .site-header {
    padding: 50px 0;
  }
}

.site-header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-header__logo {
  max-width: 150px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .site-header__logo {
    max-width: 210px;
  }
}
.site-header__logo svg {
  width: 100%;
}

.site-header__button {
  position: relative;
  z-index: 2;
  width: 49px;
  height: 44px;
  margin-left: auto;
  background-color: #FFE5C1;
  border: none;
  border-radius: 4px;
  transform: rotate(10deg);
}
.site-header__button:hover, .site-header__button:focus {
  outline: none;
  cursor: pointer;
}
.site-header__button .svg-icon {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 2.8em;
  height: 2.8em;
  transform: rotate(-10deg);
  color: #FD6C49;
  opacity: 1;
  visibility: visible;
  transition: all ease .3s;
}
.site-header__button .svg-icon:last-child {
  top: 10px;
  left: 13px;
  width: 2.2em;
  height: 2.2em;
  opacity: 0;
  visibility: hidden;
}
.site-header__button.active .svg-icon:first-child {
  opacity: 0;
  visibility: hidden;
}
.site-header__button.active .svg-icon:last-child {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 680px) {
  .site-header__button {
    display: none;
  }
}

.site-nav {
  z-index: 2;
}
@media only screen and (max-width: 679px) {
  .site-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0 25px;
    visibility: hidden;
    opacity: 0;
    transition: transform .6s ease;
  }
  .site-nav.active {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 680px) {
  .site-nav {
    margin-left: auto;
    padding: 0;
    width: auto;
  }
}

.site-nav__list {
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 680px) {
  .site-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (max-width: 679px) {
  .results-growth02 {
    padding: 0;
  }
  .site-nav__item {
    transform: translateY(100%);
    transition: all ease .6s;
    opacity: 0;
  }
  .site-nav__item:nth-child(1n) {
    transition-delay: 0.08s;
  }
  .site-nav__item:nth-child(2n) {
    transition-delay: 0.16s;
  }
  .site-nav__item:nth-child(3n) {
    transition-delay: 0.24s;
  }
  .site-nav__item:nth-child(4n) {
    transition-delay: 0.32s;
  }
  .site-nav__item:nth-child(5n) {
    transition-delay: 0.4s;
  }
  .site-nav__item:nth-child(6n) {
    transition-delay: 0.48s;
  }
  .site-nav__item:nth-child(7n) {
    transition-delay: 0.56s;
  }
  .site-nav__item:nth-child(8n) {
    transition-delay: 0.64s;
  }
  .active .site-nav__item {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 680px) {
  .site-nav__item {
    margin-right: 25px;
  }
  .site-nav__item:last-child {
    margin-right: 0;
  }
  .site-nav__item:nth-child(1n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-01.svg") no-repeat center;
  }
  .site-nav__item:nth-child(2n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-02.svg") no-repeat center;
  }
  .site-nav__item:nth-child(3n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-03.svg") no-repeat center;
  }
  .site-nav__item:nth-child(4n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-04.svg") no-repeat center;
  }
  .site-nav__item:nth-child(5n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-05.svg") no-repeat center;
  }
  .site-nav__item:nth-child(6n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-06.svg") no-repeat center;
  }
  .site-nav__item:nth-child(7n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-07.svg") no-repeat center;
  }
  .site-nav__item:nth-child(8n) .site-nav__link.active:before {
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/nav-link-bg-08.svg") no-repeat center;
  }
}
@media only screen and (min-width: 760px) {
  .site-nav__item {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .site-nav__item {
    margin-right: 50px;
  }
}

.site-nav__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 26px;
  font-size: 1.5294117647rem;
  font-family: "calibre", sans-serif;
  font-weight: 900;
  line-height: 1.7;
  color: #2E3036;
}
.site-nav__link.highlight {
  color: #FD6C49;
}
.site-nav__link:hover, .site-nav__link:focus {
  color: #FD6C49;
}
@media only screen and (min-width: 680px) {
  .site-nav__link {
    width: auto;
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  .site-nav__link:hover, .site-nav__link:focus {
    color: #FD6C49;
  }
  .site-nav__link:hover:after, .site-nav__link:focus:after {
    opacity: 1;
    visibility: visible;
  }
  .site-nav__link:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    background-color: #FD6C49;
  }
  .site-nav__link.active {
    color: #ffffff;
  }
  .site-nav__link.active:after {
    display: none;
  }
  .site-nav__link.active:before {
    content: '';
    display: block;
    position: absolute;
    top: -6.25px;
    right: -12.5px;
    bottom: -6.25px;
    left: -12.5px;
    z-index: -1;
  }
}
@media only screen and (min-width: 760px) {
  .site-nav__link {
    font-size: 17px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .site-nav__link {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
  .site-nav__link.active:before {
    top: -12.5px;
    right: -25px;
    bottom: -12.5px;
    left: -25px;
  }
}

.wrapper {
  position: relative;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 17.5px;
}
.container-why {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding: 0 17.5px;
}
.container-pricing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding: 0 17.5px;
}
.container-pricing .left-col .testimonial__quote_call {
  background-color: #fd6c49;
}
.container-pricing .left-col .testimonial__quote_call h3, .container-pricing .right-col .testimonial__quote_call h3 {
  font-family: 'Calibre';
  font-size: 1.6588235294rem;
  line-height: 36px;
}
.container-pricing .left-col .testimonial__quote_call p, .container-pricing .right-col .testimonial__quote_call p {
  font-family: 'Calibre';
  font-size: 1.1411764706rem;
  line-height: 24px;
}

.container-pricing .right-col .testimonial__quote_call {
  background-color: #6BA66A;
}
.container-why .testimonial__item .testimonial__quote_call:after {
  display: none;
}
.container-pricing .testimonial__item .testimonial__quote_call:after {
  display: none;
}
.container-pricing .left-col .testimonial__item:after {
  background: #EC7554;
  opacity: 25%;
}
.container-pricing .testimonial__list .left-col .testimonial__item:nth-child(4n+1):after {
  transform: rotate(-4deg);
}
.container-pricing .testimonial__list .right-col .testimonial__item:nth-child(4n+1):after {
  transform: rotate(4deg);
}
.container-pricing .testimonial__item .testimonial__quote_call h3, .container-pricing .testimonial__item .testimonial__quote_call p {
  color: #ffffff;
  text-align: center;
}
.container-pricing .testimonial__item .testimonial__quote_call h3 {
  line-height:34px;
}
.info__image_pen {
  width: 20%;
  float:left;
}
.info__image_pen svg {
  width: 40px;
  height: auto;
}
.pen-wrap {
min-height: 100px;
max-width: 1000px !important;
}
.pen-txt {
  width: 80%;
  float:left;
  text-align: left;
}
.container-pricing .testimonial__quote_call {
  padding-top: 50px !important;
}
.container-pricing .testimonial__quote_call {
  min-height: 350px;
  }
.container-pricing .right-col .testimonial__item:after {
  background: #6BA66A;
  opacity: 25%;
}
@media only screen and (min-width: 680px) {
  .container {
    padding: 0 25px;
  }
}

.nav-open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.site-overlay {
  position: fixed;
  overflow-y: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #FAF6F0;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.site-overlay.active {
  opacity: 1;
  visibility: visible;
}

.site-footer {
  padding: 77.5px 0 37.5px;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .site-footer {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 680px) {
  .site-footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.site-footer__logo {
  display: block;
  max-width: 130px;
  margin: 0 auto;
}
@media only screen and (min-width: 680px) {
  .site-footer__logo {
    margin: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (min-width: 760px) {
  .site-footer__logo {
    max-width: 190px;
  }
}
.site-footer__logo svg {
  width: 100%;
}

@media only screen and (min-width: 680px) {
  .site-footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.site-footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 12.5px 0;
  list-style: none;
}
@media only screen and (min-width: 680px) {
  .site-footer__social {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media only screen and (min-width: 760px) {
  .site-footer__social {
    margin-bottom: 25px;
  }
}

.site-footer__social-item {
  margin-right: 12.5px;
}
.site-footer__social-item:last-child {
  margin-right: 0;
}

.site-footer__social-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32.5px;
  height: 32.5px;
  background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/circle.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 960px) {
  .site-footer__social-link {
    width: 37.5px;
    height: 37.5px;
  }
}
.site-footer__social-link .svg-icon {
  color: #FCCB88;
}

.site-footer__nav {
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 680px) {
  .site-footer__nav {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 960px) {
  .site-footer__nav {
    margin-bottom: 25px;
  }
}

.site-footer__nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 12.5px;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 680px) {
  .site-footer__nav-list {
    padding-top: 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.site-footer__nav-item {
  margin-right: 25px;
  padding: 12.5px 0;
}
.site-footer__nav-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .site-footer__nav-item {
    margin-right: 50px;
  }
}

.site-footer__nav-link {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-family: "calibre", sans-serif;
  font-weight: 900;
  color: #2E3036;
  line-height: 1;
}
.site-footer__nav-link:hover, .site-footer__nav-link:focus {
  color: #FD6C49;
}
.site-footer__nav-link:hover:after, .site-footer__nav-link:focus:after {
  opacity: 1;
  visibility: visible;
}
.site-footer__nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  background-color: #FD6C49;
}
@media only screen and (min-width: 680px) {
  .site-footer__nav-link {
    line-height: 2;
  }
}
@media only screen and (min-width: 760px) {
  .site-footer__nav-link {
    font-size: 17px;
    font-size: 1rem;
  }
}
.site-footer__nav-link:hover, .site-footer__nav-link:focus {
  color: #FD6C49;
}

.site-footer__copy {
  display: none;
}
@media only screen and (min-width: 680px) {
  .site-footer__copy {
    display: block;
    -ms-flex-order: 3;
        order: 3;
  }
}
.site-footer__copy p {
  margin: 0;
}
@media only screen and (min-width: 680px) {
  .site-footer__copy p {
    font-size: 11px;
    font-size: 0.6470588235rem;
    color: #838383;
    text-align: right;
    font-family: "calibre", sans-serif;
    font-weight: 600;
  }
}
@media only screen and (min-width: 760px) {
  .site-footer__copy p {
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
}
@media only screen and (max-width: 679px) {
  .site-footer__copy br {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .article {
    padding-top: 75px;
  }
}

.article__container {
  max-width: 1175px;
}

.article__header {
  position: relative;
  padding-top: 125px;
}

.article__title {
  font-size: 37px;
  font-size: 2.1764705882rem;
  margin-bottom: 37.5px;
  padding-top: 25px;
}
@media only screen and (min-width: 960px) {
  .article__title {
    position: relative;
    padding-right: 15%;
    font-size: 70px;
    font-size: 4.1176470588rem;
    margin-bottom: 87.5px;
  }
}
@media only screen and (min-width: 1400px) {
  .article__title {
    padding-right: 10%;
  }
}

.article__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.podcast__meta {
  display: none;
}

.article__data--outer {
  padding: 12.5px 0;
  margin-bottom: 37.5px;
}
@media only screen and (min-width: 960px) {
  .article__data--outer {
    margin-bottom: 62.5px;
  }
}
.article__data--outer.article__data--stuck {
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FAF6F0;
  box-shadow: 0 1px 0 #eddfca;
}
.article__data--outer.article__data--stuck .article__data {
  width: 100%;
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 17.5px;
}
@media only screen and (min-width: 680px) {
  .article__data--outer.article__data--stuck .article__data {
    padding: 0 25px;
  }
}
.article__data--outer.article__data--stuck .podcast__meta {
  display: inline;
}

.article__auth-image {
  display: block;
  max-width: 50px;
  margin-right: 25px;
  border-radius: 100%;
}
@media only screen and (min-width: 960px) {
  .article__auth-image {
    max-width: 62.5px;
  }
}

.article__auth {
  font-family: "pitch", sans-serif;
  font-size: 14px;
  font-size: 0.8235294118rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: auto;
}
.article__auth a {
  font-family: inherit;
}

@media only screen and (max-width: 959px) {
  .article__time {
    display: none;
  }
}

.article__date {
  margin-right: 12.5px;
}

.article__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "pitch", sans-serif;
  font-size: 14px;
  font-size: 0.8235294118rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2E3036;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .total-pricing .title {
    width: 65% !important;
  }
  .hero--growth-22 .hero__container {
    padding-top: 150px;
  }
  .article__share {
    width: 100%;
    margin-top: 12.5px;
  }
  .info__image_watering_can svg {
    width: 100% !important;
    height: auto !important;
  }
  .info__image_watering_can {
    margin: 0 !important;
  }
  .why-work-with-us {
    padding-top: 50px !important;
  }
  .two-week-proj h2 {
    line-height: 1 !important;
  }
}
.video-mod {
  width: 33%;
  float: left;
  display: block;
  padding: 15px;
}
.vid-content h3 {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Calibre';
  text-align: center;
  line-height: 1.2;
}
.vid-content p {
  font-size: 17px;
  color: #ffffff;
  font-family: 'Tiempos Headline';
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.video-holder {
 width: 100%;
}
.article__share .article__share--menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  margin-left: 12.5px;
  list-style: none;
}
.article__share .article__share--menu li {
  margin-right: 12.5px;
}
.article__share .article__share--menu li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 32.5px;
  height: 32.5px;
  background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/circle.svg") no-repeat;
  background-size: contain;
  color: #FCCB88;
}
@media only screen and (min-width: 960px) {
  .article__share .article__share--menu li a {
    width: 37.5px;
    height: 37.5px;
  }
}
.article__share .article__share--menu li a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.article__share .article__share--menu li a.facebook-share:before {
  content: "";
  font-family: 'Font Awesome 5 Brands';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.article__share .article__share--menu li a.google-share:before {
  content: "";
  font-family: 'Font Awesome 5 Brands';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.article__share .article__share--menu li a.linkedin-share:before {
  content: "";
  font-family: 'Font Awesome 5 Brands';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.article__share .article__share--menu li a.twitter-share:before {
  content: "";
  font-family: 'Font Awesome 5 Brands';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.article__share .article__share--menu li:last-child {
  margin-right: 0;
}

.article__body {
  margin: 0 auto;
  max-width: 760px;
  zoom: 1;
}
.article__body h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FD6C49;
}
.article__body h4 {
  font-size: 1.33rem;
  font-weight: 600;
  color: #FD6C49;
}
@media only screen and (min-width: 960px) {
  .article__body p {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}
.article__body table p a {
  font-size: 0.85em;
}
.article__body img {
  position: relative;
  z-index: 5;
}
.article__body ul {
  list-style-type: none;
}
.article__body ul li {
  position: relative;
  padding-left: calc(25px + 0.25em);
}
.article__body ul li:before {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #FD6C49;
  border: 2px solid #FD6C49;
  position: absolute;
  left: 0;
  top: calc(1.6em/4) !important;
}
.article__body ul li + li {
  margin-top: 1.6em;
}
.article__body ul ul, .article__body ul ol {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: calc(25px + 0.25em);
}
.article__body ul ul li:before {
  background: none;
}
.article__body ul ul ul li:before {
  background: #FD6C49;
}
.article__body ul ul ul ul li:before {
  background: none;
}
.article__body ol {
  list-style-position: outside;
  padding-left: 25px;
}
.article__body ol li + li {
  margin-top: 12.5px;
}
.article__body ol ul, .article__body ol ol {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  margin-left: calc(25px + 0.25em);
}
.article__body .numbered-heading {
  color: #FD6C49;
  position: relative;
  padding-left: calc(12.5px + 0.83em);
}
.article__body .numbered-heading span {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
  background: #FD6C49;
  color: #ffffff;
  text-align: center;
  height: 1.8em;
  width: 1.8em;
  line-height: 1.8;
  font-size: 0.5em;
}
.article__body .numbered-heading a {
  color: inherit;
}
.article__body .toc {
  position: relative;
  padding: 25px;
  margin-bottom: 37.5px;
  background-color: #FFE5C1;
  border-radius: 15px;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
  max-width: 250px;
}
.article__body .toc a {
  font-family: inherit;
}
.article__body .toc:before {
  content: '';
  position: absolute;
  top: 0;
  left: -6.25px;
  width: calc(100% + 12.5px);
  height: calc(100% + 12.5px);
  transform: rotate(-1deg);
  border-radius: 15px;
  z-index: -1;
  background-color: #FFF0DB;
}
@media only screen and (min-width: 760px) {
  .article__body .toc {
    max-width: 326px;
  }
}
@media only screen and (min-width: 960px) {
  .article__body .toc {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 1200px) {
  .article__body .toc {
    margin-left: -25%;
  }
}
.article__body .toc h3 {
  font-family: "pitch", sans-serif;
  font-size: 12px;
  font-size: 0.7058823529rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2E3036;
}
.article__body .toc > ul {
  line-height: 1.4;
  margin-bottom: 0;
}
.article__body .toc > ul li {
  padding-left: 14px;
}
.article__body .toc > ul li:before {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #000000;
  border: 0;
  top: 0.6em !important;
}
.article__body .toc > ul li + li {
  margin-top: 1em;
}
@media only screen and (min-width: 760px) {
  .article__body .toc.floated {
    float: left;
    margin-right: 37.5px;
  }
}
@media only screen and (min-width: 960px) {
  .article__body .table {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 1200px) {
  .article__body .table {
    width: 1125px;
    margin-left: -24%;
  }
}
.article__body .table table {
  width: auto !important;
  margin-left: 0 !important;
}
.article__body .table table td {
  max-width: 400px;
}
.article__body .callout {
  position: relative;
  padding: 25px 37.5px 25px 37.5px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #FFE5C1;
  border-radius: 15px;
  font-family: "calibre", sans-serif;
  font-size: calc(17px + 0.2vw);
  line-height: 1.4;
}
.article__body .callout *:last-child {
  margin-bottom: 0;
}
.article__body .callout a {
  font-family: inherit;
}
.article__body .callout p, .article__body .callout ul, .article__body .callout ol, .article__body .callout li {
  font-size: inherit;
}
.article__body .callout ul li:before {
  top: calc(1.4em/4) !important;
}
.article__body .callout:before {
  content: '';
  position: absolute;
  top: 0;
  left: -6.25px;
  width: calc(100% + 12.5px);
  height: calc(100% + 12.5px);
  transform: rotate(-1deg);
  border-radius: 15px;
  z-index: -1;
  background-color: #FFF0DB;
}
@media only screen and (min-width: 760px) {
  .article__body .callout.small {
    position: relative;
    padding-left: 37.5px;
    margin-left: 25px;
  }
  .article__body .callout.small:after {
    content: '';
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/illustrations/illo_bee_flying.svg");
    background-size: 100% 100%;
    height: 85px;
    width: 247px;
    position: absolute;
    top: 50%;
    right: calc(100% - 25px);
    transform: translateY(-10%) rotate(-33deg);
  }
}
.article__body .callout.large {
  font-size: calc(17px + 0.33vw);
}
@media only screen and (min-width: 960px) {
  .article__body .callout.large {
    width: 120%;
    max-width: none;
    margin-left: -10%;
    margin-top: 87.5px;
    margin-bottom: 87.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .article__body .callout.large {
    width: 1125px;
    margin-left: -25%;
  }
}
.article__body:before, .article__body:after {
  content: "";
  display: table;
}
.article__body:after {
  clear: both;
}

.article__lede {
  font-size: 22px;
  font-size: 1.2941176471rem;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (min-width: 960px) {
  .article__lede {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}

.article__footer {
  padding-top: 25px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 960px) {
  .article__footer {
    padding-top: 87.5px;
    margin-bottom: 150px;
  }
}
.article__footer .sign-up {
  margin-bottom: 100px;
}
.article__footer .comments {
  margin: 0 auto;
  max-width: 950px;
  margin-bottom: 100px;
}
.article__footer .articles {
  margin: 0 auto;
  max-width: 950px;
}

.article__media {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
  display: block;
  height: 0;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  .article__media {
    margin-bottom: 50px;
  }
}
.article__media iframe,
.article__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: unset;
  z-index: 0;
}
.article__media .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.podcast-article .article__body {
  max-width: none;
}
.podcast-article .podcast__body {
  margin: 0 auto;
  max-width: 760px;
}
.podcast-article .podcast__audio {
  margin-bottom: 25px;
}
@media only screen and (min-width: 960px) {
  .podcast-article .podcast__audio {
    margin-bottom: 50px;
  }
}

.client-profile {
  border-radius: 10px;
  background-color: #FFE5C1;
  padding: 37.5px 25px;
  position: relative;
}
.client-profile:before {
  content: '';
  position: absolute;
  top: 12.5px;
  left: 0;
  width: calc(100% + 12.5px);
  height: 100%;
  transform: rotate(2deg);
  z-index: -1;
  background-color: #FFF0DB;
  border-radius: 15px;
}
@media only screen and (min-width: 960px) {
  .client-profile:before {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.client-profile h2 {
  padding-top: 0;
}
.client-profile p {
  font-family: "calibre", sans-serif;
  margin-bottom: 12.5px;
}
.client-profile strong {
  font-weight: normal;
}
.client-profile *:last-child {
  margin-bottom: 0;
}
.client-profile .client-profile__intro, .client-profile .client-profile__stat-block {
  background: #FAF6F0;
  border-radius: 10px;
  padding: 25px;
}
.client-profile .client-profile__intro strong, .client-profile .client-profile__stat-block strong {
  color: #FD6C49;
}
@media only screen and (min-width: 760px) {
  .client-profile .client-profile__intro {
    position: relative;
    padding-right: calc(5% + 180px);
  }
  .client-profile .client-profile__intro .client-profile__illo {
    position: absolute;
    right: 4%;
    bottom: 0;
    height: 210px;
    transform: scale(-1, 1);
  }
}
@media only screen and (max-width: 759px) {
  .article__data--outer.article__data--stuck {
top: 70px;
  }
  .client-profile .client-profile__intro .client-profile__illo {
    display: none;
  }
  .hero--growth-22 {
padding-top: 0px !important;
  }
}
.client-profile .client-profile__stat-block p {
  line-height: 1.2;
}
.client-profile .client-profile__callout {
  background: #FD6C49;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.client-profile .client-profile__callout .drip-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  display: block;
  line-height: 1.1;
  text-decoration: none;
  background: #f1d469;
  color: #ffffff;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 40px;
  font-size: 2.3529411765rem;
}
.client-profile .client-profile__callout .drip-icon:before {
  content: "";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
}
.client-profile .client-profile__callout h2 {
  color: #FAF6F0;
  margin-bottom: 37.5px;
  padding-right: 30px;
}
.client-profile .client-profile__callout p {
  font-size: 21px;
  font-size: 1.2352941176rem;
}
.client-profile .client-profile__callout strong {
  font-weight: normal;
  color: #FAF6F0;
}
.client-profile .client-profile__stats {
  padding-top: 25px;
}
@media only screen and (min-width: 760px) {
  .client-profile .client-profile__stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .client-profile .client-profile__stats > div {
    width: 48%;
  }
}
@media only screen and (max-width: 759px) {
  .client-profile .client-profile__stats > div + div {
    margin-top: 25px;
  }
}

.articles {
  zoom: 1;
  margin-bottom: 50px;
}
.articles:before, .articles:after {
  content: "";
  display: table;
}
.articles:after {
  clear: both;
}

.articles__title {
  display: block;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
  font-size: 0.5882352941rem;
}
@media only screen and (min-width: 960px) {
  .articles__title {
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}
.articles__title.tags {
  margin-bottom: 0;
}
.articles__title .tags__item {
  margin: 0 !important;
}

.articles__list::-webkit-scrollbar {
  display: none;
}

.articles__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 960px) {
  .articles__item {
    padding: 37.5px 0;
  }
}
.articles__item svg {
  margin-top: 12.5px;
  width: 35px;
  height: auto;
}
.articles__item img {
  display: block;
  margin-bottom: 25px;
}

.articles__info {
  width: 100%;
  padding-left: 25px;
}
@media only screen and (min-width: 960px) {
  .articles__info {
    padding-left: 37.5px;
  }
}
.articles__info[data-type=""] {
  padding-left: 0 !important;
}

.articles__tag {
  display: block;
  margin-bottom: 12.5px;
  font-size: 8px;
  font-size: 0.4705882353rem;
}
@media only screen and (min-width: 760px) {
  .articles__tag {
    font-size: 10px;
    font-size: 0.5882352941rem;
  }
}

.articles__link {
  display: block;
  margin-bottom: 12.5px;
  color: #2E3036;
  text-decoration: none;
  font-size: 19px;
  font-size: 1.1176470588rem;
  font-family: "tiempos", serif;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (min-width: 760px) {
  .articles__link {
    font-size: 25px;
    font-size: 1.4705882353rem;
    line-height: 1.3;
  }
}

.articles__meta {
  display: block;
  font-family: "pitch", sans-serif;
  font-size: 8px;
  font-size: 0.4705882353rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) {
  .articles__meta {
    font-family: "pitch", sans-serif;
    font-size: 10px;
    font-size: 0.5882352941rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.articles__download {
  display: block;
  margin-top: 12.5px;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 19px;
  font-size: 1.1176470588rem;
}
@media only screen and (min-width: 960px) {
  .articles__download {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
}

.articles__action {
  float: right;
  display: block;
  margin-top: 25px;
  font-size: 19px;
  font-size: 1.1176470588rem;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  color: #2E3036;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .articles__action {
    margin-top: 50px;
  }
}
.articles__action .svg-icon {
  margin-left: 12.5px;
  width: 2em;
  height: 2em;
  color: #838383;
}

.articles--cards .articles__list {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 759px) {
  .articles--cards .articles__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 25px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    white-space: nowrap;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    cursor: grab;
  }
  .articles--cards .articles__list.dragging {
    cursor: grabbing;
  }
}
@media only screen and (min-width: 760px) {
  .articles--cards .articles__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.articles--cards .articles__item {
  border-bottom: none;
}
@media only screen and (max-width: 759px) {
  .articles--cards .articles__item {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    width: 215px;
    white-space: normal;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 760px) {
  .articles--cards .articles__item {
    -ms-flex-direction: column;
        flex-direction: column;
    width: calc(33.3333333333% - 16.6666666667px);
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 9998px) {
  .articles--cards .articles__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .articles--cards .articles__item {
    width: calc(33.3333333333% - 33.3333333333px);
    margin-left: 0;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 9998px) {
  .articles--cards .articles__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.articles--cards .articles__info {
  padding: 0;
  text-align: left;
}

.articles-nav {
  position: relative;
  padding: 12.5px 0 17.5px;
  margin: -25px -25px 50px;
  background-color: #373B4D;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 960px) {
  .articles-nav {
    display: block;
    border-radius: 10px;
    padding: 37.5px 25px;
    margin: 0 0 100px 0;
  }
}

.articles-nav__tag {
  display: none;
}
@media only screen and (min-width: 960px) {
  .articles-nav__tag {
    display: block;
    margin-bottom: 12.5px;
    color: #ffffff;
    font-size: 9px;
    font-size: 0.5294117647rem;
  }
}

.articles-nav__block {
  width: 50%;
}
.articles-nav__block:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  border-right: 1px solid #717895;
}
@media only screen and (min-width: 960px) {
  .articles-nav__block {
    width: 100%;
  }
  .articles-nav__block:first-child {
    margin-bottom: 37.5px;
    padding-bottom: 37.5px;
    border-bottom: 1px solid #717895;
    border-right: 0;
  }
  .articles-nav__block:last-child {
    padding-left: 0;
  }
}

.articles-nav__button {
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;
  font-family: "calibre", sans-serif;
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .articles-nav__button {
    display: none;
  }
}
.articles-nav__button:hover, .articles-nav__button:focus {
  outline: none;
}
.articles-nav__button.active .svg-icon {
  transform: rotate(180deg);
}
.articles-nav__button .svg-icon {
  width: 0.5em;
  height: 0.5em;
  margin-left: 6.25px;
  transition: transform ease .3s;
}

.articles-nav__list {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0;
}
.articles-nav__list.active {
  display: block;
}
@media only screen and (max-width: 959px) {
  .articles-nav__list {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 25px 25px;
    background-color: #373B4D;
  }
}
@media only screen and (min-width: 960px) {
  .articles-nav__list {
    display: block;
  }
}

.articles-nav__item span.highlight {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  background: #FF9964;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin-top: -2px;
}

.articles-nav__link {
  display: block;
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: 600;
  font-family: "calibre", sans-serif;
  color: #717895;
  text-decoration: none;
  line-height: 1.8;
}
@media only screen and (min-width: 960px) {
  .articles-nav__link {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
.articles-nav__link:hover, .articles-nav__link:focus {
  color: #FF9964;
}
.articles-nav__link.topic-nav__item--current {
  color: #FF9964;
}

.articles-pagination {
  margin: 4rem 0 0;
  text-align: center;
}
.articles-pagination nav {
  display: inline-block;
  margin-left: 1em;
}
.articles-pagination .articles-pagination--all {
  border-radius: 3px;
  background-color: #FF9964;
  display: inline-block;
  padding: 2px 12.5px;
  color: #ffffff;
  font-family: "pitch", sans-serif;
  font-size: 10px;
  font-size: 0.5882352941rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .articles-pagination .articles-pagination--all {
    font-family: "pitch", sans-serif;
    font-size: 14px;
    font-size: 0.8235294118rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 12.5px;
  }
}
.articles-pagination .articles-pagination--all:hover, .articles-pagination .articles-pagination--all:focus {
  text-decoration: none;
  color: #ffffff;
}
.articles-pagination ul.pagination {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.articles-pagination ul.pagination li {
  display: inline-block;
}
.articles-pagination ul.pagination li a {
  text-decoration: none;
  border: 1px dotted #cccccc;
  display: inline-block;
  line-height: 35px;
  min-width: 37px;
  padding: 0 5px;
  border-radius: 3px;
  color: #2E3036;
  padding: 0 5px;
  transition: border .2s ease-out,background .2s ease-out,color .2s ease-out;
  text-align: center;
}
.articles-pagination ul.pagination li a:hover {
  border: 1px solid #FF9964;
  background: #FF9964;
  color: #fff;
}
.articles-pagination ul.pagination li + li {
  margin-left: 0.2em;
}
.articles-pagination ul.pagination li.disabled {
  display: none;
}
.articles-pagination ul.pagination li.active a {
  border: 1px solid #FF9964;
  background: #FF9964;
  color: #fff;
}

.card {
  padding-top: 37.5px;
  background-color: #373B4D;
}
@media only screen and (min-width: 760px) {
  .card {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 960px) {
  .card {
    padding-top: 125px;
  }
}

.card__container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .card__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.card__content {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .card__content {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .card__content {
    width: 50%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .card__content {
    width: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.card__tag {
  display: block;
  color: #FF9964;
  font-size: 7px;
  font-size: 0.4117647059rem;
}
@media only screen and (min-width: 960px) {
  .card__tag {
    font-size: 9px;
    font-size: 0.5294117647rem;
    padding-top: 25px;
    margin-bottom: 12.5px;
  }
}

.card__title {
  margin-bottom: 50px;
  color: #FAF6F0;
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 960px) {
  .card__title {
    margin-bottom: 0;
    font-size: 47px;
    font-size: 2.7647058824rem;
  }
}

.card__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 25px;
  margin-right: -25px;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (min-width: 760px) {
  .card__list {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media only screen and (max-width: 1399px) {
  .card__list {
    cursor: grab;
  }
  .card__list.dragging {
    cursor: grabbing;
  }
}
.card__list::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .card__list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

.card__item {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin-right: 25px;
}
@media only screen and (min-width: 960px) {
  .card__item {
    width: 250px;
    margin-right: 50px;

  }
}
.card__item:last-child {
  margin-right: 0;
}
.card__item:before {
  content: '';
  position: absolute;
  top: 12.5px;
  left: 0;
  width: calc(100% - 12.5px);
  height: 100%;
  border-radius: 15px;
}

.card__item--green:before {
  background-color: #BEDEC1;
  transform: rotate(2deg);
  left: 12.5px;
}
.card__item--green .card__info {
  background-color: #83BE8A;
}

.card__item--purple:before {
  background-color: #C7CFF7;
  transform: rotate(-2deg);
}
.card__item--purple .card__info {
  background-color: #858DE8;
}
.card__item--darkblue:before {
  background-color: #858DE8;
  transform: rotate(-2deg);
  z-index:0;
}

.card__item--darkblue .card__info {
  background-color: #5163AB;
  z-index:1;
  position:relative;
}



.card__item--pink:before {
  background-color: #FAD4D0;
  transform: rotate(2deg);
}
.card__item--pink .card__info {
  background-color: #F77F72;
}

.card__info {
  overflow: hidden;
  white-space: normal;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .card__info {
    padding: 25px;
  }
}

.card__item-title {
  padding-top: 0;
  margin-bottom: 12.5px;
  color: #FAF6F0;
  font-size: 28px;
  font-size: 1.6470588235rem;
}
@media only screen and (min-width: 960px) {
  .card__item-title {
    font-size: 34px;
    font-size: 2rem;
  }
}

.card__item-meta {
  margin-bottom: 12.5px;
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.2;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

.home .card__item-meta {
  margin-bottom: 12.5px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "calibre", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 960px) {
  .card__item-meta {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}

.card__item-desc {
  margin-bottom: 25px;
  font-size: 13px;
  font-size: 0.7647058824rem;
  color: #FAF6F0;
}
@media only screen and (min-width: 960px) {
  .card__item-desc {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}

.card__list--2020 {
  padding-bottom: 50px;
}
.card__list--2020 .card__item {
  transform: translateY(25px);
  transition: transform 0.2s;
}
.card__list--2020 .card__item .card__info {
  transition: background-color 0.2s;
}
.card__list--2020 .card__item .card__info:before {
  transition: background-color 0.2s;
}
.card__list--2020 .card__item .card__info > * {
  opacity: 0.75;
  transition: opacity 0.2s;
}
.card__list--2020 .card__item--green:before {
  background-color: #cee6d1;
}
.card__list--2020 .card__item--green .card__info {
  background-color: #a2cea7;
}
.card__list--2020 .card__item--green.active:before {
  background-color: #BEDEC1;
}
.card__list--2020 .card__item--green.active .card__info {
  background-color: #83BE8A;
}
.card__list--2020 .card__item--purple:before {
  background-color: #d5dbf9;
}
.card__list--2020 .card__item--purple .card__info {
  background-color: #a4aaee;
}
.card__list--2020 .card__item--purple.active:before {
  background-color: #C7CFF7;
}
.card__list--2020 .card__item--purple.active .card__info {
  background-color: #858DE8;
}
.card__list--2020 .card__item--pink:before {
  background-color: #fbdfdc;
}
.card__list--2020 .card__item--pink .card__info {
  background-color: #f99f95;
}
.card__list--2020 .card__item--pink.active:before {
  background-color: #FAD4D0;
}
.card__list--2020 .card__item--pink.active .card__info {
  background-color: #F77F72;
}
.card__list--2020 .card__item.active {
  transform: translateY(0px);
}
.card__list--2020 .card__item.active .card__info > * {
  opacity: 1;
}

.card-media {
  padding: 50px 0;
  background-color: #83BE8A;
}
@media only screen and (min-width: 760px) {
  .card-media {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 960px) {
  .card-media {
    padding: 100px 0;
  }
}

.card-media__container {
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 760px) {
  .card-media__container {
    display: -ms-flexbox;
    display: flex;
  }
  .card-media__container:after {
    content: '';
    display: block;
    position: absolute;
    top: -5%;
    right: 0;
    height: 110%;
    width: 50px;
    background: url("https://329802.fs1.hubspotusercontent-na1.net/hubfs/329802/NectafyRedesign2018/images/curve_overflow.svg") no-repeat bottom left;
    background-size: cover;
  }
}
@media only screen and (min-width: 960px) {
  .card-media__container:after {
    right: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .card-media__container:after {
    right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .card-media__container:after {
    right: -13%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-media__container:after {
    right: -28%;
  }
}

.card-media__content {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .card-media__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .card-media__content {
    width: 50%;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .card-media__content {
    width: 40%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.card-media__tag {
  display: block;
  color: #FFF0DB;
  font-size: 8px;
  font-size: 0.4705882353rem;
}
@media only screen and (min-width: 760px) {
  .card-media__tag {
    padding-top: 37.5px;
  }
}
@media only screen and (min-width: 960px) {
  .card-media__tag {
    margin-bottom: 25px;
    font-size: 9px;
    font-size: 0.5294117647rem;
  }
}

.card-media__title {
  margin-bottom: 50px;
  color: #FFF0DB;
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 960px) {
  .card-media__title {
    margin-bottom: 0;
    font-size: 47px;
    font-size: 2.7647058824rem;
  }
}

.card-media__link {
  display: block;
  margin-bottom: 37.5px;
  color: #FFF0DB;
  font-size: 24px;
  font-size: 1.4117647059rem;
}
@media only screen and (min-width: 1400px) {
  .card-media__link {
    margin-bottom: 0;
  }
}

.card-media__list {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: -25px;
  max-width: 700px;
  white-space: nowrap;
  font-size: 0;
  cursor: grab;
}
.card-media__list.dragging {
  cursor: grabbing;
}
.card-media__list::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 760px) {
  .card-media__list {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) {
  .card-media__list {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-media__list {
    width: 60%;
  }
}
@media only screen and (min-width: 1800px) {
  .card-media__list {
    margin-right: -15%;
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-media__list {
    margin-right: -5%;
    width: 60%;
  }
}

.card-media__item {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
  width: 270px;
  white-space: normal;
  border-radius: 10px;
  margin-right: 25px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.card-media__item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .card-media__item {
    width: 480px;
    padding: 37.5px;
    margin-right: 50px;
  }
}

.card-media__item-video {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center;
}

.card-media__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-media__blockquote {
  font-family: "tiempos", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 2;
  padding: 0;
  margin: 0 0 25px;
  width: 100%;
}

.card-media__blockquote-auth {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  font-family: "calibre", sans-serif;
  font-weight: 600;
}
.card-media__blockquote-auth img {
  display: block;
  max-width: 55px;
  margin-right: 12.5px;
  border-radius: 100%;
}

.convo {
  padding-top: 50px;
}
@media only screen and (min-width: 960px) {
  .convo {
    padding-top: 100px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .convo {
    padding-top: 200px;
  }
}

.convo__container {
  position: relative;
  max-width: 1177px;
}

.convo__title {
  padding: 0;
  margin-bottom: 37.5px;
  font-size: 24px;
  font-size: 1.4117647059rem;
  line-height: 1.3;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .convo__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 100px;
    margin-left: auto;
    max-width: 700px;
    font-size: 36px;
    font-size: 2.1176470588rem;
    font-weight: 900;
  }
}

.convo__title-img {
  display: block;
  max-width: 70px;
  margin-bottom: 25px;
  border-radius: 100%;
}
@media only screen and (min-width: 960px) {
  .convo__title-img {
    max-width: 86px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}

.convo__list {
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .convo__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.convo__item {
  position: relative;
  padding: 25px;
  margin-bottom: 37.5px;
  background-color: #FFE5C1;
  border-radius: 15px;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
}
@media only screen and (min-width: 960px) {
  .convo__item {
    width: 42%;
    margin-left: 8%;
    font-size: 26px;
    font-size: 1.5294117647rem;
    line-height: 1.2;
    margin-bottom: 87.5px;
  }
  .convo__item.nobump {
    margin-left: 0;
    margin-right:0;
  }
  
   .home .convo__item {
    width: 46%;
  }
  .home .convo__item.nobump {
    margin-left: 0;
    margin-right:0;
  }
}
.convo__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -6.25px;
  width: calc(100% + 12.5px);
  height: calc(100% + 12.5px);
  transform: rotate(-1deg);
  border-radius: 15px;
  z-index: -1;
  background-color: #FFF0DB;
}

.convo__icon {
  display: block;
  width: 45px;
  height: 45px;
  margin-bottom: 12.5px;
}
.convo__icon img {
  display: block;
  width: 100%;
}

.community {
  padding: 50px 0;
  background: #373B4D;
}
@media only screen and (min-width: 960px) {
  .community {
    padding: 100px 0;
  }
}

.community__title {
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  font-size: 2rem;
  margin-bottom: 37.5px;
}
@media only screen and (min-width: 960px) {
  .community__title {
    margin-bottom: 50px;
    font-size: 50px;
    font-size: 2.9411764706rem;
  }
}

.community__form {
  margin: 0 auto;
  max-width: 300px;
}
@media only screen and (min-width: 960px) {
  .community__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 660px;
  }
}

@media only screen and (min-width: 960px) {
  .community__inputs {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 260px;
  }
  .curve-cta-top {
    transform: translateY(-15%) translateX(0%);
  }
  .results02 .curve-cta-top {
    transform: translateY(-40%) translateX(0%);
  }
}

.community__submit {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}
.results06 {
    transform: translateY(-40%);
    position: relative;
    z-index: 4;
}
.illo_plain_06 {
  transform:translateY(75%) translateX(80%);
  z-index: 5;
  position: relative;
}
.illo_plain_07 {
     right: 10%;
    transform: translatey(-80%);
  z-index: 5;
  position: absolute;
}
@media only screen and (min-width: 960px) {
  .community__submit {
    padding-left: 75px;
  }
}

.community__button {
  width: 100%;
  margin-bottom: 12.5px;
}

.community__desc {
  font-size: 12px;
  font-size: 0.7058823529rem;
  color: #ffffff;
}

.card-curve {
  display: block;
  width: 700px;
  position: absolute;
  bottom: -1px;
  right: -20px;
  height: 220px;
}
@media only screen and (min-width: 680px) {
  .card-curve {
    width: 100%;
    right: 0;
    height: 120px;
  }
}
@media only screen and (min-width: 760px) {
  .card-curve {
    height: 140px;
  }
}

.case-studies-curve {
  display: none;
}
@media only screen and (min-width: 760px) {
  .case-studies-curve {
    position: relative;
    top: -1px;
    width: 100%;
    display: block;
  }
}

.curve-green-top {
  position: relative;
  width: 100%;
  height: 20px;
  bottom: -1px;
}
@media only screen and (min-width: 760px) {
  .curve-green-top {
    height: 50px;
  }
}

.curve-green-bottom {
  position: relative;
  width: 100%;
  height: 20px;
  top: -1px;
}
@media only screen and (min-width: 760px) {
  .curve-green-bottom {
    height: 50px;
  }
}

.cta-curve-top {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  bottom: -1px;
}
@media only screen and (min-width: 760px) {
  .cta-curve-top {
    height: 100px;
  }
}

.cta-curve-bottom {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  top: -1px;
}
@media only screen and (min-width: 760px) {
  .cta-curve-bottom {
    height: 100px;
  }
}

.cta-curve-alt {
  position: relative;
  width: 100%;
  bottom: -1px;
}

.curve-faq {
  position: relative;
  width: 100%;
  bottom: -1px;
}
@media only screen and (min-width: 680px) {
  .curve-faq {
    display: none;
  }
}

.convo__curve-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 760px;
  height: 300px;
}
@media only screen and (min-width: 760px) {
  .convo__curve-01 {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .convo__curve-01 {
    height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .convo__curve-01 {
    height: 500px;
  }
}

.cta {
  padding: 75px 0;
  background-color: #373B4D;
}
@media only screen and (min-width: 760px) {
  .cta {
    padding: 100px 0 75px;
  }
}

.cta__container {
  max-width: 760px;
  text-align: center;
}

.cta__title {
  padding-top: 0;
  color: #ffffff;
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 760px) {
  .cta__title {
    font-size: 55px;
    font-size: 3.2352941176rem;
  }
}

.cta__desc {
  font-size: 15px;
  font-size: 0.8823529412rem;
  color: #ffffff;
  margin: 0;
}
@media only screen and (min-width: 760px) {
  .cta__desc {
    font-size: 17px;
    font-size: 1rem;
  }
}

.cta__button {
  margin-top: 25px;
}
@media only screen and (min-width: 760px) {
  .cta__button {
    margin-top: 37.5px;
  }
}

.cta-alt {
  padding: 50px 0;
  background-color: #373B4D;
}
@media only screen and (min-width: 760px) {
  .cta-alt {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 960px) {
  .cta-alt {
    padding: 100px 0;
  }
}

.cta-alt__container {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .cta-alt__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.cta-alt__content {
  position: relative;
}
.cta-alt__content:first-child {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .cta-alt__content:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.cta-alt__content:first-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 175px;
  background-color: #FF9964;
}
@media only screen and (min-width: 960px) {
  .cta-alt__content:first-child:after {
    height: 100%;
    width: 1px;
    margin: 0;
    left: auto;
  }
}
@media only screen and (min-width: 960px) {
  .cta-alt__content {
    width: 50%;
    padding: 50px 25px;
  }
}

.cta-alt__title {
  padding-top: 0;
  color: #ffffff;
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 760px) {
  .cta-alt__title {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}
@media only screen and (min-width: 960px) {
  .cta-alt__title {
    font-size: 50px;
    font-size: 2.9411764706rem;
    margin-bottom: 50px;
  }
}

.cta-alt__button {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
@media only screen and (min-width: 760px) {
  .cta-alt__button {
    font-size: 17px;
    font-size: 1rem;
  }
}

.case-studies {
  padding: 62.5px 0;
  background-color: #373B4D;
  visibility: visible !important;
}
@media only screen and (min-width: 960px) {
  .case-studies {
    padding: 150px 0;
  }
}

.case-studies__content {
  width: 100%;
  text-align: center;
  margin: 0 auto 37.5px;
}
@media only screen and (min-width: 760px) {
  .case-studies__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 960px) {
  .case-studies__content {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .case-studies__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.case-studies__container {
  text-align: center;
  position: relative;
  padding-top:64px;
}
@media only screen and (min-width: 760px) {
  .case-studies__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.case-studies__title {
  margin-bottom: 0;
  color: #FFF0DB;
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 960px) {
  .case-studies__title {
    font-size: 47px;
    font-size: 2.7647058824rem;
  }
}

.case-studies__item {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/*.case-studies__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 100px;
  background-color: #596390;
}
.case-studies__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.case-studies__item:last-child:after {
  display: none;
}
*/
@media only screen and (min-width: 760px) {
  .case-studies__item {
    margin-bottom: 0;
    width: 16.66666%;
    padding: 0 25px 0;
  }
 /* .case-studies__item:after {
    height: 150px;
    width: 1px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
  */
}
@media only screen and (min-width: 960px) {
  .case-studies__item {
    padding: 0 50px 0;
  }
  /*.case-studies__item:after {
    height: 150px;
    width: 1px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
  */
}

.case-studies__meta {
  margin-bottom: 25px;
  color: #FF9964;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 19px;
  font-size: 1.1176470588rem;
}

.case-studies__meta-stat {
  font-size: 50px;
  font-size: 2.9411764706rem;
  display: block;
  line-height: 1;
}
.case-studies__meta-stat b {
  font-size: 18px;
  font-size: 1.0588235294rem;
}

.case-studies__desc {
  font-size: 14px;
  font-size: 0.8235294118rem;
  color: #ffffff;
  max-width: 280px;
  margin: 0 auto 25px;
}
@media only screen and (min-width: 960px) {
  .case-studies__desc {
    margin-bottom: 50px;
  }
}

.case-studies__logo {
  display: block;
  max-width: 120px;
  margin: 0 auto 12.5px;
}

.case-studies__logo.pad10 {
  padding-top:10px;
}
.case-studies__logo svg {
  width: 100%;
  fill: #ffffff;
  opacity:50%;
}

.case-studies__link {
  text-decoration: underline;
  color: #FF9964;
  font-size: 19px;
  font-size: 1.1176470588rem;
}

.faq {
  z-index: -1;
  padding: 50px 0 125px;
  background-color: #FFE5C1;
  margin-bottom: -10px;
}
@media only screen and (min-width: 680px) {
  .faq {
    padding: 0;
    margin-bottom: 100px;
    background: none;
  }
}
@media only screen and (min-width: 960px) {
  .faq {
    margin: 100px 0 150px;
  }
}

.faq__container {
  max-width: 1177px;
  position: relative;
}

@media only screen and (min-width: 680px) {
  .faq__content {
    border-radius: 15px;
    background-color: #FFE5C1;
    padding: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 760px) {
  .faq__content {
    padding: 75px;
  }
}
@media only screen and (min-width: 960px) {
  .faq__content {
    padding: 87.5px 100px 100px;
  }
}
@media only screen and (min-width: 680px) {
  .faq__content:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: 100%;
    border-radius: 15px;
    transform: rotate(-1deg);
    z-index: -1;
    background-color: #FFF0DB;
  }
}
.faq__content p:last-child {
  margin-bottom: 0;
}

.faq__title {
  font-size: 34px;
  font-size: 2rem;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .faq__title {
    font-size: 50px;
    font-size: 2.9411764706rem;
  }
}

.faq__sub-title {
  color: #FD6C49;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.2941176471rem;
}
@media only screen and (min-width: 960px) {
  .faq__sub-title {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}

.hero {
  background-color: #FFF0DB;
  padding-bottom: 50px;
  padding-top: 150px;
}
@media only screen and (min-width: 680px) {
  .hero {
    padding: 50px 0;
    padding-top: 150px;
  }
}
@media only screen and (min-width: 760px) {
  .hero {
    padding: 75px 0;
    padding-top: 220px;
  }
  
  .blog .hero {
    padding-top:150px;
  }
}
@media only screen and (min-width: 960px) {
  .hero {
    padding: 125px 0;
    padding-top: 325px;
  }
  .blog .hero {
    padding-top:150px;
  }
}

@media only screen and (min-width: 680px) {
  .hero__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.hero__image {
  display: none;
}
@media only screen and (min-width: 680px) {
  .hero__image {
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: block;
  }
}
.hero__image svg {
  display: block;
}
@media only screen and (min-width: 680px) {
  .hero__image svg {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    z-index: 4;
  }
}

.hero__content {
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .hero__content {
    width: 50%;
  }
}
@media only screen and (min-width: 760px) {
  .hero__content {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .hero__content {
    width: 100%;
    max-width: 740px;
  }
}

.hero__tag {
  display: inline-block;
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 960px) {
  .hero__tag {
    margin-bottom: 37.5px;
  }
}

.hero__title {
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .hero__title {
    margin-bottom: 37.5px;
  }
}

.hero__desc {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 0.9411764706rem;
}
@media only screen and (min-width: 960px) {
  .hero__desc {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}

.hero__button {
  margin-top: 37.5px;
}

.hero__note {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.8823529412rem;
}

@media only screen and (min-width: 680px) {
  .hero--growth {
    padding: 50px 0 75px;
  }
    .hero--growth-22 {
    padding: 50px 0 75px;
  }
    .hero--growth-why-call {
    padding: 50px 0 75px;
  }
      .hero--growth-results {
    padding: 50px 0 75px;
  }
      .hero--growth-pricing-title {
    padding: 50px 0 75px;
  }
}
@media only screen and (min-width: 760px) {
  .hero--growth {
    padding: 125px 0 150px;
    margin-bottom: 125px;
  }
    .hero--growth-22 {
    padding: 125px 0 150px;
    margin-bottom: 0;
  }
    .hero--growth-why-call {
    padding: 225px 0 150px;
  }
      .hero--growth-results {
    padding: 125px 0 150px;
  }
      .hero--growth-pricing-title {
    padding: 125px 0 150px;
  }
}
@media only screen and (min-width: 960px) {
  .hero--growth {
    padding: 175px 0 175px;
  }
    .hero--growth-22 {
    padding: 175px 0 60px;
  }
    .hero--growth-why-call {
    padding: 225px 0 0px;
  }
      .hero--growth-results {
    padding: 70px 0 0px;
        padding-top: 150px;
  }
  .hero--growth-pricing-title {
    padding: 70px 0 0px;
  }
}
.hero--growth .hero__container {
  position: relative;
  z-index: 1;
}
.hero--growth-22 .hero__container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 680px) {
  .hero--growth .hero__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
    .hero--growth-22 .hero__container {
    -ms-flex-direction: column;
        flex-direction: column;
      padding-top: 125px;
  }
    .hero--growth-why-call .hero__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
      .hero--growth-results .hero__container {
    -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 125px;
  }
      .hero--growth-pricing-title .hero__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 760px) {
  .hero--growth .hero__container {
    text-align: center;
  }
    .hero--growth-22 .hero__container {
    text-align: center;
  }
    .hero--growth-why-call .hero__container {
    text-align: center;
  }
      .hero--growth-results .hero__container {
    text-align: center;
  }
      .hero--growth-pricing-title .hero__container {
    text-align: center;
  }
}
@media only screen and (min-width: 760px) {
  .hero--growth .hero__desc {
    display: inline-block;
    margin: 0 auto;
    width: 550px;
  }
    .hero--growth-22 .hero__desc {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
      max-width: 900px;
  }
    .hero--growth-why-call .hero__desc {
    display: inline-block;
    margin: 0 auto;
    width: 550px;
  }    .hero--growth-results .hero__desc {
    display: inline-block;
    margin: 0 auto;
    width: 550px;
  }
}
.hero--growth .highlight {
  color: #FD6C49;
}
.hero--growth-22 .highlight {
  color: #FD6C49;
}
}
.hero--growth-why-call .highlight {
  color: #FD6C49;
}

.hero--home {
  padding: 100px 0 75px;
  background-color: #FAF6F0;
}
.hero--home .result {
  padding: 0px;
}
@media only screen and (min-width: 680px) {
  .hero--home {
    padding: 100px 0 100px;
  }
}
@media only screen and (min-width: 760px) {
  .hero--home {
    padding: 150px 0 125px;
  }
}
@media only screen and (min-width: 960px) {
  .hero--home {
    padding: 100px 0 300px;
  }
}
.hero--home .hero__title {
  color: #FD6C49;
}
.hero--home .hero__play-button {
  display: inline-block;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 37.5px;
  font-size: 0;
}
@media only screen and (min-width: 760px) {
  .hero--home .hero__play-button {
    position: static;
    transform: translateX(0);
    margin-top: 37.5px;
  }
}
.hero--home .hero__container {
  display: block;
  position: relative;
  z-index: 1;
}
.wide .trafficByMonth__title {
  color: #FD6C49;
}

@media only screen and (min-width: 760px) {
  .hero--home .hero__container {
    text-align: center;
    max-width: 900px;
  }

}
.hero--home .hero__desc {
  display: block;
  max-width: 320px;
}
@media only screen and (min-width: 680px) {
  .hero--home .hero__desc {
    max-width: 420px;
  }
}
@media only screen and (min-width: 760px) {
  .hero--home .hero__desc {
    max-width: 545px;
    margin: 0 auto;
  }
}

.hero--lets-talk {
  padding-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .hero--lets-talk {
    padding: 100px 0;
  }
  .hero--lp {
  padding: 225px 0 75px;
  }
}
@media only screen and (max-width: 959px) {
.hero--lp {
  padding: 155px 0 75px;
  background-color: #FAF6F0;
}
}
.hero--lets-talk .hero__content {
  width: 100%;
  max-width: unset;
}
@media only screen and (min-width: 760px) {
  .hero--lets-talk .hero__content {
    width: 65%;
  }

}
.hero--lets-talk .hero__title {
  color: #FD6C49;
}
.results .hero__title span {
    color: #FD6C49;
}
.hero--lets-talk .hero__desc {
  max-width: 600px;
}


.hero--lp .hero__content {
  width: 100%;
  max-width: unset;
}
@media only screen and (min-width: 760px) {
  .hero--lp .hero__content {
    width: 65%;
  }
}
.hero--lp .hero__title {
  color: #FD6C49;
}
.hero--lp .hero__desc {
  max-width: 600px;
}

.hero-nav {
  padding-top: 25px;
  max-width: 1177px;
  margin: 0 auto;
}
@media only screen and (min-width: 680px) {
  .hero-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
    z-index: 3;
    width: 100%;
    padding: 0;
  }
}

.hero-nav__container {
  position: relative;
}
@media only screen and (min-width: 680px) {
  .hero-nav__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 25px);
    height: 100%;
    border-radius: 3px;
    z-index: -1;
    background-color: #FFE5C1;
    transform: rotate(-2deg);
  }
  .hero--lp.tight {
  padding: 155px 0 5px;
}
}
.hero--lp.tight {
  padding: 155px 0 5px;
}
.hero-nav__list {
  font-family: "calibre", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 680px) {
  .hero-nav__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 20px 0;
    border-radius: 3px;
    background-color: #FF9964;
    list-style: none;
  }
}
@media only screen and (min-width: 960px) {
  .hero-nav__list {
    padding: 25px 0;
  }
  .hero--lp.tight {
  padding: 255px 0 5px;
}
}

@media only screen and (min-width: 680px) {
  .hero-nav__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0 12.5px;
    text-align: center;
    border-right: 1px solid #FD6C49;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hero-nav__item:first-child {
    border-left: none;
  }
  .hero-nav__item:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 960px) {
  .hero-nav__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0 25px;
  }
}

.hero-nav__link {
  font-size: 18px;
  font-size: 1.0588235294rem;
  text-decoration: underline;
  transition: all .3s ease;
}
@media only screen and (min-width: 680px) {
  .hero-nav__link {
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 15px;
    font-size: 0.8823529412rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 760px) {
  .hero-nav__link {
    font-size: 17px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .hero-nav__link {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
}
.hero-nav__link:hover {
  color: #FFF0DB;
  transform: translateY(-3px);
}

.history {
  margin-bottom: 100px;
}
@media only screen and (min-width: 760px) {
  .history {
    padding-top: 50px;
  }
}

.history__container {
  max-width: 1177px;
}
@media only screen and (min-width: 960px) {
  .history__container {
    text-align: center;
  }
}

.history__tag {
  font-size: 9px;
  font-size: 0.5294117647rem;
}

.history__title {
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 960px) {
  .history__title {
    font-size: 50px;
    font-size: 2.9411764706rem;
  }
}

@media only screen and (min-width: 960px) {
  .history__interaction {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 960px) {
  .history__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}

.history__info-label {
  margin: 0;
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-family: "calibre", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .history__info-label {
    width: 50%;
    text-align: right;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .history__info-text {
    width: 50%;
    text-align: left;
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}

.history__link {
  text-decoration: underline;
}

.info {
  padding: 0 0 50px;
}
@media only screen and (min-width: 760px) {
  .info {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 960px) {
  .info {
    padding: 150px 0;
  }
}

.info__container {
  max-width: 1177px;
}

.info__container.center {
 text-align:center; 
}
.growth-info__container {
  max-width: 1177px;
}
.info__container_growth {
  background-color: #383B4C;
  margin-top: -20px;
}
.articles__item-bullet {
  width: 100%;
}
.articles__item-bullet-inner {
  width: 100%;
}
.testimonial__quote_call li {
  text-indent: -25px;
}
.testimonial__quote_call ul {
  padding-left: 25px;
}
.why-call-cta {
  text-align: center;
}
.why-call-cta .hero__desc {
  font-weight: 500;
}
.why-call-cta .widget__sub-title {
  margin-bottom: 0px;
}
.why-call-cta .widget__title {
  margin-bottom: 0px;
  margin-top: 120px;
}
.why-call-cta .cta__button {
  margin-bottom: 50px;
}
.article-item-bullet {
  margin-bottom: 10px;
  line-height: 30px;
}
.articles__item-bullet ul {
  margin-left: 30px;
}
.articles__item-bullet-inner {
  text-indent: -25px;
  padding-left: 25px;
}
.articles__item-bullet li{
  font-size: 1rem;
}
.articles__item-bullet-inner{
  font-size: 1rem;
}
.articles__item-bullet ul {
  margin-bottom:0;
}
@media only screen and (min-width: 760px) {
  .info__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    
  }
  
    .info__container.center {
      display: block;
       text-align:center;
      max-width:1400px;
    
  }
}
.info__container_growth h2, .info__container_growth ul, .info__container_growth li, .info__container_growth p {
  color: #ffffff;
}
.bottom-blue-container {
  background-color: #292B39;
  text-align:center;
}
.stars {
  text-align: center;
  margin:auto;
  padding-top:20px;
}
.info__image {
  position: relative;
  margin: 25px -12.5px 0;
}
.info__image_watering_can {
  position: relative;
  margin: 25px -12.5px 0;
}
@media only screen and (min-width: 760px) {
  .info__image {
    width: calc(40% - 25px);
    margin: 0;
  }
   .info__image_watering_can {
    width: calc(40% - 25px);
    margin: 0;
  }
     .info__image_hand_flower {
    width: calc(40% - 25px);
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .info__image {
    width: calc(50% - 25px);
  }
    .info__image_watering_can {
    width: calc(50% - 25px);
    transform: translateY(-30%);
    position: relative;
    z-index: 3;
  }
      .info__image_hand_flower {
    width: calc(50% - 25px);
    transform: translateY(-30%);
    position: relative;
    z-index: 3;
  }
   .info__image_pen {
    width: calc(50% - 25px);
    transform: translateY(-86%);
    position: relative;
    z-index: 0;
   width: 10%;
    float: left;
  }
  .info__image_pen svg {
    float:right;
    width: 60px;
  }
  .why-work-with-us-bottom {
    height: 60px;
  }
  .why-work-with-us-bottom p {
    padding-left: 0px;
  }
  .info__image_pen {
    margin-top: 15px;
  }
  .pen-txt {
    width: 80%;
    float: left;
    text-align: center;
  }
}
.why-work-with-us-bottom p {
  font-family: 'Calibre';
  font-weight: 700;
}
.info__image svg {
  display: block;
  margin: 0 auto;
}
.info__image_watering_can svg {
  display: block;
  margin: 0 auto;
}
.info__image_hand_flower svg {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
@media only screen and (min-width: 760px) {
  .info__image svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
  }
    .info__image_watering_can svg {
    position: absolute;
    transform: translateY(-40%);
    right: 25px;
  }
      .info__image_hand_flower svg {
    position: absolute;
    transform: translateY(-40%);
    right: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .info__image svg {
    right: 50px;
  }
  .info__image_watering_can svg {
    right: 50px;
  }
    .info__image_hand_flower svg {
    right: 50px;
  }
  .two-week-proj h2 {
    font-size: 2.1176470588rem !important;
  }
}
.info__image img {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  max-width: 50%;
}
.info__image_watering_can img {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  max-width: 50%;
}
.info__image_hand_flower img {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  max-width: 50%;
}
@media only screen and (min-width: 760px) {
  .info__image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 430px;
  }
    .info__image_watering_can img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 430px;
  }
      .info__image_hand_flower img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 430px;
  }
}

@media only screen and (min-width: 760px) {
  .info__content {
    width: calc(60% - 25px);
  }
}
@media only screen and (min-width: 960px) {
  .info__content {
    width: calc(50% - 25px);
  }
  .info__content-growth-sec {
        width: calc(55% - 25px);
  }
    .info__content-22 {
    width: 100%;
      max-width: 900px;
      margin: auto;
      text-align: center;
  }
  .info__content-22 .hero__desc {
    max-width: 700px;
    margin: auto;
  }

      .growth-pricing-wrap {
    width: 100%;
      max-width: 1200px;
      margin: auto;
  }
}

.info__tag {
  font-size: 8px;
  font-size: 0.4705882353rem;
  margin-top: 37.5px;
}
.growth-section-wrap {
background: rgb(247,225,193);
background: linear-gradient(90deg, rgba(247,225,193,1) 0%, rgba(247,225,193,0.3772102591036415) 35%, rgba(247,225,193,0) 100%);
padding: 30px 20px 10px;
border-radius: 20px;
}
.growth-section-wrap-right {
background: rgb(247,225,193);
background: linear-gradient(260deg, rgba(247,225,193,1) 0%, rgba(247,225,193,0.3772102591036415) 35%, rgba(247,225,193,0) 100%);
padding: 30px 20px 10px;
border-radius: 20px;
}
.top-icon-wrap div {
  width: 25%;
  float:left;
  text-align: center;
}
.top-icon-wrap svg {
  text-align: center;
  float:none;
  margin: auto;
}
.top-icon-wrap div p {
  text-align: center;
  font-family: 'Calibre';
  font-weight: 600;
  font-size: 26px;
  margin-top: 20px;
}

.top-icon-wrap {
  padding: 40px 0px;
  min-height: 220px;
  margin-bottom: 70px;
}
.info__content-growth-sec .info__title {
  font-size: 2rem;
  color: #fd6c49;
  margin-bottom: 10px;
}
.info__content-growth-sec ul li::marker {
  color: #fd6c49;
}
.info__content-growth-sec ul li {
  list-style-position: outside;
  margin-bottom: 5px;
}
.info__content-growth-sec ul {
  margin-left: 20px;
}
@media only screen and (min-width: 760px) {
  .info__tag {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .info__tag {
    font-size: 9px;
    font-size: 0.5294117647rem;
  }
}

.info__title {
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 960px) {
  .info__title {
    font-size: 50px;
    font-size: 2.9411764706rem;
  }
}

.info__desc {
  margin-bottom: 25px;
  line-height: 26px;
}
@media only screen and (min-width: 960px) {
  .info__desc {
    margin-bottom: 25px;
  }
}

.info__link {
  display: block;
  line-height: 1.2;
  margin-bottom: 12.5px;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.0588235294rem;
}
@media only screen and (min-width: 960px) {
  .info__link {
    font-size: 19px;
    font-size: 1.1176470588rem;
    line-height: 1.5;
  }
}

.info__case-study {
  width: 100%;
  padding: 37.5px 0 25px 50px;
  text-align: right;
}
.info__case-study img {
  display: inline-block;
  max-width: 80px;
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 760px) {
  .info__case-study img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 760px) {
  .info__case-study {
    max-width: 440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    right: 25px;
    bottom: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .info__case-study {
    max-width: 520px;
  }
}
@media only screen and (min-width: 1400px) {
  .info__case-study {
    bottom: 100px;
    right: 50%;
    transform: translateX(680px);
  }
}

.info__case-study-tag {
  display: none;
  font-size: 9px;
  font-size: 0.5294117647rem;
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 760px) {
  .info__case-study-tag {
    display: block;
  }
}

.info__case-study-content {
  padding-left: 25px;
}

.info__case-study-link {
  display: block;
  width: 100%;
  text-decoration: underline;
  color: #2E3036;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
@media only screen and (min-width: 760px) {
  .info__case-study-link {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}

@media only screen and (min-width: 760px) {
  .info--alt .info__content {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 760px) {
  .info--alt .info__image {
    -ms-flex-order: 2;
        order: 2;
  }
    .info--alt .info__image_watering_can {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 760px) {
  .info--alt .info__image svg {
    right: unset;
    left: 25px;
  }
    .info--alt .info__image_watering_can svg {
    right: unset;
    left: 25px;
    max-width: 600px;
  }
    .info--alt .info__image_hand_flower svg {
    right: unset;
    left: 25px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 960px) {
  .info--alt .info__image svg {
    left: 50px;
  }
    .info--alt .info__image_watering_can svg {
    left: 50px;
  }
      .info--alt .info__image_hand_flower svg {
    left: 50px;
        max-width: 600px;
  }
}

@media only screen and (min-width: 760px) {
  .info--alt-img .info__content {
    -ms-flex-order: 2;
        order: 2;
  }
  
}
@media only screen and (min-width: 760px) {
  .info--alt-img .info__image {
    -ms-flex-order: 1;
        order: 1;
  }
   .info--alt-img .info__image_watering_can {
    -ms-flex-order: 1;
        order: 1;
  }
     .info--alt-img .info__image_hand_flower {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 760px) {
  .info--growth {
    padding: 0 0 100px;
  }
}
@media only screen and (min-width: 960px) {
  .info--growth {
    padding: 50px 0 100px;
  }
}

@media only screen and (min-width: 760px) {
  .info--timeline {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 960px) {
  .info--timeline {
    padding: 87.5px 0 100px;
  }
}

.info--timeline--2020 .cta__button {
  margin-top: 1rem;
}
.info--timeline--2020 .info__callout {
  position: static !important;
  max-width: none !important;
  transform: none !important;
  padding: 1.5rem;
  border: 2px solid #FF9964;
  border-radius: 4px;
  background: rgba(250, 246, 240, 0.67);
  margin-top: 37.5px;
}
.info--timeline--2020 .info__callout--title {
  padding-top: 0;
  margin: 0 0 1rem;
  font-size: 28px;
  font-size: 1.6470588235rem;
}
.info__callout--subtext {
  padding-top: 0;
  margin: 0 0 1rem;
  font-size: 28px;
  color: #EC7554;
  font-size: 1.470588235rem;
}
.info--timeline--2020 .info__callout p {
  font-size: 16px;
  font-size: 0.9411764706rem;
}
@media only screen and (min-width: 760px) {
  .info--timeline--2020 .timeline {
    position: static;
    margin-top: -350px;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .info--timeline--2020 .timeline {
    margin-top: -250px;
  }
}

@media only screen and (min-width: 1025px) {
  .info--timeline--2020 .timeline {
    margin-top: -150px;
  }
}

.layout {
  padding: 25px 0;
}
@media only screen and (min-width: 960px) {
  .layout {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 960px) {
  .layout__container {
    display: -ms-flexbox;
    display: flex;
  }
}

.layout__sidebar {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .layout__sidebar {
    max-width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media only screen and (min-width: 960px) {
  .layout__sidebar--blog {
    max-width: 260px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 960px) {
  .layout__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-width: 1px;
    padding-left: 50px;
  }
  
}
@media only screen and (min-width: 1200px) {
  .layout__content {
    padding-left: 100px;
  }
        .hero--home .wide {
    text-align: center;
    max-width: 1300px;
    /*padding-top: 125px;*/
  }
  .wide .trafficByMonth__form {
    width: 20%;
    float: left;
    padding: 15px;
  }
  .wide .trafficByMonth__chart {
    float: left;
    width: 80% !important;
  }
}

.lp--content {
  position: relative;
}
.lp--content .lp-illo_bee_flying_03 {
  width: 180px;
  transform: translateY(-92%);
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 0;
}
@media only screen and (min-width: 960px) {
  .lp--content {
    width: 48%;
  }
  .lp--content.wide {
    width: 65%;
  }
  .lp--content .lp-illo_bee_flying_03 {
    display: block;
    width: 210px;
    transform: translateY(-65%);
  }
}

.lp--content__bottom .lp-content-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2%;
}
.lp--content__bottom .lp-content-col section {
  padding: 0 2%;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .lp--content__bottom .lp-content-col section {
    width: 50%;
  }
}

.lp--content,
.lp--content__bottom {
  zoom: 1;
}
.lp--content img,
.lp--content__bottom img {
  position: relative;
  z-index: 5;
}
.lp--content ul,
.lp--content__bottom ul {
  list-style-type: none;
}
.lp--content ul li,
.lp--content__bottom ul li {
  position: relative;
  padding-left: calc(25px + 0.25em);
}
.lp--content ul li:before,
.lp--content__bottom ul li:before {
  content: '';
  display: block;
  height: 0.75em;
  width: 0.75em;
  border-radius: 50%;
  background: #FD6C49;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.lp--content ul li + li,
.lp--content__bottom ul li + li {
  margin-top: 25px;
}
.lp--content:before, .lp--content:after,
.lp--content__bottom:before,
.lp--content__bottom:after {
  content: "";
  display: table;
}
.lp--content:after,
.lp--content__bottom:after {
  clear: both;
}

.lp--form {
  margin-top: 37.5px;
  position: relative;
}
.lp--form .lp-illo_leaf_03 {
  display: none;
  width: 80px;
  position: absolute;
  top: 0;
  transform: translateY(-95%);
  right: 6%;
}
@media only screen and (min-width: 960px) {
  .lp--form {
    -ms-flex: 1;
        flex: 1;
    padding-left: 4%;
    margin-top: 0;
  }
  .lp--form .lp-illo_leaf_03 {
    display: block;
  }
}

.page-lp .wrapper.layout {
  padding: 50px 0 100px;
}
.page-lp .form-container {
  position: relative;
  padding: 25px;
  margin-top: 37.5px;
  background-color: #FFE5C1;
  border-radius: 15px;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
}
.page-lp .form-container .lp-illo_plain_04 {
  display: block;
  position: absolute;
  bottom: -60px;
  width: 140px;
  z-index: 1;
  right: -15.5px;
}
@media only screen and (min-width: 680px) {
  .page-lp .form-container .lp-illo_plain_04 {
    width: 200px;
    bottom: -95px;
    right: -23px;
  }
}
@media only screen and (min-width: 960px) {
  .page-lp .form-container {
    margin-top: 0;
    font-size: 26px;
    font-size: 1.5294117647rem;
    line-height: 1.2;
  }
}
.page-lp .form-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: -6.25px;
  width: calc(100% + 12.5px);
  height: calc(100% + 12.5px);
  transform: rotate(-1deg);
  border-radius: 15px;
  z-index: -1;
  background-color: #FFF0DB;
}
@media only screen and (max-width: 759px) {
  .page-lp.page-ebook-alt .wrapper.layout {
    padding-top: 0;
  }
}

.people {
  padding: 50px 0;
}
@media only screen and (min-width: 960px) {
  .people {
    padding: 100px 0;
  }
}

.people__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.people__item {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 380px) {
  .people__item {
    width: calc(50% - 12.5px);
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 679px) {
  .people__item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 680px) {
  .people__item {
    width: calc(33.3333333333% - 16.6666666667px);
    margin-left: 0;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 680px) and (max-width: 959px) {
  .people__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 960px) {
  .people__item {
    width: calc(33.3333333333% - 25px);
    margin-left: 0;
    margin-right: 37.5px;
    position: relative;
    transition: all ease-out .3s;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .people__item:nth-child(3n + 3) {
    margin-right: 0;
  }
        .hero--home .wide {
    text-align: center;
    max-width: 1300px;
          padding-top: 125px;
  }
.wide .trafficByMonth__form {
  width: 20%;
  float: left;
}
.wide .trafficByMonth__chart {
  float: left;
  width: 80% !important;
  margin-top: 30px;
}
}
@media only screen and (min-width: 960px) {
  .people__item:hover {
    transform: translateY(-20px);
  }
}
@media only screen and (min-width: 1200px) {
  .people__item {
    width: calc(33.3333333333% - 66.6666666667px);
    margin-left: 0;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9998px) {
  .people__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.people__image {
  display: block;
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  background: #FFF0DB;
}
.people__image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.people__image--blank {
  padding: 0 0 100%;
}

.people__name {
  font-size: 24px;
  font-size: 1.4117647059rem;
  margin-bottom: 0;
  padding-top: 25px;
}

.people__info {
  padding-top: 6.25px;
  margin-bottom: 0;
  color: #cccccc;
  font-family: "pitch", sans-serif;
  font-size: 14px;
  font-size: 0.8235294118rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.people-intro {
  margin-bottom: 37.5px;
}

.people-intro__title {
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 960px) {
  .people-intro__title {
    font-size: 50px;
    font-size: 2.9411764706rem;
  }
}

.people-intro__sub-title {
  color: #FD6C49;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .people-intro__sub-title {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}

.people-intro__list {
  margin: 0;
  list-style: none;
}

.people-intro__item {
  font-family: "calibre", sans-serif;
  font-weight: 600;
  margin-bottom: 12.5px;
  font-size: 17px;
  font-size: 1rem;
}
@media only screen and (min-width: 960px) {
  .people-intro__item {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}

.people-bio {
  position: relative;
  width: 100%;
  background-color: #FAF6F0;
}
@media only screen and (min-width: 760px) {
  .people-bio {
    display: -ms-flexbox;
    display: flex;
  }
}
.people-bio .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.people-bio__image {
  display: block;
  border-radius: 10px;
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 760px) {
  .people-bio__image {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .people-bio__image {
    margin-bottom: 50px;
  }
}

.people-bio__sidebar {
  padding: 37.5px 25px;
  background-color: #FFE5C1;
}
@media only screen and (min-width: 760px) {
  .people-bio__sidebar {
    padding: 37.5px;
    width: 37%;
  }
}
@media only screen and (min-width: 960px) {
  .people-bio__sidebar {
    padding: 50px;
  }
}
@media only screen and (max-width: 759px) {
  .people-bio__sidebar {
    display: none;
  }
}

.people-bio__tag {
  display: block;
  margin-bottom: 12.5px;
  font-size: 10px;
  font-size: 0.5882352941rem;
}

.people-bio__list {
  list-style-type: none;
  line-height: 1.2;
  margin-bottom: 25px;
}
.people-bio__list:last-child {
  margin-bottom: 0;
}

.people-bio__item {
  position: relative;
  padding-left: calc(25px + 0.25em);
  font-size: 15px;
  font-size: 0.8823529412rem;
}
.people-bio__item:before {
  content: '';
  display: block;
  height: 0.75em;
  width: 0.75em;
  border-radius: 50%;
  background: #FD6C49;
  position: absolute;
  left: 0;
  top: 0.325em;
}
.people-bio__item a {
  font-weight: 400;
  font-family: "tiempos", serif;
}
.people-bio__item a:hover {
  text-decoration: underline;
}
.people-bio__item + .people-bio__item {
  margin-top: 12.5px;
}

@media only screen and (max-width: 759px) {
  .people-bio__image--sidebar {
    display: none;
  }
}

.people-bio__content {
  padding: 25px;
}
@media only screen and (min-width: 760px) {
  .people-bio__content {
    padding: 37.5px;
    width: 63%;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 960px) {
  .people-bio__content {
    padding: 50px;
  }
}
@media only screen and (min-width: 760px) {
  .people-bio__content p {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}

@media only screen and (min-width: 760px) {
  .people-bio__image--content {
    display: none;
  }
}

.people-bio__title {
  margin-bottom: 6.25px;
  color: #FD6C49;
  font-size: 24px;
  font-size: 1.4117647059rem;
}
@media only screen and (min-width: 960px) {
  .people-bio__title {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}

.people-bio__sub-title {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 0.8235294118rem;
}
@media only screen and (min-width: 960px) {
  .people-bio__sub-title {
    margin-bottom: 37.5px;
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
}

.people-bio__bio {
  margin-top: 25px;
  font-size: 14px;
  font-size: 0.8235294118rem;
}
@media only screen and (min-width: 960px) {
  .people-bio__bio {
    margin-top: 37.5px;
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
}

.blog-author__bio {
  padding-bottom: 25px;
}
@media only screen and (min-width: 760px) {
  .blog-author__bio {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 960px) {
  .blog-author__bio {
    padding-bottom: 50px;
  }
}
.blog-author__bio .author-bio__image {
  display: block;
  border-radius: 10px;
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 760px) {
  .blog-author__bio .author-bio__image {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .blog-author__bio .author-bio__image {
    margin-bottom: 50px;
  }
}
.blog-author__bio .blog-author__bio--sidebar .blog-author__bio--sidebar-inner {
  padding: 37.5px 25px;
  background-color: #FFE5C1;
}
@media only screen and (min-width: 760px) {
  .blog-author__bio .blog-author__bio--sidebar .blog-author__bio--sidebar-inner {
    padding: 37.5px;
  }
}
@media only screen and (min-width: 960px) {
  .blog-author__bio .blog-author__bio--sidebar .blog-author__bio--sidebar-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 760px) {
  .blog-author__bio .blog-author__bio--sidebar {
    width: 37%;
  }
}
@media only screen and (max-width: 759px) {
  .blog-author__bio .blog-author__bio--sidebar {
    display: none;
  }
}
.blog-author__bio .blog-author__bio--sidebar *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .blog-author__bio .blog-author__bio--content {
    padding-left: 37.5px;
    width: 63%;
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 960px) {
  .blog-author__bio .blog-author__bio--content {
    padding-left: 50px;
  }
}
.blog-author__bio .blog-author__bio--content .people-bio__bio {
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 760px) {
  .blog-author__bio .blog-author__bio--content .people-bio__bio {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .blog-author__bio .blog-author__bio--content .people-bio__bio {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 760px) {
  .blog-author__bio .blog-author__bio--content p {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}
.blog-author__bio .blog-author__bio--content *:last-child {
  margin-bottom: 0;
}

.quote {
  padding: 50px 0;
  background-color: #83BE8A;
}
@media only screen and (min-width: 760px) {
  .quote {
    padding: 100px 0;
  }
}

.quote__container {
  text-align: center;
  max-width: 850px;
}

.quote__image {
  display: block;
  max-width: 80px;
  margin: 0 auto 12.5px;
  border-radius: 100%;
}

.quote__blockquote {
  position: relative;
  font-family: "tiempos", serif;
  font-size: 26px;
  font-size: 1.5294117647rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 12.5px;
  float: none;
  width: auto;
  font-style: italic;
  color: #FFF0DB;
}
@media only screen and (min-width: 960px) {
  .quote__blockquote {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}

.quote__author {
  color: #FFF0DB;
  font-style: normal;
  font-family: "pitch", sans-serif;
  font-size: 10px;
  font-size: 0.5882352941rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.reading-list {
  max-width: 250px;
  padding: 25px;
  margin: 37.5px 0;
  border-radius: 15px;
  background-color: #F77F72;
  position: relative;
}
@media only screen and (min-width: 760px) {
  .reading-list {
    float: right;
    margin-left: 37.5px;
    max-width: 326px;
  }
}
@media only screen and (min-width: 960px) {
  .reading-list {
    margin-right: -72px;
  }
}
@media only screen and (min-width: 1200px) {
  .reading-list {
    margin-right: -187px;
    margin-left: 50px;
    font-size: 43px;
    font-size: 2.5294117647rem;
  }
}
.reading-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-4deg);
  z-index: -1;
  background-color: #FAD4D0;
  border-radius: 15px;
}

.reading-list__title {
  font-family: "pitch", sans-serif;
  font-size: 9px;
  font-size: 0.5294117647rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.reading-list__link {
  font-family: "tiempos", serif;
  font-weight: 400;
  text-decoration: underline;
  display: block;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
.reading-list__link:last-child {
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 960px) {
  .reading-list__link {
    font-size: 17px;
    font-size: 1rem;
  }
}
.reading-list__link:hover, .reading-list__link:focus {
  color: #FFF0DB;
}

.result {
  padding: 50px 0;
}
@media only screen and (min-width: 960px) {
  .result {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 760px) {
  .result--last {
    padding-bottom: 200px;
  }
}

.result__container {
  position: relative;
  max-width: 1177px;
  z-index: 5;
}
@media only screen and (min-width: 760px) {
  .result__container {
    zoom: 1;
  }
  .result__container:before, .result__container:after {
    content: "";
    display: table;
  }
  .result__container:after {
    clear: both;
  }
}

.result__study-id {
  display: block;
  margin-bottom: 12.5px;
  font-size: 9px;
  font-size: 0.5294117647rem;
}
@media only screen and (min-width: 760px) {
  .result__study-id {
    text-align: center;
  }
}

.result__title {
  font-size: 30px;
  font-size: 1.7647058824rem;
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 760px) {
  .result__title {
    text-align: center;
    font-size: 40px;
    font-size: 2.3529411765rem;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .result__title {
    font-size: 50px;
    font-size: 2.9411764706rem;
    margin-bottom: 100px;
  }
}

.result__stats {
  font-family: "calibre", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
  opacity: 0;
  transition: opacity ease .3s;
  visibility: visible !important;
}
.clearpoint-graph .result__stat {
  text-align: left;
}
.startchart-graph .result__stat {
  text-align: left;
}
.startchart-testimonial-results .result__testimonial-quote {
    text-align: left;
    font-family: 'Tiempos Headline';
    color: #000000;
    line-height: 26px;
}
.curve_cta_07 {
  margin-top: -160px;
}
.clearpoint-logo {
  height: 220px;
}
.shippingsolutions-logo {
  height: 220px;
}
.clearpoint-testimonial-results div {
  padding-right: 100px;
  padding-top: 30px;
}
.clearpoint-testimonial-results {
  text-align:left !important;
  padding: 50px 0px 0px 50px;
  border-top: 1px solid #b1b1b1;
}
.quote-icon {
  padding: 0px 0px 6px 0px;
}
.clearpoint-testimonial-results .result__testimonial-author {
  text-align: left;
  justify-content: left;
}
.startchart-testimonial-results div {
  padding-right: 100px;
  padding-top: 30px;
}
.startchart-testimonial-results {
  text-align:left !important;
  padding: 50px 0px 0px 50px;
  border-top: 1px solid #b1b1b1;
}
.quote-icon {
  padding: 0px 0px 6px 0px;
}
.startchart-testimonial-results .result__testimonial-author {
  text-align: left;
  justify-content: left;
}
@media only screen and (min-width: 760px) {
  .result__stats {
    position: relative;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .result__stats {
    padding-top: 50px;
    margin-bottom: 75px;
  }
}
.result__stats--heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 760px) {
  .result__stats--heading {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
  }
  .result__stats--heading svg#logo {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 50px;
  }
  .result__stats--heading .result__stats--title {
    -ms-flex-order: 2;
        order: 2;
    padding-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .result__stats--heading {
    left: 200px;
  }
}
.result__stats.animated {
  opacity: 1;
}
@supports ((-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)) or (clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%))) {
  .result__stats.animated svg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.result__timeline {
  margin-bottom: 37.5px;
}
.result__timeline svg {
  display: block;
  width: 100%;
}
.isNotIE11 .result__timeline svg {
  height: auto;
}
@supports ((-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%)) or (clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%))) {
  .result__timeline svg {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all cubic-bezier(0.42, 1.08, 0.65, 0.91) 2s;
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .result__timeline {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .result__stat-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.result__tag {
  display: block;
  font-size: 9px;
  font-size: 0.5294117647rem;
  margin-bottom: 20px;
  padding-top: 12.5px;
}
@media only screen and (min-width: 960px) {
  .result__tag {
    padding-top: 0;
  }
}

.result__list {
  list-style: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .result__list {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 960px) {
  .result__list {
    display: block;
  }
}

.result__item {
  margin-bottom: 12.5px;
}
.result__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 760px) {
  .result__item {
    margin-bottom: 25px;
    margin-right: 25px;
  }
}

.result__stat {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-size: 1.7647058824rem;
  color: #FD6C49;
}
@media only screen and (min-width: 760px) {
  .result__stat {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}

@media only screen and (min-width: 760px) {
  .result__info {
    float: left;
    width: 50%;
    padding-right: 37.5px;
  }
}
@media only screen and (min-width: 960px) {
  .result__info {
    padding-right: 100px;
  }
}

.result__testimonial {
  position: relative;
}
@media only screen and (min-width: 760px) {
  .result__testimonial {
    float: left;
    width: 50%;
    text-align: center;
  }
  .result__testimonial:after {
    content: '';
    display: block;
    width: 270px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #FFF0DB;
    border-radius: 100%;
  }
}

.result__testimonial-quote {
  margin: 0 auto;
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: 600;
  color: #FD6C49;
}
@media only screen and (min-width: 760px) {
  .result__testimonial-quote {
    max-width: 500px;
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}

.result__testimonial-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 37.5px;
  font-family: "pitch", sans-serif;
  font-size: 11px;
  font-size: 0.6470588235rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 760px) {
  .result__testimonial-author {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.result__testimonial-author-image {
  margin-right: 12.5px;
  border-radius: 100%;
  max-width: 50px;
}

.result__testimonial-author-logo {
  margin-left: 12.5px;
  max-width: 50px;
}

.sign-up {
  border-radius: 10px;
  background-color: #FFE5C1;
  padding: 37.5px 25px;
  position: relative;
}
.sign-up:before {
  content: '';
  position: absolute;
  top: 12.5px;
  left: 0;
  width: calc(100% + 12.5px);
  height: 100%;
  transform: rotate(2deg);
  z-index: -1;
  background-color: #FFF0DB;
  border-radius: 15px;
}
@media only screen and (min-width: 960px) {
  .sign-up:before {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.sign-up--mobile {
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .sign-up--mobile {
    display: none;
  }
}

.sign-up--desktop {
  display: none;
}
@media only screen and (min-width: 960px) {
  .sign-up--desktop {
    display: block;
  }
}

.sign-up__tag {
  display: block;
  margin-bottom: 25px;
  font-size: 9px;
  font-size: 0.5294117647rem;
}

.sign-up__button {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .sign-up--inline .sign-up__tag {
    margin-bottom: 6.25px;
  }
  .sign-up--inline .sign-up__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .sign-up--inline .sign-up__button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .sign-up--inline .sign-up__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 345px;
    margin: 0 25px 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .sign-up--inline .sign-up__label {
    margin: 0 37.5px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .sign-up--inline .sign-up__input {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0 25px 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .sign-up--inline .sign-up__input {
    margin: 0 37.5px 0 0;
  }
}

.hs-form.nectafy-signup-form .hs-form-field {
  position: relative;
  margin-top: 1em;
}
.hs-form.nectafy-signup-form .hs-form-field > label {
  position: absolute;
  top: 18px;
  left: 25px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 1;
  transform: scale(1);
  transform-origin: left top 0px;
  margin: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 959px) {
  .hs-form.nectafy-signup-form .hs-form-field > label {
    top: 13px;
  }
}
.hs-form.nectafy-signup-form .hs-form-field.focus-yes > label {
  transform: scale(0.8);
  left: 0;
  top: -21px;
  color: #FD6C49;
}
.hs-form.nectafy-signup-form .hs-form-field.focus-yes input {
  box-shadow: inset 0 1.5px 0 0 #FD6C49, inset -1.5px 0 0 #FD6C49, inset 0 -1.5px 0 #FD6C49, inset 1.5px 0 0 #FD6C49;
}
.hs-form.nectafy-signup-form .hs-form-field.value-full > label {
  transform: scale(0.8);
  left: 0;
  top: -21px;
}

/*label {
    display: block;
    margin-bottom: $base-spacing;
    line-height: 1;
    @include font-size(28px);
    font-family: $sans;
}

input {
    width: 100%;
    margin-bottom: $base-spacing;
    padding: $half-spacing $base-spacing;
    line-height: $base-line-height;
    @include font-size(16px);
    border: none;
    border-radius: $double-spacing;
    -webkit-appearance: none;

    @include hover {
        outline: none;
    }

    @include media-query(min, $desk-start) {
        line-height: 2.2;
    }
}*/
.timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 760px) {
  .timeline {
    position: static;
    margin-bottom: -50px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 960px) {
  .timeline {
    margin-bottom: -100px;
    margin-top: -100px;
  }
}
.timeline svg {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.isNotIE11 .timeline svg {
  height: auto;
}

[class*="timeline-tab"] {
  display: none;
}
[class*="timeline-tab"].active {
  display: block;
}

@media only screen and (min-width: 960px) {
  .tooltip .tooltip-button:hover {
    cursor: pointer;
  }
  .tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
  }
}

.tooltip-button {
  transition: all ease 0.3s;
}

.tooltip-content {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .tags {
    margin-bottom: 25px;
  }
}

.tags__item {
  margin-right: 12.5px;
  margin-bottom: 12.5px;
  border-radius: 3px;
}
@media only screen and (min-width: 960px) {
  .tags__item {
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
.tags__item:nth-child(3n + 1) {
  background-color: #FF9964;
}
.tags__item:nth-child(3n + 2) {
  background-color: #83BE8A;
}
.tags__item:nth-child(3n + 3) {
  background-color: #858DE8;
}

.tags__link {
  display: block;
  padding: 2px 12.5px;
  color: #ffffff;
  font-family: "pitch", sans-serif;
  font-size: 10px;
  font-size: 0.5882352941rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .tags__link {
    font-family: "pitch", sans-serif;
    font-size: 14px;
    font-size: 0.8235294118rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 12.5px;
  }
}
.tags__link:hover, .tags__link:focus {
  text-decoration: none;
  color: #ffffff;
}

.tab-content {
  display: none;
  opacity: 0;
}
.tab-content.active {
  display: block;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: .4s;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.testimonial {
  padding: 12.5px 0 50px;
  background-color: #83BE8A;
}
@media only screen and (min-width: 760px) {
  .testimonial {
    padding: 12.5px 0 100px;
  }
}
@media only screen and (min-width: 960px) {
  .testimonial {
    padding: 12.5px 0 100px;
  }
}

.testimonial__content {
  width: 100%;
  text-align: center;
  margin: 0 auto 37.5px;
}
@media only screen and (min-width: 760px) {
  .testimonial__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 960px) {
  .testimonial__content {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.testimonial__tag {
  display: block;
  color: #FFF0DB;
  font-size: 8px;
  font-size: 0.4705882353rem;
}
@media only screen and (min-width: 760px) {
  .testimonial__tag {
    padding-top: 37.5px;
  }
}
@media only screen and (min-width: 960px) {
  .testimonial__tag {
    margin-bottom: 25px;
    font-size: 9px;
    font-size: 0.5294117647rem;
  }
}

.testimonial__title {
  margin-bottom: 50px;
  color: #FFF0DB;
  font-size: 34px;
  font-size: 2rem;
}
@media only screen and (min-width: 960px) {
  .testimonial__title {
    margin-bottom: 0;
    font-size: 47px;
    font-size: 2.7647058824rem;
  }
}

.testimonial__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .testimonial__list > div[class$="-col"] {
    width: 50%;
  }
  .testimonial__list .left-col {
    padding-right: 40px;
  }
  .testimonial__list .right-col {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 959px) {
  .testimonial__list > div[class$="-col"] {
    width: 100%;
  }
  .testimonial__list .right-col {
    margin-top: 62.5px;
  }
}

.testimonial__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.testimonial__item .testimonial__quote {
  position: relative;
  z-index: 1;
  -ms-flex-order: 2;
      order: 2;
  background: #FAF6F0;
  padding: 37.5px 25px;
}
.testimonial__item .testimonial__quote_call {
  position: relative;
  z-index: 1;
  -ms-flex-order: 2;
      order: 2;
  background: #FAF6F0;
  padding: 37.5px 25px;
}
.testimonial__item .testimonial__quote:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FAF6F0;
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translate(10px, 18px);
}
.testimonial__item .testimonial__quote_call:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FAF6F0;
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translate(10px, 18px);
}
@media only screen and (max-width: 759px) {
  .testimonial__item .testimonial__quote {
    border-radius: 0 0 15px 15px;
    width: 100%;
  }
    .testimonial__item .testimonial__quote_call {
    border-radius: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .testimonial__item .testimonial__quote {
    border-radius: 0 15px 15px 0;
    width: calc(100% - 175px);
  }
    .testimonial__item .testimonial__quote_call {
    border-radius: 15px;
    width: 100%;
  }
}
.testimonial__item .testimonial__quote h3 {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-family: "tiempos", serif;
  margin: 0 0 25px;
}
.testimonial__item .testimonial__quote_call h3 {
  font-size: 18px;
  font-size: 1.3588235294rem;
  font-family: "tiempos", serif;
  margin: 0 0 25px;
}
.testimonial__item .testimonial__quote p {
  font-size: 16px;
  font-size: 0.9411764706rem;
}
.testimonial__item .testimonial__quote_call p {
  font-size: 16px;
  font-size: 0.9411764706rem;
}
.intro-faq {
    position: relative;
    z-index: 3;
    text-align: center;
    bottom: 20px;
}
.partner-options h2 {
  line-height: 34px;
  font-size: 1.5176470588rem;
}
.outline-quote {
  font-size: 1.6176470588rem;
  line-height: 2.2rem;
  text-align: center;
}
.why-call-title .hero__title .highlight {
  color: #fd6c49;
  /*font-size: 2.9411764706rem;*/
  line-height: 1;
  margin-bottom: 15px;
}
.results .hero__title {
  /*font-size: 2.9411764706rem;*/
  line-height: 1;
  margin-bottom: 15px;
}
.why-call-title .hero__desc {
  font-size: 1rem;
}
.pricing-title .hero__title {
  color: #EC7554;
  font-size: 2.9411764706rem;
  line-height: 1;
  margin-bottom: 0;
}
.pricing-title .hero__title_2 {
  color: #2F3036;
  font-size: 2.9411764706rem;
  line-height: 1;
  margin-bottom: 15px;
}
.pricing-title .hero__desc {
  font-size: 1rem;
  max-width: 500px;
  margin:auto;
}
.testimonial__item .testimonial__quote *:last-child {
  margin-bottom: 0;
}
.why-testimonial .illo_documents_alt {
  width: 240px;
    /* right: 0px; */
    right: 20%;
    transform: translateY(150%) translateX(60%);
    position: absolute;
    z-index: 3;
}
.why-testimonial {
  padding: 50px 0 200px;
}
.testimonial__item .testimonial__quote_call *:last-child {
  margin-bottom: 0;
}
.testimonial__quote_call {
  padding: 35px !important;
}
.testimonial__item .testimonial__person {
  position: relative;
  z-index: 1;
  -ms-flex-order: 1;
      order: 1;
  background: #FFF0DB;
  /*padding: 37.5px 25px;*/
  text-align: center;
}
.testimonial__item .testimonial__person img {
  display: inline-block;
  width: 82px;
  border-radius: 50%;
  margin: 0 0 1rem;
}
.testimonial__item .testimonial__person--auth {
  font-family: "calibre", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.testimonial__item .testimonial__person--position {
  font-size: 12px;
  font-size: 0.7058823529rem;
  font-style: italic;
  margin: 0;
}
@media only screen and (max-width: 759px) {
  .testimonial__item .testimonial__person {
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  .testimonial__item .testimonial__person {
    border-radius: 15px 0 0 15px;
    width: 175px;
  }
}
.testimonial__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6DA574;
  border-radius: 15px;
  z-index: 0;
}
.testimonial__item + .testimonial__item {
  margin-top: 62.5px;
}

.testimonial__button {
  margin-top: 62.5px;
  text-align: right;
}
.testimonial__button .button span {
  color: #2E3036;
}

.testimonial__list .left-col .testimonial__item:nth-child(4n+1):after {
  transform: rotate(2deg);
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+1) .testimonial__quote:after {
  right: 25%;
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+1) .testimonial__quote_call:after {
  right: 25%;
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+2):after {
  transform: rotate(-1.5deg);
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+2) .testimonial__quote:after {
  right: 67%;
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+2) .testimonial__quote_call:after {
  right: 67%;
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+3):after {
  transform: rotate(1.83deg);
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+3) .testimonial__quote:after {
  right: 84%;
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+3) .testimonial__quote_call:after {
  right: 84%;
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+4):after {
  transform: rotate(-2.1deg);
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+4) .testimonial__quote:after {
  right: 42%;
}
.testimonial__list .left-col .testimonial__item:nth-child(4n+4) .testimonial__quote_call:after {
  right: 42%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+1):after {
  transform: rotate(-1.33deg);
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+1) .testimonial__quote:after {
  right: 73%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+1) .testimonial__quote_call:after {
  right: 73%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+2):after {
  transform: rotate(2.1deg);
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+2) .testimonial__quote:after {
  right: 18%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+2) .testimonial__quote_call:after {
  right: 18%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+3):after {
  transform: rotate(-1.8deg);
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+3) .testimonial__quote:after {
  right: 35%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+3) .testimonial__quote_call:after {
  right: 35%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+4):after {
  transform: rotate(1.2deg);
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+4) .testimonial__quote:after {
  right: 59%;
}
.testimonial__list .right-col .testimonial__item:nth-child(4n+4) .testimonial__quote_call:after {
  right: 59%;
}
.video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 25px;
}
@media only screen and (min-width: 760px) {
  .video {
    padding-top: 37.5px;
  }
}

.video__image {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
}
.video__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 6.25px;
  width: 100%;
  height: 100%;
  transform: rotate(4deg);
  z-index: -1;
  background-color: #FF9964;
}

.video__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 25px;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.8823529412rem;
}

.video__title {
  margin-bottom: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 760px) {
  .video__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}
.video__title .svg-icon {
  display: block;
  color: #FD6C49;
  margin-bottom: 6.25px;
}
@media only screen and (min-width: 760px) {
  .video__title .svg-icon {
    width: 0.7em;
    height: 0.7em;
    margin-bottom: 0;
    margin-right: 6.25px;
  }
}

.video__time {
  color: #FF9964;
}

.wistia_placebo_close_button {
  transform: translate(-50%, -50%);
  opacity: 1 !important;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #FFF;
  background-color: #FD6C49;
  cursor: pointer;
  border-radius: 100%;
  font-style: normal;
  font-size: 24px;
  font-family: Arial, Baskerville, monospace;
}
.wistia_placebo_close_button:before {
  content: '\00d7';
}
.wistia_placebo_close_button img {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.widget__title {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.4117647059rem;
  line-height: 1.2;
}
@media only screen and (min-width: 960px) {
  .widget__title {
    max-width: 650px;
    margin: 0 auto 50px;
    font-size: 36px;
    font-size: 2.1176470588rem;
    text-align: center;
    font-weight: 900;
  }
}

.widget__sub-title {
  margin-bottom: 37.5px;
  color: #FD6C49;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.4117647059rem;
  line-height: 1.2;
}
@media only screen and (min-width: 960px) {
  .widget__sub-title {
    margin-bottom: 100px;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
}

.meetings-iframe-container {
  margin: 0 -25px 0px;
}

.hs-form input,
.hs-form select,
.hs-form textarea {
  font-family: inherit;
}
.hs-form .hs-form-field {
  margin-bottom: 25px !important;
}
.hs-form .hs-form-field > label {
  display: inline-block;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 0.9411764706rem;
  margin: 0 0 0.4em;
}
.hs-form .hs-form-required {
  color: #FD6C49;
}
.hs-form ul, .hs-form ol {
  list-style-type: none;
  padding: 0;
}
.hs-form fieldset[class*=form-columns] {
  max-width: none !important;
  border: 0;
  margin: 0;
  padding: 0;
}
.hs-form fieldset[class*=form-columns] .input {
  margin-right: 0 !important;
}
.hs-form fieldset[class*=form-columns] .hs-form-field {
  display: block;
  width: 100%;
  margin: 0;
  float: none;
}
@media only screen and (min-width: 960px) {
  .hs-form fieldset[class*=form-columns] .hs-form-field {
    float: left;
    margin-left: 4%;
  }
  .hs-form fieldset[class*=form-columns] .hs-form-field:first-child {
    margin-left: 0;
  }
}
.hs-form fieldset[class*=form-columns].form-columns-1 .hs-form-field {
  width: 100%;
}
.hs-form fieldset[class*=form-columns].form-columns-2 .hs-form-field {
  width: 48%;
}
.hs-form fieldset[class*=form-columns].form-columns-3 .hs-form-field {
  width: 30.6666666667%;
}
.hs-form input[type="text"], .hs-form input[type="password"], .hs-form input[type="email"], .hs-form input[type="url"], .hs-form input[type="search"], .hs-form input[type="tel"], .hs-form textarea, .hs-form select {
  width: 100% !important;
  padding: 12.5px 25px;
  line-height: 1.6;
  font-size: 16px;
  font-size: 0.9411764706rem;
  border: none;
  border-radius: 50px;
  -webkit-appearance: none;
}
.hs-form input[type="text"]:hover, .hs-form input[type="text"]:focus, .hs-form input[type="password"]:hover, .hs-form input[type="password"]:focus, .hs-form input[type="email"]:hover, .hs-form input[type="email"]:focus, .hs-form input[type="url"]:hover, .hs-form input[type="url"]:focus, .hs-form input[type="search"]:hover, .hs-form input[type="search"]:focus, .hs-form input[type="tel"]:hover, .hs-form input[type="tel"]:focus, .hs-form textarea:hover, .hs-form textarea:focus, .hs-form select:hover, .hs-form select:focus {
  outline: none;
}
@media only screen and (min-width: 960px) {
  .hs-form input[type="text"], .hs-form input[type="password"], .hs-form input[type="email"], .hs-form input[type="url"], .hs-form input[type="search"], .hs-form input[type="tel"], .hs-form textarea, .hs-form select {
    line-height: 2.2;
  }
}
.hs-form input[type="checkbox"], .hs-form input[type="radio"] {
  margin-right: 0.5em;
  vertical-align: middle;
  height: auto;
  width: auto;
}
.hs-form textarea {
  padding: 0.8em;
  min-height: 6em;
  resize: none;
}
.hs-form ul.inputs-list {
  font-size: 0.75em;
}
.hs-form ul.inputs-list.hs-error-msgs {
  font-size: 12px;
  font-size: 0.7058823529rem;
  margin: 4px 0 0;
  color: #FD6C49;
}
.hs-form ul.inputs-list.hs-error-msgs li {
  background: none;
  padding: 0;
}
.hs-form ul.inputs-list.hs-error-msgs label {
  font-size: inherit;
  margin: 0;
  color: inherit;
}
.hs-form ::-moz-placeholder {
  color: #2E3036;
  opacity: 0.8;
}
.hs-form :-ms-input-placeholder {
  color: #2E3036;
  opacity: 0.8;
}
.hs-form ::placeholder {
  color: #2E3036;
  opacity: 0.8;
}
.hs-form .actions {
  display: inline-block;
  position: relative;
}
.hs-form .actions:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BEDEC1;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transform: rotate(5deg);
  z-index: 0;
}
.hs-form input[type='submit'],
.hs-form a.hs-button {
  display: inline-block;
  cursor: pointer;
  width: auto;
  border: none;
  position: relative;
  padding: 13.5px 37.5px 17.5px;
  vertical-align: middle;
  background-color: #83BE8A;
  color: #ffffff;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1.2;
  font-family: "calibre", sans-serif;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .hs-form input[type='submit'],
  .hs-form a.hs-button {
    line-height: 2.2;
  }
}
.hs-form input[type='submit']:hover, .hs-form input[type='submit']:focus,
.hs-form a.hs-button:hover,
.hs-form a.hs-button:focus {
  color: #e6e6e6;
  background-color: #62ac6a;
  text-decoration: none;
  outline: none;
}

.password-prompt input[type="password"] {
  height: auto !important;
  padding: 12.5px 25px;
  line-height: 1.6;
  font-size: 16px;
  font-size: 0.9411764706rem;
  border: none;
  border-radius: 50px;
  -webkit-appearance: none;
}
.password-prompt input[type="password"]:hover, .password-prompt input[type="password"]:focus {
  outline: none;
}
@media only screen and (min-width: 960px) {
  .password-prompt input[type="password"] {
    line-height: 2.2;
  }
}
@media only screen and (max-width: 759px) {
  .password-prompt input[type="password"] {
    width: 100% !important;
  }
}
.password-prompt input[type='submit'] {
  display: inline-block;
  cursor: pointer;
  width: auto;
  border: none;
  position: relative;
  padding: 17.5px 37.5px 13.5px;
  vertical-align: middle;
  background-color: #83BE8A;
  color: #ffffff;
  font-size: 16px;
  font-size: 0.9411764706rem;
  line-height: 1.2;
  font-family: "calibre", sans-serif;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .password-prompt input[type='submit'] {
    line-height: 2.2;
  }
}
@media only screen and (max-width: 759px) {
  .password-prompt input[type='submit'] {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 760px) {
  .password-prompt input[type='submit'] {
    margin-left: 0.8rem;
  }
}
.password-prompt input[type='submit']:hover, .password-prompt input[type='submit']:focus {
  color: #e6e6e6;
  background-color: #62ac6a;
  text-decoration: none;
  outline: none;
}

.img-fw {
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .img-fw {
    width: 120%;
    max-width: none;
    margin-left: -10%;
    margin-bottom: 87.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .img-fw {
    width: 1125px;
    margin-left: -24%;
  }
}
.img-fw img {
  width: 100%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.podcasts .podcasts__title {
  display: block;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
  font-size: 0.5882352941rem;
}
@media only screen and (min-width: 960px) {
  .podcasts .podcasts__title {
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}
.podcasts .podcast-series__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  -ms-flex-align: center;
      align-items: center;
  padding: 25px 0;
}
@media only screen and (min-width: 960px) {
  .podcasts .podcast-series__wrapper {
    padding: 37.5px 0;
  }
}
.podcasts .podcast-series__image {
  width: 100%;
}
.podcasts .podcast-series__image img {
  border-radius: 10px;
}
@media only screen and (min-width: 760px) {
  .podcasts .podcast-series__image {
    max-width: 50%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .podcasts .podcast-series__image {
    padding-right: 37.5px;
  }
}
.podcasts .podcast-series__content {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .podcasts .podcast-series__content {
    max-width: 50%;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .podcasts .podcast-series__content {
    padding-left: 37.5px;
  }
}
@media only screen and (max-width: 759px) {
  .podcasts .podcast-series__content {
    padding-top: 25px;
  }
}
.podcasts .podcast-series__title {
  font-size: 44px;
  font-size: 2.5882352941rem;
}
@media only screen and (min-width: 960px) {
  .podcasts .podcast-series__title {
    font-size: 54px;
    font-size: 3.1764705882rem;
  }
}
@media only screen and (min-width: 1400px) {
  .podcasts .podcast-series__title {
    font-size: 70px;
    font-size: 4.1176470588rem;
  }
}
.podcasts .podcast-latest__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}
.podcasts .podcast-latest__item {
  padding: 25px 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 760px) {
  .podcasts .podcast-latest__item {
    max-width: 50%;
  }
  .podcasts .podcast-latest__item:nth-child(odd) {
    padding-right: 25px;
  }
  .podcasts .podcast-latest__item:nth-child(even) {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .podcasts .podcast-latest__item:nth-child(odd) {
    padding-right: 37.5px;
  }
  .podcasts .podcast-latest__item:nth-child(even) {
    padding-left: 37.5px;
  }
}
@media only screen and (max-width: 759px) {
  .podcasts .podcast-latest__item {
    padding-top: 25px;
  }
  .results-clients {
    padding: 0 !important;
    text-align: center;
  }
  .top-icon-wrap div {
    width: 100%;
  }
}
.podcasts .podcast-latest__image--figure {
  display: block;
  position: relative;
  border-radius: 10px;
  background-color: #FFE5C1;
  padding: 12.5px;
}
.podcasts .podcast-latest__image--figure img {
  border-radius: 10px;
}
.podcasts .podcast-latest__content {
  padding-top: 25px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.podcasts .podcast-latest__title {
  font-family: "tiempos", serif;
  font-size: 20px;
  font-size: 1.1764705882rem;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (min-width: 760px) {
  .podcasts .podcast-latest__title {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}
@media only screen and (min-width: 960px) {
  .podcasts .podcast-latest__title {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
}
.podcasts .podcast-latest__title a {
  color: inherit;
  font-family: inherit;
  font-weight: 400;
}
.podcasts .podcast-latest__title a:hover {
  color: #FD6C49;
}
.podcasts .podcast-latest__meta {
  margin: 0;
}
.podcasts .podcast-latest__all {
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .podcasts .podcast-latest__all {
    text-align: right;
  }
}

.illo_hero_home {
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 120%;
  max-width: 2000px;
}
.isNotIE11 .illo_hero_home {
  height: auto;
}

.illo_hero_growth {
  display: none;
}
.isNotIE11 .illo_hero_growth {
  height: auto;
}
@media only screen and (min-width: 760px) {
  .illo_hero_growth {
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 1300px;
    max-width: unset;
  }
}
@media only screen and (min-width: 960px) {
  .illo_hero_growth {
    width: 1700px;
  }
}
@media only screen and (min-width: 1400px) {
  .illo_hero_growth {
    width: 1844px;
  }
}

.isNotIE11 .illo_hero_results {
  height: auto;
}
@media only screen and (min-width: 680px) {
  .illo_hero_results {
    width: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .illo_hero_results {
    width: 700px;
  }
}

.isNotIE11 .illo_hero_tips {
  height: auto;
}
@media only screen and (min-width: 680px) {
  .illo_hero_tips {
    width: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .illo_hero_tips {
    width: 800px;
  }
}

.isNotIE11 .illo_hero_people {
  height: auto;
}
@media only screen and (min-width: 680px) {
  .illo_hero_people {
    width: 400px;
  }
}
@media only screen and (min-width: 960px) {
  .illo_hero_people {
    width: 550px;
  }
}

svg {
  overflow: visible;
}

svg.illo_bike {
  width: 400px;
}
.isNotIE11 svg.illo_bike {
  height: auto;
}
@media only screen and (min-width: 760px) {
  svg.illo_bike {
    width: 600px;
  }
}
@media only screen and (min-width: 960px) {
  svg.illo_bike {
    width: 800px;
  }
}
@media only screen and (min-width: 1400px) {
  svg.illo_bike {
    transform: translateY(-35%);
  }
}

svg.illo_growth {
  width: 300px;
}
.isNotIE11 svg.illo_growth {
  height: auto;
}
@media only screen and (min-width: 760px) {
  svg.illo_growth {
    width: 400px;
  }
}
@media only screen and (min-width: 960px) {
  svg.illo_growth {
    width: 550px;
  }
}

svg.illo_growth_page {
  width: 100%;
}
.isNotIE11 svg.illo_growth_page {
  height: auto;
}
@media only screen and (min-width: 760px) {
  svg.illo_growth_page {
    width: 400px;
  }
}
@media only screen and (min-width: 760px) {
  svg.illo_growth_page {
    width: 500px;
  }
}
@media only screen and (min-width: 960px) {
  svg.illo_growth_page {
    width: 570px;
  }
}

svg.illo_team {
  width: 400px;
}
.isNotIE11 svg.illo_team {
  height: auto;
}
@media only screen and (min-width: 760px) {
  svg.illo_team {
    width: 500px;
  }
}
@media only screen and (min-width: 960px) {
  svg.illo_team {
    width: 600px;
  }
}
@media only screen and (min-width: 1400px) {
  svg.illo_team {
    transform: translateY(-40%);
  }
}

img.illo_growth_alt {
  display: none;
}
@media only screen and (min-width: 1400px) {
  img.illo_growth_alt {
    display: block;
    width: 418px;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(950px);
  }
}
@media only screen and (min-width: 2000px) {
  img.illo_growth_alt {
    transform: unset;
    right: 50px;
  }
}

img.illo_team_02 {
  display: block;
  max-width: 400px;
  margin: 50px auto 0;
}
@media only screen and (min-width: 760px) {
  img.illo_team_02 {
    width: 418px;
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(950px);
  }
}
@media only screen and (min-width: 1800px) {
  img.illo_team_02 {
    transform: unset;
    right: 50px;
  }
}

img.illo_ebook {
  width: 250px;
  max-width: 999px;
  left: 0;
  margin: 25px auto 0;
}
@media only screen and (min-width: 760px) {
  img.illo_ebook {
    width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_ebook {
    width: 300px;
  }
}

img.illo_bee_flying {
  display: none;
}
@media only screen and (min-width: 680px) {
  img.illo_bee_flying {
    display: block;
    width: 190px;
    position: relative;
    left: -50px;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_bee_flying {
    width: 240px;
  }
}

img.illo_bee_flying_02 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-10%) translateX(70%);
}
img.illo_bee_flying_05 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-10%) translateX(70%);
  position: absolute;
    z-index: 3;
}
img.illo_bee_flying_06 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-10%) translateX(70%);
  position: absolute;
    z-index: 3;
}
.results-clients {
  z-index: 5;
}
.results-clients svg.illo_growth {
  width: 375px;
}
.results-clients img.illo_plain_08 {
  top: 480px;
}
.info__content .callout {
  color: #fd6c49;
    font-weight: 700;
    font-family: calibre;
    font-size: 1.5rem;
  line-height: 16px;
}
@media only screen and (min-width: 680px) {
  img.illo_bee_flying_02 {
    transform: translateY(-20%) translateX(10%);
  }
    img.illo_bee_flying_05 {
    transform: translateY(-20%) translateX(10%);
      position: absolute;
    z-index: 3;
  }
      img.illo_bee_flying_06 {
       transform: translateY(215%) translateX(10%) rotate(-5deg) scaleX(-1);
        left:10%;
      position: absolute;
    z-index: 3;
  }
}
@media only screen and (min-width: 760px) {
  img.illo_bee_flying_02 {
    transform: translateY(-40%) translateX(-40%);
  }
    img.illo_bee_flying_05 {
    transform: translateY(-40%) translateX(-40%);
      position: absolute;
    z-index: 3;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_bee_flying_02 {
    right: 50%;
    transform: translateY(-80%) translateX(30%);
  }
    img.illo_bee_flying_05 {
    right: 20%;
    transform: translateY(130%) translateX(50%);
    position: absolute;
    z-index: 3;
  }
  .callout-intro .intro-faq {
    line-height: 1.2;
    font-family: "calibre",sans-serif;
    bottom: 45px;
    font-weight: 700;
  }
  .callout-intro .intro-faq strong {
    font-weight: 800;
  }
}

img.illo_bee_flying_03 {
  display: none;
}
@media only screen and (min-width: 760px) {
  img.illo_bee_flying_03 {
    display: block;
    width: 230px;
    position: absolute;
    bottom: -150px;
    left: 0;
  }
}

img.illo_bee_flying_04 {
  display: block;
  width: 210px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: translateY(-70%);
}
.results-p {
  padding: 130px 50px !important;
}
.results-p .info__image {
  width: calc(40% - 25px);
}
.results-p .info__content {
  width: calc(60% - 25px);
}
@media only screen and (min-width: 760px) {
  img.illo_bee_flying_04 {
    width: 240px;
    right: -90%;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_bee_flying_04 {
    right: 0;
  }
}

img.illo_leaf {
  display: none;
}
@media only screen and (min-width: 760px) {
  img.illo_leaf {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    transform: translateY(-110%);
    z-index: -1;
    width: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_leaf {
    right: 50%;
    transform: translateY(-110%) translateX(700px);
    width: 200px;
  }
}

img.illo_leaf_02 {
  display: none;
}
@media only screen and (min-width: 760px) {
  img.illo_leaf_02 {
    display: block;
    width: 170px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: -1;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_leaf_02 {
    width: 170px;
    left: 50%;
    transform: translateY(-100%) translateX(-600px);
  }
}

img.illo_leaf_03 {
  display: none;
}
@media only screen and (min-width: 960px) {
  img.illo_leaf_03 {
    display: block;
    width: 80px;
    position: absolute;
    top: 0;
    transform: translateY(-95%);
    left: 20%;
    z-index: -1;
  }
}

img.illo_leaf_04 {
  display: none;
}
@media only screen and (min-width: 960px) {
  img.illo_leaf_04 {
    display: block;
    width: 120px;
    position: absolute;
    top: 0;
    transform: translateY(-95%);
    right: 20%;
    z-index: -1;
  }
}

img.illo_flower {
  display: none;
}
@media only screen and (min-width: 960px) {
  img.illo_flower {
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    transform: translateY(-95%);
    right: -25px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_flower {
    right: 25px;
  }
}

img.illo_flower_files {
  width: 150px;
  position: absolute;
  top: 0;
  right: 50px;
  transform: translateY(-100%);
  z-index: -1;
}
@media only screen and (min-width: 760px) {
  img.illo_flower_files {
    width: 190px;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_flower_files {
    width: 200px;
    right: 50%;
    transform: translateY(-100%) translateX(700px);
  }
}

img.illo_flower_files_02 {
  width: 100px;
  position: absolute;
  top: 0;
  right: 25px;
  transform: translateY(-80%);
  z-index: -1;
}
img.illo_flower_files_04 {
  width: 100px;
  position: absolute;
  top: 0;
  right: 25px;
  transform: translateY(15%);
  z-index: -1;
}

@media only screen and (min-width: 760px) {
  img.illo_flower_files_02 {
    width: 140px;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_flower_files_02 {
    width: 180px;
    transform: translateY(-90%);
  }
    img.illo_flower_files_04 {
    width: 180px;
    transform: translateY(15%);
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_flower_files_02 {
    width: 200px;
    right: 50%;
    transform: translateY(-90%) translateX(550px);
  }
    img.illo_flower_files_04 {
    width: 200px;
    right: 50%;
    transform: translateY(15%) translateX(550px);
  }
}

img.illo_flower_files_03 {
  display: none;
}
@media only screen and (min-width: 960px) {
  img.illo_flower_files_03 {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 200px;
    transform: translateY(-90%);
    z-index: -1;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_flower_files_03 {
    left: 50%;
    transform: translateY(-90%) translateX(-650px);
  }
}

img.illo_flower_files_04 {
  position: absolute;
  top: 0;
  right: 25px;
  width: 100px;
  transform: translateY(15%);
  z-index: -1;
}

@media only screen and (min-width: 760px) {
  img.illo_flower_files_04 {
    width: 130px;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_flower_files_04 {
    width: 200px;
    right: unset;
    right: 70px;
    position: absolute;
    z-index:3;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_flower_files_04 {
    left: 50%;
    transform: translateY(-90%) translateX(-650px);
    width: 230px;
  }
}


img.illo_plain {
  display: none;
}
@media only screen and (min-width: 960px) {
  img.illo_plain {
    display: block;
    position: absolute;
    top: -100px;
    right: 0;
    width: 250px;
  }
  
}
@media only screen and (min-width: 1400px) {
  img.illo_plain {
    right: calc(50% - 670px);
  }
}

img.illo_plain_02 {
  display: none;
}
@media only screen and (min-width: 960px) {
  img.illo_plain_02 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_plain_02 {
    transform: translateY(-70%);
    right: -15%;
  }
}

img.illo_plain_03 {
  display: none;
}
@media only screen and (min-width: 1400px) {
  img.illo_plain_03 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    transform: translateX(-150%);
  }
}

img.illo_plain_04 {
  display: none;
}
@media only screen and (min-width: 960px) {
  img.illo_plain_04 {
    display: block;
    position: absolute;
    bottom: -100px;
    right: 50px;
    width: 225px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_plain_04 {
    right: calc(50% - 670px);
  }
}

img.illo_plain_05 {
  display: block;
  position: absolute;
  top: -40px;
  right: 50px;
  width: 90px;
  z-index: 1;
}
img.illo_plain_08 {
  display: block;
  position: absolute;
  top: 400px;
  left: calc(52% - 600px);
  width: 90px;
  z-index: 3;
}

@media only screen and (min-width: 1400px) {
  img.illo_plain_05 {
    right: calc(52% - 550px);
  }
}

img.illo_plain_06 {
  display: block;
  position: absolute;
  top: -40px;
  left: 50px;
  width: 122px;
  z-index: 1;
}
img.illo_plain_07 {
  display: block;
  position: absolute;
  top: -40px;
  left: 50px;
  width: 122px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  img.illo_plain_06 {
    left: calc(50% - 600px);
  }
    img.illo_plain_07 {
    left: calc(50% - 600px);
  }
}

img.illo_plain_07 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateY(100%);
  width: 120px;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  img.illo_plain_07 {
    transform: translateY(100%);
    right: 50px;
    width: 150px;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_plain_07 {
    right: 50%;
    transform: translateY(110%) translateX(450px);
  }
  img.illo_flower_files_05 {
    position: absolute;
    top: 0;
    right: 5%;
    width: 180px;
    transform: translateY(20%) translateX(60%);
    z-index: 3;
}
}

img.illo_bee_flower {
  display: none;
}
@media only screen and (min-width: 760px) {
  img.illo_bee_flower {
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    transform: translateY(-40%);
    z-index: -1;
    width: 100px;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_bee_flower {
    transform: translateY(-60%);
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_bee_flower {
    right: 0;
  }
}

img.illo_bee_flower_02 {
  display: none;
}
@media only screen and (min-width: 760px) {
  img.illo_bee_flower_02 {
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    transform: translateY(-100%);
    z-index: -1;
  }
}
@media only screen and (min-width: 960px) {
  img.illo_bee_flower_02 {
    left: 50px;
    right: unset;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_bee_flower_02 {
    left: 50%;
    transform: translateY(-100%) translateX(-650px);
  }
}

img.illo_bee_flower_03 {
  display: none;
}
img.illo_flower_peddles {
  display: none;
}
img.illo_flower_purple {
  display: none;
}
@media only screen and (min-width: 760px) {
  img.illo_bee_flower_03 {
    display: block;
    /*position: absolute;*/
    top: 0;
    right: 50px;
    transform: translateY(-80%);
  }
    img.illo_flower_peddles {
    display: block;
    position: absolute;
    left: 50px;
     z-index: 1;
    transform: translateY(-25%) translateX(30%);
  }
      img.illo_flower_purple {
    display: block;
    position: absolute;
    left: 50px;
     z-index: 1;
        bottom:-50px;
  }
}
@media only screen and (min-width: 1400px) {
  img.illo_bee_flower_03 {
    right: 50%;
    width: 260px;
    transform: translateY(-80%) translateX(650px);
  }
}

@media only screen and (min-width: 960px) {
  .anim-bg, .float {
    animation: float 12s ease-in-out infinite;
  }

  .anim-mid {
    animation: float 12s ease-in-out infinite;
    animation-delay: 6s;
  }

  .anim-fg {
    animation: float-horizontal 12s infinite linear;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float-horizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
body.home .testimonial {
  padding: 37.5px 0 75px;
  background-color: #83BE8A;
}
@media only screen and (min-width: 760px) {
  body.home .testimonial {
    padding: 37.5px 0 150px;
  }
}
@media only screen and (min-width: 960px) {
  body.home .testimonial {
    padding: 37.5px 0 150px;
  }
}
body.home .testimonial + .cta-curve-top {
  margin-top: -40px;
}
@media only screen and (min-width: 760px) {
  body.home .testimonial + .cta-curve-top {
    margin-top: -100px;
  }
}

body.results .result--shippingsolutions + .case-studies-curve,
body.results .result--clearpoint + .case-studies-curve,
body.results .result--nectafy + .case-studies-curve,
body.results .result--startchart + .case-studies-curve {
  transform: scale(1, -1);
  top: 0;
  height: 20px;
  bottom: -1px;
}
.clearpoint-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.startchart-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 760px) {
  body.results .result--shippingsolutions + .case-studies-curve,
  body.results .result--clearpoint + .case-studies-curve,
  body.results .result--nectafy + .case-studies-curve, 
  body.results .result--startchart + .case-studies-curve {
    height: 50px;
  }
}
body.results .case-studies--revenue,
body.results .case-studies--leads,
body.results .case-studies--visits {
  padding-top: 130px;
}
@media only screen and (min-width: 760px) {
  body.results .case-studies--revenue,
  body.results .case-studies--leads,
  body.results .case-studies--visits {
    padding-top: 100px;
  }
}
body.results .case-studies--visits + .curve-green-top {
  margin-top: -20px;
}
.curve-purple-top {
  margin-top: -190px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 760px) {
  body.results .case-studies--visits + .curve-green-top {
    margin-top: -50px;
  }
}
body.results .testimonial {
  padding: 37.5px 0 75px;
  background-color: #83BE8A;
}
@media only screen and (min-width: 760px) {
  body.results .testimonial {
    padding: 37.5px 0 150px;
  }
}
@media only screen and (min-width: 960px) {
  body.results .testimonial {
    padding: 37.5px 0 150px;
  }
}
body.results .cta-curve-top {
  margin-top: -40px;
}
@media only screen and (min-width: 760px) {
  body.results .cta-curve-top {
    margin-top: -100px;
  }
}

body.account-based-marketing .site-header {
  padding: 25px 0 !important;
  background: #FFF0DB;
}
body.account-based-marketing .site-header .site-header__co-brand-logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: inherit;
}
body.account-based-marketing .site-header .site-header__co-brand-logo .logo-separator {
  display: inline-block;
  margin: 0 1rem;
  font-size: 30px;
}
body.account-based-marketing .site-header .site-header__co-brand-logo svg {
  display: inline-block;
}
@media only screen and (max-width: 759px) {
  body.account-based-marketing .site-header .site-header__co-brand-logo a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  body.account-based-marketing .site-header .site-header__co-brand-logo .logo-separator {
    width: 100%;
    text-align: center;
  }
}
body.account-based-marketing .site-header .site-header__co-brand-nav {
  padding: 0 25px;
  margin-left: auto;
  padding: 0;
  width: auto;
  transition: none;
}
body.account-based-marketing .site-header .co-brand-nav__list {
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body.account-based-marketing .site-header .co-brand-nav__item:last-child {
  margin-right: 0;
  display: none;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .site-header .co-brand-nav__item {
    margin-right: 25px;
  }
  body.account-based-marketing .site-header .co-brand-nav__item:last-child {
    margin-right: 0;
    display: block;
  }
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .site-header .co-brand-nav__item {
    margin-right: 30px;
  }
  body.account-based-marketing .hero {
  padding-top: 150px;
  padding-bottom: 50px !important;
}
}
@media only screen and (min-width: 960px) {
  body.account-based-marketing .site-header .co-brand-nav__item {
    margin-right: 50px;
  }
}

body.account-based-marketing .hero .cta-curve-top {
  position: absolute;
  height: 100px;
}
body.account-based-marketing .hero .cta-curve-top path {
  fill: #FAF6F0;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .hero .cta-curve-top {
    height: 240px;
  }
}
body.account-based-marketing .hero__container {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  position: relative;
  z-index: 10;
}
body.account-based-marketing .hero__video {
  margin-top: 37.5px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  body.account-based-marketing .hero__video {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
body.account-based-marketing .hero__video .article__media {
  margin: 0;
}
body.account-based-marketing .hero__video #illo_leaf {
  display: none;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .hero__video .article__media {
    z-index: 5;
  }
  body.account-based-marketing .hero__video #illo_leaf {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateX(-55%) translateY(-50%);
    left: 0;
    z-index: 0;
  }
}
body.account-based-marketing .account-based-menu-wrapper {
  padding: 25px 0 !important;
}
@media only screen and (max-width: 759px) {
  body.account-based-marketing .account-based-menu-wrapper .illo_plain_05 {
    width: 65px;
    top: -76px;
    z-index: 20;
    right: 6px;
    transform: rotate(4deg);
  }
  body.account-based-marketing .hero {
  padding-top: 300px;
  padding-bottom: 50px !important;
}
}
body.account-based-marketing .section-menu {
  margin: 0;
  width: 100%;
  position: relative;
}
body.account-based-marketing .section-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.account-based-marketing .section-menu ul li {
  position: relative;
}
@media only screen and (min-width: 992px) {
  body.account-based-marketing .section-menu ul li ul {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s;
  }
}
@media only screen and (min-width: 992px) {
  body.account-based-marketing .section-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
body.account-based-marketing .section-menu a {
  display: block;
  font-family: "calibre", sans-serif;
}
@media only screen and (min-width: 992px) {
  body.account-based-marketing .section-menu {
    background: #FF9964;
    border-radius: 4px;
    padding: 4px;
  }
  body.account-based-marketing .section-menu > .section-menu__trigger {
    display: none;
  }
  body.account-based-marketing .section-menu > ul.section-menu__nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    width: 100%;
  }
  body.account-based-marketing .section-menu > ul.section-menu__nav > li {
    position: relative;
  }
  body.account-based-marketing .section-menu > ul.section-menu__nav > li > a {
    color: #ffffff;
    font-size: 18px;
    font-size: 1.0588235294rem;
    padding: 0.5rem;
    text-align: center;
    text-shadow: 0 1px 0 #00000029;
    text-decoration: underline;
  }
  body.account-based-marketing .section-menu > ul.section-menu__nav > li > a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  body.account-based-marketing .section-menu:before {
    content: '';
    position: absolute;
    left: 12.5px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    transform: matrix(1, -0.03, 0.03, 1, 0, 0);
    background-color: #FFE5C1;
  }
}
@media only screen and (max-width: 991px) {
  body.account-based-marketing .section-menu > .section-menu__trigger {
    cursor: pointer;
    background: #FF9964;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.0588235294rem;
    font-family: "calibre", sans-serif;
    font-weight: bold;
    padding: calc(0.5rem + 4px);
    padding-left: calc(0.5rem + 7px);
    text-transform: uppercase;
  }
  body.account-based-marketing .section-menu > .section-menu__trigger > i {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 0;
    background: none;
    outline: 0;
  }
  body.account-based-marketing .section-menu > .section-menu__trigger > i:after {
    content: '';
    width: 24px;
    height: 4px;
    background: #ffffff;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 3px;
    right: 3px;
    transform: translateY(-50%);
    transition: background 500ms ease-in-out;
  }
  body.account-based-marketing .section-menu > .section-menu__trigger > i span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body.account-based-marketing .section-menu > .section-menu__trigger > i span:before, body.account-based-marketing .section-menu > .section-menu__trigger > i span:after {
    content: '';
    width: 24px;
    height: 4px;
    background: #ffffff;
    border-radius: 1px;
    position: absolute;
    left: 3px;
    right: 3px;
    transition: transform 500ms ease-in-out;
  }
  body.account-based-marketing .section-menu > .section-menu__trigger > i span:before {
    top: 5px;
  }
  body.account-based-marketing .section-menu > .section-menu__trigger > i span:after {
    bottom: 5px;
  }
  body.account-based-marketing .section-menu > ul.section-menu__nav {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body.account-based-marketing .section-menu.opened > .section-menu__trigger > i:after {
    background: transparent;
  }
  body.account-based-marketing .section-menu.opened > .section-menu__trigger > i span:before, body.account-based-marketing .section-menu.opened > .section-menu__trigger > i span:after {
    top: 12px;
    bottom: unset;
  }
  body.account-based-marketing .section-menu.opened > .section-menu__trigger > i span:before {
    transform: rotate(45deg);
  }
  body.account-based-marketing .section-menu.opened > .section-menu__trigger > i span:after {
    transform: rotate(-45deg);
  }
  body.account-based-marketing .section-menu.opened > ul.section-menu__nav {
    display: block;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 0;
    text-align: left;
    width: auto;
  }
  body.account-based-marketing .section-menu.opened > ul.section-menu__nav li a {
    display: block;
    padding: 10px 1em;
    color: #2E3036;
    text-decoration: none;
    white-space: nowrap;
  }
  body.account-based-marketing .section-menu.opened > ul.section-menu__nav li a:hover {
    color: #FD6C49;
    text-decoration: none;
  }
  body.account-based-marketing .section-menu.opened > ul.section-menu__nav li + li {
    border-top: 1px solid #cccccc;
  }
}
body.account-based-marketing .section__content {
  width: 100%;
}
body.account-based-marketing .account-based__logo {
  width: 100%;
  text-align: center;
  margin-bottom: 37.5px;
}
body.account-based-marketing .account-based__logo svg,
body.account-based-marketing .account-based__logo img {
  display: inline-block;
}
body.account-based-marketing .account-based__container {
  max-width: 992px;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .account-based__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
body.account-based-marketing .account-based__container .section__intro {
  text-align: center;
  margin-top:4rem;
}


body.account-based-marketing .account-based__container .section__intro h2 {
  color: #FD6C49;
  font-size: 80px;
  font-size: 4.7058823529rem;
  font-weight: 600;
  margin-bottom: 0;
}
body.account-based-marketing .account-based__container .section__intro h2 + h3 {
  padding-top: 0;
}
body.account-based-marketing .account-based__container .section__intro h3 {
  color: #000000;
}
body.account-based-marketing .account-based__container table {
  min-width: 100%;
  padding-right: 0;
}
body.account-based-marketing .account-based__container table strong {
  font-weight: 700;
}
@media only screen and (min-width: 1400px) {
  body.account-based-marketing .account-based__container table {
    padding-right: 0;
    width: unset;
    margin-left: 0;
  }
}
body.account-based-marketing .health-check-section span.impact-dot {
  display: inline-block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
body.account-based-marketing .health-check-section span.impact-dot.average {
  background-color: #FFE05C;
}
body.account-based-marketing .health-check-section span.impact-dot.good {
  background-color: #50BE54;
}
body.account-based-marketing .health-check-section span.impact-dot.alert {
  background-color: #FF5C5C;
}
body.account-based-marketing .health-check-section .section__table .table__wrapper {
  margin-bottom: 25px;
}
body.account-based-marketing .health-check-section .section__table table tr.rating-alert .table-row__metric {
  border-left: 4px solid #FF5C5C;
}
body.account-based-marketing .health-check-section .section__table table tr.rating-good .table-row__metric {
  border-left: 4px solid #50BE54;
}
body.account-based-marketing .health-check-section .section__table table tr.rating-average .table-row__metric {
  border-left: 4px solid #FFE05C;
}
body.account-based-marketing .health-check-section .section__table .table-row__score,
body.account-based-marketing .health-check-section .section__table .table-row__impact {
  vertical-align: middle;
}
body.account-based-marketing .health-check-section .section__table .table-row__impact .impact-sr {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
body.account-based-marketing .health-check-section .section__table .table__key ul {
  list-style-type: none;
  font-family: "calibre", sans-serif;
  font-weight: 700;
}
body.account-based-marketing .health-check-section .section__table .table__key ul li {
  margin-bottom: 12.5px;
}
body.account-based-marketing .health-check-section .section__table .table__key ul li span.impact-dot {
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .health-check-section .section__table .table__key ul {
    text-align: center;
  }
  body.account-based-marketing .health-check-section .section__table .table__key ul li {
    display: inline-block;
    margin-bottom: 0;
  }
  body.account-based-marketing .health-check-section .section__table .table__key ul li + li {
    margin-left: 25px;
  }
}
body.account-based-marketing .health-check-section .section__diagnosis {
  position: relative;
  border-radius: 15px;
  text-align: center;
  padding: 37.5px;
  margin-top: 50px;
  background-color: #FFF0DB;
}
body.account-based-marketing .health-check-section .section__diagnosis:before {
  content: '';
  position: absolute;
  left: 12.5px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
  transform: matrix(1, 0.03, -0.03, 1, 0, 0);
  background-color: #FF9964;
}
body.account-based-marketing .content-success-wrapper {
  position: relative;
  background: #373B4D;
  color: #ffffff;
}
body.account-based-marketing .content-success-section .section__intro h2 {
  color: #FF9964;
}
body.account-based-marketing .content-success-section .section__intro h3 {
  color: inherit;
}
body.account-based-marketing .content-success-section .success__grid {
  margin-top: 37.5px;
  margin-bottom: -37.5px;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .content-success-section .success__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
body.account-based-marketing .content-success-section .success__item {
  margin-bottom: 37.5px;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .content-success-section .success__item {
    width: 50%;
  }
}
body.account-based-marketing .content-success-section .success__item--inner {
  position: relative;
  text-align: center;
  padding: 37.5px;
  color: #2E3036;
}
body.account-based-marketing .content-success-section .success__item--inner:before {
  content: '';
  position: absolute;
  left: 12.5px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFE5C1;
  border-radius: 15px;
  z-index: 5;
}
body.account-based-marketing .content-success-section .success__item--inner:after {
  content: '';
  position: absolute;
  left: 12.5px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 1;
  transform: matrix(1, 0.03, -0.03, 1, 0, 0);
  background-color: #FF9964;
}
body.account-based-marketing .content-success-section .success__item .success__number, body.account-based-marketing .content-success-section .success__item .success__content {
  position: relative;
  z-index: 10;
  text-align: left;
}
body.account-based-marketing .content-success-section .success__item .success__number--item {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 36px;
  background: #FF9964;
  border-radius: 50%;
}
body.account-based-marketing .content-success-section .success__item .success__number--item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-family: "calibre", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin-top: 0.15em;
}
body.account-based-marketing .content-success-section .success__item .success__content ul {
  list-style-type: none;
}
body.account-based-marketing .content-success-section .success__item .success__content ul li {
  position: relative;
  padding-left: 25px;
}
body.account-based-marketing .content-success-section .success__item .success__content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: calc((1.6em / 4) + 2px);
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #FD6C49;
}
body.account-based-marketing .content-success-section .success__item .success__content ul li + li {
  margin-top: 0.5em;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .content-success-section .success__item.odd .success__item--inner {
    margin-right: 20px;
  }
  body.account-based-marketing .content-success-section .success__item.even .success__item--inner {
    margin-left: 20px;
  }
  body.account-based-marketing .content-success-section .success__item:last-child.odd .success__item--inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
body.account-based-marketing .content-plan-section .plan__item--number {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 36px;
  background: #FF9964;
  border-radius: 50%;
  vertical-align: middle;
}
body.account-based-marketing .content-plan-section .plan__item--number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-family: "calibre", sans-serif;
  color: #ffffff;
  font-weight: 600;
  margin-top: 0.15em;
}
body.account-based-marketing .content-plan-section .plan__item + .plan__item {
  margin-top: 37.5px;
}
body.account-based-marketing .content-plan-section .plan__opportunity {
  position: relative;
  border-radius: 15px;
  padding: 37.5px;
  margin-top: 50px;
  background-color: #373B4D;
  color: #ffffff;
}
body.account-based-marketing .content-plan-section .plan__opportunity h2, body.account-based-marketing .content-plan-section .plan__opportunity h3, body.account-based-marketing .content-plan-section .plan__opportunity h4 {
  font-size: 36px;
  font-size: 2.1176470588rem;
  color: inherit;
  text-align: center;
}
body.account-based-marketing .content-plan-section .plan__opportunity ul {
  list-style-type: none;
}
body.account-based-marketing .content-plan-section .plan__opportunity ul li {
  position: relative;
  padding-left: 25px;
}
body.account-based-marketing .content-plan-section .plan__opportunity ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: calc((1.6em / 4) + 2px);
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #FD6C49;
}
body.account-based-marketing .content-plan-section .plan__opportunity ul li + li {
  margin-top: 0.5em;
}
body.account-based-marketing .content-plan-section .plan__opportunity:before {
  content: '';
  position: absolute;
  left: 12.5px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
  transform: matrix(1, 0.03, -0.03, 1, 0, 0);
  background-color: #DEDEDE;
}
body.account-based-marketing .growth-projections-wrapper {
  padding-top: 0 !important;
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .growth-projections-section .result__stats {
    position: absolute;
  }
  body.account-based-marketing .growth-projections-section .section__chart {
    padding-top: 100px;
  }
  body.account-based-marketing .growth-projections-section .section__chart svg {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all cubic-bezier(0.42, 1.08, 0.65, 0.91) 2s;
    width: 100%;
  }
  body.account-based-marketing .growth-projections-section .section__chart.animated svg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
body.account-based-marketing .cta-section-wrapper {
  padding-top: 0 !important;
  text-align: center;
}
body.account-based-marketing .cta-section-wrapper .button {
  margin-left: auto;
  margin-right: auto;
}
body.account-based-marketing .site-footer {
  padding: 0 !important;
  font-size: 0;
  line-height: 1;
  border-bottom: 32px solid #373B4D;
}
body.account-based-marketing .site-footer__container {
  position: relative;
}
body.account-based-marketing .site-footer .footer-illo_flower_files_02 {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100px;
  transform: translateY(-90%);
}
@media only screen and (min-width: 760px) {
  body.account-based-marketing .site-footer .footer-illo_flower_files_02 {
    display: unset;
    width: 140px;
  }
}
@media only screen and (min-width: 960px) {
  body.account-based-marketing .site-footer .footer-illo_flower_files_02 {
    width: 180px;
  }
}
@media only screen and (min-width: 1400px) {
  body.account-based-marketing .site-footer .footer-illo_flower_files_02 {
    width: 200px;
  }
}

.ebook {
  padding-top: 12.5px;
}
@media only screen and (min-width: 960px) {
  .ebook {
    padding-top: 50px;
  }
}

.ebook-curve {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 760px;
  height: 700px;
}
@media only screen and (min-width: 760px) {
  .ebook-curve {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 960px) {
  .ebook-curve {
    height: 600px;
  }
}
@media only screen and (min-width: 1400px) {
  .ebook-curve {
    height: 750px;
  }
}

.ebook__container {
  max-width: 1177px;
  padding-top: 125px;
}
@media only screen and (min-width: 760px) {
  .ebook__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.ebook__image {
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 760px) {
  .ebook__image {
    width: 35%;
    margin-bottom: 50px;
  }
  .ebook__container {
    padding-top:200px;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__image {
    margin-bottom: 150px;
  }
  .page-temp .ebook__image {
    margin-bottom: 50px;
  }
  .ebook__container {
          padding-top: 200px;
  }
}
.ebook__image img {
  width: 100%;
  height: auto !important;
}
@media only screen and (max-width: 759px) {
  .ebook__image img {
    max-width: 300px;
  }
}

.ebook__intro {
  margin-bottom: 50px;
}
@media only screen and (min-width: 760px) {
  .ebook__intro {
    width: 65%;
    padding-left: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__intro {
    margin-bottom: 150px;
  }
  .page-temp .ebook__intro {
    margin-bottom: 50px;
  }
}
.ebook__intro .hs_cos_wrapper_type_section_header h1 {
  margin: 0;
  color: #FD6C49;
}
.ebook__intro .hs_cos_wrapper_type_section_header p.secondary-header {
  margin-bottom: 37.5px;
}
@media only screen and (min-width: 960px) {
  .ebook__intro .hs_cos_wrapper_type_section_header p.secondary-header {
    font-size: 20px;
    font-size: 1.1764705882rem;
    margin-bottom: 50px;
  }
}
.ebook__intro .hs_cos_wrapper_type_section_header h1 + p.secondary-header {
  margin-top: 25px;
}
@media only screen and (min-width: 960px) {
  .ebook__intro .hs_cos_wrapper_type_section_header h1 + p.secondary-header {
    margin-top: 50px;
  }
}

.ebook__title {
  margin-bottom: 25px;
  color: #FD6C49;
}
@media only screen and (min-width: 960px) {
  .ebook__title {
    margin-bottom: 50px;
  }
}

.ebook__desc {
  margin-bottom: 37.5px;
}
@media only screen and (min-width: 960px) {
  .ebook__desc {
    font-size: 20px;
    font-size: 1.1764705882rem;
    margin-bottom: 50px;
  }
}

.ebook__info {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 760px) {
  .ebook__info {
    width: 50%;
    margin-bottom: 50px;
    padding-right: 37.5px;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__info {
    margin-bottom: 100px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__info p {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}

.ebook__info-title {
  font-size: 24px;
  font-size: 1.4117647059rem;
  margin-bottom: 37.5px;
}
@media only screen and (min-width: 760px) {
  .ebook__info-title {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__info-title {
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
}

.ebook__bullets {
  position: relative;
  padding: 37.5px 25px;
  background-color: #FFE5C1;
  border-radius: 15px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 760px) {
  .ebook__bullets {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__bullets {
    padding: 50px 37.5px;
  }
}
.ebook__bullets:before {
  content: '';
  position: absolute;
  top: 0;
  left: -6.25px;
  width: calc(100% + 12.5px);
  height: calc(100% + 12.5px);
  transform: rotate(-2deg);
  border-radius: 15px;
  z-index: -1;
  background-color: #FFF0DB;
}

.ebook__list {
  list-style: none;
}

.ebook__item {
  position: relative;
  margin-bottom: 25px;
  font-family: "calibre", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.0588235294rem;
  padding-left: 37px;
}
.ebook__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10.5px;
  width: 12px;
  height: 12px;
  background: #FD6C49;
  border-radius: 100%;
}
@media only screen and (min-width: 960px) {
  .ebook__item {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
.ebook__item:last-child {
  margin-bottom: 0;
}

.ebook__testimonial {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .ebook__testimonial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .ebook__testimonial {
    margin-bottom: 100px;
  }
}

.ebook__testimonial-title {
  font-size: 24px;
  font-size: 1.4117647059rem;
  margin-bottom: 37.5px;
}
@media only screen and (min-width: 760px) {
  .ebook__testimonial-title {
    width: 100%;
    font-size: 30px;
    font-size: 1.7647058824rem;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__testimonial-title {
    margin-bottom: 100px;
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
}

.ebook__testimonial-item:last-child {
  margin-bottom: 100px;
}
@media only screen and (min-width: 760px) {
  .ebook__testimonial-item {
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 100px;
  }
  .ebook__testimonial-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .ebook__testimonial-item {
    margin-bottom: 150px;
  }
}
.ebook__testimonial-item .result__testimonial {
  width: 100%;
}

.ebook-nav {
  padding: 0 25px;
  margin-left: auto;
  padding: 0;
  width: auto;
  transition: none;
}

.ebook-nav__list {
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ebook-nav__item:last-child {
  margin-right: 0;
  display: none;
}
@media only screen and (min-width: 680px) {
  .ebook-nav__item {
    margin-right: 25px;
  }
  .ebook-nav__item:last-child {
    margin-right: 0;
    display: block;
  }
}
@media only screen and (min-width: 760px) {
  .ebook-nav__item {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .ebook-nav__item {
    margin-right: 50px;
  }
}

.ebook-nav__link {
  position: relative;
  display: block;
  font-family: "calibre", sans-serif;
  font-weight: 900;
  line-height: 1.7;
  color: #2E3036;
  font-size: 15px;
  font-size: 0.8823529412rem;
  text-decoration: underline;
}
.ebook-nav__link:hover, .ebook-nav__link:focus {
  color: #FD6C49;
}
@media only screen and (min-width: 760px) {
  .ebook-nav__link {
    font-size: 17px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .ebook-nav__link {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
}

.below-lap {
  display: block;
}
@media only screen and (min-width: 760px) {
  .below-lap {
    display: none;
  }
}

.above-lap {
  display: none;
}
@media only screen and (min-width: 760px) {
  .above-lap {
    display: block;
  }
}

.pricing-table-container h3 {
  color: #ffffff;
  padding: 30px 20px 0px 20px;
  margin-bottom: 15px;
}
.inner-accordion {
  padding: 10px 20px;
  border-radius: 10px;
}
.inner-accordion:nth-child(even) {
    background-color: #292b39;
}
.total-pricing .nectapoints {
  background-color: #fd6c49 !important;
  height: 70px;
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
}
.total-pricing .nectapoints .title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  font-family:'Calibre';
}
.total-pricing .nectapoints .total-bottom input {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  font-family:'Calibre';
  width: 100px;
}
.total-pricing .investment .total-bottom input::placeholder {
  color: #ffffff;
}
.total-pricing .nectapoints .total-bottom input::placeholder {
  color: #ffffff;
}
.pricing-table-container .total::placeholder {
  color: #ffffff;
  }
.total-pricing .investment {
  background-color: #555765 !important;
  height: 70px;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.total-pricing .investment .title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  font-family:'Calibre';
}
.total-pricing .investment .total-bottom input {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  font-family:'Calibre';
  background-color: transparent !important;
  padding: 0;
  height: 40px;
  width: 100px;
}
.total-pricing {
  border-radius: 10px;
  margin-top: 30px;
}
.pricing-table-container .accordion {
  padding: 0px;
}
.pricing-table-container .accordion-shift {
  background-color: transparent;
}
.pricing-table-container .fa-chevron-down:before {
  color: #fd6c49;
}
.pricing-table-container .active, .pricing-table-container .accordion-shift:hover {
  background-color: transparent;
}
.pricing-table-container .accordion-shift {
  width: 20px;
  padding: 10px;
}
.pricing-table-container .counts {
  width: 45%;
  float:right;
}
.pricing-table-container .panel {
  width: 100%;
  background-color: transparent;
  padding-left: 0px;
}
.pricing-table-container .price {
  display: none;
}
.pricing-table-container .panel p {
  color: #B6B5B7;
  font-family: 'Calibre';
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.pricing-table-container .np {
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 33%;
  text-align: center;
  float:left;
  font-family: 'calibre';
  font-size: 16px;
  line-height: 34px;
}
.pricing-table-container .total {
  background-color: transparent;
  border: 0;
  color: #fff;
  width: 33%;
  text-align: center;
  font-weight: 700;
  font-family: 'calibre';
  font-size: 16px;
  line-height: 34px;
}
.pricing-table-container .quantity-wrap {
  width: 32%;
  float:left;
  text-align:center;
}
.pricing-table-container .quantity {
  width: 35px;
  font-family: 'calibre';
  font-size: 16px;
  line-height: 20px;
}
.total-pricing .title {
  width: 90%;
  float:left;
}
.pricing-table-container .row-name {
  color: #ffffff;
  font-family: 'Calibre';
  
}
.total-pricing .total-bottom {
  width: 10%;
  float:left;
}
.total-pricing .total-bottom input {
  background-color: transparent;
  border:none;
  color: #ffffff;
  text-align: right;
}
.table-key {
  background-color: #fd6c49;
  border-radius: 8px;
  padding: 15px;
  height: 60px;
}
.table-key div {
  float:left;
}
.table-key span {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Calibre';
  font-weight: 700;
}
.play-button {
  display: inline-block;
  width: 75px;
  height: 75px;
}
.why-work-with-us {
  background-color: #292B39;
  padding-top: 100px;
}
.why-work-with-us h2, .why-work-with-us h3 {
  color: #ffffff;
  font-family: 'Calibre';
}
.why-work-with-us .info__container {
  display: block;
  text-align: center;
  font-family: 'Calibre';
}
.why-work-with-us p {
  margin-bottom: 20px;
  font: 17px/1.6"tiempos",serif;
  color: #ffffff;
}
.why-work-with-us .meetings-iframe-container {
   margin: 0 -25px 0px;
}
.why-work-with-us .meetings-iframe-container-growth {
   margin: 0 -25px 0px;
}
.why-work-with-us-bottom {
  background-color: #F9E1BB;
}
.why-work-with-us-bottom .info__container {
    text-align: center;
    display: block;
  padding: 20px;
}
.why-work-with-us-bottom p {
  font-weight: 600;
}
.pricing-table-container {
  
}
@media only screen and (min-width: 960px) {
.line_1 {
    transform: translateY(-60%) translateX(-70%);
    position: absolute;
    display: block !important;
}
.line_2 {
    transform: translateY(120%) translateX(15%);
    position: absolute;
    z-index: -2;
    display: block !important;
}
.line_3 {
    transform: translateY(5%) translateX(145%);
    position: absolute;
    z-index: 5;
    display: block !important;
}
.line_4 {
    transform: translateY(200%) translateX(175%);
    position: absolute;
    z-index: 3;
    display: block !important;
}
.line_5 {
    transform: translateY(45%) translateX(50%);
    position: absolute;
    z-index: 3;
    display: block !important;
}
.line_6 {
    transform: translateY(125%) translateX(100%);
    position: absolute;
    z-index: 3;
    display: block !important;
}
.line_7 {
    transform: translateY(148%) translateX(10%);
    position: absolute;
    z-index: 3;
    display: block !important;
}
}
.line_1, .line_2, .line_3, .line_4, .line_5, .line_6, .line_7 {
  display: none;
}
@media only screen and (min-width: 960px) {
  .play-button {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (min-width: 960px) {
  .play-button__circle {
    transform-origin: center;
    animation: rotating 3s linear infinite;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}