@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}
html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  color: #1a1a1a;
  margin: 0px;
  padding: 0px;
}

*:focus,
*:hover {
  outline: 0px;
}
a {
  text-decoration: none;
  color: #469afe;
}
a:hover {
  text-decoration: underline;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
::-webkit-scrollbar {
  width: 10px;
  background: rgba(26, 26, 26, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(26, 26, 26, 0.5);
}
.gradBtn {
  background: #ef3297;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fad34f),
    to(#ef3297)
  );
  background: linear-gradient(to right, #fad34f 0%, #ef3297 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad34f', endColorstr='#ef3297',GradientType=1 );
  display: block;
  max-width: 380px;
  text-align: center;
  padding: 14px 20px;
  line-height: 28px;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 3px 6px rgba(26, 26, 26, 0.29);
  -webkit-box-shadow: 0 3px 6px rgba(26, 26, 26, 0.29);
  -moz-box-shadow: 0 3px 6px rgba(26, 26, 26, 0.29);
}
.gradBtn:hover {
  text-decoration: none;
  color: #fff;
}
.darkMode .mainBanner {
  padding: 170px 0px 0px;
  margin: 0px;
  position: relative;
  min-height: 380px;
  background: #1a1a1a;
}
.darkMode .mainBanner .container {
  position: relative;
  z-index: 3;
}
.darkMode .mainBanner h1 {
  font-size: 8.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.25;
  margin: 80px 0 25px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.darkMode .mainBanner h1 span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.darkMode .mainBanner p {
  font-size: 1.125rem;
    line-height: 28px;
    max-width: 70%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 37px;
}
.darkMode .mainBanner p a {
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 15px 30px;
  display: block;
  max-width: 380px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  background: #1a1a1a;
  letter-spacing: 0.5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.darkMode .mainBanner p a:hover {
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
}
.requestDemo {
  border: 1px solid #54536C;
  color: #54536C;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  padding: 20px 30px;
  display: block;
  max-width: 380px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.5px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.requestDemo:hover {
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
}
.darkMode .mainBanner .graphics {
  position: absolute;
  z-index: 0;
  right: -30px;
  top: 0px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
  -webkit-transform: translate(5%, 30%) scale(1.3);
  transform: translate(5%, 30%) scale(1.3);
}
.darkMode .mainBanner .moveDown {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
}
.darkMode .mainBanner .moveDown img {
  height: 20px;
  width: auto;
}
.darkMode .mainBanner .moveDown img:nth-child(1) {
  -webkit-animation-name: moveArrow;
  animation-name: moveArrow;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.darkMode .mainBanner .moveDown img:nth-child(2) {
  -webkit-animation-name: moveArrow;
  animation-name: moveArrow;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.darkMode .mainBanner .moveDown img:nth-child(3) {
  -webkit-animation-name: moveArrow;
  animation-name: moveArrow;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes moveArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.9);
    transform: translateY(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.9);
    transform: translateY(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@-webkit-keyframes moveArrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0.9);
    transform: translateY(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-10px) scale(0.9);
    transform: translateY(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
.darkMode .mainBanner.features {
  position: relative;
  margin: 0;
  min-height: 800px;
}
.darkMode .mainBanner.features .container {
  position: relative;
  z-index: 3;
}
.darkMode .mainBanner.features .top-deco {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.darkMode .mainBanner.features .bot-deco {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.darkMode .mainBanner.features .bot-deco img {
  float: right;
}
.darkMode .mainBanner.features h1 {
  text-align: center;
}
.darkMode .mainBanner.features h1 span {
  display: inline;
}
.darkMode .mainBanner.features p {
  max-width: 100%;
  text-align: center;
}
.darkMode .mainBanner.features p small {
  font-size: 0.75rem;
}
.darkMode .mainBanner.features a.gradBtn {
  margin: 0 auto 10px;
}
.darkMode ._vfm {
  padding: 140px 0 0;
  background: #1a1a1a;
}
.darkMode ._vfm p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #a5a5a5;
  line-height: 1.6;
  margin-bottom: 35px;
}
.darkMode ._vfm p a {
  color: #39c4ef;
}
.darkMode ._vfm p em {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.darkMode ._vfm .flex {
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.darkMode ._vfm .flex h2 {
  font-size: 3.75rem;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
  color: #fff;
  line-height: 1.4;
}
.darkMode ._vfm .flex h2 span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.darkMode ._vfm .flex h2 span sup {
  font-size: 1.125rem;
  position: absolute;
  top: 20px;
  -webkit-text-fill-color: #929292;
  -moz-text-fill-color: #929292;
  -o-text-fill-color: #929292;
}
.darkMode ._vfm .flex h2 span.braces {
  color: #a5a5a5;
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
}
.darkMode ._vfm .flex h2 small {
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  display: block;
}
.darkMode ._vfm .img {
  text-align: center;
  margin-top: -100px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
}
.darkMode ._vfm .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.darkMode .pr30 {
  padding-right: 30px;
}
.darkMode .what_vfm {
  background: #1a1a1a;
  padding: 140px;
}
.darkMode .what_vfm .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.darkMode .what_vfm .flex .graphics {
  position: relative;
}
.darkMode .what_vfm .flex .graphics img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.darkMode .what_vfm .flex .graphics button {
  background: #a37bff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: -webkit-box;
  display: -ms-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: 0px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.darkMode .what_vfm .flex .graphics button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  background: #f7b0b0;
}
.darkMode .what_vfm .flex .txt {
  max-width: 450px;
}
.darkMode .what_vfm .flex .txt small {
  font-size: 3.75rem;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}
.darkMode .what_vfm .flex .txt h2 {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  position: relative;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  margin-bottom: 10px;
}
.darkMode .what_vfm .flex .txt h2 sup {
  font-size: 0.6rem;
  position: absolute;
  top: 16px;
  -webkit-text-fill-color: #929292;
  -moz-text-fill-color: #929292;
  -o-text-fill-color: #929292;
}
.darkMode .what_vfm .flex .txt p {
  color: #929292;
  font-size: 1.125rem;
  line-height: 34px;
  margin-bottom: 20px;
}
.darkMode .what_vfm .flex .txt p:last-of-type {
  margin-bottom: 0;
}
.darkMode .what_vfm .flex .txt p a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}
.darkMode .videos {
  padding: 200px 0 120px;
  background: #333;
}
.darkMode .videos h3 {
  font-size: 3.75rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 80px 0 30px;
}
.darkMode .videos p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
  padding: 0 40px;
  margin-bottom: 20px;
}
.darkMode .videos ul {
  background: #3c3c3c;
  padding: 30px 40px;
  margin: 30px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.darkMode .videos ul li {
  color: #a5a5a5;
  width: calc(50% - 20px);
  margin: 15px 0;
  font-size: 1.125rem;
  line-height: 1.6;
  position: relative;
  padding-left: 40px;
}
.darkMode .videos ul li:before {
  content: "";
  position: absolute;
  background: url("../img/vfm/check-blue.svg") 0 0;
  width: 22px;
  height: 17px;
  left: 0px;
  top: 6px;
}
.darkMode .whyVfm {
  padding: 120px 0;
  background: #f7f7f7;
}
.darkMode .whyVfm h4 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 30px 0;
}
.darkMode .whyVfm h4 span {
  color: #469afe;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.darkMode .whyVfm p {
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 25px;
}
.darkMode .whyVfm p a {
  color: #469afe;
}
.darkMode .whyVfm p em {
  font-weight: 600;
}
.darkMode .whyVfm p strong {
  color: #000;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
}
.darkMode .whyVfm blockquote {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 35px;
}
.darkMode .whyVfm blockquote p {
  font-size: 1.5rem;
  color: #469afe;
  font-weight: 600;
  font-style: italic;
}
.darkMode .whyVfm blockquote p a {
  font-style: normal;
  font-size: 1.5rem;
  color: #469afe;
  font-weight: 600;
}
.darkMode .whyVfm blockquote .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.darkMode .whyVfm blockquote .flex .col {
  max-width: 600px;
}
.darkMode .whyVfm blockquote .flex .col strong {
  font-size: 2.25rem;
  color: #469afe;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.darkMode .whyVfm blockquote .flex .col strong a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.darkMode .whyVfm blockquote .flex .col li {
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin: 8px 0 8px 50px;
}
.darkMode .nextStrategy {
  padding: 140px 0;
}
.darkMode .nextStrategy h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 30px 0;
  text-align: center;
  line-height: 1.4;
}
.darkMode .nextStrategy h5 + p {
  color: #848484;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 40px;
  line-height: 1.4;
}
.darkMode .nextStrategy ol {
  background: #f7f7f7;
  margin: 50px 0 0;
  padding: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  list-style-type: none;
  counter-reset: css-counters 0;
}
.darkMode .nextStrategy ol li {
  margin-bottom: 35px;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.darkMode .nextStrategy ol li::before {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #222;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 5px;
}
.darkMode .nextStrategy ol li p {
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 25px;
}
.darkMode .nextStrategy ol li p strong {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #469afe;
  display: block;
  margin-bottom: -15px;
}
.darkMode .nextStrategy ol li p:last-of-type {
  margin-bottom: 0;
}
.darkMode .nextStrategy ol li:last-of-type {
  margin-bottom: 0;
}
.darkMode .difference {
  background: #1a1a1a;
  padding: 100px 0;
}
.darkMode .difference h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 50px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  max-width: 960px;
}
.darkMode .difference p {
  color: #a5a5a5;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #fff;
}
.darkMode .difference p span {
  color: #fff;
}
.darkMode .difference p strong {
  color: #4d9dfc;
}
.darkMode .difference .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 80px;
  position: relative;
}
.darkMode .difference .flex .colLine {
  width: 1px;
  height: 100%;
  background: #323232;
  content: "";
  position: absolute;
  left: 50%;
}
.darkMode .difference .flex .row {
  margin: 0px;
}
.darkMode .difference .flex .row .col-xs-12 {
  min-height: 260px;
  margin-bottom: 30px;
}
.darkMode .difference .flex .row .col-xs-12 p {
  text-align: left;
}
.darkMode .difference .flex .row .col-xs-12 p strong {
  font-size: 1.5rem;
}
.darkMode .difference .flex .row .col-xs-12 p .green {
  color: #43eae4;
}
.darkMode .difference .flex .row .col-xs-12 p .blue {
  color: #7db6fa;
}
.darkMode .difference .flex .row .col-xs-12 p .yellow {
  color: #fddb6a;
}
.darkMode .difference .flex .col {
  width: 45%;
  text-align: center;
}
.darkMode .difference .flex .col .title {
  font-size: 1.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline-block;
  margin: 0 auto 55px;
}
.darkMode .difference .flex .col .video img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 30px;
}
.darkMode .difference .flex .col ul li {
  color: #a5a5a5;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.darkMode .difference .flex .col ul li:before {
  content: "";
  position: absolute;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 14px;
  height: 12px;
  left: 0;
  top: 5px;
  background-size: cover;
}
.darkMode .improve {
  padding: 120px 0;
}
.darkMode .improve h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 50px;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  max-width: 960px;
}
.darkMode .improve h5 span {
  color: #4d9dfc;
  font-family: "Poppins", sans-serif;
}
.darkMode .improve .img {
  text-align: center;
}
.darkMode .improve .img img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 35px;
  display: block;
}
.darkMode .improve .img img.mobile {
  display: none;
}
.darkMode .improve .flex {
  background: #f7f7f7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 50px;
}
.darkMode .improve .flex h6 {
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 35px;
}
.darkMode .improve .flex ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}
.darkMode .improve .flex ol > li {
  position: relative;
  padding-left: 25px;
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 35px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.darkMode .improve .flex ol > li:before {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #222;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 2px;
}
.darkMode .improve .flex ol > li span {
  color: #4d9dfc;
}
.darkMode .improve .flex ol > li:last-of-type {
  margin-bottom: 0;
}
.darkMode .improve .flex ol > li ul {
  margin: 20px 0 0 35px;
}
.darkMode .improve .flex ol > li ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.darkMode .improve .flex ol > li ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.darkMode .improve .flex .spacer {
  border-top: 1px solid #848484;
  margin: 60px 0;
  opacity: 0.3;
}
.darkMode .improve .flex p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 35px;
  font-weight: 600;
}
.darkMode .steps {
  background: #1a1a1a;
  padding: 120px 0;
}
.darkMode .steps h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 25px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  max-width: 960px;
}
.darkMode .steps h5 span {
  color: #4d9dfc;
  font-family: "Poppins", sans-serif;
}
.darkMode .steps h5 + p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #a5a5a5;
  text-align: center;
  margin-bottom: 35px;
}
.darkMode .steps .panel {
  background: #3c3c3c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px;
  padding: 0px;
  margin: 20px 0;
}
.darkMode .steps .panel .panel-heading {
  background: none;
  padding: 40px 80px 40px 40px;
  border: 0px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
}
.darkMode .steps .panel .panel-heading:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/minus.png") 0 0 no-repeat;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.darkMode .steps .panel .panel-heading.collapsed:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/plus.png") 0 0 no-repeat;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.darkMode .steps .panel .panel-heading span {
  color: #469afe;
}
.darkMode .steps .panel .panel-body {
  border: 0px !important;
  padding: 20px 40px;
}
.darkMode .steps .panel .panel-body p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
  font-size: 1.125rem;
}
.darkMode .steps .panel .panel-body p strong {
  display: block;
  color: #469afe;
  margin-bottom: 10px;
}
.darkMode .steps .panel .panel-body .video {
  margin-bottom: 35px;
  color: #fff;
}
.darkMode .steps .panel .panel-body .video img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.darkMode .steps .panel .panel-body ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}
.darkMode .steps .panel .panel-body ol > li {
  position: relative;
  padding-left: 25px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 35px;
}
.darkMode .steps .panel .panel-body ol > li:before {
  font-size: 1.125rem;
  color: #fff;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 2px;
}
.darkMode .steps .panel .panel-body ol > li span {
  color: #4d9dfc;
}
.darkMode .steps .panel .panel-body ol > li:last-of-type {
  margin-bottom: 0;
}
.darkMode .steps .panel .panel-body ul {
  margin: 20px 0 0 35px;
}
.darkMode .steps .panel .panel-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  color: #fff;
}
.darkMode .steps .panel .panel-body ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 1px;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.darkMode .anatomy {
  padding: 120px 0;
}
.darkMode .anatomy h5 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 25px;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  max-width: 960px;
}
.darkMode .anatomy h5 span {
  color: #4d9dfc;
  font-family: "Poppins", sans-serif;
}
.darkMode .anatomy p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 25px;
}
.darkMode .anatomy ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}
.darkMode .anatomy ol > li {
  position: relative;
  padding-left: 25px;
  font-size: 1.125rem;
  color: #848484;
  line-height: 1.4;
  margin-bottom: 35px;
  font-weight: 600;
}
.darkMode .anatomy ol > li:before {
  font-size: 1.125rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 0px;
}
.darkMode .anatomy ol > li strong {
  color: #1a1a1a;
}
.darkMode .anatomy ol > li:last-of-type {
  margin-bottom: 0;
}
.darkMode .faqs {
  padding: 120px 0;
  background: #f7f7f7;
}
.darkMode .faqs #faqs {
  margin: 0 10%;
}
.darkMode .faqs h6 {
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0px auto 25px;
  text-align: center;
  line-height: 1.4;
  color: #1a1a1a;
  max-width: 960px;
}
.darkMode .faqs .panel {
  background: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px;
  border-bottom: 1px solid #bdbdbd;
  padding: 0px;
  margin: 0 !important;
}
.darkMode .faqs .panel .panel-heading {
  background: none;
  padding: 40px 60px 40px 0;
  border: 0px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  cursor: pointer;
  color: #1a1a1a;
  position: relative;
  line-height: 1.4;
}
.darkMode .faqs .panel .panel-heading:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/minus.png") 0 0 no-repeat;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.darkMode .faqs .panel .panel-heading.collapsed {
  color: #848484;
}
.darkMode .faqs .panel .panel-heading.collapsed:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../img/vfm/plus.png") 0 0 no-repeat;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.darkMode .faqs .panel .panel-heading span {
  color: #469afe;
}
.darkMode .faqs .panel .panel-body {
  border: 0px !important;
  padding: 20px 40px;
}
.darkMode .faqs .panel .panel-body p {
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 1.125rem;
  margin-bottom: 25px;
}
.darkMode .faqs .panel .panel-body p strong {
  display: block;
  color: #469afe;
  margin-bottom: 10px;
}
.darkMode .faqs .panel .panel-body .video {
  margin-bottom: 35px;
  color: #1a1a1a;
}
.darkMode .faqs .panel .panel-body .video img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.darkMode .faqs .panel .panel-body ol {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0 35px;
}
.darkMode .faqs .panel .panel-body ol > li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-bottom: 35px;
}
.darkMode .faqs .panel .panel-body ol > li:before {
  font-size: 1.125rem;
  color: #1a1a1a;
  margin-left: -10px;
  position: absolute;
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  left: 0px;
  top: 2px;
}
.darkMode .faqs .panel .panel-body ol > li span {
  color: #4d9dfc;
}
.darkMode .faqs .panel .panel-body ol > li:last-of-type {
  margin-bottom: 0;
}
.darkMode .faqs .panel .panel-body ul {
  margin: 20px 0 0 35px;
}
.darkMode .faqs .panel .panel-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 1.125rem;
}
.darkMode .faqs .panel .panel-body ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 1px;
  background: url("../img/vfm/checkGrey.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.darkMode .cta {
  padding: 140px 0;
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.darkMode .cta h5 {
  font-size: 3.875rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}
.darkMode .cta h5 span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.darkMode .cta p {
  margin-bottom: 15px;
  max-width: 380px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #fff;
}
.darkMode .cta p a {
  margin-bottom: 10px;
}
.darkMode .cta p small {
  opacity: 0.6;
}
.darkMode .cta .graphics {
  position: absolute;
  z-index: 0;
  right: 0px;
  top: 0px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
}
.darkMode .cta.features .graphics {
  right: 0px;
}
.mainBanner {
  margin: 170px 0 0;
  position: relative;
  min-height: 380px;
  overflow: hidden;
}
.mainBanner .container {
  position: relative;
  z-index: 3;
}
.mainBanner h1 {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 78px;
  margin: 80px 0 25px;
}
.mainBanner h1 span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  padding: 5px 0;
}
.mainBanner p {
  font-size: 1.125rem;
    line-height: 28px;
    max-width: 70%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 37px;
}
.mainBanner .graphics {
  position: absolute;
  z-index: 0;
  right: -30px;
  top: 0px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
}
.mainBanner.features {
  position: relative;
  margin: 0;
  min-height: 800px;
}
.mainBanner.features .container {
  position: relative;
  z-index: 3;
}
.mainBanner.features .top-deco {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.mainBanner.features .bot-deco {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.mainBanner.features .bot-deco img {
  float: right;
}
.mainBanner.features h1 {
  text-align: center;
}
.mainBanner.features h1 span {
  display: inline;
}
.mainBanner.features p {
  max-width: 100%;
  text-align: center;
}
.mainBanner.features p small {
  font-size: 0.75rem;
}
.mainBanner.features a.gradBtn {
  margin: 0 auto 10px;
}
.what_vfm {
  background: #1a1a1a;
  padding: 140px;
}
.what_vfm .flex {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.what_vfm .flex .graphics {
  position: relative;
}
.what_vfm .flex .graphics img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.what_vfm .flex .graphics button {
  background: #a37bff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: -webkit-box;
  display: -ms-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: 0px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.what_vfm .flex .graphics button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  background: #f7b0b0;
}
.what_vfm .flex .txt {
  /* max-width: 450px; */
  max-width: 750px;
  text-align: center;
  margin: auto;
}
.what_vfm .flex .txt small {
  font-size: 3.75rem;
  display: inline;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}
.what_vfm .flex .txt h2 {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  position: relative;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  margin-bottom: 10px;
}
.what_vfm .flex .txt h2 sup {
  font-size: 0.5rem;
  position: absolute;
  top: 19px;
  -webkit-text-fill-color: #929292;
  -moz-text-fill-color: #929292;
  -o-text-fill-color: #929292;
}
.what_vfm .flex .txt p {
  text-align: center;
  font: normal normal 600 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #929292;
  opacity: 1;
  margin-bottom: 20px;
  margin-top: 15px;
}
.what_vfm .flex .txt p:last-of-type {
  margin-bottom: 0;
}
.what_vfm .flex .txt p a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
}
.features {
  padding: 130px 0;
}
.features h3 {
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.3;
}
.features .img {
  position: relative;
  max-width: 242px;
  text-align: center;
  margin-bottom: 80px;
  padding-left: 30px;
}
.features .img img {
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.features .img:before {
  content: "";
  border: 30px solid #ccc;
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: -27px;
  width: 100%;
  height: 90%;
}
.features .img .icon {
  position: absolute;
  z-index: 2;
  bottom: -45px;
  right: 0%;
  transform: translateX(70%);
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
}
.features .img .icon img {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.features .img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.features .desc {
  padding-right: 60px;
}
.features .desc small {
  font-size: 0.9375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}
.features .desc h4 {
  font-size: 2.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}
.features .desc p {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.features .desc p a {
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  text-decoration: underline;
}
.features .desc p a:hover {
  color: #f1821e;
  text-decoration: none;
}
.features .desc p:last-of-type {
  margin-bottom: 0;
}
.features .sales .img:before {
  border-color: #7db6fa;
}
.features .marketing .img:before {
  border-color: #f7b0b0;
}
.features .communication .img:before {
  border-color: #fad34f;
}
.clients {
  padding: 120px 0;
  background: #f4f4f4;
}
.clients h5 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #2e3237;
  margin-bottom: 10px;
}
.clients p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #929292;
}
.clients .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clients .flex .colTxt {
  max-width: 27%;
}
.clients .flex .colLogo {
  width: 67%;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clients .flex .colLogo a {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
}
.clients .flex .colLogo a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.solutions {
  padding: 120px 0;
}
.solutions h5 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #333;
  text-align: center;
}
.solutions ul.nav {
  display: -webkit-box;
  display: -ms-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;
  border: 1px solid #323232;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow-x: hidden;
  margin: 40px 0;
}
.solutions ul.nav li {
  width: 25%;
}
.solutions ul.nav li:last-of-type a {
  border: 0px;
}
.solutions ul.nav li.active a {
  background: #323232;
  color: #fff;
}
.solutions ul.nav li.active a:hover {
  background: #323232;
  color: #fff;
}
.solutions ul.nav li a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  line-height: 28px;
  border-right: 1px solid #323232;
  white-space: nowrap;
}
.solutions ul.nav li a:hover {
  background: rgba(50, 50, 50, 0.5);
}
.solutions .tab-pane > p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
  color: #7f7f7f;
}
.solutions .tab-pane .videoContainer {
  margin: 40px auto 0;
  max-width: 842px;
  position: relative;
}
.solutions .tab-pane .videoContainer img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.solutions .tab-pane .videoContainer button {
  background: none;
  border: 0px;
  padding: 0;
  margin: -48px 0 0 -48px;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.solutions .tab-pane .videoContainer button svg circle {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.solutions .tab-pane .videoContainer button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.solutions .tab-pane .videoContainer button:hover svg circle {
  fill: #f7b0b0;
}
.standOut {
  background: #1a1a1a;
  padding: 110px 0;
}
.standOut h5 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.standOut .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.standOut .flex ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}
.standOut .flex ul li {
  width: 45%;
}
.standOut .flex ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.standOut .flex ul li:first-child {
  width: 425px;
}
.standOut .flex ul li:last-child {
  text-align: right;
}
.standOut .flex ul li .title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.standOut .flex ul li p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #929292;
}
.standOut .flex ul:nth-child(even) li:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.standOut .flex ul:nth-child(even) li:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}
.integration {
  background: #333;
  padding: 100px 0;
}
.integration h5 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}
.integration p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #929292;
}
.integration .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.integration ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 396px;
}
.integration ul li {
  margin: 6px 0;
  width: 190px;
}
.integration ul li a {
  display: block;
  background: #474747;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-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;
}
.integration ul li a img {
  height: 40px;
  width: auto;
}
.featureWrap {
  background: #1a1a1a;
  padding: 100px 0;
}
.featureWrap ul {
  display: -webkit-box;
  display: -ms-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;
  margin: 60px 0;
}
.featureWrap ul li {
  width: 42%;
}
.featureWrap ul li:last-child {
  padding-left: 50px;
}
.featureWrap ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.featureWrap ul li .title {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}
.featureWrap ul li .sub-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}
.featureWrap ul li .sub-title.blue {
  color: #7db6fa;
}
.featureWrap ul li .sub-title.green {
  color: #43eae4;
}
.featureWrap ul li .sub-title.yellow {
  color: #fddb6a;
}
.featureWrap ul li p {
  color: #929292;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}
.featureWrap ul:nth-child(even) li:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.featureWrap ul:nth-child(even) li:last-child {
  padding: 0 50px 0 0px;
}
.videoEmail {
  background: url("../img/video-email-bg.jpg") center no-repeat fixed;
  background-size: cover;
  padding: 140px 0;
}
.videoEmail h2 {
  font-size: 3.875rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.videoEmail p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.videoEmail img {
  width: 100%;
  height: auto;
  box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -webkit-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -moz-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  max-width: 844px;
  margin: 40px auto 0;
}
.videoMgmt {
  background: #f7f7f7;
  padding: 140px 0;
}
.videoMgmt h3 {
  font-size: 3.875rem;
  color: #1a1a1a;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.videoMgmt p {
  font-size: 1.125rem;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.videoMgmt img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 40px auto 0;
}
.growthTool {
  background: #1a1a1a;
}
.growthTool .flex {
  padding: 150px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.growthTool .flex .col {
  max-width: 45%;
}
.growthTool .flex .col p {
  font-size: 2.375rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
}
.growthTool .flex .col p span {
  font-size: 2.375rem;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.growthTool .flex .col p span.blue {
  color: #4e98ec;
}
.growthTool .flex .col p span.grey {
  color: #b1b1b1;
}
.growthTool.features {
  background: #fff;
}
.growthTool.features h4 {
  font-size: 3.875rem;
  color: #1a1a1a;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}
.growthTool.features ul {
  display: -webkit-box;
  display: -ms-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;
  margin: 70px 0;
}
.growthTool.features ul:last-of-type {
  margin-bottom: 0;
}
.growthTool.features ul li {
  width: 42%;
}
.growthTool.features ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.growthTool.features ul li .title {
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}
.growthTool.features ul li .sub-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}
.growthTool.features ul li p {
  color: #929292;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}
.growthTool.features ul:nth-child(odd) li:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.quize {
  background: #1a1a1a;
  padding: 140px 0;
}
.quize h5 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.3;
}
.quize ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quize ul li {
  width: 55%;
}
.quize ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -webkit-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
  -moz-box-shadow: 0px 25px 80px rgba(26, 26, 26, 0.12);
}
.quize ul li p {
  font-size: 1.125rem;
  color: #929292;
  font-weight: 600;
  line-height: 1.5;
}
.quize ul li:last-child {
  width: 40%;
}
.bTob {
  padding: 110px 0;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.bTob h5 {
  font-size: 3.875rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  color: #1a1a1a;
}
.bTob h5 span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43eae4),
    color-stop(#2a8bff),
    color-stop(#ce5193),
    to(#ef3297)
  );
  background: linear-gradient(to right, #43eae4, #2a8bff, #ce5193, #ef3297);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.bTob p {
  margin-bottom: 15px;
  max-width: 380px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3;
}
.bTob p a {
  margin-bottom: 10px;
}
.bTob .graphics {
  position: absolute;
  z-index: 0;
  right: -90px;
  top: -20px;
  max-height: 700px;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: top left;
  object-position: top left;
}
.bTob.features .graphics {
  right: 0px;
}

.list_products{
  margin: 85px 0px;
}
/* 
footer {
  padding: 80px 0 30px;
}
footer .logo a {
  display: inline-block;
  margin-bottom: 15px;
}
footer .title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
footer .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .col1 p {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
footer .col1 p span {
  display: block;
  color: #f1821e;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
footer small {
  font-size: 12px;
  line-height: 1.2;
  color: #AFAFAF;
  display: block;
  margin-top: 7px;
  font-weight: normal;
}
footer .col2 {
  width: 200px;
}
footer .col2 p {
  font-size: 0.9375rem;
  line-height: 1.6;
}
footer .col2 p a {
  color: #1a1a1a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
footer .col2 p a:hover {
  color: #f1821e;
  text-decoration: none;
}
footer .socialIcon {
  margin-top: 20px;
}
footer .socialIcon ul {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -9px;
}
footer .socialIcon ul a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-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%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #EFEFEF;
  margin-right: 10px;
}
footer .socialIcon ul a img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  opacity: 1;
  position: relative;
  z-index: 2;
  filter: grayscale(100%);
  transform: scale(.6);
}
footer .socialIcon ul a:hover {
  transform: scale(1.2);
}
footer .socialIcon ul a:hover img {
  opacity: 1;
  filter: grayscale(0%);
  display: block;
  transform: scale(.8);
}
footer h6 {
  margin: 40px 0 20px;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
footer .logo{
  text-align: left;
  margin:50px 0px 0;
}
footer .title{
  text-align: left;
}
footer .title h6{
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  margin:10px 0px 0;
}
footer .title p{
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
footer .title p span{
  color:#F1821E
}
footer{
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
}
footer li a {
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  padding:8px 0;
}
footer li a:hover {
  color: #f1821e;
  text-decoration: underline;
} */

/* Security page design */
.securityPolicy{}
.securityPolicy .securityBanner{
  padding:70px 0 0;
  background: transparent linear-gradient(296deg, #2C91FD 0%, #43E9E5 100%) 0% 0% no-repeat padding-box;
}
.securityPolicy header .nav-dropdown-icon{filter: grayscale(1) invert(1);}
.securityPolicy header.scrolled .nav-dropdown-icon{filter: grayscale(0) invert(0);}
.securityPolicy a{
  color: #F1821D;
  text-decoration: underline;
}
.securityPolicy .securityBanner .custom_container{padding: 80px 0px 100px;}
.securityPolicy .securityBanner h1{
  font-size: 70px;
  text-align: center;
  margin: 0px auto 30px;
  color: #fff;
  font-weight: 600;
}
.securityPolicy .securityBanner p{
  color: #FFFFFF;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

.security_policy_section{
  margin:80px auto;
  max-width:860px;
  text-align: justify;
}
.security_subdiv{
  margin-bottom:40px;
}
.security_subdiv h2{
  font-size:24px;
  color:#2D2D2D;
  
  font-weight: bold;
  margin-bottom:20px;
}
.security_subdiv p{
  font-size:19px;
  color:#54536C;
  
  line-height: 1.5;
}

.security_subdiv img{
  width:300px;
}
.certified_blocks .row{display: flex;}
.certified_blocks{
  padding:100px 0 50px 0;
}
.certified_blocks img{
  width:100px;
}
.certified{
  text-align: center;
  max-width:23%;
  border: 1px solid #D5D5D5;
  border-radius: 18px;
  opacity: 1;
  padding: 40px 15px;
  margin:0 auto;
  margin-bottom: 20px;

}
.certified p{
  font-size: 18px;
  font-weight:bold;
  color:#2D2D2D;
  
  line-height: 1.2;
  margin-top: 20px;
  
}

.personalizedVideo .mainBanner{min-height: 560px;}
.personalizedVideo .mainBanner p{margin: 30px 0;}
.personalizedVideo  .mainBanner .graphics{object-position: bottom right;height: 100%;right: 0;}
.personalizedVideo .show_container{background: #F5F5F5;margin: 0px 0 100px;
  padding-top: 100px;}
.personalizedVideo .show_multi_section a{color: #F1821E;font-size: 18px;float: left;margin-top: 15px;text-decoration: underline;text-align: left;}
.personalizedVideo .bTob p{text-align: left;color: #4C4C4C;font-size: 18px;width: 100%;max-width: 68%;margin: 5px 0px 25px;}


@media screen and (max-width: 1199px) {
  .featureWrap ul li {
    width: 50%;
  }
  .darkMode .difference .flex .row .col-xs-12 {
    min-height: 320px;
  }
  .certified_blocks img {
    width: 60px;
  }
  .certified p{font-size: 14px;}
}

@media screen and (max-width: 992px) {
  .what_vfm .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_products{
    margin: 0px !important;
  }
  .what_vfm .flex .graphics {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 420px;
    margin: 50px auto 0;
  }
  .what_vfm .flex .txt {
    max-width: 100%;
    text-align: center;
  }
  .features h3 br {
    display: none;
  }
  .features .communication {
    margin-top: 50px;
  }
  .growthTool .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .growthTool .flex .col {
    max-width: 100%;
    width: 100%;
  }
  .growthTool .flex .col p {
    text-align: center;
    margin-bottom: 50px;
  }
  .growthTool .flex .col .graphics {
    text-align: center;
  }
  .growthTool .flex .col .graphics img {
    width: 100%;
    height: auto;
  }
  .clients .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients .flex .colTxt {
    max-width: 100%;
    width: 100%;
  }
  .clients .flex .colTxt h5 br {
    display: none;
  }
  .clients .flex .colLogo {
    margin-top: 50px;
    width: 100%;
  }
  .standOut .flex ul:nth-child(even) li:first-child {
    padding-left: 30px;
  }
  .integration ul li {
    width: 155px;
  }
  .integration ul li a img {
    height: 30px;
  }
  .solutions ul.nav li:first-child {
    min-width: 240px;
  }
  .mainBanner.features h1 br {
    display: none;
  }
  .featureWrap ul li .title {
    font-size: 1.625rem;
  }
  .featureWrap ul li .sub-title {
    font-size: 1.25rem;
  }
  .featureWrap ul li p {
    font-size: 1rem;
  }
  .featureWrap ul li:last-child {
    padding-left: 15px;
  }
  .videoEmail h2 {
    font-size: 3rem;
  }
  .videoMgmt h3 {
    font-size: 3rem;
  }
  .videoMgmt h3 br {
    display: none;
  }
  .growthTool.features h4 {
    font-size: 3rem;
  }
  .growthTool.features h4 br {
    display: none;
  }
  .growthTool.features ul li {
    width: 47%;
  }
  .growthTool.features ul li .title {
    font-size: 1.5rem;
  }
  .quize h5 {
    font-size: 3rem;
  }
  .quize h5 br {
    display: none;
  }
  .quize ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quize ul li {
    width: 100% !important;
    text-align: center;
  }
  .quize ul li img {
    margin-bottom: 30px;
  }
  .darkMode .difference .flex .col .title {
    font-size: 1.5rem;
  }
  .darkMode .difference .flex .row .col-xs-12 {
    min-height: 440px;
  }
  .certified_blocks .row{flex-wrap: wrap;}
  .certified{max-width: 45%;width: 100%;}
}
@media screen and (max-width: 767px) {
  .personalizedVideo .mainBanner{margin: 80px 0 0;}
  .personalizedVideo .mainBanner p{margin: 30px auto;}
  .personalizedVideo .show_multi_section{margin: 50px 0 100px;}
  .personalizedVideo .show_multi_section a{text-align: left;}
  .personalizedVideo .videoHosting .faqs{padding: 10px 0 100px;}
  .personalizedVideo .bTob p{text-align: center;max-width: 100%;}
  .personalizedVideo .bTob.vh p a{min-width: 290px;
    margin: auto;}
  .homepageButtons{
    flex-direction: column;
  }
  .freeTrialButton{
    margin: 10px auto !important;
  }
  .container {
    width: 600px;
  }
  /* footer{
    padding:20px 0 30px;
  } */
  .mobileHide{
    margin:0px 0 20px;
  }
  .mainBanner {
    min-height: 550px;
  }
  .mainBanner h1 {
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
  }
  .mainBanner p {
    text-align: center;
  }
  .mainBanner a {
    margin: 0 auto;
  }
  .mainBanner .graphics {
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    top: inherit;
    bottom: 0;
    opacity: 0.2;
  }
  .mainBanner.features h1 {
    margin-top: 100px;
  }
  .what_vfm {
    padding: 70px 0;
  }
  .what_vfm .flex .txt small {
    font-size: 1.5rem;
  }
  .what_vfm .flex .txt h2 {
    font-size: 1.5rem;
  }
  .what_vfm .flex .txt h2 sup {
    top: 5px;
    font-size: 0.2rem;
  }
  .what_vfm .flex .txt p {
    line-height: 1.6;
  }
  .what_vfm .flex .txt p a {
    text-decoration: underline;
  }
  .what_vfm .flex .txt p a:hover {
    color: #f1821e;
  }
  .features {
    padding: 80px 0;
  }
  .features h3 {
    font-size: 2.5rem;
  }
  .features .img {
    margin: 0 auto 60px;
  }
  .features .img:before {
    left: -20px;
  }
  .features .img img {
    margin-left: -20px;
  }
  .features .desc {
    text-align: center;
    padding-right: 0;
    max-width: 320px;
    margin: 0 auto 70px;
  }
  .standOut {
    padding: 70px 0;
  }
  .standOut h5 {
    font-size: 2.5rem;
  }
  .standOut .flex ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .standOut .flex ul li {
    width: 100% !important;
  }
  .standOut .flex ul li:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center !important;
    margin-bottom: 15px;
  }
  .standOut .flex ul li:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center !important;
  }
  .standOut .flex ul li .title {
    font-size: 1.875rem;
    text-align: center;
  }
  .integration .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .integration .flex .col1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .integration .flex .col2 {
    width: 100%;
    text-align: center;
  }
  .integration .flex ul {
    max-width: 320px;
    margin: 0 auto;
  }
  .bTob img {
    display: none;
  }
  .launch_video{
    min-height: 480px !important;
}
  .bTob h5 {
    font-size: 3rem;
    text-align: center;
  }
  .bTob p {
    text-align: center;
    max-width: 100%;
  }
  .bTob p a {
    max-width: 100%;
  }
  .solutions ul.nav {
    overflow-x: auto;
  }
  .solutions ul.nav li {
    width: auto;
    max-width: 250px;
    min-width: 150px;
  }
  .solutions ul.nav li:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .solutions ul.nav li a {
    white-space: nowrap;
  }
  .solutions h5 {
    font-size: 3rem;
  }
  .featureWrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 100px;
  }
  .featureWrap ul li {
    width: 100%;
    padding: 0px !important;
  }
  .featureWrap ul li img {
    margin-bottom: 45px;
  }
  .featureWrap ul li:first-child {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .featureWrap ul li:last-child {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .featureWrap ul:last-of-type {
    margin: 0px;
  }
  .growthTool.features ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .growthTool.features ul li {
    width: 100%;
    text-align: center;
  }
  .growthTool.features ul li:first-child {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .growthTool.features ul li:last-child {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin-bottom: 25px;
  }
  .darkMode .mainBanner h1 {
    font-size: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
  }
  .darkMode .mainBanner h1 span {
    padding: 0px;
  }
  .darkMode .mainBanner .graphics {
    opacity: 1;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50px;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .darkMode .mainBanner .moveDown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .darkMode ._vfm .flex h2 {
    font-size: 3rem;
  }
  .darkMode ._vfm .flex h2 small {
    display: inline;
  }
  .darkMode .whyVfm blockquote .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .darkMode .whyVfm blockquote .flex .col {
    width: 100%;
  }
  .darkMode .whyVfm blockquote .flex .col li {
    margin: 12px 0 12px 0;
  }
  .darkMode .nextStrategy h5,
  .darkMode .difference h5,
  .darkMode .improve h5,
  .darkMode .steps h5,
  .darkMode .anatomy h5 {
    font-size: 3rem;
  }
  .darkMode .nextStrategy h5 br,
  .darkMode .difference h5 br,
  .darkMode .improve h5 br,
  .darkMode .steps h5 br,
  .darkMode .anatomy h5 br {
    display: none;
  }
  .darkMode .faqs h6 {
    font-size: 3rem;
  }
  .darkMode .improve .flex {
    padding: 20px;
  }
  .darkMode .improve .flex ol > li ul {
    margin-left: 0;
  }
  .darkMode .cta {
    text-align: center;
  }
  .darkMode .cta .graphics {
    display: none;
  }
  .darkMode .cta h5 {
    font-size: 3rem;
  }
  .darkMode .cta p {
    margin: 0 auto;
  }
  .darkMode .whyVfm h4 {
    font-size: 3rem;
  }
  .darkMode .difference .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .darkMode .difference .flex .col {
    width: 100%;
  }
  .darkMode .difference .flex .col .title {
    margin: 0 auto 25px;
  }
  .darkMode .difference .flex .colLine {
    display: none;
  }
  .darkMode .difference .flex .row .col-xs-12 {
    min-height: auto;
  }
  .securityPolicy .securityBanner .custom_container{
    width: 100%;
    padding: 25px;
  }
  .securityPolicy .securityBanner{padding:90px 0 0}
  .securityPolicy .securityBanner h1{font-size: 35px;}
  .securityPolicy .securityBanner p{font-size: 16px;}
  .certified_blocks .row{flex-wrap: wrap;}
  .certified{max-width: 45%;width: 100%;}
  .security_subdiv p{font-size: 16px;}
}
@media screen and (max-width: 640px) {
  .darkMode .videos p {
    padding: 0px;
  }
  .darkMode .videos ul {
    padding: 0px;
    background: none;
  }
  .darkMode .videos ul li {
    width: 100%;
  }
  .darkMode .nextStrategy ol {
    padding: 0px 0 0 15px;
    background: none;
  }
  .darkMode .improve .img .desktop {
    display: none;
  }
  .darkMode .improve .img .mobile {
    display: block;
  }
}
@media screen and (max-width: 630px) {
  .container {
    width: 100%;
  }
  .growthTool .flex {
    padding: 70px 0;
  }
  .growthTool .flex .col p {
    font-size: 2rem;
  }
  .growthTool .flex .col p span {
    font-size: 2rem;
  }
  .clients {
    padding: 70px 0;
  }
  .clients .flex .colTxt {
    text-align: center;
  }
  .clients .flex .colLogo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients .flex .colLogo a {
    width: 150px;
    text-align: center;
    padding: 20px;
  }
  .clients .flex .colLogo a img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .solutions {
    padding: 70px 0;
  }
  .solutions h5 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 579px) {
  .launch_video {
    background-position: center 80% !important;
    min-height: 345px !important;
}
  .mainBanner h1 {
    font-size: 2.5rem;
  }
  .mainBanner h1 span {
    font-size: 2.5rem;
  }
  .features h3 {
    font-size: 2.25rem;
  }
  .features .desc h4 {
    font-size: 1.875rem;
  }
  .growthTool .flex .col p {
    font-size: 1.625rem;
  }
  .growthTool .flex .col p span {
    font-size: 1.625rem;
  }
  .integration h5 {
    font-size: 2.25rem;
  }
  .bTob h5 {
    font-size: 2.25rem;
  }
  /* footer {
    padding-bottom: 20px;
  }
  footer .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .flex .col1 {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .flex .col2 {
    width: 100%;
  }
  footer .flex .socialIcon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  footer .company {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .company li {
    min-width: 100px;
    margin-bottom: 15px;
  } */
  .darkMode .mainBanner h1 {
    font-size: 15vw;
  }
  .darkMode .mainBanner h1 span {
    font-size: inherit;
  }
  .darkMode .nextStrategy h5,
  .darkMode .difference h5,
  .darkMode .improve h5,
  .darkMode .steps h5,
  .darkMode .anatomy h5 {
    font-size: 2.25rem;
  }
  .darkMode .faqs h6 {
    font-size: 2.25rem;
  }
  .darkMode .whyVfm h4 {
    font-size: 2.25rem;
  }
  .darkMode .whyVfm blockquote .flex .col strong {
    font-size: 1.5rem;
  }
  .darkMode .whyVfm blockquote .flex .col strong br {
    display: none;
  }
  .darkMode .nextStrategy ol li {
    padding-left: 0;
  }
  .darkMode .nextStrategy ol li:before {
    position: static;
    margin: 0 0 10px 5px;
  }
  .darkMode .improve .flex {
    padding: 0px;
    background: none;
  }
  .darkMode .improve .flex h6 {
    font-size: 1.875rem;
  }
  .darkMode .improve .flex ol {
    margin: 0px;
  }
  .darkMode .improve .flex ol > li {
    font-size: 1.25rem;
  }
  .darkMode .improve .flex ol > li:before {
    font-size: 1.25rem;
    margin-left: 0;
    top: 0;
  }
  .darkMode ._vfm .img {
    margin-top: -50px;
  }
  .darkMode .videos {
    padding: 120px 0;
  }
  .darkMode .steps .panel .panel-heading {
    padding: 10px 50px 10px 10px;
    font-size: 1.25rem;
  }
  .darkMode .steps .panel .panel-heading:before {
    -webkit-transform: scale(0.7) translateY(-50%);
    transform: scale(0.7) translateY(-50%);
    right: 10px;
  }
  .darkMode .steps .panel .panel-body {
    padding: 10px;
  }
  .darkMode .anatomy ol {
    margin: 0px;
  }
  .darkMode .faqs #faqs {
    margin: 0px;
  }
  .darkMode .faqs .panel .panel-heading {
    font-size: 1.25rem;
    padding: 10px 50px 10px 10px;
  }
  .darkMode .faqs .panel .panel-heading:before {
    -webkit-transform: scale(0.7) translateY(-50%);
    transform: scale(0.7) translateY(-50%);
    right: 10px;
  }
  .darkMode .faqs .panel .panel-body {
    padding: 10px;
  }
  .darkMode .cta h5 {
    font-size: 1.875rem;
  }
  .certified{max-width: 100%;width: 100%;}
}
@media screen and (max-width: 479px) {
  .what_vfm .flex .txt p {
    font: normal normal 600 14px/24px Open Sans;
    letter-spacing: 0px;
    margin-top: 10px;
}
  .launch_video {
    background-position: 15% 56% !important;
    min-height: 240px !important;
}
  .videoEmail {
    padding: 70px 0;
  }
  .videoEmail h2 {
    font-size: 2.25rem;
  }
  .videoEmail p br {
    display: none;
  }
  .videoMgmt {
    padding: 70px 0;
  }
  .videoMgmt h3 {
    font-size: 2.25rem;
  }
  .videoMgmt p br {
    display: none;
  }
  .growthTool.features {
    padding: 70px 0;
  }
  .growthTool.features h4 {
    font-size: 2.25rem;
  }
  .growthTool.features p br {
    display: none;
  }
  .quize {
    padding: 70px 0;
  }
  .quize h5 {
    font-size: 2.25rem;
  }
  .quize p br {
    display: none;
  }
  .bTob.features {
    padding: 70px 0;
  }
  .bTob.features h5 {
    font-size: 1.625rem;
  }
  .bTob.features p br {
    display: none;
  }
  .darkMode .whyVfm blockquote {
    padding: 20px;
  }
  .darkMode .whyVfm blockquote p:last-of-type {
    margin-bottom: 0;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}
.row {
  height: auto;
  overflow: hidden;
}
.integration_app_section {
  margin-top: 86px;
}
.integration_hero_section {
  background: #9458f0;
  background: -moz-linear-gradient(left, #9458f0 0%, #4e41f1 100%);
  background: -webkit-linear-gradient(left, #9458f0 0%, #4e41f1 100%);
  background: linear-gradient(to right, #9458f0 0%, #4e41f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9458f0', endColorstr='#4e41f1',GradientType=1 );
  padding: 100px 0;
  text-align: center;
  opacity: 0.8;
  height: 364px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.integration_hero_section h1 {
  font-size: 52px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.integration_hero_section p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  font-family: "PT Sans", sans-serif;
}
.content_section .content_feature_block p,
.publish_section .publish_feature_block p {
  line-height: 1.4;
}
.custom_container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}
.content_feature_block .jira {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/integrationapp/jira.png) no-repeat;
  vertical-align: middle;
  background-size: cover;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.content_feature_block .gitlab {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/integrationapp/gitlab.png) no-repeat;
  vertical-align: middle;
  background-size: cover;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.content_feature_block .mailchimp {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/mailChimp.svg) no-repeat;
  vertical-align: middle;
  background-size: cover;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.content_feature_block .hubSpot {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/hubspot-icon.svg) no-repeat;
  vertical-align: middle;
  background-size: cover;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.content_feature_block .github {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/integrationapp/github.png) no-repeat;
  vertical-align: middle;
  background-size: cover;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.content_feature_block .gmail {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/integrationapp/gmail.png) no-repeat;
  vertical-align: middle;
  background-size: cover;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.content_feature_block .driveimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/google-drive.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.content_feature_block .zoomimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/zoom.png) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.content_feature_block .Dropboximg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/dropbox.png) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.content_feature_block .Pixabayimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/pixabay.png) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.content_feature_block .Pexelsimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/pexels.png) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.content_feature_block .Giphyimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/giphy.png) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.content_section .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -20px;
}
.content_section .flex .col {
  width: calc(33.333% - 20px);
  margin: 20px 10px;
}
.publish_wrapper .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.publish_wrapper .flex .col {
  width: calc(33.333% - 20px);
  margin: 20px 0;
}
.content_section {
  background-color: #f6f2fd;
  padding: 80px 0 60px 0;
}
.publish_section {
  background-color: #f6f2fd;
  padding: 80px 0 60px 0;
}
.content_section .content_wrapper,
.publish_section .publish_wrapper {
  margin-top: 40px;
}
.content_section h2,
.publish_section h2 {
  font-size: 35px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
}
.content_section * {
  font-family: "PT Sans", sans-serif !important;
}
.content_section .content_feature_block,
.publish_section .publish_feature_block {
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 2px #00000029;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 4px;
  opacity: 1;
  padding: 20px;
  border: 1px solid #fff;
  cursor: pointer;
}
.content_section .content_feature_block:hover,
.publish_section .publish_feature_block:hover {
  border: 1px solid #ffc400;
}
.content_section .content_feature_block h3,
.publish_section .publish_feature_block h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "PT Sans", sans-serif;
}
.content_section .content_feature_block p,
.publish_section .publish_feature_block p {
  color: #54536c;
  font-size: 15px;
  margin-bottom: 0;
  font-family: "PT Sans", sans-serif;
}
.content_section .content_feature_list,
.publish_section .publish_feature_list {
  margin-bottom: 40px;
}
.apps_feature_block .picmakerimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/picmaker.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.apps_feature_block .gifmakerimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/gifmaker.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.apps_feature_block .voiceimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/voice.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.apps_section {
  background-color: #fff;
  padding: 80px 0 60px 0;
}
.apps_section .apps_wrapper {
  margin-top: 40px;
}
.apps_section h2 {
  font-size: 35px;
  font-weight: bold;
  padding-left: 15px;
  font-family: "PT Sans", sans-serif;
}
.apps_section .apps_feature_block {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #fff;
  cursor: pointer;
}
.apps_section .apps_feature_block h3 {
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 10px;
}
.apps_section .apps_feature_block p {
  color: #54536c;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.apps_section .apps_feature_list {
  margin-bottom: 20px;
}
.apps_feature_block .appimg {
  height: 224px;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border: 1px solid #efe7e7;
  border-radius: 4px;
  opacity: 1;
}
.publish_feature_block .youtubeimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/youtube.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.publish_feature_block .fbimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/facebook.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.publish_feature_block .twitterimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/twitter.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.publish_feature_block .gmail {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/gmail.png) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.publish_feature_block .linkedinimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/linkedin.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.publish_feature_block .instagramimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/instagram.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.publish_feature_block .vimeoimg {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/integrationapp/vimeo.svg) no-repeat;
  vertical-align: middle;
  background-size: 24px;
}
.get_in_touch {
  text-align: center;
  margin: 100px 0 40px;
}
.get_in_touch p {
  color: #2d2d2d;
  font-weight: bold;
  font-size: 24px;
  font-family: "PT Sans", sans-serif;
}
.get_in_touch a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#503df9),
    to(#9e52f7)
  );
  background-image: linear-gradient(to right, #503df9, #9e52f7);
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  font-weight: 500;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 30px;
  opacity: 0.8;
  margin-left: 10px;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  text-decoration: none;
}
.get_started_section {
  background: transparent linear-gradient(106deg, #9458f0 0%, #4e41f1 100%) 0%
    0% no-repeat padding-box;
}
.get_started_section .get_started_section_inner {
  padding: 140px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../img/integrationapp/wave_bg.svg);
}
.get_started_section h2 {
  text-align: center;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.skyrocketRegisterbuttonSection {
  width: 380px;
  padding: 25px 0 5px 0;
  text-align: center;
  margin: 0 auto 20px;
}
.skyrocketRegisterbuttonSection a {
  width: 380px;
  font-size: 18px;
  font-weight: 600;
  background: transparent -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ff2e82),
      to(#ffbf7a)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ff2e82 0%, #ffbf7a 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  opacity: 0.9;
  -webkit-box-shadow: 0 3px 6px #00000029;
  box-shadow: 0 3px 6px #00000029;
}
.chat_sales {
  text-align: center;
}
.chat_sales a {
  text-decoration: underline;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
.navbar-brand {
  padding: 7px 15px;
}
.navbar:before,
.navbar:after {
  display: none;
  content: " ";
}
@media (max-width: 1680px) {
  .custom_container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .custom_container {
    max-width: 1200px;
  }
}
@media (max-width: 1366px) {
  .custom_container {
    max-width: 1140px;
  }
}
@media (max-width: 1226px) {
  .custom_container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .custom_container {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .custom_container {
    max-width: 800px;
  }
}
@media (max-width: 850px) {
  .custom_container {
    max-width: 740px;
  }
}
@media screen and (max-width: 776px) {
  .custom_container {
    max-width: 680px;
  }
  .content_section .flex .col {
    width: calc(50% - 20px);
  }
  .get_in_touch p {
    text-align: center;
    line-height: 1.5;
  }
  .publish_wrapper .flex .col {
    width: calc(50% - 20px);
  }
  .get_in_touch p a {
    display: block;
    max-width: 200px;
    margin: 20px auto 0;
  }
}
@media (max-width: 720px) {
  .custom_container {
    max-width: 600px;
  }
}
@media (max-width: 650px) {
  .custom_container {
    max-width: 550px;
  }
}
@media (max-width: 580px) {
  .custom_container {
    max-width: 540px;
  }
}
@media (max-width: 560px) {
  .custom_container {
    max-width: 500px;
  }
  .publish_wrapper .flex .col {
    width: calc(100% - 20px);
  }
  .content_section .flex .col {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 530px) {
  .custom_container {
    max-width: 480px;
  }
}
@media (max-width: 500px) {
  .custom_container {
    max-width: 450px;
  }
  .skyrocketRegisterbuttonSection,
  .skyrocketRegisterbuttonSection a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .custom_container {
    max-width: 400px;
  }
}
@media (max-width: 430px) {
  .custom_container {
    max-width: 380px;
  }
}
@media (max-width: 400px) {
  .custom_container {
    max-width: 370px;
  }
}
@media (max-width: 380px) {
  .custom_container {
    width: 100%;
    padding: 0px 10px;
  }
}
.bannerView{
  background: #222;
}

.safari .mainBanner h1 span{
  color: #2cb9fd;
  background: none;
  -webkit-text-fill-color:inherit;
  background-clip:unset;
  -webkit-background-clip:unset;
}
.safari.darkMode .mainBanner h1 span{
  color: #2cb9fd;
  background: none;
  -webkit-text-fill-color:inherit;
  background-clip:unset;
  -webkit-background-clip:unset;
}
.termLink{margin-top:20px;}
.termLink a{color:#2D2D2D; text-decoration:none;}
.termLink a:hover{color:#f1821e; text-decoration: underline;}
