@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
.bg-facebook {
  background-color: #3b5998;
}
.bg-twitter {
  background-color: #1da1f2;
}
.bg-tumblr {
  background-color: #35465d;
}
.bg-linkedin {
  background-color: #0a66c2;
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu--right {
  text-align: right;
}
.menu li {
  display: inline-block;
}
.menu li a {
  display: block;
}

.mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mob {
    display: block;
  }
}

.desk {
  display: block;
}
@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
}

.fa-import, .nav .menu > li.menu-item-has-children > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.bx, .stores a:hover, .post__share ul a:hover, .cards__item, .nav .sub-menu {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.imgabs, .ff__lottie lottie-player, .post__featured img, .cards__img img, .cards__img iframe, .cards__img embed, .cards__img video, .cards__img .res-embed, .res-embed iframe,
.res-embed embed,
.res-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pad {
  padding: 75px 0;
}
@media only screen and (max-width: 991px) {
  .pad {
    padding: 35px 0;
  }
}
.pad--lg {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .pad--lg {
    padding: 35px 0;
  }
}

html {
  font-size: 16px;
}
html.hide-header {
  margin-top: 0 !important;
}
html.hide-header #wpadminbar {
  display: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-family: "Inter", sans-serif;
}

a, input, button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

input {
  outline: none;
}
input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 30px;
}

h1 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 1.3rem;
  }
}

h5 {
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 0.9rem;
}
@media only screen and (max-width: 991px) {
  h6 {
    font-size: 0.9rem;
  }
}

.container {
  max-width: 1240px;
}

.prefooter p {
  margin: 0 0 15px;
}

.footer-copy {
  text-align: center;
  padding: 30px 0;
}
.footer-copy__main > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.bg-gray {
  background-color: rgba(0, 0, 0, 0.05);
}

.fontawesome, .pricing__check ul li:before, .faqs__item h4:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.center-xy, .prog label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logo {
  position: relative;
}
.logo img {
  max-height: 55px;
}
@media only screen and (max-width: 991px) {
  .logo img {
    max-height: 45px;
  }
}

.fullwidth-center, .part__featured.full {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu-toggle {
  color: #000;
  padding: 7px 0 7px 15px;
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
  color: #fff;
}
.menu-toggle:hover, .menu-toggle:visited, .menu-toggle:active {
  color: #fff;
}

.nav {
  text-align: center;
  display: block;
}
@media only screen and (max-width: 991px) {
  .nav {
    text-align: left;
    margin: 0 -15px;
    display: none;
    background-color: #fff;
    color: #000;
    padding: 15px 0;
    margin-top: 20px;
  }
}
.nav .menu > li {
  position: relative;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .nav .menu > li {
    display: block;
  }
}
.nav .menu > li:hover .sub-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  .nav .menu > li.high {
    margin: 0 0 10px;
    padding: 0 10px;
    text-align: center;
  }
}
.nav .menu > li.high a {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 20px;
}
.nav .menu > li.high--solid a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.nav .menu > li.high:hover a {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.nav .menu > li.menu-item-has-children > a:after {
  content: "\f107";
  margin-left: 10px;
}
.nav .menu > li.menu-item-has-children:hover > a:after {
  content: "\f106";
}
.nav .menu a {
  padding: 10px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .nav .menu a {
    color: #000;
  }
}
.nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: #000;
  padding: 0;
  text-align: left;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .nav .sub-menu {
    display: block;
    position: static;
    width: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 15px;
  }
}
.nav .sub-menu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav .sub-menu li:hover {
  background-color: #000;
}
.nav .sub-menu a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .nav .sub-menu a {
    color: #000;
  }
}

.header {
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .header:hover .dd {
    display: block;
    opacity: 1;
    top: 100%;
  }
}
.header:hover .menu-toggle {
  color: #000;
}
.header .logo__black {
  display: none;
}
.header.hovered {
  background-color: #fff;
}
.header.hovered .menu li a {
  color: #000;
}
.header.hovered .logo__white {
  display: none;
}
.header.hovered .logo__black {
  display: block;
}
.header__right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .header__right {
    display: none;
  }
}
.header__right .menu li {
  vertical-align: middle;
  margin-left: 15px;
}
.header__right .menu li a {
  color: #fff;
  font-size: 1.3rem;
}
.header--standard {
  position: relative;
}
.header--standard .nav .menu a {
  color: black;
}
.header--standard .header__right li a {
  color: black;
}
.header--standard .menu-toggle {
  color: #000;
}

