/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgb(255,255,255,0.7);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 20%,rgba(255,255,255,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1);
}

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

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

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

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

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  animation: et_pb_fade_in_scale .5s 1 cubic-bezier(0.77,0,.175,1);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #454545;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20);
  -moz-box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20);}

  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20);
    -moz-box-shadow: 0px 0px 100px rgba(0, 160, 210, 0.20);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes et_pb_fade_in_scale { 0% { opacity: 0; transform: scale(.9,.9); } 100% { opacity: 1; transform: scale(1,1); } }
body.admin-bar #wpadminbar {
  z-index: 99999999999;
}
body.admin-bar #landing-hero {
  margin-top: -32px;
}
body.admin-bar #main-nav {
  top: 32px;
}
.button-callout {
  line-height: 1.3em;
  width: 180px;
  z-index: 2;
  display: block;
  transform: perspective(50em) translateX(100%);
  transform-origin: 0% 50%;
  background: #34dd87;
  color: #fff;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  text-transform: none;
  right: 0;
}
.menu .button-callout {
  letter-spacing: 0;
  -webkit-text-fill-color: #fff;
  transition: all 200ms ease;
  right: -4px;
  top: 1px;
  font-size: 11.6px;
}
.menu .menu-block-wide .button-callout {
  top: 3px;
}
.menu .icon-blurb:hover .button-callout {
  opacity: 0;
  right: -16px;
}
.button-callout.accent-purple {
  background: #8F42EC;
}
.button-callout.accent-purple:before {
  background: #8F42EC;
}
.button-callout.accent-teal {
  background: #00b5e6;
}
.button-callout.accent-teal:before {
  background: #00b5e6;
}
.button-callout.accent-red {
  background: #FF4C00;
}
.button-callout.accent-red:before {
  background: #FF4C00;
}
li .button-callout {
  width: -moz-max-content;
  width: max-content;
  font-size: 0.8em;
  padding: 4px 8px;
  top: 0;
  transform: perspective(50em) translateX(110%);
}
.button-callout.show-callout {
  animation: button-callout 1s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.button-callout:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background: #34dd87;
  transform: rotate(45deg);
  top: 15px;
  left: -4px;
  z-index: -1;
}
li .button-callout:before {
  top: 4px;
  left: -3px;
  width: 15px;
  height: 15px;
  border-radius: 4px;
}
.mfp-iframe-scaler {
  box-shadow: 0 8px 60px 0 rgba(103, 151, 255, 0.11), 0 12px 90px 0 rgba(103, 151, 255, 0.11);
}
.mfp-iframe-holder .mfp-content {
  border-radius: 8px;
  box-shadow: 0 10px 70px 0 rgba(103, 151, 255, 0.22), 0 15px 105px 0 rgba(103, 151, 255, 0.22);
}
.video-popup-join-button {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  z-index: 9999999;
  min-width: 300px;
  text-align: center;
}
.video-popup-join-button:hover {
  transform: translateX(-50%) translateY(-1px);
}
.cloud-blurb {
  z-index: 2;
}
.cloud-blurb h3 {
  font-size: 2.5vw;
}
.cloud-blurb > a,
.cloud-blurb > img {
  margin-bottom: 12px;
}
#cloud-blurb-1 {
  margin-top: -3vw;
}
#cloud-blurb-2 {
  width: 80%;
  margin-top: 10vw;
}
#cloud-blurb-2 h3 {
  text-align: left;
  font-size: 1.5vw;
}
#cloud-blurb-3 {
  margin-top: -5vw;
}
#cloud-blurb-3 h3 {
  text-align: right;
}
#cloud-blurb-4 {
  margin-top: -5vw;
}
#cloud-blurb-4 h3 {
  font-size: 1.5vw;
}
#cloud-blurb-5 {
  margin-top: 8vw;
}
#cloud-blurb-5 h3 {
  font-size: 1.5vw;
}
#cloud-blurb-6 {
  margin-top: -6vw;
}
.testimonial-video {
  margin-top: 48px;
  margin-bottom: 100px !important;
}
.testimonial-video a.video-popup:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 2000px;
  background: linear-gradient(120deg, #E9F4FF 0%, rgba(233, 244, 255, 0) 60%);
  left: -150px;
  top: -150px;
}
.testimonial-video a.video-popup:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 14px;
  height: 14px;
  border-radius: 2000px;
  right: -32px;
  bottom: -32px;
  background: #3776FF;
}
#divi4-hero {
  background-image: url(../images/divi/four/divi4-01.jpg);
  background-size: cover;
  padding-bottom: 8vw;
}
#divi4-hero .row-container:first-child {
  z-index: 2;
}
#divi4-hero .overlay {
  background: linear-gradient(-8deg, #130e87 0%, transparent 75%);
}
@media (max-width: 768px) {
  #divi4-hero {
    padding-bottom: 18vw;
  }
}
#history-image-collage img:first-of-type {
  max-width: 77%;
  bottom: 0;
  right: 0;
}
#history-image-collage img:last-of-type {
  position: relative;
  max-width: 77%;
  margin-bottom: 25%;
}
#woo-image-collage img:first-of-type {
  position: relative;
  max-width: 93%;
  margin-bottom: 33%;
}
#woo-image-collage img:last-of-type {
  max-width: 74%;
  bottom: 0;
  right: 0;
}
#woo-image-collage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 800px;
  height: 800px;
  border-radius: 2000px;
  background: linear-gradient(145deg, rgba(52, 221, 135, 0) 55%, rgba(52, 221, 135, 0.5) 100%);
  right: 0;
  bottom: -60px;
}
#third-party-image-collage img:first-of-type {
  position: relative;
  margin-bottom: 20%;
  max-width: 84%;
}
#third-party-image-collage img:last-of-type {
  max-width: 84%;
  bottom: 0;
  right: 0;
}
#hover-options {
  position: relative;
}
#hover-options video {
  margin-top: 20%;
}
#hover-options img {
  position: absolute;
  right: 0;
}
#customer-showcase a:hover img {
  transform: scale(1.05);
}
#customer-showcase img {
  margin-bottom: 16px;
}
#pricing-tables-bottom {
  margin-top: 32px 0;
}
#pricing-tables-bottom:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 600px;
  border-radius: 2000px;
  background: linear-gradient(120deg, rgba(55, 118, 255, 0) 0%, rgba(55, 118, 255, 0.1) 100%);
  right: -100px;
  top: -150px;
}
#pricing-tables-bottom:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 2000px;
  background: #00c9ff;
  left: -100px;
  top: 100px;
}
.accordion > li {
  border-bottom: 1px solid rgba(109, 124, 144, 0.12);
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.accordion > li:first-of-type p {
  display: block;
}
.accordion > li > a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 16px 0;
  display: block;
  padding-right: 48px;
  margin-bottom: 0;
}
.accordion h5 {
  margin: 0;
}
.accordion svg {
  position: absolute;
  content: " ";
  right: 0;
  z-index: -1;
  top: 14px;
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(-90deg);
}
.accordion svg.accordion-expand {
  opacity: 1;
}
.accordion svg.accordion-collapse {
  opacity: 0;
  fill: rgba(109, 124, 144, 0.3);
}
.accordion a.active ~ svg {
  transform: rotate(0deg);
}
.accordion a.active ~ svg.accordion-expand {
  opacity: 0;
}
.accordion a.active ~ svg.accordion-collapse {
  opacity: 1;
}
.accordion p {
  display: none;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.menu-notification {
  box-shadow: 1px 2px 4px 0 rgba(255, 76, 0, 0.5);
  width: 16px;
  height: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 10px !important;
  line-height: 15px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: 24px;
  right: 8px;
  background: linear-gradient(120deg, rgba(255, 76, 0, 0) 0%, #e64400 100%);
  background-color: #ff1900;
  padding-left: 1px;
  animation: promo-fade-in 200ms ease;
}
.et_fixed_nav .menu-notification {
  top: 14px;
}
.menu-promo {
  background: rgba(255, 76, 0, 0.1);
  border: 2px solid #FF4C00;
  position: relative;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  display: block;
}
.menu-promo h4 {
  color: #FF4C00;
  font-size: 0.8em;
  margin-bottom: 4px;
  float: left;
  display: block;
}
.menu-promo .menu-promo-button {
  border-radius: 50px;
  background: rgba(255, 76, 0, 0.2);
  color: #FF4C00;
  padding: 4px 8px;
  font-size: 10px !important;
  line-height: 10px;
  font-weight: 700;
  float: left;
  display: block;
}
.menu-promo .menu-promo-button:first-of-type {
  margin-right: 8px;
  background: #FF4C00;
  color: #fff;
}
.menu-promo .menu-notification {
  left: -8px;
  top: -8px;
}
.sub-menu:not(.sub-menu-extra-wide) .menu-promo {
  margin-top: 8px;
}
.menu-callout {
  width: 340px;
  text-align: center;
  bottom: -80px;
  right: 0;
  padding: 16px 32px;
  z-index: 2;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #8F42EC;
}
.menu-callout h6 {
  color: #fff;
}
.menu-callout:hover {
  transform: scale(1.1);
}
.et-highlighted .menu-callout {
  opacity: 1;
  visibility: visible;
  bottom: -67px;
}
.et-highlighted-hidden .menu-callout {
  visibility: hidden;
  opacity: 0;
  bottom: -80px;
}
.menu-callout:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #8F42EC;
  position: absolute;
  top: -16px;
  right: 30px;
}
.menu-callout.callout-monarch {
  background: #FF7B2B;
}
.menu-callout.callout-monarch:before {
  border-bottom: 16px solid #FF7B2B;
}
.menu-callout.callout-extra {
  background: #34dd87;
}
.menu-callout.callout-extra:before {
  border-bottom: 16px solid #34dd87;
}
.menu-callout.callout-bloom {
  background: #4A42EC;
}
.menu-callout.callout-bloom:before {
  border-bottom: 16px solid #4A42EC;
}
.card.inline {
  display: inline-block;
}
.card-featured {
  background: radial-gradient(circle at top left, #4A42EC 0%, #521d91 100%);
  background-color: #521d91;
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2), 0 96px 96px -64px rgba(23, 16, 159, 0.4);
  margin-bottom: 64px;
}
.et-highlighted .card-featured {
  box-shadow: 0 48px 48px -32px rgba(23, 16, 159, 0.2), 0 96px 96px -64px rgba(3, 2, 20, 0.6);
}
.card-featured.card-featured-fullwidth {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
.card-featured .hero-logo {
  width: 300px;
  margin: 0 auto;
}
#divi-builder-compatible {
  margin-top: 10%;
  margin-bottom: 10%;
}
#divi-builder-compatible svg {
  width: 100%;
  bottom: -20%;
  margin-left: -20%;
  transform: rotate(10deg);
  position: absolute;
  z-index: -1;
}
#divi-builder-compatible .row-container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 2000px;
  background: #FF4A9E;
  right: -100px;
  top: -80px;
}
#divi-builder-compatible .row-container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 2000px;
  background: rgba(55, 118, 255, 0.5);
  top: 100px;
  left: -10%;
}
#divi-builder-compatible video {
  margin-bottom: -8%;
}
#bottom-call-to-action {
  margin-bottom: 100px;
  margin-top: 15%;
  z-index: 5;
}
#bottom-call-to-action > .card {
  cursor: pointer;
}
#bottom-call-to-action h2 {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #ffffff;
}
#bottom-call-to-action svg {
  width: 60%;
  margin-top: -20%;
  margin-left: -15%;
  transform: rotate(10deg);
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.et-highlighted#bottom-call-to-action svg {
  opacity: 0.2;
}
#bottom-call-to-action .row-container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 2000px;
  background: #34dd87;
  right: -100px;
  bottom: -80px;
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.et-highlighted#bottom-call-to-action .row-container:after {
  background: #60e4a1;
}
#bottom-call-to-action .row-container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 2000px;
  background: rgba(255, 123, 43, 0.5);
  top: -80px;
  right: 30%;
  pointer-events: none;
}
.et-highlighted#bottom-call-to-action .row-container:before {
  background: #FFAD00;
}
#main-footer {
  background: linear-gradient(0deg, #FAFBFD 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0;
}
#social-accounts a {
  font-size: 0.85em;
  color: rgba(109, 124, 144, 0.5);
}
#social-accounts a span {
  font-weight: 700;
  color: #414a56;
  letter-spacing: 2.5px;
}
#footer-menu {
  margin-top: 32px;
  margin-bottom: 32px;
}
#footer-menu h3 {
  color: #576373;
}
#footer-menu li,
#footer-menu ol {
  font-size: 0.85em;
  margin-bottom: 0.3em;
}
#footer-trust-icons {
  justify-content: center;
}
#footer-trust-icons .column-container {
  flex: none;
  margin: 0;
}
.with-countdown.cover-popup .card h2,
.with-countdown #flyin h2,
#bottom-call-to-action.with-countdown .card-featured h2,
.with-countdown.cover-popup .card h3,
.with-countdown #flyin h3,
#bottom-call-to-action.with-countdown .card-featured h3,
.with-countdown.cover-popup .card h4,
.with-countdown #flyin h4,
#bottom-call-to-action.with-countdown .card-featured h4,
.with-countdown.cover-popup .card .card-title,
.with-countdown #flyin .card-title,
#bottom-call-to-action.with-countdown .card-featured .card-title {
  color: #fff;
}
.with-countdown.cover-popup .card h4,
.with-countdown #flyin h4,
#bottom-call-to-action.with-countdown .card-featured h4 {
  margin-bottom: 8px;
  margin-top: 0;
}
.with-countdown.cover-popup .card p,
.with-countdown #flyin p,
#bottom-call-to-action.with-countdown .card-featured p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.with-countdown.cover-popup .card p strong,
.with-countdown #flyin p strong,
#bottom-call-to-action.with-countdown .card-featured p strong {
  color: #fff;
}
#flyinwrapper.with-countdown {
  height: 361px;
  bottom: 0;
}
#flyinwrapper.with-countdown.minimize {
  bottom: -306px !important;
}
#flyinwrapper.with-countdown.minimize:hover {
  bottom: -296px !important;
}
.with-countdown #flyin {
  padding-bottom: 60px;
}
.limited-offer#flyinwrapper:before,
.limited-offer#flyinwrapper:after {
  display: none;
}
.cover-popup .sale-countdown-wrapper {
  margin: 24px auto;
  padding: 16px;
}
.cover-popup .button + .button {
  margin-left: 8px;
}
.cover-popup .button {
  margin-bottom: 0;
}
.cover-popup form {
  padding: 0;
  margin: 0;
}
.cover-popup > div {
  padding: 64px;
  width: 840px;
  max-width: 90%;
  position: fixed;
  z-index: 9999999999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: zoom-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: top center;
}
#exitpopup.cover-popup > div {
  animation-duration: 50ms;
}
.cover-popup .popup-image {
  position: absolute;
  top: -60px;
  left: -40px;
}
.cover-popup:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  animation: fade-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
#exitpopup.cover-popup:after {
  animation-duration: 50ms;
}
.cover-popup-dark.cover-popup:after {
  background-color: rgba(0, 0, 0, 0.9);
}
.cover-popup .privacy-statement {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  margin: 0;
  margin-top: 16px;
}
.exit_warning {
  display: none;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: -56px;
  right: -25px;
  z-index: 2;
  background-color: #FF4C00;
  padding: 8px 16px;
  font-size: 0.9em;
  font-weight: bold;
}
.exit_warning:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FF4C00;
  position: absolute;
  bottom: -10px;
  right: 10px;
}
.cover-popup {
  text-align: center;
}
.cover-popup.with-icon h2,
.cover-popup.with-icon h2 + p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cover-popup img {
  display: inline-block;
}
.cover-popup p:last-of-type {
  margin-bottom: 0;
}
/* Exit Button */
.exit-button,
.modal-exit {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
}
.exit-button:after,
.modal-exit:after,
.exit-button:before,
.modal-exit:before {
  transform: rotate(45deg);
  position: absolute;
  content: "";
  height: 18px;
  width: 3px;
  border-radius: 4px;
  background-color: #20292f;
  right: 14px;
  top: 7px;
}
.exit-button:after,
.modal-exit:after {
  transform: rotate(-45deg);
}
/* Flyin Optin */
#flyin {
  border-radius: 0 10px 0 0;
  width: 320px;
  margin: 0;
  padding: 30px;
}
#flyin p {
  line-height: 1.4em;
}
#flyin .sale-countdown-wrapper {
  padding: 12px 12px 6px;
  margin: 16px 0;
}
#flyin .countdown-amount {
  font-size: 2em;
}
#flyin .countdown-period {
  font-size: 0.8em;
}
#flyin h4 {
  margin-bottom: 150px;
  pointer-events: none;
}
#flyinwrapper {
  display: block;
  width: 320px;
  height: 460px;
  position: fixed;
  left: 0;
  bottom: -37px;
  z-index: 9999999;
  backface-visibility: visible !important;
  animation: flipInY 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s ease;
}
#flyinwrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  border-radius: 2000px;
  background: #46E097;
  right: -90px;
  bottom: -150px;
  transition: all 0.5s ease;
}
#flyinwrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 2000px;
  background: #ff499e;
  top: -30px;
  left: -50px;
  transition: all 0.5s ease;
}
#flyin .flyingift {
  position: absolute;
  opacity: 1;
  left: 140px;
  top: 125px;
  z-index: 3;
  animation: float 3s infinite;
  transition: all 1s ease;
}
#flyin .flyingift:nth-of-type(n+2) {
  z-index: 2;
  left: 60px;
  top: 150px;
  animation-delay: 200ms;
}
#flyin .flyingift:nth-of-type(n+3) {
  z-index: 1;
  left: 80px;
  top: 105px;
  animation-delay: 400ms;
}
.minimize #flyin .flyingift {
  opacity: 0;
  top: 110px;
  left: 170px;
}
.minimize #flyin .flyingift:nth-of-type(n+2) {
  opacity: 0;
  top: 134px;
  left: 30px;
}
.minimize #flyin .flyingift:nth-of-type(n+3) {
  opacity: 0;
  top: 150px;
}
#flyin #flying_subscribe {
  width: 100%;
  cursor: pointer;
}
#flyin .exit-button {
  transition: opacity 0.5s ease, top 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease, top 0.5s ease 0.2s;
}
#flyin .flyinbutton {
  margin: -30px;
  height: 65px;
  opacity: 0;
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 0 0;
}
#flyin .et_manage_input input {
  margin-bottom: 0;
}
#flyin .flyinbutton:hover {
  box-shadow: none;
  transform: none;
}
#flyin .privacy-statement {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  margin: 0;
}
.hide {
  opacity: 0;
  transition: opacity 1s ease;
}
.hide div {
  top: 60%!important;
  transition: top 1s ease;
}
#flyinwrapper.minimize {
  bottom: -406px !important;
  background-position: 320px 127px!important;
  cursor: pointer;
}
#flyinwrapper.minimize:hover {
  bottom: -396px !important;
}
.minimize:before {
  opacity: 0 !important;
  left: -100px !important;
}
.minimize:after {
  opacity: 0 !important;
  right: 0 !important;
}
.minimize #exit_emailinput,
.minimize .exit-button,
.minimize h4 {
  opacity: 0 !important;
}
.minimize .flyin-man {
  top: -300px !important;
  opacity: 0 !important;
}
.minimize .flyinbutton {
  opacity: 1 !important;
}
.minimize .exit-button {
  top: 15px!important;
  transform: rotate(180deg);
}
.stopanimate {
  animation: none!important;
}
/* Promo Slide In */
body.with_promo_slide_in {
  padding-top: 40px;
  transition: padding-top 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
body.with_promo_slide_in #main-nav {
  top: 40px;
}
body.without_promo_slide_in {
  padding-top: 0;
  transition: padding-top 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: padding-top 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
body.et-highlighted-hidden .promo-slide-in {
  top: -40px;
}
.promo-slide-in-closed {
  animation: promo-slide-out 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.promo-slide-in-icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.promo-slide-in-close-promo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  clear: both;
  cursor: pointer;
  animation: promo-fade-in 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.promo-slide-in-close-promo:after,
.promo-slide-in-close-promo:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 2px;
  border-radius: 4px;
  background-color: #fff;
  right: 14px;
}
.promo-slide-in-close-promo:before {
  transform: rotate(45deg);
}
.promo-slide-in-close-promo:after {
  transform: rotate(-45deg);
}
.no-shadow {
  box-shadow: none;
}
@keyframes button-callout {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
    transform: translateX(100%) perspective(50em) rotateY(50deg);
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes promo-slide-in {
  0% {
    top: -40px;
  }
  100% {
    top: 0px;
  }
}
@keyframes promo-slide-out {
  0% {
    top: 0px;
  }
  100% {
    top: -40px;
  }
}
@keyframes promo-fade-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.et-highlightable {
  transition: all 500ms ease-in-out;
}
.et-highlighted {
  transform: scale(1.2);
}
/* Hide Intercom During Highlight */
body #intercom-container .intercom-launcher-frame,
body #intercom-container .intercom-launcher-discovery,
body #intercom-container .intercom-launcher-discovery-frame,
body #intercom-container .intercom-launcher-badge-frame {
  transition: bottom 0.8s ease !important;
}
body #intercom-container .intercom-messenger-frame,
body #intercom-container .intercom-notifications-frame,
body #intercom-container .intercom-borderless-frame {
  transition: width 200ms ease 0s, height ease 0s, max-height ease 0s, right 0.8s ease !important;
}
body.et-highlighted-hidden #intercom-container .intercom-launcher-discovery,
body.et-highlighted-hidden #intercom-container .intercom-launcher-discovery-frame,
body.et-highlighted-hidden #intercom-container .intercom-launcher-frame,
body.et-highlighted-hidden #intercom-container .intercom-launcher-badge-frame {
  bottom: -70px !important;
}
body.et-highlighted-hidden #intercom-container .intercom-messenger-frame,
body.et-highlighted-hidden #intercom-container .intercom-notifications-frame,
body.et-highlighted-hidden #intercom-container .intercom-borderless-frame {
  right: -400px !important;
}
/* Hide Nav During Highlight */
body.et-highlighted-hidden:not(mobile-menu) #main-nav {
  top: -60px;
}
/* Hide Flyin Durinh Highlight */
body.et-highlighted-hidden #flyinwrapper {
  left: -410px;
}
body.et-highlighted-hidden #flyinwrapper.minimize {
  bottom: -460px !important;
  left: 0;
}
/* Add Overlay During Highlight */
.et-highlighted-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(78, 47, 188, 0.8);
  transition: all 500ms ease-in-out;
  z-index: 4;
}
body.et-highlighted-hidden .et-highlighted-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
/* Cookie Consent */
.et_cookie_consent {
  position: fixed;
  border-radius: 0 8px 0 0;
  bottom: 0;
  left: 0;
  width: 360px;
  padding: 30px;
  z-index: 100000;
  animation: slide-up 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.et_cookie_consent p {
  font-size: 15px;
  line-height: 25px;
}
.et_cookie_consent .button {
  width: 142px;
  margin-bottom: 0;
}
#et_cookie_consent_manage {
  background: #fff;
  color: #19c1e6 !important;
  border: 2px solid #19c1e6;
  margin-right: 15px;
}
.et_cookie_consent_option {
  margin: 2px 0 0;
}
.et_cookie_consent_option_description {
  float: right;
  width: 258px;
}
.et_cookie_consent_option_description strong {
  color: #000000;
}
.et_cookie_consent_option_description p {
  font-size: 12px;
}
.et_cookie_consent_buttons {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}
.et_hide {
  display: none;
}
.help-tooltip-tooltip {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: -135px;
  min-width: 300px;
  transition: opacity 200ms ease-in-out;
  transition-delay: 500ms;
}
.help-tooltip-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  bottom: -10px;
  transform: rotate(45deg);
  left: 135px;
}
.tooltip_hover {
  color: #fff;
  font-weight: 400;
  width: 320px;
  padding: 24px;
  margin-top: -24px;
  background: #20292f;
  border-radius: 8px;
  z-index: 10000;
  box-shadow: 0 8px 60px 0 rgba(103, 151, 255, 0.11), 0 12px 90px 0 rgba(103, 151, 255, 0.11);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.94, 0.96);
  text-align: left;
  pointer-events: none;
  line-height: 24px;
}
.tooltip_hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-radius: 2000px;
  border-radius: 6px;
  background: #20292f;
  top: 22px;
  transform: rotate(45deg);
  left: -6px;
}
#package-yearly .tooltip_hover {
  margin-left: 32px;
  text-align: left;
  transform-origin: top left;
}
#package-lifetime .tooltip_hover,
.hosting-card:nth-last-of-type(-n+2) .tooltip_hover,
.row:not(.checkout) .column-container:last-of-type .tooltip_hover {
  margin-left: -528px;
  text-align: right;
  transform-origin: top right;
}
#package-lifetime .tooltip_hover:after,
.hosting-card:nth-last-of-type(-n+2) .tooltip_hover:after,
.row:not(.checkout) .column-container:last-of-type .tooltip_hover:after {
  right: -6px;
  left: initial;
}
.row:not(.checkout) .column-container:last-of-type .tooltip_hover {
  margin-left: 0;
  left: -50%;
}
*:hover > .tooltip_hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.et_divi_progress {
  display: block;
  height: 8px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.25);
  flex: 1;
}
.et_divi_progress > div,
.et_divi_progress > span {
  display: block;
  background-color: white;
  height: 100%;
  border-radius: 100px;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
}
@keyframes float {
  0% {
    transform: translatey(10px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(10px);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slide-up {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .blurb-cloud .column-container {
    justify-content: flex-end;
  }
  .blurb-cloud .cloud-blurb {
    margin: 0 !important;
  }
  .blurb-cloud .cloud-blurb h3 {
    font-size: 1em !important;
    text-align: left !important;
  }
  .et-highlighted-overlay {
    pointer-events: none;
    background: none;
  }
  #bottom-call-to-action .row-container:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #footer-trust-icons .column-container {
    flex: 1;
    flex-basis: 50%;
  }
  #footer-trust-icons .column-container .column {
    align-items: center;
    margin: 16px 0;
  }
}
@media only screen and (max-width: 959px) {
  /* Exit Popup */
  .cover-popup > div {
    max-height: 90% !important;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 256px !important;
    box-sizing: border-box;
    width: 90% !important;
    max-width: 90%;
    padding: 10%;
    text-align: center;
  }
  .cover-popup .exit-button {
    top: 10px;
    right: 10px;
  }
  .cover-popup .popup-image {
    display: none;
  }
  .cover-popup.with-icon h2,
  .cover-popup.with-icon h2 + p {
    max-width: 100%;
  }
  /* Summer Sale */
  .cover-popup.summer h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  /* Promo Slide In */
  .promo-slide-in-content h6 span {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  /* Flyin */
  #flyinwrapper {
    display: none !important;
  }
}

