:root {
  --blue-violet: #6e2ed8;
  --0127fd: white;
  --black: black;
  --dim-grey: #6b6b6b;
  --545454: #0d18ee;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section.center {
  height: 100vh;
  text-align: left;
  background-color: rgba(13, 24, 238, .04);
  background-image: url('../images/phone-wallpaper-2208926_1280.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 40px;
  display: block;
  position: relative;
}

.section.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--blue-violet);
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.col {
  max-width: 50%;
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  width: 25vw;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 0;
  padding: 0 10vw;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-top: 73px;
  display: flex;
}

.nav-inner {
  width: 80vw;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  width: 80vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  border: 2px solid var(--0127fd);
  color: var(--0127fd);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 0;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.w--current {
  background-color: #00f;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.about-me {
  margin-left: 20px;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: var(--0127fd);
  text-align: left;
  margin-bottom: 20px;
  padding: 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  width: 100vw;
  align-items: flex-start;
  position: relative;
}

.wrap {
  max-width: 700px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.title {
  background-color: var(--black);
  color: var(--0127fd);
  letter-spacing: 2px;
  text-transform: capitalize;
  border-bottom: 1px #2e2e2e;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  width: auto;
  height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  width: 100%;
  height: 300px;
  background-color: #c6ced3;
  border-radius: 20px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  background-color: #acb1b4;
  border-radius: 20px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  z-index: 50;
  height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: 6px;
  padding-top: 225px;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-image.erc {
  z-index: 30;
  position: static;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/phone-wallpaper-2208926_1280.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 1vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 100%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.hero-subhead.email {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  font-size: 22px;
}

.hero-subhead.large-print {
  font-size: 32px;
  line-height: 39px;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.black-bar {
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer.robs-contact {
  flex-direction: column;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.top {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: color .5s;
}

.footer-list {
  width: 100%;
  text-align: center;
  background-color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.footer-list.desktop-keep {
  margin-top: 0;
}

.footer-list.hide {
  display: block;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
  display: block;
}

.brand {
  margin-top: 25px;
  margin-bottom: -8px;
  margin-left: -114px;
  display: block;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  flex: 1;
}

.heading-3 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 54px;
}

.text-block-3 {
  color: var(--0127fd);
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
}

.link-3 {
  color: var(--0127fd);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-3.email {
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.link-4 {
  color: var(--0127fd);
  text-decoration: none;
}

.paragraph-2 {
  color: var(--0127fd);
  text-align: justify;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.image-5 {
  margin-bottom: 52px;
}

.section-2 {
  margin-top: 0;
  padding-top: 0;
}

.heading-4 {
  color: var(--0127fd);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.services-div {
  text-align: center;
  background-color: #00f;
  background-image: linear-gradient(135deg, #6d6868 56%, #fff);
  margin-top: 0;
}

.image-6 {
  background-color: var(--dim-grey);
  text-align: center;
  margin-bottom: 25px;
}

.heading-5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/American-Flag.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  margin-top: 0;
  margin-bottom: 38px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  display: block;
}

.button-2 {
  margin-top: 0;
  padding-top: 0;
}

.span-to-reduce-text-size {
  font-size: 12px;
}

.button-3 {
  border: 2px none var(--0127fd);
  color: var(--0127fd);
  text-align: left;
  letter-spacing: 4px;
  background-color: #2002ff;
  border-radius: 50px;
  margin-left: 37px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button-3.appointment {
  border: 2px none var(--0127fd);
  color: var(--0127fd);
  background-color: #2002ff;
  margin-left: 40px;
  font-size: 22px;
  line-height: 29px;
}

.button-3.small-text {
  font-size: 18px;
}

.button-3.test {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
}

.button-3.test:hover {
  border-style: solid;
}

.schedule-a-call-button-div {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/American-Flag.jpg');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.schedule-a-call-button-div.keeping-more-of-what-you-make {
  margin-bottom: 24px;
}

.schedule-a-call-button-div.how-to-make-life-easier {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/phone-wallpaper-2208926_1280.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
}

.paragraph-3 {
  color: #fff;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-6 {
  margin-bottom: 0;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 59px;
}

.heading-6.apply-today {
  font-size: 39px;
}

.image-7 {
  margin-top: -24px;
}

.heading-8 {
  margin-bottom: 20px;
  text-decoration: none;
}

.div-block-13 {
  margin-bottom: 38px;
}

.link-block {
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.image-8 {
  margin-bottom: 20px;
}

.html-embed {
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed.my-new-home-page {
  margin-top: 0;
}

.bold-text, .link-5, .link-6 {
  color: var(--0127fd);
}

.section-wrapper {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/American-Flag.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--0127fd);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}

.our-services-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-services-heading-h2 {
  text-align: center;
  margin-top: auto;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.our-services-paragraph {
  color: var(--0127fd);
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.link-7 {
  color: var(--0127fd);
}

.div-block-14 {
  margin-top: 0;
  margin-bottom: auto;
}

.div-block-15 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-16 {
  margin-top: 0;
  margin-bottom: auto;
}

.bold-text-2, .bold-text-3 {
  color: var(--0127fd);
}

.divider-heading {
  width: 100%;
  min-height: 3px;
  background-color: var(--0127fd);
  margin-bottom: 26px;
  display: block;
}

.section-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/American-Flag.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.heading-10 {
  color: var(--0127fd);
  text-align: center;
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 34px;
}

.paragraph-4 {
  color: var(--0127fd);
  text-align: left;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.faq-underline-span {
  font-size: 29px;
  font-weight: 700;
  line-height: 39px;
  text-decoration: underline;
}

.bold-text-4, .bold-text-5 {
  text-align: left;
}

.bold-text-6, .link-8 {
  color: var(--0127fd);
}

.button-div-wrapper-payments-pg {
  background-color: #000aca;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.button-4 {
  margin-right: 40px;
}

.services-heading {
  background-color: rgba(0, 0, 0, 0);
}

.columns {
  text-align: center;
  background-color: rgba(107, 107, 107, .21);
  margin-bottom: 0;
  padding-bottom: 0;
}

.managed-services-list-item {
  text-align: left;
}

.heading-11 {
  color: var(--0127fd);
  cursor: pointer;
  font-size: 22px;
}

.accordion-item-content {
  overflow: hidden;
}

.link-9, .bold-text-7 {
  color: var(--0127fd);
  text-decoration: none;
}

.heading-12 {
  cursor: pointer;
}

.paragraph-5 {
  text-align: left;
}

.div-block-17 {
  background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/American-Flag.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  margin-bottom: 54px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.div-block-17.erc-grant-page {
  margin-bottom: 0;
}

.section-4 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.column-2 {
  color: var(--dim-grey);
  background-color: #2b2b2b;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-13, .heading-14, .bold-text-8 {
  color: var(--0127fd);
}

.column-3 {
  background-color: #2b2b2b;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-15 {
  color: var(--0127fd);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 49px;
}

.body-2 {
  background-color: #2b2b2b;
}

.heading-16 {
  color: var(--0127fd);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.section-5 {
  background-image: linear-gradient(#000, #fff);
}

.image-9 {
  margin-bottom: 40px;
}

.image-10 {
  margin-top: 40px;
}

.image-10.bottom-image {
  margin-bottom: 40px;
}

.imaga-10 {
  margin-top: 40px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.section-6 {
  height: auto;
}

.navbar {
  color: var(--0127fd);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #1a497b;
  margin-bottom: 0;
  padding: 12px;
}

.pmle-nav-link {
  color: rgba(149, 193, 31, .76);
  text-align: center;
  margin-top: 0;
  margin-left: 15px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  transition: all .5s;
}

.pmle-nav-link:hover {
  color: #1a497b;
}

.pmle-nav-link.w--current {
  color: #aecf61;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.pmle-nav-link.w--current:hover {
  color: #1a497b;
}

.pmle-nav-link.expenses {
  color: #1a497b;
  letter-spacing: 2px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  line-height: 19px;
}

.pmle-nav-link.expenses:hover {
  color: rgba(149, 193, 31, .76);
}

.pmle-nav-link.expenses.w--current {
  font-weight: 700;
}

.pmle-nav-link.expenses.exception {
  color: rgba(149, 193, 31, .76);
  -webkit-text-stroke-color: rgba(149, 193, 31, .76);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
}

.pmle-nav-link.expenses.exception:hover {
  color: #1a497b;
  -webkit-text-stroke-color: #1a497b;
}

.pmle-nav-link.expenses.exception.contact-us {
  color: #1a497b;
  -webkit-text-stroke-color: #1a497b;
  border: 1px #1a497b;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
}

.pmle-nav-link.expenses.exception.contact-us:hover {
  color: rgba(149, 193, 31, .76);
  -webkit-text-stroke-color: rgba(149, 193, 31, .76);
}

.pmle-nav-link.expenses.exception.contact-us.w--current:hover {
  color: var(--0127fd);
}

.pmle-nav-link.expenses.exception.contact-us.phone.blue-bkgrnd {
  color: rgba(149, 193, 31, .76);
  letter-spacing: 1px;
  margin-left: 20px;
  margin-right: 0;
}

.pmle-nav-link.expenses.exception.contact-us.phone.blue-bkgrnd:hover {
  color: #1a497b;
}

.pmle-nav-link.expenses.exception.contact-us.blue-bkgrnd {
  color: rgba(0, 0, 0, .76);
}

.pmle-nav-link.expenses.exception.blue-bkgrnd {
  color: rgba(2, 2, 2, .76);
  margin-left: 20px;
  font-size: 16px;
}

.pmle-nav-link.expenses.exception.blue-bkgrnd:hover {
  color: #1a497b;
}

.pmle-nav-link.blue-bkgrnd {
  letter-spacing: 2px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 19px;
  transition: all .5s cubic-bezier(.713, .112, .25, 1);
}

.pmle-nav-link.blue-bkgrnd:hover {
  color: #1a497b;
}

.home-pg-h1-heading {
  color: var(--0127fd);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
}

.home-pg-h1-div-block {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/American-Flag.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
  padding: 24px;
}

.nav-menu-3 {
  width: 100%;
  background-color: #fff;
  border: 2px #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-10, .link-11 {
  color: var(--0127fd);
  font-weight: 700;
  text-decoration: none;
}

.grab-attention-section {
  margin-top: 0;
}

.grab-attention-section.hero-section {
  margin-bottom: 0;
}

.styling-div-block {
  background-color: #ddd;
  border-bottom: 2px solid #1a497b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-content-container {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/American-Flag.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  margin-bottom: 0;
}

.hero-content-container.hero-section {
  margin-top: 0;
}

.div-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.div-wrapper.main-hero {
  margin-top: 36px;
}

.home-page-hero-heading {
  color: var(--0127fd);
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  line-height: 69px;
}

.home-page-hero-subheading-h2 {
  color: var(--0127fd);
  text-align: center;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.hero-button-div-home-page {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-button {
  color: #1a497b;
  background-color: rgba(149, 193, 31, .76);
  border-radius: 20px;
  margin-right: 25px;
  font-size: 20px;
}

.hero-button.padding {
  color: #1a497b;
  background-color: rgba(149, 193, 31, .76);
  padding-left: 45px;
  padding-right: 45px;
}

.contact-navlink {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  transition: all .5s;
  display: none;
}

.contact-navlink:hover {
  color: rgba(149, 193, 31, .76);
}

.heading-18 {
  color: var(--0127fd);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.body-3 {
  transition: all .5s;
}

.section-7 {
  background-color: #ddd;
  margin-top: 0;
}

.brand-image {
  margin-bottom: 45px;
}

.list-2 {
  color: rgba(149, 193, 31, .76);
  text-shadow: 1px 1px 0 var(--black);
  background-color: rgba(255, 255, 255, .22);
  padding: 0 25px 25px 40px;
  font-size: 24px;
  line-height: 34px;
}

.heading-19 {
  color: rgba(149, 193, 31, .76);
  text-shadow: 1px 1px #000;
  margin-top: -20px;
  margin-bottom: 0;
}

.revenue-and-expense-categories-section {
  padding-bottom: 0;
}

.categories-main-div-block {
  background-color: rgba(107, 107, 107, .28);
}

.categories-main-container {
  padding-bottom: 24px;
}

.heading-20 {
  color: var(--black);
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.list-item {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-6 {
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px var(--black);
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.form-div-increasing-profits-home-page {
  margin-top: 0;
}

.erc-link-to-my-form {
  color: gold;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 20px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  text-decoration: none;
  display: block;
}

.brand-2 {
  flex-direction: column;
  margin-top: 1px;
  margin-bottom: 0;
  display: flex;
}

.image-11 {
  margin-bottom: 13px;
}

.text-block-4 {
  color: var(--0127fd);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
}

.div-block-19 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/American-Flag.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  margin-bottom: 58px;
  padding: 25px;
}

.link-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-12 {
  text-align: left;
}

.how-does-erc-work-graph-image-div-wrapper {
  width: 87%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/American-Flag.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 54px;
  display: flex;
}

.lightbox-link {
  display: block;
}

.erc-explainer-div-wrapper {
  background-color: rgba(107, 107, 107, .19);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  margin-right: 0;
  display: block;
}

.erc-image {
  margin-bottom: 26px;
}

.section-8 {
  background-color: #1b1b1b;
}

.section-8.how-does-the-erc-process-work {
  margin-top: 0;
}

.link-12 {
  color: var(--0127fd);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.faq-closing-statement-paragraph {
  color: var(--0127fd);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-20, .text-block-5 {
  color: var(--0127fd);
}

.restaurant-mktg-pg-mkonnekt {
  background-color: #425d7b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.mkonnekt-image-link-block {
  margin-top: 30px;
}

.mkonnekt-div-block {
  width: 100%;
  background-color: #425d7b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.heading-21 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.heading-21.we-partner-with-the-best.lower-case {
  text-transform: capitalize;
  margin-top: 0;
}

.heading-21.we-partner-with-the-best.lower-case.color-changed-to-white {
  color: var(--0127fd);
}

.text-block-6 {
  color: var(--0127fd);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.image-13 {
  margin-top: 25px;
}

.text-block-7 {
  color: var(--0127fd);
  text-align: left;
  padding: 12px 12px 13px 13px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.heading-22 {
  color: var(--0127fd);
  font-weight: 700;
}

.div-block-21 {
  padding: 0;
}

.text-block-8 {
  color: var(--0127fd);
}

.link-13 {
  color: var(--0127fd);
  text-decoration: none;
}

.bold-text-9 {
  font-weight: 400;
}

.heading-23 {
  color: var(--black);
  text-align: center;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 69px;
}

.div-block-22 {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
}

.section-9 {
  display: none;
}

.columns-2 {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-14 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.div-block-23 {
  text-align: center;
  margin-top: 24px;
}

.link-14 {
  color: var(--545454);
  text-decoration: none;
}

.link-15 {
  color: #00f;
  text-decoration: none;
}

.consult-span {
  color: #00f;
}

.button-div-block {
  margin-top: 40px;
  margin-bottom: 30px;
}

.in-line-link {
  color: var(--0127fd);
  text-decoration: none;
}

.image-15 {
  margin-bottom: 25px;
}

.hero-button-div {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .5s;
  display: flex;
}

.body-4 {
  background-color: rgba(0, 0, 0, 0);
}

.hero-wrapper-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.hero-category-div-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: var(--0127fd);
}

.div-block-24 {
  display: flex;
}

.container-2 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  background-color: var(--black);
  border-radius: 50px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: block;
}

.image-16 {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px;
}

.paragraph-7 {
  color: var(--0127fd);
  letter-spacing: 1px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.valor-hero-section {
  background-color: var(--black);
  text-decoration: none;
}

.valor-hero-container-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-24 {
  color: #04a2f5;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.link-16 {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
}

.link-16.dual-pricing, .link-16.valor-virtual-terminal, .link-16.virtual-terminal-e-comm, .link-16.the-vault, .link-16.cloud-benefits {
  display: none;
}

.link-16.black {
  color: #04a2f5;
  border: 1px #000;
  font-size: 24px;
  line-height: 29px;
}

.valor-virtual-terminal-span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.dual-pricing-savings-span, .virual-terminal-ecomm-span, .the-valor-vault-span, .cloud-benefits-span {
  font-size: 20px;
  font-weight: 400;
}

.valor-presentation-button {
  background-color: var(--black);
  border-radius: 50px;
  margin-left: 13px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.button-5 {
  font-weight: 800;
}

.button-6 {
  border: 2px solid var(--0127fd);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 29px;
}

.div-block-26 {
  font-size: 14px;
  text-decoration: none;
}

.heading-25 {
  color: #04a2f5;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.valor-equipment-span {
  color: #04a2f5;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-26 {
  color: #04a2f5;
  text-align: center;
  text-transform: capitalize;
  font-size: 38px;
  line-height: 44px;
}

.html-div-block {
  min-height: auto;
  margin-top: 20px;
}

.html-embed-3 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 14px;
}

.video-div-wrapper {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.video {
  margin-top: -37px;
}

.link-block-3 {
  z-index: 3;
  margin-right: 63px;
  position: relative;
}

.text-block-11 {
  z-index: 5;
  color: var(--0127fd);
  margin-top: 0;
  margin-right: 31px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 39px;
  text-decoration: none;
  position: static;
}

.heading-27 {
  color: var(--black);
  font-size: 45px;
  line-height: 50px;
}

.text-block-12 {
  font-size: 22px;
  line-height: 29px;
}

.background-video {
  min-height: 110vh;
}

.section-10 {
  height: 120vh;
  background-image: url('../images/3_Cut_Out_Images_Background-preferred-latest-5_16_23-5_22_23_4_57.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-28 {
  width: auto;
  min-width: auto;
  text-align: center;
  margin-top: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-11 {
  min-height: 115vh;
}

.heading-29 {
  color: rgba(107, 107, 107, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 59px;
}

.heading-30 {
  color: #312b2b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-10 {
  line-height: 22px;
}

.navbar-2 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-17 {
  position: absolute;
}

.vt-link-span {
  color: #04a2f5;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.heading-31 {
  color: var(--black);
  font-size: 26px;
  line-height: 29px;
}

.go-live-now-link {
  color: #04a2f5;
  font-size: 38px;
  line-height: 44px;
  text-decoration: none;
}

.div-block-27 {
  margin-bottom: 19px;
}

.button-div-contact-us {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-us-button {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}

.bold-text-10 {
  font-size: 25px;
}

.erc-application-link {
  color: var(--0127fd);
  text-decoration: none;
}

.erc-in-line-link, .saas-phone-link, .fees-link {
  color: var(--0127fd);
  font-weight: 700;
  text-decoration: none;
}

.heading-32 {
  text-align: center;
  font-size: 36px;
  line-height: 39px;
}

.heading-33 {
  text-align: center;
}

.call-now-link-span {
  color: var(--0127fd);
  text-decoration: none;
}

.link-to-microsite {
  color: var(--0127fd);
}

.call-link-added-inline {
  color: var(--0127fd);
  text-decoration: none;
}

.mm-footer-webmaster-link {
  color: rgba(255, 255, 255, .5);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.mm-main-footer-div {
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  display: block;
}

.image-18 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  position: static;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.mm-footer-main-container {
  text-align: center;
  margin-top: 0;
  padding-top: 37px;
}

.mm-footer-row {
  flex: 1;
  margin-top: 0;
  padding-top: 3px;
}

.social-icon-link {
  opacity: 1;
  color: #fff;
  margin-top: -16px;
  margin-bottom: -4px;
  padding: 3px;
  transition: opacity .15s;
}

.social-icon-link:hover {
  opacity: .5;
}

.footer-brand-text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 33px;
}

.column-6 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-21 {
  margin-bottom: 32px;
}

.paragraph-13 {
  color: #fff;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.column-7 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-28 {
  display: none;
}

.footer-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-2.accent {
  height: 40vh;
  background-color: #000;
  background-image: url('../images/Valor-Ecosystem.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.mm-photos-by-cecilia-villegas-link {
  color: rgba(255, 255, 255, .5);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  position: relative;
}

.heading-34 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.mm-footer-makes-musicians-text {
  color: #fff;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.mm-lisas-email-link {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-top: -8px;
  margin-bottom: -9px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.mm-lisas-email-link:hover {
  color: #1565c0;
}

.image-22 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-35 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.section-12 {
  min-height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/wendover-839357_1280.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-29 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-36 {
  color: #050505;
  text-align: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.paragraph-14 {
  color: var(--black);
  text-transform: none;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.bold-text-11 {
  padding: 10px;
  display: inline-block;
}

.hero-div-wrapper-updated {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 27px;
  display: flex;
}

.heading-37 {
  color: #000;
  font-size: 32px;
  line-height: 39px;
}

.heading-38 {
  z-index: 2;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ffdb0e;
  border: 1px #000;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 52px;
  line-height: 59px;
  position: relative;
  box-shadow: 5px 3px 5px 3px rgba(0, 0, 0, .2);
}

.text-block-13 {
  font-size: 22px;
}

.text-block-14 {
  text-align: center;
  text-transform: none;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.text-block-14.white {
  color: var(--0127fd);
  text-align: left;
  padding: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.text-block-14.white.middle-page {
  color: var(--0127fd);
  text-align: center;
}

.text-block-14.white.small {
  background-color: #ff0303;
  border-radius: 12px;
  font-size: 18px;
}

.text-block-14.white.small.bnpl {
  margin-top: 6px;
}

.hero-image-dive-wrapper {
  min-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 63px;
  display: flex;
}

.increase-revenue-reduce-costs-link-block {
  color: #fff;
  background-color: #0127fd;
  border-radius: 100px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.increase-revenue-reduce-costs-link-block.i-want-to {
  color: #fff;
  background-color: #e4911b;
  border-radius: 0;
  margin: 0 12px;
  padding: 17px;
}

.increase-revenue-reduce-costs-link-block.interaction {
  color: #0127fd;
  background-color: rgba(1, 39, 253, .01);
  padding: 3px;
}

.section-13 {
  min-height: 50vh;
  background-color: #fff;
  margin-top: 0;
}

.heading-39 {
  color: #000;
  text-align: center;
  margin-bottom: 29px;
  font-family: Great Vibes, cursive;
  font-size: 82px;
  line-height: 109px;
  text-decoration: none;
  display: block;
}

.body-5 {
  text-decoration: none;
}

.div-block-30 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-40 {
  color: var(--black);
  font-size: 24px;
  line-height: 29px;
}

.div-block-31 {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 16px;
  flex-direction: column;
  display: flex;
}

.simplify-life-page-heading-div-wrapper {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/dollar-4418320_1280.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 72px;
  display: flex;
}

.new-flex-box-sample {
  min-height: 25vh;
}

.section-14 {
  min-height: 50vh;
}

.heading-41 {
  color: var(--black);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
}

.a-simpler-life-page-div-wrapper-below-rtf {
  color: var(--black);
  text-align: center;
  padding: 27px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.rtb-headline {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: underline;
  display: block;
}

.heading-42 {
  color: #413d3d;
  font-weight: 700;
}

.paragraph-15 {
  color: #030303;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: underline;
}

.paragraph-16, .paragraph-17 {
  color: #000;
  font-size: 16px;
  line-height: 29px;
}

.block-quote {
  font-size: 16px;
  line-height: 29px;
}

.paragraph-18 {
  color: var(--black);
  font-size: 16px;
  line-height: 29px;
}

.block-quote-2 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.list-3 {
  display: block;
}

.list-4 {
  display: none;
}

.paragraph-19 {
  color: #000;
  margin-bottom: 20px;
  line-height: 29px;
}

.paragraph-20, .paragraph-21 {
  display: none;
}

.paragraph-22 {
  display: block;
}

.paragraph-23, .paragraph-24 {
  display: none;
}

.section-15 {
  min-height: 75vh;
}

.a-simpler-life-page-div-wrapper-below {
  min-height: 25vh;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-25, .block-quote-3 {
  display: none;
}

.paragraph-26 {
  color: var(--black);
  line-height: 29px;
}

.html-embed-4 {
  display: none;
}

.italic-text {
  color: #000;
  text-align: justify;
  font-weight: 700;
  line-height: 29px;
}

.button-7 {
  text-align: center;
  background-color: #9cc423;
  border-radius: 16px;
  margin-bottom: 29px;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.button-8 {
  border-radius: 14px;
  margin-bottom: 29px;
  font-size: 18px;
  font-weight: 700;
}

.cta-hero-div-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.ease-of-use-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-43 {
  color: #000;
  font-size: 22px;
  line-height: 29px;
  text-decoration: underline;
}

.heading-44 {
  color: #000;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-45 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: underline;
}

.paragraph-27 {
  color: #000;
}

.rich-text-block {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: 16px;
  font-weight: 400;
}

.paragraph-28 {
  color: #000;
}

.paragraph-29 {
  color: #000;
  font-size: 22px;
  line-height: 29px;
  text-decoration: underline;
}

.list-5 {
  list-style-type: none;
}

.heading-46 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: underline;
}

.paragraph-30 {
  color: #000;
  line-height: 29px;
}

.block-quote-4 {
  font-weight: 700;
  line-height: 24px;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  font-size: 16px;
  line-height: 29px;
}

.paragraph-31 {
  color: #000;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-32 {
  color: #000;
  margin-bottom: 60px;
}

.list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  line-height: 24px;
}

.bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  font-weight: 400;
}

.heading-47, .heading-48, .block-quote-5, .list-item-16, .list-item-17, .list-item-18, .list-item-19 {
  display: none;
}

.paragraph-33 {
  line-height: 29px;
  display: none;
}

.heading-49, .list-item-20, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .subscript {
  display: none;
}

.paragraph-39 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.heading-50 {
  color: #000;
  font-size: 22px;
  line-height: 29px;
}

.paragraph-40 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.button-9 {
  background-color: #9cc423;
  border-radius: 16px;
  margin-bottom: 29px;
  font-size: 21px;
  line-height: 29px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.cta-vertical-div-wrapper-hero {
  background-color: rgba(255, 3, 3, 0);
  flex-direction: column;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.bold-text-19 {
  font-size: 18px;
  line-height: 29px;
}

.button-10 {
  border-radius: 14px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text-20 {
  text-align: center;
}

.button-11 {
  text-align: center;
  text-transform: uppercase;
  background-color: #04fd68;
  border-radius: 16px;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-33 {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 16px;
  margin: -8px 12px 12px;
  padding: 10px;
}

.cc-categories-section-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cc-categories-section-wrapper.vert {
  margin-left: 1px;
  margin-right: 0;
}

.cc-categories-section-wrapper.vert.revenues {
  background-color: rgba(106, 99, 99, .31);
}

.cc-categories-div-block-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.cc-categories-div-block-wrapper.vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.individual-cc-div-blocks-flex {
  max-width: none;
  background-color: #ffdb0e;
  border: 1px #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 45px;
  padding-top: 41px;
  padding-bottom: 12px;
  display: flex;
}

.individual-cc-div-blocks-flex.green {
  z-index: 4;
  background-color: #04fd68;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 0;
  position: relative;
}

.individual-cc-div-blocks-flex.green.costs {
  margin-top: auto;
  margin-left: 0;
}

.individual-cc-div-blocks-flex.yellow {
  z-index: 12;
  background-color: #ffdb0e;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.individual-cc-div-blocks-flex.red {
  z-index: 6;
  background-color: #ff0303;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.individual-cc-div-blocks-flex.red.costs {
  margin-bottom: auto;
  margin-left: 8px;
}

.heading-51 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.heading-51.white {
  color: #fff;
  font-weight: 700;
}

.text-block-15 {
  text-align: left;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 14px;
}

.text-block-15.green-background {
  font-weight: 700;
}

.heading-52 {
  font-size: 20px;
  line-height: 29px;
}

.solution-image {
  margin-bottom: 60px;
}

.solution-image.special {
  margin-bottom: 40px;
}

.solution-image.vertical {
  max-width: none;
}

.button-12 {
  opacity: 1;
  background-color: #545454;
  border-radius: 14px;
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.button-12.green {
  background-color: #04fd68;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 9px;
}

.button-12.red {
  background-color: #ff0303;
  margin-top: auto;
  margin-bottom: 10px;
}

.button-12.yellow {
  background-color: rgba(255, 219, 14, .67);
  margin-bottom: 0;
}

.flex-container {
  display: block;
}

.heading-53 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: 1;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
}

.container-4 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-23 {
  text-align: left;
}

.summary-div-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.summary-div-wrapper.green {
  background-color: #04fd68;
  margin-bottom: 10px;
}

.heading-54 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-41 {
  line-height: 24px;
}

.section-16 {
  background-image: linear-gradient(#000, #d6d6d6 15%, #727272 18%, #fff);
  margin-top: 0;
  padding-top: 40px;
}

.div-block-34 {
  min-height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.peace-of-mind-text-block {
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text-21 {
  padding: 10px;
  font-weight: 400;
  display: inline-block;
}

.bold-text-21.white {
  color: #fff;
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}

.paragraph-42 {
  padding: 10px;
  font-size: 18px;
}

.container-5 {
  background-color: rgba(0, 0, 0, .02);
  padding-bottom: 0;
}

.heading-55 {
  color: #e4911b;
  text-align: center;
  -webkit-text-stroke-color: rgba(249, 196, 6, .01);
  text-transform: uppercase;
  background-color: rgba(234, 154, 6, 0);
  border-bottom: 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 52px;
  line-height: 59px;
}

.text-block-16 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #e4911b;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 17px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-35 {
  background-color: rgba(4, 253, 104, 0);
  border-radius: 16px;
  margin-bottom: 12px;
}

.hero-simplify-link-block {
  background-color: rgba(4, 253, 104, 0);
  border-radius: 0;
  text-decoration: none;
}

.top-line-div-wrapper {
  flex-direction: column;
  margin-left: 50px;
  display: flex;
}

.heading-56 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 75px;
  font-size: 52px;
  line-height: 59px;
}

.text-block-17 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-18 {
  min-width: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(228, 145, 27, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.list-item-problems-page {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-item-26 {
  text-transform: capitalize;
}

.text-block-19 {
  color: #e4911b;
  background-color: rgba(228, 145, 27, .21);
  margin-bottom: 40px;
  padding: 15px;
  font-size: 20px;
}

.container-6 {
  text-align: left;
}

.link-block-4 {
  background-color: #e4911b;
  margin-left: 0;
  text-decoration: none;
}

.link-block-4.top {
  margin-left: 42px;
}

.navlink-bottom {
  color: #fff;
}

.heading-57 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia, Times, Times New Roman, serif;
}

.bold-text-22 {
  display: none;
}

.dual-pricing-div-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: #fff;
  font-size: 22px;
  line-height: 29px;
}

.text-block-21 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.bold-text-23 {
  font-weight: 400;
}

.heading-58 {
  color: #4f4646;
}

.heading-59 {
  color: var(--black);
  padding: 8px;
  font-size: 23px;
  line-height: 29px;
}

.bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28 {
  color: #000;
  font-size: 16px;
}

.bold-text-29 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.bold-text-30, .bold-text-31 {
  color: #000;
  font-size: 16px;
}

.section-div-wrapper-what-now {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-17 {
  display: none;
}

.what-we-deliver-div-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.heading-60 {
  color: #000;
  text-align: left;
  margin: -17px 50px 0 121px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.heading-60.bnpl {
  margin-top: 62px;
  margin-left: 17px;
  padding-top: 32px;
}

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.we-are-here-to-help-div-wrapper {
  background-color: rgba(106, 99, 99, .31);
  flex-direction: column;
  padding-top: 46px;
  display: flex;
}

.heading-61 {
  color: var(--black);
  text-align: center;
}

.our-solutions-div-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-62 {
  color: var(--black);
  text-align: center;
  font-weight: 400;
}

.heading-63 {
  color: #000;
}

.heading-64 {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, .25);
  font-size: 18px;
  line-height: 24px;
}

.heading-65, .heading-66, .heading-67, .heading-68 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.div-block-36 {
  min-width: 24%;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .87), rgba(0, 0, 0, .87)), url('../images/PayBright-Light-Bulb-Solo-Gold.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  margin-left: 107px;
}

.heading-84 {
  color: #fcfcfc;
  text-align: center;
  background-color: rgba(252, 251, 251, .25);
  font-size: 18px;
  line-height: 24px;
}

.div-block-37 {
  min-width: 24%;
}

.div-block-38-wrapper {
  min-width: 30%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: -14px;
  display: flex;
}

.div-block-38-wrapper.hide {
  min-width: 25%;
  margin-bottom: 31px;
  padding-top: 158px;
  display: block;
}

.text-block-22 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 36px;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.cc-list-item {
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
}

.list-item-28, .list-item-29 {
  text-align: left;
}

.bold-text-32, .bold-text-33 {
  font-weight: 400;
}

.image-24 {
  margin-bottom: 15px;
}

.heading-85 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.heading-86 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.list-item-30 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.list-item-31 {
  color: #f9f9f9;
}

.list-item-32 {
  color: var(--0127fd);
}

.list-6 {
  line-height: 22px;
}

.span-1 {
  color: #fff;
  font-size: 20px;
  line-height: 39px;
}

.text-block-23, .text-block-24 {
  color: #e4911b;
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.image-25 {
  max-width: none;
}

.image-26 {
  margin-left: 27px;
}

.image-27 {
  margin-left: 0;
}

.button-13 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .button {
    margin-top: 19px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 44px;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    margin-bottom: 48px;
    padding-top: 32px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .footer-link.top {
    margin-left: 25px;
    margin-right: 25px;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-logo-wrap {
    display: block;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    min-width: 240px;
    background-color: #000;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
    display: none;
  }

  .text-block-3 {
    margin-left: 19px;
    font-size: 22px;
  }

  .text-block-7 {
    border-bottom: 5px none var(--0127fd);
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .button-div-block {
    margin-top: 20px;
  }

  .lind-div-white {
    height: 5px;
    max-height: 5px;
    min-height: 5px;
    background-color: var(--0127fd);
  }

  .link-16.white {
    color: var(--0127fd);
  }

  .paragraph-12 {
    margin-bottom: 18px;
  }

  .column-6 {
    padding-bottom: 0;
  }

  .paragraph-13 {
    margin-bottom: 12px;
  }

  .column-7 {
    display: block;
  }

  .div-block-28 {
    display: none;
  }

  .footer-2.accent {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1_1_Lisa_Marcoe_Recital_InPixio_shadow.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-left: 0;
  }

  .heading-34 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .mm-footer-makes-musicians-text {
    margin-top: -13px;
  }

  .mm-lisas-email-link {
    color: #fff;
    margin-bottom: -12px;
  }

  .heading-35 {
    margin-bottom: 0;
  }

  .hero-image-dive-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .footer-link.top {
    margin-left: 20px;
    margin-right: 20px;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 5px;
    display: block;
  }

  .form-block {
    width: 100%;
  }

  .text-block-3 {
    margin-top: 45px;
    margin-left: 8px;
  }

  .div-block-23 {
    margin-top: 33px;
  }

  .button-div-block {
    margin-top: 20px;
  }

  .hero-button-div {
    margin-top: -12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-10, .valor-presentation-button {
    font-size: 16px;
    line-height: 19px;
  }

  .image-18 {
    margin-bottom: 4px;
  }

  .column-5 {
    margin-bottom: 10px;
  }

  .paragraph-12 {
    color: #fff;
    margin-top: -12px;
    margin-bottom: 18px;
    font-family: Montserrat, sans-serif;
    line-height: 18px;
  }

  .mm-footer-row {
    text-align: center;
  }

  .social-icon-link {
    margin-top: -4px;
  }

  .footer-brand-text {
    text-align: center;
    margin-bottom: 34px;
  }

  .column-6 {
    border-radius: 10px;
    margin-top: 10px;
  }

  .paragraph-13 {
    color: #fff;
    margin-top: -10px;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
  }

  .column-7 {
    margin-top: -37px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .div-block-28 {
    height: 20px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-2.accent {
    height: 60vh;
  }

  .heading-34 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
  }

  .mm-footer-makes-musicians-text {
    text-align: center;
    margin-top: -24px;
    margin-bottom: 7px;
    padding-top: 0;
    padding-left: 1px;
  }

  .mm-lisas-email-link {
    color: #fff;
    margin-top: -4px;
    margin-bottom: -8px;
    margin-left: -3px;
  }

  .heading-35 {
    color: #fff;
    margin-top: -11px;
    margin-bottom: 14px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .hero-image-dive-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.wide.img {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    margin-top: 25px;
  }

  .nav-inner {
    width: 100vw;
    font-size: 16px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 5px;
    font-size: 12px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.about-me {
    margin-right: 5px;
    padding: 5px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .title {
    letter-spacing: 1px;
    margin-left: 0;
    font-size: 18px;
    line-height: 29px;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .hero-image {
    width: 80%;
    margin-bottom: 0;
  }

  .hero-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 4vw;
    font-size: 14px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    max-width: none;
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 19px;
  }

  .hero-subhead.email {
    font-size: 11px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-link.top {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .footer-list {
    width: 100%;
    display: block;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    display: block;
  }

  .text-block-3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .link-3 {
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 19px;
  }

  .link-3.email {
    text-transform: uppercase;
    font-size: 11px;
  }

  .paragraph-2 {
    padding: 14px;
    font-size: 12px;
    line-height: 19px;
  }

  .section-2 {
    display: block;
  }

  .heading-4 {
    text-transform: uppercase;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .services-section {
    margin-bottom: 0;
  }

  .image-6 {
    background-color: var(--dim-grey);
  }

  .heading-5 {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 800;
    line-height: 29px;
  }

  .button-3 {
    color: var(--0127fd);
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #00f;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    padding: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .button-3.appointment {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .schedule-a-call-button-div {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .schedule-a-call-button-div.keeping-more-of-what-you-make {
    margin-bottom: 10px;
  }

  .heading-6 {
    text-transform: uppercase;
    background-color: #6d6868;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .image-7 {
    margin-top: 14px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 69px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 29px;
  }

  .section-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/American-Flag.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-9 {
    font-size: 29px;
    line-height: 34px;
  }

  .our-services-div-wrapper {
    flex-direction: column;
  }

  .our-services-heading-h2 {
    font-size: 22px;
  }

  .our-services-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-17 {
    font-size: 24px;
    line-height: 33px;
  }

  .pmle-nav-link {
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 19px;
  }

  .pmle-nav-link.expenses {
    font-size: 14px;
  }

  .pmle-nav-link.expenses:hover {
    color: var(--0127fd);
  }

  .pmle-nav-link.expenses.exception {
    font-size: 12px;
  }

  .pmle-nav-link.expenses.exception.contact-us {
    color: #1a497b;
    font-size: 14px;
  }

  .pmle-nav-link.expenses.exception.contact-us:hover {
    color: var(--0127fd);
  }

  .pmle-nav-link.expenses.exception.contact-us.phone {
    color: rgba(149, 193, 31, .76);
    background-color: rgba(0, 0, 0, 0);
  }

  .pmle-nav-link.expenses.exception.contact-us.phone:hover {
    color: var(--0127fd);
  }

  .pmle-nav-link.expenses.exception.contact-us.phone.blue-bkgrnd {
    color: rgba(149, 193, 31, .76);
    background-color: #1a497b;
  }

  .pmle-nav-link.expenses.exception.contact-us.phone.blue-bkgrnd:hover {
    color: var(--0127fd);
  }

  .pmle-nav-link.expenses.exception.contact-us.blue-bkgrnd {
    color: rgba(149, 193, 31, .76);
  }

  .pmle-nav-link.expenses.exception.blue-bkgrnd {
    background-color: #1a497b;
    font-size: 14px;
  }

  .pmle-nav-link.expenses.exception.blue-bkgrnd:hover {
    color: var(--0127fd);
  }

  .pmle-nav-link.blue-bkgrnd {
    background-color: #1a497b;
    margin-right: 15px;
    font-size: 14px;
  }

  .pmle-nav-link.blue-bkgrnd:hover {
    color: var(--0127fd);
  }

  .home-pg-h1-heading {
    font-size: 24px;
    line-height: 33px;
  }

  .nav-menu-3 {
    margin-top: 21px;
  }

  .styling-div-block {
    background-color: rgba(0, 0, 0, 0);
  }

  .home-page-hero-heading {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
  }

  .home-page-hero-subheading-h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-button-div-home-page {
    flex-direction: column;
    font-size: 14px;
  }

  .hero-button {
    font-size: 16px;
  }

  .hero-button.padding {
    margin-bottom: 21px;
    font-size: 16px;
  }

  .hero-button.padding.portrait {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-18 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-19, .heading-20 {
    font-size: 30px;
  }

  .list-item {
    margin-top: 10px;
    font-size: 18px;
    line-height: 29px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    font-size: 18px;
    line-height: 29px;
  }

  .paragraph-6 {
    text-align: justify;
    padding: 12px;
    font-size: 14px;
    line-height: 19px;
  }

  .erc-link-to-my-form {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
  }

  .div-block-19, .link-block-2 {
    text-decoration: none;
  }

  .how-does-erc-work-graph-image-div-wrapper {
    flex-direction: column;
  }

  .lightbox-link-2 {
    margin-right: 0;
  }

  .heading-21 {
    font-size: 16px;
    line-height: 19px;
  }

  .text-block-6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-7 {
    text-align: left;
    font-size: 9px;
  }

  .heading-22 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-23 {
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-22 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-23 {
    margin-top: 0;
  }

  .html-embed-2 {
    margin-bottom: 0;
  }

  .button-div-block {
    text-align: center;
    margin-top: 20px;
  }

  .hero-button-div {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-24 {
    width: 100%;
  }

  .container-2 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 19px;
    display: none;
  }

  .menu-button-2 {
    background-color: var(--0127fd);
    margin-left: 40px;
    padding-top: 18px;
    line-height: 16px;
    display: none;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 16px;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 19px;
  }

  .link-16 {
    padding: 8px;
    font-size: 16px;
    display: block;
  }

  .link-16.black {
    font-size: 18px;
  }

  .valor-virtual-terminal-span, .dual-pricing-savings-span, .virual-terminal-ecomm-span, .the-valor-vault-span, .cloud-benefits-span {
    font-size: 16px;
    font-weight: 500;
  }

  .icon-2 {
    color: var(--black);
  }

  .menu-button-3 {
    border: 2px solid #000;
  }

  .valor-presentation-button {
    width: auto;
    font-size: 15px;
    line-height: 19px;
    display: flex;
  }

  .heading-25 {
    font-size: 18px;
  }

  .valor-equipment-span {
    font-size: 16px;
    font-weight: 500;
  }

  .section-10 {
    position: relative;
  }

  .heading-32 {
    font-size: 28px;
  }

  .text-span {
    margin-top: 0;
  }

  .mm-footer-phone-link-block {
    margin-bottom: 12px;
  }

  .image-18 {
    margin-bottom: 0;
  }

  .column-5 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .paragraph-12 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 19px;
    line-height: 20px;
  }

  .mm-footer-main-container {
    margin-top: 0;
    padding-top: 12px;
  }

  .social-icon-link {
    margin-bottom: -1px;
  }

  .footer-brand-text {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 11px;
    font-size: 19px;
    line-height: 22px;
  }

  .column-6 {
    margin-top: 25px;
    padding-top: 0;
  }

  .paragraph-13 {
    color: #fff;
    text-align: center;
    margin-top: -7px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 18px;
  }

  .column-7 {
    margin-top: -14px;
    padding-top: 0;
  }

  .footer-2.accent {
    height: 50vh;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    line-height: 24px;
  }

  .mm-photos-by-cecilia-villegas-link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-34 {
    color: #fff;
    text-align: center;
    margin-top: -14px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 18px;
  }

  .mm-footer-makes-musicians-text {
    text-align: center;
    margin-top: -12px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .mm-lisas-email-link {
    color: #fff;
    text-align: center;
    margin-top: -9px;
    margin-bottom: -20px;
    margin-left: -1px;
    font-size: 19px;
  }

  .image-22 {
    text-align: center;
  }

  .heading-35 {
    color: #fff;
    text-align: center;
    margin-top: -31px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .section-12 {
    min-height: auto;
  }

  .hero-div-wrapper-updated {
    min-height: auto;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .heading-38 {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 6px 12px;
    font-size: 26px;
    line-height: 34px;
  }

  .text-block-14.white {
    display: none;
  }

  .hero-image-dive-wrapper {
    min-width: auto;
    flex-direction: column;
    align-items: center;
  }

  .increase-revenue-reduce-costs-link-block.i-want-to {
    margin-bottom: 0;
  }

  .heading-39 {
    background-color: rgba(255, 255, 255, .42);
    border-radius: 16px;
    padding: 12px;
    font-size: 48px;
  }

  .div-block-31 {
    margin-left: 0;
  }

  .simplify-life-page-heading-div-wrapper {
    padding-top: 10px;
  }

  .heading-41 {
    font-size: 18px;
    line-height: 24px;
  }

  .a-simpler-life-page-div-wrapper-below-rtf {
    color: var(--black);
    padding: 15px;
  }

  .rtb-headline {
    font-size: 18px;
    line-height: 24px;
  }

  .cta-hero-div-wrapper {
    margin-bottom: 20px;
  }

  .heading-44 {
    padding: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .bold-text-12, .bold-text-13 {
    padding: 8px;
    display: block;
  }

  .paragraph-28 {
    padding: 6px;
    line-height: 22px;
  }

  .paragraph-31 {
    padding: 8px;
  }

  .list-item-9 {
    padding: 6px;
  }

  .list-item-10 {
    padding: 8px;
  }

  .list-item-11 {
    padding: 6px;
  }

  .list-item-12 {
    padding: 8px;
  }

  .bold-text-15 {
    padding: 8px;
    display: block;
  }

  .bold-text-16 {
    text-align: center;
  }

  .paragraph-39, .paragraph-40 {
    padding: 8px;
  }

  .bold-text-19 {
    padding: 8px;
    display: block;
  }

  .button-10 {
    text-align: center;
    font-weight: 700;
  }

  .bold-text-20 {
    padding: 8px;
    display: block;
  }

  .div-block-33 {
    margin-top: 20px;
  }

  .list-item-21, .list-item-22, .list-item-23, .list-item-24 {
    padding: 8px;
  }

  .cc-categories-div-block-wrapper {
    flex-direction: column;
  }

  .heading-51 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .button-12 {
    margin-top: 26px;
  }

  .heading-53 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
  }

  .heading-54 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .bold-text-21 {
    padding: 8px;
    display: inline-block;
  }

  .paragraph-42 {
    padding: 8px;
  }

  .heading-55 {
    font-size: 22px;
    line-height: 29px;
  }

  .text-block-16 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-56 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
    line-height: 29px;
  }

  .text-block-18 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .list-item-problems-page {
    font-size: 16px;
  }

  .text-block-19 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }

  .link-block-4.top {
    margin-top: 13px;
    margin-left: 0;
  }

  .text-block-21 {
    text-align: center;
    font-size: 18px;
  }

  .section-17 {
    display: none;
  }

  .what-we-deliver-div-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-60 {
    margin-bottom: 10px;
    margin-left: 66px;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
  }

  .heading-60.bnpl {
    margin-top: 0;
    margin-left: 11px;
    margin-right: 0;
    padding-top: 0;
  }

  .heading-61 {
    font-size: 20px;
    line-height: 29px;
  }

  .our-solutions-div-wrapper {
    flex-direction: column;
  }

  .div-block-36 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-85, .heading-86 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-23 {
    text-align: center;
    margin-top: 8px;
    padding-top: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .text-block-24 {
    text-align: center;
    margin-top: 8px;
    padding-top: 3px;
    font-size: 19px;
    font-weight: 700;
  }
}