@media only screen and (min-width: 992px) {
  .ht .container {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .buttons .button {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
}
.buttons--center {
  text-align: center;
}

.clink {
  font-weight: 500;
  border-bottom: 1px solid #000;
}

.button,
.wpcf7 input.button, .hs-form .hs-button {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-weight: 400;
  color: #000;
  text-align: center;
  height: auto;
  line-height: 1.1;
}
.button:hover,
.wpcf7 input.button:hover, .hs-form .hs-button:hover {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.button--light,
.wpcf7 input.button--light, .hs-form .hs-button--light {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.button--dark,
.wpcf7 input.button--dark, .hs-form .hs-button--dark {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.button--dark:hover,
.wpcf7 input.button--dark:hover, .hs-form .hs-button--dark:hover {
  background-color: #0d0d0d;
  color: #fff;
}
.button--dark-solid,
.wpcf7 input.button--dark-solid, .hs-form .hs-button--dark-solid {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.button--dark-solid:hover,
.wpcf7 input.button--dark-solid:hover, .hs-form .hs-button--dark-solid:hover {
  background-color: #0d0d0d;
  color: #fff;
}
.button--wide,
.wpcf7 input.button--wide, .hs-form .hs-button--wide {
  padding: 10px 60px;
}
.button--sm,
.wpcf7 input.button--sm, .hs-form .hs-button--sm {
  padding: 5px 15px;
  font-size: 0.9rem;
}
.button--lg, .button--large,
.wpcf7 input.button--lg,
.wpcf7 input.button--large, .hs-form .hs-button--lg, .hs-form .hs-button--large {
  padding: 20px 60px;
  font-size: 1.3rem;
  border-radius: 40px;
}
@media only screen and (max-width: 991px) {
  .button--lg, .button--large,
  .wpcf7 input.button--lg,
  .wpcf7 input.button--large, .hs-form .hs-button--lg, .hs-form .hs-button--large {
    padding: 15px 30px;
    font-size: 1.2rem;
  }
}
.button--block,
.wpcf7 input.button--block, .hs-form .hs-button--block {
  display: block;
  width: 100%;
}

.wpcf7 input.button {
  border: 0;
}
@media only screen and (max-width: 991px) {
  .wpcf7 input.button {
    display: block;
    width: 100% !important;
    margin-top: 20px !important;
  }
}

.form-field input,
.form-field select,
.form-field textarea, .wpcf7 .form__item input,
.wpcf7 .form__item select,
.wpcf7 .form__item textarea, .hs-form input,
.hs-form select,
.hs-form textarea, input input,
input select,
input textarea {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  display: block;
  width: 100%;
}
.form-field input[type=checkbox], .wpcf7 .form__item input[type=checkbox], .hs-form input[type=checkbox], input input[type=checkbox] {
  height: auto;
  width: auto;
}
.form-field textarea, .wpcf7 .form__item textarea, .hs-form textarea, input textarea {
  min-height: 110px;
  line-height: 1.2;
  padding: 10px;
}
.form-field .wpcf7-checkbox .wpcf7-list-item, .wpcf7 .form__item .wpcf7-checkbox .wpcf7-list-item, .hs-form .wpcf7-checkbox .wpcf7-list-item, input .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.form-field .wpcf7-checkbox label, .wpcf7 .form__item .wpcf7-checkbox label, .hs-form .wpcf7-checkbox label, input .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  padding: 2px 0;
}
.form-field .wpcf7-checkbox label input, .wpcf7 .form__item .wpcf7-checkbox label input, .hs-form .wpcf7-checkbox label input, input .wpcf7-checkbox label input {
  margin-right: 6px;
}

.banner {
  position: relative;
  margin: 0 0 50px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .banner {
    margin: 0 0 30px;
  }
}
.banner__inner {
  max-width: 722px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12% 0 80px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .banner__inner {
    padding: 35% 0 60px;
  }
}
.banner .buttons {
  margin: 30px 0 0;
}
.banner .button {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .banner .button {
    margin-right: 0;
  }
}
.banner__top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.banner .part--content a {
  text-decoration: none;
  color: #fff;
}
.banner .part__text {
  margin-top: -15px;
  padding-top: 0;
}
.banner h1 {
  margin: 0 0 -13px;
}
.banner .buttons .button {
  min-width: 200px;
}
@media only screen and (min-width: 992px) {
  .banner .buttons .button {
    min-width: 269px;
    padding: 10px 25px;
  }
}

.full-content--center {
  text-align: center;
}
.full-content .part__heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .full-content .part__text img {
    height: 120vw;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.full-content[data-index="1"] {
  padding-bottom: 0;
}

.blist {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
}
.blist li {
  font-size: 1rem;
}
.blist li:before {
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #000;
  margin: 0 0 10px;
}

.sbs {
  position: relative;
}
.sbs__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 53%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.sbs__img {
  padding-right: 30px;
}
@media only screen and (min-width: 992px) {
  .sbs__img {
    visibility: hidden;
    height: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sbs__img {
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 -15px 20px;
  }
  .sbs__img img {
    height: 120vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sbs--invert .sbs__bg {
  left: auto;
  right: 0;
}
.sbs--invert .sbs__img {
  padding-left: 30px;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .sbs--invert .sbs__img {
    padding-left: 0;
  }
}
.sbs--invert .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .sbs:not(.sbs--invert) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sbs ul li {
  margin: 0 0 10px;
}
.sbs .res-embed {
  padding-top: 100%;
}

.logos__list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  text-align: center;
}
.logos__list img {
  max-width: 118px;
  margin: 0 15px;
}

.cta {
  background-color: #000;
  color: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .cta {
    padding: 45px 0;
  }
}
.cta p {
  font-size: 1.2rem;
}
.cta p:last-child {
  margin: 0;
}
.cta__button {
  padding-left: 25px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .cta__button {
    padding-left: 0;
  }
}
.cta .buttons {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .cta .buttons {
    padding-top: 30px;
    text-align: left;
  }
}

.icon-text {
  position: relative;
  text-align: center;
}
.icon-text__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .icon-text__inner {
    padding: 40px 0;
  }
}
.icon-text__item {
  text-align: left;
  padding: 10px 15px;
  margin: 0 0 20px;
}
.icon-text__item .part__heading {
  margin: 0;
}
.icon-text__item .part__heading h1, .icon-text__item .part__heading h2, .icon-text__item .part__heading h3, .icon-text__item .part__heading h4, .icon-text__item .part__heading h5 {
  margin: 0 0 20px;
}
.icon-text__item .clink {
  margin-top: 18px;
  display: inline-block;
}
.icon-text .fa {
  font-size: 5rem;
  margin: 0 0 15px;
}
.icon-text h2 {
  margin: 15px 0;
}
.icon-text p:last-child {
  margin: 0;
}
.icon-text .part--content {
  min-height: 115px;
}
.icon-text .part--content img {
  margin: 0 0 30px;
}

.part--center {
  text-align: center;
}
.part--content h1, .part--content h2, .part--content h3, .part--content h4 {
  margin: 0 0 10px;
}
.part--content .lead {
  font-weight: normal;
  font-size: 1.5rem;
}
.part--content h5 {
  margin: 0 0 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .part--title-on-left .part__heading {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .part--title-on-left .part__text {
    padding-left: 40px;
  }
}
.part--title-on-left .part__text p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 991px) {
  .part--title-on-left .part__text .button {
    width: 100%;
  }
}
.part__heading {
  margin: 0 0 35px;
}
@media only screen and (max-width: 991px) {
  .part__heading {
    margin: 0 0 28px;
  }
}
.part__text {
  padding: 15px 0 0;
}
.part__text h3, .part__text h4, .part__text h5, .part__text h6 {
  margin: 0 0 15px;
}
@media only screen and (max-width: 991px) {
  .part__featured img {
    height: 120vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}
.part__featured.full {
  margin: 0 0 30px;
}
.part__featured.full img {
  width: 100%;
  margin: 0 !important;
}
.part__featured.full:before, .part__featured.full:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 991px) {
  .part__featured.full:before, .part__featured.full:after {
    height: 80px;
  }
}
.part__featured.full:before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
}
.part__featured.full:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.res-embed {
  position: relative;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.cards div[class^=col-md-] {
  margin: 0 0 30px;
}
.cards__item {
  display: block;
  color: #000;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.cards__item:hover {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  top: -2px;
}
.cards__item h1,
.cards__item h2,
.cards__item h3,
.cards__item h4,
.cards__item h5 {
  margin: 0 0 15px;
}
.cards__item p {
  margin: 0;
}
.cards__item--no-content h1, .cards__item--no-content h2, .cards__item--no-content h3, .cards__item--no-content h4, .cards__item--no-content h5 {
  margin: 0;
}
.cards__item--no-content .part__heading {
  margin: 0;
}
.cards__item .part--content {
  padding: 15px 15px !important;
}
.cards__img {
  position: relative;
  padding-top: 60%;
}
.cards__img img, .cards__img iframe, .cards__img embed, .cards__img video, .cards__img .res-embed {
  padding-top: 0;
}
.cards .part--content {
  padding: 15px 0;
}
.cards__content {
  padding: 15px 15px;
}

.wpcf7,
.form {
  max-width: 600px;
}
.wpcf7__item,
.form__item {
  text-align: left;
}
.wpcf7__item label,
.form__item label {
  font-weight: bold;
  margin: 0 0 4px;
}
.wpcf7 .button,
.form .button {
  width: auto !important;
  margin-top: 35px !important;
  min-width: 165px;
}
.wpcf7 .wpcf7-spinner,
.form .wpcf7-spinner {
  display: block;
  margin: 10px auto;
}
.wpcf7 .wpcf7-response-output,
.form .wpcf7-response-output {
  margin: -30px 0 0 !important;
}

.pager {
  text-align: center;
  padding-top: 25px;
}
.pager .page-numbers {
  display: inline-block;
  background-color: transparent;
  color: #000;
  height: 2.4rem;
  width: 2.4rem;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 50%;
  margin: 0 2px;
}
.pager .page-numbers:hover, .pager .page-numbers.current {
  background-color: #000;
  color: #fff;
}

.post__top {
  padding-top: 30px;
}
.post__top .container {
  max-width: 850px;
}
.post__top .container h1 {
  text-transform: capitalize;
}
.post__top .title-group p {
  margin-top: -20px;
  opacity: 0.6;
}
.post__main {
  line-height: 1.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .post__main {
    display: block;
  }
}
.post__featured {
  position: relative;
  padding-top: 56.25%;
  margin: 0 0 20px;
}
.post__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .post__text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .post__share {
    margin-top: -30px;
    text-align: center;
  }
}
.post__share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .post__share ul li {
    display: inline-block;
    margin-left: 5px;
  }
}
.post__share ul a {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 0 0 5px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 991px) {
  .post__share ul a {
    height: 35px;
    width: 35px;
    font-size: 1.4rem;
  }
}
.post__share ul a:hover {
  opacity: 0.8;
}
.post__side {
  padding-left: 20px;
}
.post__side .widget {
  margin: 0 0 38px;
}
.post__side .widget h2 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .post__side .widget h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .post__side {
    padding-left: 0;
  }
}

.prefooter .hs-form {
  display: none;
  margin: 20px auto 0;
  max-width: 500px;
}
.prefooter .hs-form form .field {
  padding-right: 0;
  margin-bottom: 10px;
}

.footer {
  background-color: rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
}
.footer__pre {
  padding: 40px 0;
}
.footer__logo {
  display: block;
}
@media only screen and (max-width: 991px) {
  .footer__logo {
    margin: 0 0 20px;
  }
}
.footer__logo img {
  max-height: 50px;
}
.footer__right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer__right {
    text-align: left;
  }
}
.footer__right a {
  margin-left: 10px;
  font-size: 1.4rem;
}
.footer__right .fa {
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer__col {
    margin: 0 0 20px;
  }
}
.footer__col h5 {
  margin: 0 0 15px;
}
.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col ul li {
  margin: 0 0 5px;
  display: block !important;
}
.footer__col ul li a {
  position: relative;
  display: block;
}
.footer__col ul li a:hover {
  color: #000;
}
.footer__col ul li a:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__bot {
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.stores a {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 0 5px;
}
.stores a:hover {
  top: -2px;
  opacity: 0.9;
}

.list-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 15px;
}
.list-icon li .fa {
  height: 25px;
  width: 25px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
  color: #fff;
}
.list-icon li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fv2__left {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .fv2__left {
    padding-right: 0;
  }
}
.fv2__form {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 25px;
}
.fv2__form .button {
  width: 100%;
  border: 0;
}
.fv2__modal .modal-footer {
  border-top: 0;
}
.fv2__modal .modal-footer .button {
  width: 100%;
}
.fv2__modal .bp__pills {
  height: 200px;
  padding-top: 20px;
}
.fv2__close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.form-row {
  margin-bottom: 15px;
}

.bp__pills {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  height: 50vh;
}

.bp__pills a {
  display: block;
  margin: 0 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 4px;
  padding: 10px 15px;
}

.bp__pills a.active {
  background-color: black;
  color: white;
}

.stick {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .stick {
    padding: 8px 0;
  }
}
.stick__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stick__inner > div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 991px) {
  .stick__inner > div:nth-child(1) {
    font-size: 11px;
  }
}
.stick__inner > div:nth-child(1) h5 {
  margin: 0 0 5px;
}
@media only screen and (max-width: 991px) {
  .stick__inner > div:nth-child(1) h5 {
    font-size: 13px;
  }
}
.stick__inner > div:nth-child(1) * {
  margin: 0;
}

.counter__left {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .counter__left {
    text-align: left;
  }
}
.counter__bottom {
  padding-top: 7%;
}
.counter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 991px) {
  .counter__item {
    margin: 0 0 45px;
  }
}
.counter__item > div:first-child {
  width: 130px;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  margin-right: 40px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .counter__item > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.counter__item > div p:last-child {
  margin: 0;
}
.counter__item label {
  font-weight: bold;
  font-size: 3rem;
}
.counter__item label sup, .counter__item label sub {
  font-size: 1.3rem;
  margin-left: -0.5rem;
}
.counter__item label sub {
  bottom: 0.05rem;
  font-size: 1rem;
}
.counter__item label sup {
  top: -1.6rem;
}

.prog__main {
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 12% 0;
}
@media only screen and (max-width: 991px) {
  .prog__main {
    margin: 0 -15px;
    border-radius: 0;
    padding: 40% 0;
  }
}
.prog__main--no-item {
  padding: 26% 0;
}
@media only screen and (max-width: 991px) {
  .prog__main--no-item {
    padding: 140% 0 0;
  }
}
.prog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .prog__item {
    padding: 0 15px;
  }
}
.prog label {
  font-weight: bold;
  color: white;
}
.prog label big {
  display: block;
  font-size: 3rem;
}
.prog label small {
  line-height: 1.2;
  display: block;
  font-weight: 500;
  min-height: 20px;
}
.prog__inner {
  position: relative;
}

.faqs__inner {
  border-radius: 8px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .faqs__inner {
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
  }
}
@media only screen and (max-width: 991px) {
  .faqs__items {
    margin: 0 -15px;
  }
}
.faqs__item {
  margin: 0 0 10px;
  padding: 0 10px 10px;
}
@media only screen and (max-width: 991px) {
  .faqs__item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.faqs__item h4 {
  margin: 0;
  padding: 5px 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .faqs__item h4 {
    background-color: transparent;
    padding: 5px 8px;
  }
}
.faqs__item h4:after {
  content: "\f107";
}
.faqs__item.active .faqs__inner {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .faqs__item.active .faqs__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.faqs__item.active h4:after {
  content: "\f106";
}
.faqs__content {
  display: none;
  padding: 10px 20px 8px;
}
@media only screen and (max-width: 991px) {
  .faqs__content {
    padding: 10px 8px 8px;
  }
}
.faqs__content p:last-child {
  margin: 0;
}

.sc-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc-icon-text > div img {
  max-height: 100px;
}
@media only screen and (max-width: 991px) {
  .sc-icon-text > div img {
    max-width: 58px;
  }
}
.sc-icon-text > div:last-child {
  padding-left: 15px;
}
.sc-icon-text h5 {
  margin: 0;
}
.sc-icon-text h5 small {
  display: block;
  padding-top: 5px;
}
.sc-icon-text--icon .fa {
  font-size: 1.4rem;
  min-width: 21px;
  position: relative;
  top: -2px;
}
.sc-icon-text--icon h5 strong {
  font-weight: 400;
}
.sc-icon-text--icon > div:last-child {
  padding-left: 8px;
}
.sc-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc-rating__stars {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #f4b135;
  padding-left: 7px;
}

.pricing {
  font-size: 0.95rem;
}
@media only screen and (min-width: 992px) {
  .pricing .row {
    margin: 0 -25px;
  }
  .pricing .col-md-4 {
    padding: 0 25px;
  }
}
.pricing__badge {
  background-color: #D7FF99;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 3px 6px;
  border-radius: 4px;
  margin: 0 0 15px;
  display: inline-block;
}
.pricing__item {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 50px 23px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 992px) {
  .pricing__item.active {
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    width: 110%;
    margin-left: -5%;
    margin-top: -7%;
  }
}
.pricing__item:hover {
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}
.pricing__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pricing__top h2, .pricing__top h4 {
  font-weight: 500;
  margin: 0;
}
.pricing__top h2 small {
  font-size: 60%;
  vertical-align: top;
}
.pricing__top h4 small {
  font-size: 1rem;
  opacity: 0.5;
  display: block;
}
.pricing__check {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.pricing__check ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pricing__check ul li {
  margin: 0 0 10px;
  position: relative;
  padding-left: 25px;
}
.pricing__check ul li:before {
  content: "\f05d";
  font-size: 1.1rem;
  margin-right: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.pricing__check ul li.x {
  opacity: 0.6;
}
.pricing__check ul li.x:before {
  content: "\f05c";
}
.pricing__check ul li.uncheck {
  opacity: 0.4;
}
.pricing__check ul li.uncheck:before {
  content: "\f05c";
}
.pricing__list {
  margin: 0 0 45px;
}
.pricing__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing__list ul li {
  margin: 0 0 7px;
}

.hs-form {
  margin: -8px 0 0;
}
.hs-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.hs-form form .field label, .hs-form form .hs-submit label {
  display: none;
}
.hs-form form .field {
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hs-form form .hs-button {
  background-color: #000;
  color: #fff;
  padding: 16px 30px;
}
.hs-form form .inputs-list {
  padding-top: 15px;
}
.hs-form form .inputs-list li label {
  font-weight: 400;
  display: block;
}

.pp, .ppg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pp__inner, .ppg__inner {
  border-radius: 8px;
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .pp__inner, .ppg__inner {
    max-height: 80vh;
    overflow: auto;
    padding: 40px 20px 20px;
  }
}
.pp__inner h4, .ppg__inner h4 {
  font-weight: 500;
  margin: 0 0 20px;
}
.pp .form-field, .ppg .form-field {
  margin: 0 0 15px;
}
.pp #phone-calendar, .ppg #phone-calendar {
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.pp #phone-calendar .vanilla-calendar-day__btn, .ppg #phone-calendar .vanilla-calendar-day__btn {
  background-color: transparent;
}
.pp #phone-calendar .vanilla-calendar-week__day, .pp #phone-calendar .vanilla-calendar-day__btn, .ppg #phone-calendar .vanilla-calendar-week__day, .ppg #phone-calendar .vanilla-calendar-day__btn {
  color: #000;
}
.pp #phone-calendar .vanilla-calendar-day, .ppg #phone-calendar .vanilla-calendar-day {
  margin-bottom: 5px;
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  .pp #phone-calendar .vanilla-calendar-day, .ppg #phone-calendar .vanilla-calendar-day {
    max-height: 28px;
  }
}
.pp #phone-calendar .vanilla-calendar-month, .pp #phone-calendar .vanilla-calendar-year, .ppg #phone-calendar .vanilla-calendar-month, .ppg #phone-calendar .vanilla-calendar-year {
  font-weight: 500;
}
.pp #phone-calendar .vanilla-calendar-day__btn_today, .ppg #phone-calendar .vanilla-calendar-day__btn_today {
  font-weight: normal;
}
.pp #phone-calendar .vanilla-calendar-day__btn_selected, .ppg #phone-calendar .vanilla-calendar-day__btn_selected {
  background-color: #000;
  color: #fff;
}
.pp__pills, .ppg__pills {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: auto;
  overflow-x: hidden;
  height: 259px;
}
.pp__pills a, .ppg__pills a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 9px 15px;
}
.pp__pills a.active, .ppg__pills a.active {
  background-color: #000;
  color: #fff;
}
.pp__col, .ppg__col {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .pp__col, .ppg__col {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.pp__col:before, .ppg__col:before {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  right: -11px;
  height: 200%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .pp__col:before, .ppg__col:before {
    display: none;
  }
}
.pp__col--time, .ppg__col--time {
  padding-right: 0;
  margin-right: 0;
}
.pp__col--time:before, .ppg__col--time:before {
  display: none;
}
.pp__close, .ppg__close {
  position: absolute;
  top: 12px;
  right: 20px;
  opacity: 0.5;
  font-size: 1.1rem;
  padding: 6px;
}
.pp .hs-form, .ppg .hs-form {
  position: relative;
  z-index: 1;
}
.pp .hs-form .submitted-message, .ppg .hs-form .submitted-message {
  text-align: center;
}

.ppg .container {
  max-width: 650px;
}
.ppg .lottie-embed {
  padding-top: 50%;
  position: relative;
}
.ppg .lottie-embed lottie-player {
  position: absolute;
  height: 140% !important;
  width: 140% !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -5%;
}

.full-embed {
  border-radius: 8px;
  overflow: hidden;
}

.dd {
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  padding: 40px 0 35px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: none;
  z-index: -1;
}
.dd ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dd ul li {
  margin: 0 0 5px;
}
.dd ul li:hover a {
  border-bottom: 1px solid #000;
}
.dd h5 {
  opacity: 0.4;
  font-weight: 500;
}

.page-template-page-scrolling-form .header, .page-template-page-scrolling-form .footer, .page-template-page-scrolling-form .prefooter, .page-template-page-scrolling-form .footer-copy {
  display: none;
}

.ff #maincanvas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ff__initial {
  padding: 8vh 0;
}
.ff__initial input {
  border: 0;
  border-bottom: 1px solid #000;
}
.ff h2 {
  font-size: 3.3rem;
  font-weight: bold;
}
.ff__top {
  padding: 8vh 0;
  position: relative;
}
.ff__top .container {
  position: relative;
  z-index: 1;
}
.ff [data-step="2"] {
  padding: 5% 0;
}
.ff [data-step="2"] p {
  font-size: 1.3rem;
}
.ff__input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ff__input p span {
  opacity: 0.3;
}
.ff .button {
  font-size: 1.3rem;
  padding: 15px 45px;
}
.ff__step[data-step="2"] {
  display: none;
}
.ff .ff__step[data-step="3"] {
  display: none;
}
.ff [data-step="3"] {
  padding: 20px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ff [data-step="3"] p {
  font-size: 1.3rem;
}
.ff__big p {
  margin: 0;
}
.ff__big h2 {
  font-size: 9rem;
  margin: -15px 0;
}
.ff__actions {
  padding-top: 50px;
}
.ff__action {
  display: inline-block;
  text-align: center;
  margin: 0 20px 20px;
}
.ff__lottie {
  overflow: hidden;
  margin: 0 auto 15px;
  background-color: #5E8E54;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ff__lottie .fa {
  font-size: 4rem;
  color: #fff;
}
.ff__lottie lottie-player {
  height: 100% !important;
  width: 100% !important;
}/*# sourceMappingURL=custom.css.map */