/*
Theme Name:   Mouseflow
Theme URI:    http://loserweb.dk/theme/mouseflow/
Description:  Basically Bootstrap 5 Child Theme created for Mouseflow 2021
Author:       Lose.R Web development
Author URI:   http://loserweb.dk
Template:     basically-bootstrap-5
Version:      1.0.0
Domain Path: /languages/
Text Domain:  mouseflow
*/

/* Page specific */
@media screen and (max-width: 991px) {
  .page-id-15637 .contact-page-hero .d-none {
    display: block !important;
  }
}

.webinar-form .legal-consent-container .hs-form-booleancheckbox span p {
	color: var(--deep-ocean) !important;
	line-height: normal;
}

.banner-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: block;
  }
}

/* Bootstrap */
@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1370px;
  }
}

@media (min-width: 1500px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1636px;
  }
}

:root {
  --white: #FFFFFF;
  --white-25: rgba(255, 255, 255, 0.25);
  --deep-ocean: #08163C;
  --semi-deep-ocean: #46506D;
  --shallow-ocean: #6B7494;
  --dark-mode: #0F172F;
  --dusty-cloud: #F7F9FC;
  --serious-business: #0B65E3;
  --light-serious-business: #66A7FD;
  --extra-light: #E4E9F2;
  --subtle-warmth: #7162E3;
  --extra-subtle-warmth: #B3ADFA;
  --brightly-optimistic: #FCC453;
  --transparent-dark-blue: #19243E;
  --input: #BBC8E0;
  --redwine: #CD575F;
  --rose: #D96A71;
  --calming-teal: #55DFC6;
  --light-blue: #E9F2FF;
  --yellow: #FFECBD;
  --light-purple: #D8DBFC;

  --normal: 300;
  --bold: 700;

  --header-height: 106px;
  --header-default-height: 66px;
  --max-margin: 12.5rem;
  --full-margin: 10rem;
  --default-margin: 5rem;
  --seventh-margin: 3rem;
  --half-margin: 2.5rem;
  --fourth-margin: 2rem;
  --third-margin: 1.5rem;
  --min-margin: 1rem;

  --tooltip-text: var(--deep-ocean);

  --card-box-shadow: 0px 0px 10px #10172D29;
  --card-border: 1px solid var(--extra-light);
}

@media screen and (max-width: 991px) {
  :root {
    --header-height: 70px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
}

/* Webinar Landing Page */
.background-webinar {
  max-height: inherit !important;
}

.webinar-landing-page-hero {
  background-image: url('/wp-content/themes/mouseflow/assets/images/webinar-blob_3.svg') !important;
  padding-bottom: 5rem !important;
  background-position: -200px bottom !important;
  background-repeat: no-repeat;
}

.webinar-landing-page {
  background-color: var(--dark-mode);
}
.webinar-landing-page.subpage {
	background-color: transparent;
}

.webinar-landing-page-hero *:not(select, .highlight, .cta-button, option, span, p, h5, a) {
  color: var(--white);
}

.webinar-landing-page .webinar-form span,
.webinar-landing-page .webinar-form p,
.webinar-landing-page .webinar-form h5,
.webinar-landing-page .webinar-form a {
  color: var(--deep-ocean) !important;
}

.webinar-landing-page input[type=text],
.webinar-landing-page input[type=email],
.webinar-landing-page input[type=tel] {
  background-image: none;
  height: 2.5rem;
  width: 100%;
  padding-left: .5rem;
}

.webinar-form {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 2.5rem 4.25rem;
  margin: 2rem 1rem 0 1rem;
}

.webinar-form .hs-form-booleancheckbox span p {
	color: var(--deep-ocean) !important;
}

.webinar-form input:not([type=radio]) {
  width: 100%;
  margin-bottom: 1rem;
}

.webinar-form .hs-form-radio-display {
  display: flex;
}

.webinar-form .hs-form-radio-display span {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-left: .5rem;
}

.webinar-form .legal-consent-container p {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: var(--deep-ocean) !important;
}

.webinar-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
}

.webinar-info-item {
  display: flex;
}

.webinar-info-item svg {
  margin-right: .5rem;
}

.webinar-teaser-headling {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.webinar-feature {
  display: flex;
  margin-bottom: 1rem;
}

.webinar-feature .icon {
  margin-right: 0.5rem;
}

h2.webinar-headline {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.6875rem;
}

.webinar-speakers-grid {
  display: grid;
  grid-gap: 3rem 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.webinar-speaker {
  display: flex;
}

.webinar-speaker figure {
  min-width: 100px;
  width: 100px;
  margin-right: 1.5rem;
}

.webinar-speaker-name {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.webinar-speaker-linkedin {
  margin-left: 1rem;
  margin-top: -.2rem;
}

.webinar-speaker-title {
  color: var(--extra-subtle-warmth) !important;
  margin-bottom: 1rem;
}

.webinar-speaker-company {
  display: flex;
  justify-content: flex-start;
}

.webinar-speaker-company figure {
  min-width: 1.5rem !important;
  width: 1.5rem !important;
  margin-right: 1rem !important;
}

.webinar-landing-page .single_wysiwyg p, 
.webinar-landing-page .single_wysiwyg li {
	font-size: 18px;
	line-height: 30px;
}

.webinar-landing-page .single_wysiwyg li::marker {
	color: var(--serious-business);
	font-weight: 700;
}

.webinar-landing-page .single_wysiwyg h2 {
	font-size: 2rem; 
	font-weight: var(--bold); 
	line-height: 2.5rem; 
	margin-top: 4rem; 
	margin-bottom: 2rem;
}

.webinar-landing-page .single_wysiwyg h3 {
	font-size: 1.5rem; 
	font-weight: var(--bold); 
	line-height: 2rem; 
	margin-bottom: 1rem; 
	margin-top: 2.5rem;
}

.webinar-landing-page .single_wysiwyg h4 {
	font-size: 18px; 
	line-height: 26px; 
	font-weight: 700; 
	margin-bottom: var(--min-margin);
	margin-top: 4rem;
}

@media screen and (min-width: 470px) {
  .webinar-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .webinar-speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webinar-speaker figure {
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .webinar-form {
    margin: 0;
  }
}

/* Thank you page */
.page-template-page-thank-you .dark-header #mega-menu-utility-menu>.mega-menu-item>.mega-menu-link {
  color: #A1B2D3 !important;
}

.thank-you-page {
  padding-bottom: 5rem !important;
}

.thank-you-page.dark {
  background-color: var(--deep-ocean);
}

.thank-you-page-hero.background-dark {
  background-image: url('/wp-content/themes/mouseflow/assets/images/webinar-blob_3.svg') !important;
  max-height: inherit !important;
  background-position: -200px bottom !important;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
}

.thank-you-page-hero.background-light {
  background-image: url('/wp-content/themes/mouseflow/assets/images/webinar-blob-light.svg') !important;
  max-height: inherit !important;
  background-position: -200px bottom;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
}

.thank-you-headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 24px;
  text-transform: none;
}

.thank-you-description p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 2rem;
}

.thank-you-related-container {
  margin-top: 5rem;
}

.thank-you-related-headline {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: .5rem;
}

.thank-you-hr {
  border: 1px solid var(--extra-light);
  margin: 0;
}

.thank-you-related-content {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.thank-you-related-content-item a {
  text-decoration: none;
}

.thank-you-related-content-type {
  color: #3285F5 !important;
  font-size: 14px;
  list-style: 17px;
  margin-top: 1rem;
}

.thank-you-related-content-headline {
  margin-top: .2rem;
}

.background-light .thank-you-related-content-headline {
  color: var(--deep-ocean) !important;
}

.thank-you-related-content-item img {
  margin-top: 1.5rem !important;
  position: static !important;
  border-radius: .5rem;
}

.thank-you-related-content-item figure {
  display: block !important;
}

@media screen and (min-width: 992px) {
  .thank-you-related-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Preload hover images */
body:after {
  display: none;
  content: url('/wp-content/themes/mouseflow/assets/images/link-arrow.svg') url('/wp-content/themes/mouseflow/assets/images/link-arrow-hover.svg') url('/wp-content/themes/mouseflow/assets/images/link-arrow-dark.svg') url('/wp-content/themes/mouseflow/assets/images/link-arrow-dark-hover.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-hover.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light.svg') url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light-hover.svg');
}

/* General */
.background-dark *:not(select, .highlight, .cta-button, option) {
  color: var(--white);
}

#canvas {
	width: 0;
	height: 0;
}

.center {
  text-align: center;
}

.anchor {
  position: relative;
  top: -5rem;
}

.arrow-link {
  text-decoration: none;
  will-change: transform;
}

.cta-button svg {
  margin-right: 1rem;
}

.cta-button.cta-button-primary .mega-menu-link {
  background-color: var(--brightly-optimistic) !important;
  border: 1px solid var(--brightly-optimistic) !important;
  border-radius: 0.5rem !important;
  color: var(--deep-ocean) !important;
  display: flex !important;
  justify-content: center;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  text-transform: capitalize !important;
  height: 48px !important;
  align-items: center;
}

.cta-button.cta-button-secondary .mega-menu-link {
  background-color: var(--white) !important;
  border: 1px solid var(--deep-ocean) !important;
  border-radius: 0.5rem !important;
  color: var(--deep-ocean) !important;
  display: flex !important;
  justify-content: center;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  text-transform: capitalize !important;

  height: 48px !important;
  align-items: center;
}

.cta-button,
.roi-calculator__report-button {
  background-color: var(--brightly-optimistic);
  border: 1px solid var(--brightly-optimistic);
  border-radius: 0.5rem;
  color: var(--deep-ocean);
  display: inline-block;
  font-size: 1rem;
  font-weight: var(--bold);
  ;
  margin-right: 1rem;
  padding: 1rem 1.4rem;
  text-decoration: none;
  text-transform: capitalize;
  transition: .3s;
  will-change: transform;
}

.cta-button a {
  color: var(--deep-ocean);
  text-decoration: none;
  white-space: nowrap;
}

.cta-button-secondary {
  background-color: var(--white);
  border: 1px solid var(--deep-ocean);
  will-change: transform;
}

.cta-button-disabled,
.roi-calculator__report-button.roi-disabled {
  background-color: var(--extra-light);
  border: 1px solid var(--extra-light);
  color: var(--input);
  pointer-events: none;
}

@media screen and (max-width: 450px) {
  .cta-button-secondary {
    margin-top: 1rem;
  }
}

@media (hover:hover) {
  .cta-button:hover svg {
    filter: brightness(0) invert(1);
  }

  .cta-button:hover,
  .roi-calculator__report-button:hover {
    background-color: var(--dark-mode);
    border: 1px solid var(--dark-mode);
    color: var(--white);
    text-decoration: none;
  }

  .cta-button:hover,
  .roi-calculator__report-button:hover a {
    color: var(--white);
  }

  .background-dark .cta-button:hover,
  .roi-calculator__report-button:hover {
    background-color: var(--subtle-warmth);
    border: 1px solid var(--subtle-warmth);
  }

  .background-dark .contact-us-button:hover,
  .contact-page-hero .hs-button:hover {
    background-color: var(--dark-mode) !important;
    border: 1px solid var(--dark-mode) !important;
  }

  .cta-button-secondary:hover {
    background-color: var(--extra-light) !important;
    color: var(--deep-ocean);
    border: 1px solid var(--deep-ocean) !important;
  }

  .cta-button-secondary:hover a {
    color: var(--deep-ocean);
  }

  .cards-link:hover .hover-highlight {
    color: var(--brightly-optimistic)
  }
}

figure {
  margin: 0;
  width: 100%;
}
article picture {
	display: block;
	margin: 2rem 0;
}
.wp-caption picture {
	margin-bottom: 0;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 2rem;
}
.wp-caption-text {
	text-align: center;
}

.half {
  width: 100%;
}

.hidden {
  display: none;
}

.highlight {
  color: var(--subtle-warmth);
}

.background-dark .highlight {
  color: #9177f6;
}

.background-medium .highlight {
  color: var(--subtle-warmth);
}

.relative {
  position: relative;
}

.no-uppercase {
  text-transform: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  color: var(--shallow-ocean);
  padding: .5rem 1rem;
  border-radius: .5rem;
  padding-right: 1.5rem;
}

.before-select:after {
  content: url('/wp-content/themes/mouseflow/assets/images/select.svg');
  position: relative;
  left: -1rem;
  top: -2px;
  pointer-events: none;
}

select[name="dmexco_discussion_topics"] {
  width: 100%;
}

@media screen and (min-width: 768px) {
  select.not([name="dmexco_discussion_topics"]) {
    margin-left: 2rem;
  }

  .before-select:after {
    left: 5.5rem;
    top: -2.1rem;
  }
}

strong {
  font-weight: var(--bold);
  ;
}

.hover-arrow-left {
  margin-right: .5rem;
}

ul li,
ol li {
  margin-bottom: 1rem;
}

@media screen and (hover:hover) {
  a:hover {
    color: inherit;
  }
}

@media screen and (min-width: 576px) {
  .half {
    width: 50%;
  }
}

/* Forms */
input,
textarea {
  border: 1px solid var(--input);
  border-radius: .5rem;
  color: var(--dark-mode) !important;
}

input[type=text],
input[type=email] {
  height: 3.25rem;
  min-width: 260px;
}
.webinar-form input[type=text],
.webinar-form input[type=email] {
 	min-width: 100%;
}

input::placeholder {
  color: var(--shallow-ocean);
}

input[type=email] {
  padding-left: 3.5rem;
}

@media screen and (min-width: 390px) {
  input[type=text],
  input[type=email] {
    min-width: 288px;
  }
  .webinar-form input[type=text],
  .webinar-form input[type=email] {
  	min-width: 100%;
  }
}

/* HubSpot */
.hs_us_webinar_dates_nov_2022 .input {
  position: relative;
}

.hs_us_webinar_dates_nov_2022 .input:after {
  content: url(https://mouseflow.com/wp-content/themes/mouseflow/assets/images/select.svg);
  position: absolute;
  left: 93%;
  top: 6px;
  pointer-events: none;
}

select#us_webinar_dates_nov_2022-18483e28-44ec-4896-a922-cf467dd8e579 {
  width: 100%;
}

.legal-consent-container {
  margin-top: 1rem;
}

.hs-richtext p,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  color: var(--shallow-ocean) !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span p a {
  color: var(--light-serious-business);
  text-decoration: none;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
	margin-left: .5rem !important;
}

.legal-consent-container .inputs-list,
.hs-error-msgs {
  list-style: none;
  padding-left: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 0.3rem;
  width: 15px;
}

.hs-input[type=email] {
  position: relative;
  background-image: url('/wp-content/themes/mouseflow/assets/images/email.svg');
  background-repeat: no-repeat;
  background-position: 1rem center;
}

.hs-submit input {
  color: var(--deep-ocean) !important;
}

.hs-fieldtype-radio ul {
  list-style: none;
  padding-left: 0;
}

.hs-fieldtype-radio>label {
  margin-bottom: .75rem;
}

.hs-form-radio {
  margin-bottom: .25rem;
}

.hs-fieldtype-phonenumber input {
  width: 100% !important;
}

.hs-button.primary.large {
  background-color: var(--brightly-optimistic);
  border: 1px solid var(--brightly-optimistic);
  box-shadow: none;
  border-radius: .5rem;
  font-size: 1rem;
  font-weight: var(--bold);
  ;
  line-height: normal;
  padding: 1rem 1.5rem;
}

.hs-fieldtype-textarea textarea {
  width: 100%;
}

.hs-error-msg {
  color: var(--redwine);
}

.background-dark.contact_form .hs-error-msg {
  color: var(--rose) !important;
}

input.invalid.error {
  border-color: var(--redwine);
}

.contact_form .hs-dependent-field input:not([type="email"], [type="checkbox"]) {
  width: 20px;
}

#email-760d6ff7-1488-44dc-8108-11b1d153fe9e,
#company-760d6ff7-1488-44dc-8108-11b1d153fe9e,
#work_email-1217e376-a1a3-42a4-b536-292abf82bae9 {
  width: 100%;
}

.background-dark.contact_form input.invalid.error {
  border: 2px solid var(--rose);
}

.page-template-page-contact form {
  display: flex;
  flex-direction: column;
}

.page-template-page-contact .content {
  margin-top: 6rem;
}

.page-template-page-contact .legal-consent-container {
  order: 1;
}

.page-template-page-subpage .legal-consent-container p,
.page-template-page-contact .legal-consent-container p {
  color: var(--shallow-ocean);
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.page-template-page-contact input[type=text],
.page-template-page-contact input[type=email],
.page-template-page-contact input[type=tel] {
  background-image: none;
  height: 2.5rem;
  width: 100%;
  padding-left: .5rem;
}

.page-template-page-contact textarea {
  width: 100%;
  padding-left: .5rem;
}

.page-template-page-contact label span {
  color: var(--semi-deep-ocean);
}

.page-template-page-contact input[type=submit] {
  width: 100%;
}

.page-template-page-contact .hs-form-field {
  margin-bottom: 1rem;
}

.hbspt-placeholder-882b26d2-35ee-4512-abac-d829a89b33f9 {
  min-height: 395px;
}

.hbspt-placeholder-ff8a47f2-59c4-424d-a89c-6b7e50384e14 {
  min-height: 481.5px;
}

.single-stories .background-dark .hs-richtext p,
.background-dark not:.webinar-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  color: var(--extra-light) !important;
}

@media screen and (hover:hover) {
  .hs-button.primary.large:hover {
    color: var(--white) !important;
    background-color: var(--subtle-warmth);
    border-color: var(--subtle-warmth);
  }
}

/* Heroes */
.front-page-hero {
  background-image: url('/wp-content/themes/mouseflow/assets/images/front-page-blob-mobile.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top center;
  background-size: contain;
}

.demo-page-hero,
.front-page-hero,
.prices-page-hero,
.error-page-hero {
  padding: 6rem 0;
  position: relative;
}

.storylane-container {
	margin-top: 5rem;
	display: none;
}

.storylane-contact-form-container {
	padding: 2.5rem;
}

@media screen and (min-width: 576px) {
  .front-page-hero {
    background-image: url('/wp-content/themes/mouseflow/assets/images/front-page-blob-tablet.svg');
    background-position: center top;
  }
}

@media screen and (min-width: 992px) {
  .storylane-container {
  	display: block;
  }
  .storylane-contact-form-container {
  	display: none;
  }
  .demo-page-hero,
  .front-page-hero,
  .prices-page-hero,
  .error-page-hero {
    padding: 9.5rem 0;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .front-page-hero {
    background-image: url('/wp-content/themes/mouseflow/assets/images/front-page-blob.svg');
  }
}

.front-page-hero h1 {
  color: var(--serious-business);
  font-weight: var(--bold);
  margin-bottom: var(--min-margin);
}

.sub-page-hero,
.contact-page-hero,
.prices-page-hero {
  padding: 10rem 0 0;
  position: relative;
  display: block;
}

@media screen and (min-width: 992px) {

  .sub-page-hero,
  .contact-page-hero {
    padding: 11rem 0 0;
  }
}

.front-page-hero .front-hero-img img,
.sub-page-hero img {
  width: auto;
}

.front-hero-img {
  margin-top: 2.5rem;
}

.front-page-hero-customers {
  margin-top: 5rem;
  text-align: center;
}

.sub-page-hero {
  background-size: cover;
}

@media screen and (min-width: 1400px) {
  .prices-page-hero {
    background-size: auto;
  }
}

.sub-page-hero.background-medium {
  background-image: url('/wp-content/themes/mouseflow/assets/images/light-background.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top center;
  min-height: 35rem;
}

.sub-page-hero.background-dark {
  background-image: url('/wp-content/themes/mouseflow/assets/images/dark-background.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top center;
  min-height: 35rem;
}

.parent-pageid-6714 .sub-page-hero {
  min-height: 17rem;
}

.prices-page-hero {
  background-image: url('/wp-content/themes/mouseflow/assets/images/dark-background.svg');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top center;
  min-height: 35rem;
}

.prices-page-hero .scroll-down a {
  display: flex;
  justify-content: center;
}

.prices-page-hero .scroll-down:after {
  content: url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow.svg');
  position: relative;
  top: -4px;
}

.prices-page-hero .scroll-down:hover:after {
  content: url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-hover.svg');
  position: relative;
  top: 0;
}

@media screen and (min-width: 1920px) {
  .prices-page-hero {
    background-color: var(--dark-mode);
    border-radius: 0% 0% 100% 100%;
    max-height: 590px;
    margin-bottom: 320px;
  }
}

.contact-page-hero {
  background-image: url('/wp-content/themes/mouseflow/assets/images/light-background-contact.svg');
  background-repeat: no-repeat;
  background-position: top;
}

.hero-description {
  font-size: 20px;
  margin-bottom: var(--fourth-margin);
}

.hero-description-comparison {
  margin-bottom: var(--fourth-margin);
}

.sub-page-hero img {
  margin-top: 2rem;
}

.sub-page-hero figure {
  display: none;
}

.single-integrations .sub-page-hero figure {
  display: block;
}

@media screen and (min-width: 768px) {

  .front-page-hero figure,
  .sub-page-hero figure {
    display: block;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
	.sub-page-hero.background-medium:not(.webinar-landing-page-hero),
  	.sub-page-hero.background-dark:not(.webinar-landing-page-hero) {
    	max-height: 650px !important;
    }
}
@media screen and (min-width: 992px) {
  .parent-pageid-6714 .sub-page-hero {
    min-height: 21rem;
  }

  .sub-page-hero.background-medium,
  .sub-page-hero.background-dark {
    max-height: 600px;
    background-position: bottom center;
  }

  .front-page-hero .front-hero-img img,
  .sub-page-hero img,
  .contact-page-hero img {
    position: relative;
    bottom: 4.5rem;
  }

  .front-page-hero .front-hero-img img {
    position: relative;
    bottom: 2.5rem;
  }

  .front-hero-img {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sub-page-hero.background-dark,
  .sub-page-hero.background-medium {
    background-position: bottom;
  }
}

@media screen and (min-width: 1400px) {
  .front-page-hero .description {
    margin-bottom: var(--default-margin);
  }
}

@media screen and (min-width: 1924px) {
  .sub-page-hero {
    background-size: cover;
  }

  .contact-page-hero {
    background-size: contain;
  }

  .contact-page-hero {
    background-position: top;
  }
}

.prices-page-hero h4 {
  color: var(--white);
}

.prices-page-hero h1 {
  color: var(--serious-business);
  font-weight: var(--bold);
}

.customer-logos-container {
  justify-content: center;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.customer-logos-container .customer-logo {
  padding: 1rem 1rem;
}

.customer-logo img {
  max-width: 130px;
}

@media screen and (min-width: 576px) {
  .customer-logos-container .customer-logo {
    padding: 1rem 2rem;
  }
}

@media screen and (min-width: 992px) {
  .customer-logo img {
    max-width: 100%;
  }

  .customer-logos-container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .customer-logos-container .customer-logo {
    padding: 0 2rem;
  }
}

.sub-page-hero .entry-header,
.contact-page-hero .entry-header {
  color: var(--serious-business);
}

.sub-page-hero .entry-header,
.contact-page-hero .entry-headerr {
  font-size: 1rem;
  margin-bottom: var(--min-margin);
}

.sub-page-hero.background-dark .entry-header,
.contact-page-hero.background-dark .entry-header {
  color: var(--light-serious-business);
}

.blog-page-hero {
  padding: 9.5rem 0 5rem;
}

.menu-ctas {
  position: relative;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 992px) {
  .menu-ctas {
    display: block;
  }
}

@media screen and (hover:hover) {
  .menu-cta-button .cta-button:hover {
    background-color: var(--dark-mode);
  }

  .dark-cta:hover {
    background-color: var(--subtle-warmth);
  }

  #menu-cta-sign-in:hover {
    color: var(--dark-mode);
  }
}

/* Page no hero */
.page-template-page-center #page-header {
  background-color: var(--white);
}

/* Tooltips */
.has-tooltip .tooltip-link {
  border-bottom: 2px dotted var(--semi-deep-ocean);
  color: var(--deep-ocean);
  position: static;
}

.tooltip-link {
  color: inherit;
  cursor: default;
  display: inherit;
  text-decoration: none;
  width: 100%;
}

.tooltip-link:hover {
  color: inherit;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: var(--white);
  color: var(--tooltip-text);
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 1rem;
  text-align: left;
  min-width: 296px;
}

.qtip-content {
  background-color: var(--white);
  color: var(--tooltip-text);
  border-radius: .5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  padding: 1rem;
}

.tooltipsall {
  border-bottom: 2px dotted var(--semi-deep-ocean) !important;
}

.tooltip[data-popper-placement='top'] .tooltip-arrow:before {
  border-top-color: var(--white) !important;
  border-width: 0.5rem 0.5rem 0 !important;
}

.tooltip[data-popper-placement='bottom'] .tooltip-arrow:before {
  border-bottom-color: var(--white) !important;
  border-width: 0 0.5rem 0.5rem !important;
}

.tooltip[data-popper-placement='left'] .tooltip-arrow:before {
  border-left-color: var(--white) !important;
  border-width: 0 0.5rem 0.5rem 0.5rem !important;
}

.tooltip[data-popper-placement='right'] .tooltip-arrow:before {
  border-right-color: var(--white) !important;
  border-width: 0.5rem 0.5rem 0.5rem 0 !important;
  top: -8px;
}

.tooltip-visitors {
  display: inline;
  margin-left: 0.5rem;
  position: relative;
  top: -2.5rem;
  right: -6rem;
}

@media screen and (hover:hover) {
  .has-tooltip .tooltip-link:hover {
    border-bottom: 2px dotted var(--semi-deep-ocean);
    color: var(--deep-ocean);
  }
}

@media screen and (min-width: 768px) {
  .tooltip-link:active {
    pointer-events: none;
  }

  .tooltip-visitors {
    top: -2rem;
    right: -7rem;
  }

  .tooltip-visitors {
    position: static;
  }
}

/* Fonts */
body {
  color: var(--deep-ocean);
  font-family: museo-sans, sans-serif;
  font-weight: var(--normal);
  ;
}

h1,
h6 {
  color: var(--deep-ocean);
  font-size: 1rem;
  font-weight: var(--bold);
  line-height: 1.5rem;
  text-transform: uppercase;
}

h2,
h2 p,
h3,
h1.h3 {
  color: var(--deep-ocean);
  font-size: 2.5rem;
  font-weight: var(--bold);
  line-height: 3rem;
  margin-bottom: var(--half-margin);
  text-transform: none;
}

h2.small-h2 p {
	font-size: 40px;
	line-height: 48px;
}

@media screen and (min-width: 992px) {
	h2.small-h2 p {
		font-size: 64px;
		line-height: 72px;
	}
}

h4,
h4 p,
.h4 p {
  color: var(--deep-ocean);
  font-size: 2rem;
  font-weight: var(--bold);
  line-height: 2.5rem;
  margin-bottom: var(--fourth-margin);
}

h5 {
  font-size: 2rem;
  font-weight: var(--bold);
}

h6 {
  color: var(--deep-ocean);
  margin-bottom: 1rem;
}

p,
.p5 {
  color: var(--deep-ocean);
  font-size: 1rem;
  line-height: 1.5rem;
}

.p1 {
  color: var(--deep-ocean);
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.p2,
.p2 p {
  color: var(--deep-ocean);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.p3,
.p3 p {
  color: var(--deep-ocean);
  font-size: 1.25rem;
  line-height: 2rem;
}

.p4,
.p4 p {
  color: var(--deep-ocean);
  font-size: 1.5rem;
  font-weight: var(--bold);
  ;
  line-height: 1.7rem;
}

.p6 {
  color: var(--deep-ocean);
  font-size: 0.75rem;
  line-height: 1rem;
}

.s1 {
  color: var(--deep-ocean);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 578px) {

  h1,
  h6 {
    font-size: 1rem;
    font-weight: var(--bold);
    ;
    line-height: 1.75rem;
    text-transform: uppercase;
  }

  h2,
  h2 p {
    font-size: 5rem;
    font-weight: var(--bold);
    ;
    line-height: 5.5rem;
  }

  h3,
  h1.h3 {
    font-size: 3.5rem;
    font-weight: var(--bold);
    ;
    line-height: 4rem;
  }

  h4,
  h4 p,
  .h4 p {
    font-size: 2.5rem;
    font-weight: var(--bold);
    ;
    line-height: 3rem;
  }

  h5,
  .h5,
  h5 p,
  .h5 p {
    font-size: 2rem;
    font-weight: var(--bold);
    ;
    line-height: 3rem;
  }

  .p1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .p2,
  .p2 p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .p3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .p6 {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

thead {
  font-size: 1rem;
  font-weight: var(--bold);
  ;
}

td,
th {
  padding: .5rem;
  vertical-align: top;
}

tbody th {
  width: 25%;
  padding-left: 0;
}

tbody tr {
  border-bottom: 1px solid var(--extra-light);
}

tbody tr:last-child {
  border: none;
}

tr td:last-child {
  background-color: var(--dusty-cloud);
}

tr td a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

@media screen and (min-width: 576px) {

  td,
  th {
    padding: 1.5rem;
  }
}

.arrow-link {
  color: var(--serious-business) !important;
  font-weight: 500;
}

.pre-headline {
  color: var(--serious-business);
}

.background-dark .arrow-link,
.background-dark .pre-headline {
  color: var(--light-serious-business) !important;
}

.arrow-link:after {
  content: url('/wp-content/themes/mouseflow/assets/images/link-arrow.svg');
  width: 10px;
  height: 10px;
  margin-left: .5rem;
}

.background-dark .arrow-link:after {
  content: url('/wp-content/themes/mouseflow/assets/images/link-arrow-dark.svg');
}

@media screen and (hover:hover) {
  .arrow-link:hover:after {
    content: url('/wp-content/themes/mouseflow/assets/images/link-arrow-hover.svg');
    transition: .3s;
  }

  .background-dark .arrow-link:hover:after {
    content: url('/wp-content/themes/mouseflow/assets/images/link-arrow-dark-hover.svg');
  }
}

article p a,
article .entry-content li a,
.page-template-default .entry-content a,
.faq a,
.page-item a,
.single_wysiwyg a,
.content_tabs a,
.breadcrumb-cat,
.image_and_content a:not(.arrow-link),
.related-cat .scroll-to-result {
  color: var(--serious-business);
  text-decoration: none;
  position: relative;
}

@media screen and (hover:hover) {

  article p a,
  article .entry-content li a,
  .page-template-default .entry-content a,
  .faq a,
  .page-item a,
  .single_wysiwyg a,
  .content_tabs a,
  .breadcrumb-cat,
  .image_and_content a:not(.arrow-link),
  .related-cat .scroll-to-result {
    white-space: nowrap;
  }

  article p a:hover,
  article .entry-content li a:hover,
  .page-template-default .entry-content a:hover,
  .faq a:hover,
  .page-item a:hover,
  .single_wysiwyg a:hover,
  .content_tabs a:hover,
  .image_and_content a:not(.arrow-link):hover,
  .related-cat .scroll-to-result:hover {
    color: var(--serious-business);
  }

  article p a:after,
  article .entry-content li a:after,
  .page-template-default .entry-content a:after,
  .faq a:after,
  .page-item a:after,
  .single_wysiwyg a:not(.img-link):after,
  .content_tabs a:after,
  .breadcrumb-cat:after,
  .image_and_content a:not(.arrow-link):after,
  .related-cat .scroll-to-result:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: var(--serious-business);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
  }

  article p a:hover:after,
  article .entry-content li a:hover:after,
  .page-template-default .entry-content a:hover:after,
  .faq a:hover:after,
  .page-item a:hover:after,
  .single_wysiwyg a:hover:after,
  .content_tabs a:hover:after,
  .breadcrumb-cat:hover:after,
  .image_and_content a:hover:after,
  .related-cat .scroll-to-result:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);
  }
}

/* Fixed Header */
.pum-open .page-container {
  margin-top: 60px;
}
.pum-open #page-header {
  top: 60px !important;
}

.pum-content {
  height: 60px !important;
  background: var(--deep-ocean) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pum-content p {
  color: var(--dusty-cloud);
  display: flex;
  align-items: center;
}

.pum-content a {
  padding: 5px 20px;
  font-size: 1rem;
  margin-left: .5rem;
  text-transform: none;
  color: var(--light-serious-business) !important;
}

.pum-content a:after {
  display: none;
}

@media screen and (hover:hover) {
  .pum-content a:hover {
    color: var(--white);
  }
}

.pum-content a:hover .pum-theme-11496 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
  color: var(--dusty-cloud) !important;
  height: 24px !important;
  width: 24px !important;
  font-size: 24px !important;
  margin-top: .5rem;
}

header {
  position: absolute;
  width: 100%;
  z-index: 100;
  height: var(--header-height);
}

header.simple,
header.no_pricing {
  height: var(--header-default-height);
  display: flex;
}

.mega-menu-header-menu-mobile-open {
  overflow: hidden;
}

.mega-menu-header-menu-mobile-open header {
  z-index: 5000;
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
  overflow: scroll;
  height: 100vh;
}

header:not(.dark) {
  background-color: rgba(255, 255, 255, .9);
}

header #mega-menu-simple-header-menu-no-pricing,
header #mega-menu-simple-header-menu,
header #mega-menu-header-menu {
  margin-top: 2rem !important;
}

header #mega-menu-wrap-simple-header-menu-no-pricing.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu-no-pricing.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu-no-pricing.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-simple-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-header-menu.light-toogle .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: var(--dark-mode) !important;
}

header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: var(--dark-mode);
}

header.dark-header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark-header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark-header #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark-header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark-header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark-header #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark #mega-menu-wrap-simple-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark-header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark-header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark-header #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
header.dark #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
header.dark #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
header.dark #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: var(--white);
}

#mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-item,
#mega-menu-wrap-simple-header-menu .mega-menu-item {
  padding: .5rem 0 !important;
}

#mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-link,
#mega-menu-wrap-simple-header-menu .mega-menu-link {
  font-size: 24px !important;
}

@media screen and (min-width: 992px) {

  #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-item,
  #mega-menu-wrap-simple-header-menu .mega-menu-item {
    padding: 0;
  }

  #mega-menu-wrap-simple-header-menu-no-pricing .mega-menu-link,
  #mega-menu-wrap-simple-header-menu .mega-menu-link {
    font-size: 16px !important;
  }
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  header {
    -webkit-backdrop-filter: blur(2rem) saturate(125%);
    backdrop-filter: blur(2rem) saturate(125%);
  }

  header:not(.dark) {
    background-color: hsla(0, 0%, 97%, .25);
    ;
  }

  header:before {
    filter: blur(1rem);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
  }

  header#page-header .container {
    z-index: 1;
    position: relative;
  }

  header:not(.dark):before {
    background-color: hsla(0, 0%, 97%, .25);
  }

  header.dark {
    background-color: rgba(16, 23, 47, 0.25);
  }
}

.navbar-brand {
  position: relative;
  z-index: 1;
}

.navbar-brand img {
  height: 28px;
  min-width: 145px;
}

header.dark .navbar-brand .logo-path,
.dark-header .logo-path {
  fill: #f7f9fc;
}

header.dark-header:before {
  background-color: rgba(16, 23, 47, 0.1);
}

#mega-menu-header-menu>.mega-menu-item>.mega-menu-link {
  transition: none;
}

#mega-menu-header-menu .top-level {
  padding: .5rem 0 !important;
  border-top: 1px solid var(--extra-light) !important;
}

#mega-menu-item-1648.top-level {
  border-bottom: 1px solid var(--extra-light) !important;
}

#mega-menu-header-menu .top-level>.mega-menu-link {
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.mega-menu-toggle {
  margin-top: 2rem;
  margin-right: 0.5rem;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  height: 2px !important;
}

@media screen and (min-width: 992px) {

  header #mega-menu-simple-header-menu-no-pricing,
  header #mega-menu-simple-header-menu,
  header #mega-menu-header-menu {
    margin-top: 0 !important;
  }

  header.dark #mega-menu-header-menu>.mega-menu-item>.mega-menu-link {
    color: var(--white);
  }

  #mega-menu-item-1648.top-level {
    border-bottom: 0 !important;
  }

  #mega-menu-header-menu .top-level {
    border-top: none !important;
  }

  #mega-menu-header-menu .top-level>.mega-menu-link {
    font-size: 1rem !important;
    font-weight: 300 !important;
  }
}

@media screen and (hover:hover) {
  .hover-blue:hover a {
    color: var(--serious-business) !important;
  }
}

/* Reading position indicator */
#ruigehond006_wrap {
  top: var(--header-default-height) !important;
  z-index: 0 !important;
}

/* Blocks general */
.content-block {
  padding: var(--default-margin) 0;
}

.content-block .content-block {
  padding: 0;
}

.background-light {
  background-color: var(--white);
}

.background-medium {
  background-color: var(--dusty-cloud);
}

.background-dark {
  background-color: var(--dark-mode);
}

.background-light+.background-light,
.background-medium+.background-medium,
.background-dark+.background-dark,
.visitor_cta+.content-block {
  padding-top: 0 !important;
}

.description {
  margin-bottom: var(--fourth-margin);
}

@media screen and (min-width: 993px) {
  .content-block {
    padding: var(--default-margin) 0;
  }

  .home .content-block:nor(.visitor_cta) {
    padding: var(--full-margin) 0;
  }

  .full-margin {
    padding: var(--default-margin) 0;
  }
}

/* Clients */
.client-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--half-margin);
}
.client-logos .client-logo {
  padding: 1rem 2rem;
  display: flex;
}
.client-logos .client-logo img {
	max-width: 130px;
}

.client-logo figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 577px) {
  .client-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 992px) {
  .client-logos {
  	display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .client-logos-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .client-logos-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-logos-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .client-logos-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .client-logos-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Features small */
.features-small {
  display: grid;
  grid-gap: var(--half-margin);
  grid-template-columns: 1fr;
  margin-bottom: var(--half-margin);
}

.feature-small .icon {
  margin-right: 0.5rem;
}

.compliance-badge-container+.features_small {
  padding-top: 10rem;
}

.compliance-badges {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  left: 0;
  position: absolute;
  top: -3rem;
  width: 100%;
}

.compliance-badge {
  width: 47%;
  font-size: 1rem;
  font-weight: var(--bold);
  ;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  border-radius: 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.compliance-badge img {
  margin-bottom: 0.5rem;
}

.compliance-badge:first-of-type {
  background-color: var(--subtle-warmth);
  left: 2rem;
}

.compliance-badge:nth-of-type(2) {
  background-color: var(--white);
}

.compliance-badge:first-of-type span {
  color: var(--white);
}

.compliance-badge:nth-of-type(2) span {
  color: var(--subtle-warmth);
}

@media (hover: hover) {
  a.compliance-badge:first-of-type:hover {
    transform: rotate(5deg);
  }

  a.compliance-badge:nth-of-type(2):hover {
    transform: rotate(-5deg);
  }
}

@media screen and (min-width: 576px) {
  .compliance-badges {
    top: -3rem;
  }
}

@media screen and (min-width: 768px) {

  .many-features,
  .features-small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compliance-badge {
    width: 320px;
    font-size: 1.5rem;
    flex-direction: row;
    padding: 2rem;
    top: -3rem;
  }

  .compliance-badge:first-of-type {
    right: 25rem;
  }

  .compliance-badge:nth-of-type(2) {
    right: 3rem;
  }

  .compliance-badge img {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 993px) {
  .features-small {
    grid-gap: var(--third-margin);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: var(--default-margin);
  }

  .many-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: var(--seventh-margin);
  }

  .compliance-badge:first-of-type {
    position: absolute;
    top: 0.5rem;
    left: 55%;
  }

  .compliance-badge:nth-of-type(2) {
    position: absolute;
    top: 10rem;
    left: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .features-small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1400px) {
  .many-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Compliance */
.content-block.compliance {
  padding: 1rem 0;
}

.content-block.compliance.background-light {
  border-top: 1px solid var(--extra-light);
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1rem 0;
}

.compliance-item {
  display: flex;
  align-items: center;
}

.compliance-icon {
  margin-right: 1rem;
}

.compliance-icon figure img {
  width: 56px;
  height: 56px;
}

.mono-arrow-link {
  text-decoration: none;
}

.mono-arrow-link .compliance-link-text {
  color: var(--dark-mode);
  text-decoration: none;
}

.background-dark.compliance .mono-arrow-link .compliance-link-text {
  color: var(--dust-cloud);
}

.mono-arrow-link .compliance-link-text:after {
  content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow.svg');
  margin-left: .5rem;
}

.background-dark.compliance .mono-arrow-link .compliance-link-text:after {
  content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow-light.svg');
}

@media screen and (hover:hover) {
  .mono-arrow-link .compliance-link-text:hover:after {
    content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow-hover.svg');
  }

  .background-dark.compliance .mono-arrow-link .compliance-link-text:hover:after {
    content: url('/wp-content/themes/mouseflow/assets/images/mono-link-arrow-light-hover.svg');
  }
}

@media screen and (min-width: 992px) {
  .compliance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Features full */
.features_full.background-medium {
	background-color: var(--dusty-cloud);
}
.nav-tabs {
  border: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: 0;
}

.nav-item .nav-link img {
  width: 24px;
  height: 24px;
}

.features_full .nav-tabs .nav-link {
  border-radius: 1.5rem;
  border: 0;
  box-shadow: none;
  color: var(--deep-ocean);
  font-weight: var(--normal);
  ;
  padding: 0.5rem 1.5rem;
}

.background-dark.features_full .nav-tabs .nav-link {
  color: var(--extra-subtle-warmth);
}

.nav-tabs .nav-link img {
  margin-right: 12px;
}

.features_full .nav-tabs .nav-link.active,
.features_full .nav-tabs .nav-link.active:hover {
  background-color: var(--subtle-warmth);
  color: var(--white);
}
.features-full-cta-banner-container {
	background-repeat: no-repeat;
	background-position: -730px -115px, 1200px -650px;
	padding: 2rem 0 2.5rem 0;
	transition: background-position .6s ease-in-out;
}
.features-full-cta-banner-container a {
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	color: var(--deep-ocean);
}
.background-dark + .features-full-cta-banner-container {
	background-color: #122658;
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark2_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark2_full.svg');
}
.background-dark + .features-full-cta-banner-container a {
	color: var(--white);
}
.background-light + .features-full-cta-banner-container, 
.background-medium + .features-full-cta-banner-container {
	background-color: #E9F2FF;
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark_full.svg');
}
.cta-banner-link {
	/*display: flex;
    justify-content: center;
    align-items: center;*/
}

@media (hover: hover) {
  .features_full .nav-tabs .nav-link:hover {
    color: var(--subtle-warmth);
  }
  .features-full-cta-banner-container:hover {
  	background-position: -530px -155px, 1000px -650px;
  }
}

.nav-tabs .nav-link.active img {
  filter: brightness(0) invert(1);
}

.features_full .tab-nav-container,
.features_full .tab-feature-container {
  display: grid;
  grid-gap: 2rem;
}

.features_full .tab-feature-illustration img {
  width: auto;
}

@media screen and (min-width: 1200px) {
  .features_full .tab-nav-container {
    margin-top: var(--default-margin);
  }
}

.features_full .tab-content {
  margin-top: 2rem;
}

.features_full .tab-feature-headline {
  font-size: 1.5rem;
  font-weight: var(--bold);
  ;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .features_full .nav-tabs {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 40px;
    flex-wrap: nowrap;
  }

  .features_full .nav-tabs .nav-link {
    display: flex;
    white-space: nowrap;
    padding-right: 3rem;
  }

  .features_full .nav-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .tab-nav-before {
    display: none;
  }

  .features_full .tab-nav-container {
    grid-template-columns: 1fr;
  }

  .features_full .tab-feature-container {
    grid-template-columns: 2fr 8fr;
  }

  .tab-nav-container .nav.nav-tabs {
    display: flex;
  }
}

@media screen and (min-width: 1400px) {
  .tab-nav-before {
    display: flex;
  }

  .features_full .tab-nav-container,
  .features_full .tab-feature-container {
    grid-template-columns: 2fr 8fr;
  }
}

/* Features centered */
.background-dark.features_centered {
  background-color: var(--transparent-dark-blue);
  padding-bottom: 0;
  position: relative;
}

.background-dark .pre-headline {
  color: var(--light-serious-business) !important;
}

.features_centered {
  text-align: center;
}

.featured-center-container {
  justify-content: center;
}

.features-centered {
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  align-items: center;
}

.features-centered .feature-small {
  padding: .5rem 0;
}

.features_centered .cta-button {
  display: inline-block;
  position: relative;
  top: 4rem;
  z-index: 1;
  margin-right: 0;
}

.bottom-decoration {
  background-color: var(--dark-mode);
  height: 10rem;
  position: relative;
  overflow: hidden;
}
.bottom-decoration.background-medium {
	background-color: var(--white);
}

.bottom-decoration:before {
  content: '';
  position: absolute;
  bottom: 7rem;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: var(--transparent-dark-blue);
  border-radius: 50%;
  transform-origin: bottom;
  transform: scale(2) translateX(-25%);
}
.bottom-decoration.background-medium:before {
	background-color: var(--dusty-cloud);
}

@media screen and (min-width: 768px) {
  .features-centered {
    margin-top: 2rem;
    max-width: 675px;
    flex-direction: row;
  }
}

@media screen and (min-width: 993px) {
  .features_centered h4 {
    padding: 0 160px;
  }
}

/* Two columns features */
.two-columns-grid {
  column-count: 1;
  column-gap: 2rem;
  margin-top: 3rem;
}

.two-columns-feature-container {
  margin-bottom: 1rem;
  break-inside: avoid-column;
}

.two-columns-border {
  border-left: 8px solid var(--calming-teal);
  padding-left: 24px;
}

.two-columns-feature-icon {
  min-width: 80px;
  margin-right: 2rem;
}

.center-cta {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .two-columns-grid {
    column-count: 2;
  }
}

/* Three columns with graphic */
.three_columns_with_graphic img {
  min-width: 100%;
}

/* Icons and text columns */
.icon-column-grid {
  display: grid;
  grid-gap: 2rem;
  margin-top: 3rem;
}

.two-column-grid,
.three-column-grid,
.four-column-grid,
.five-column-grid {
  grid-template-columns: 1fr;
}

.icon-column {
  margin-bottom: 2rem;
}

.icon-column .p4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.icon-container {
  margin-bottom: 1rem;
  height: 56px;
}

.icon-container figure img {
  height: 56px;
  width: 56px;
}

@media screen and (min-width: 768px) {
  .icon-column-grid {
    margin-top: var(--default-margin);
  }

  .icon-column {
    margin-bottom: 0;
  }

  .icon-column .p4 {
    margin-top: 2rem;
  }

  .two-column-grid,
  .three-column-grid,
  .four-column-grid,
  .five-column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1200px) {

  .three-column-grid,
  .five-column-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .four-column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1400px) {
  .four-column-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .five-column-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Integrations */
.integrations-list-page {
  margin-top: 2rem;
}

.integrations-list-page a {
  text-decoration: none;
}

.integrations-list-page a:before {
  content: url('/wp-content/themes/mouseflow/assets/images/link-arrow-mirror.svg');
  width: 10px;
  height: 19px;
  margin-right: .5rem;
}

.integrations-descriptions {
  margin-top: var(--half-margin);
}

.integrations-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(5, minmax(0, 412px));
}

.integrations-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 412px));
}

.integrations-grid-2 {
  grid-template-columns: repeat(3, minmax(0, 412px));
}

.integrations-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 412px));
}

.integration-grid-type-3 {
  grid-template-columns: repeat(3, minmax(0, 412px));
}

.integrations-slider,
.integrations-static {
  margin-top: var(--default-margin);
  margin-bottom: var(--max-margin);
  justify-content: center;
}

.integrations-slider .integrations-grid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(428px*10);
}

.integrations-slider {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.integrations-slider .integrations-item {
  animation: scroll 80s linear infinite;
}

.integrations-item {
  background-color: var(--white);
  display: flex;
  border-radius: 0.5rem;
  border: var(--card-border);
  box-shadow: var(--card-box-shadow);
  will-change: transform;
}

.integrations-icon,
.integrations-icon img {
  width: 48px;
  height: 48px;
}

.integrations-track-slider {
  margin-top: var(--default-margin);
  overflow: hidden;
}

.integrations-track-slider-2 {
  margin-top: 1rem;
}

.integrations-track-slider .integrations-item {
  width: 412px;
  min-width: 412px;
  margin: 0 1rem;
}

.slide-track {
  animation: scroll 60s linear infinite;
  width: 4440px;
  padding: 1rem 0;
}

.integrations-track-slider-2 .slide-track {
  margin-left: 206px;
}

@media screen and (hover:hover) {
  .integrations-item:hover {
    border-color: var(--serious-business);
  }
}

.integrations-item-link {
  padding: 2.5rem;
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.integrations-icon {
  margin-right: 1.5rem;
}

.search-integrations-item-link .integrations-icon {
  margin-right: 0;
}

.integrations-item .p4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.integration-grid-type-3 .integrations-item:nth-of-type(n+4),
.integration-grid-type-5 .integrations-item:nth-of-type(n+6) {
  position: relative;
  left: 50%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/* Slider */
.integrations-track-slider .slick-slide {
  background-color: var(--white);
  margin: 0 0.5rem;
  position: relative;
}

.integrations-track-slider .slick-slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.integrations-track-slider .slick-slide .integrations-icon {
  margin: 0 0 1rem 0;
}

.integrations-slider-item-link,
.integrations-content-slider {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.integrations-slider-item-link {
  color: inherit;
  text-decoration: none;
}

.integrations-slider-content {
  max-width: 160px;
}

.integrations-slider-wrapper-mobile .slick-track {
  margin-top: 2rem;
  display: flex;
}

.integrations-slider-wrapper-mobile .slick-slide {
  height: 300px;
  min-width: 223px !important;
  margin: 0 1rem;
}

.integrations-slider-wrapper-mobile .integrations-item-link {
  border: var(--card-border);
  box-shadow: var(--card-box-shadow);
  flex-direction: column;
  /*height: 260px;*/
  width: 223px;
}

.integrations-slider-wrapper-mobile .integrations-item-link .integrations-icon {
  margin-right: 0;
}

.integrations-content .p4 {
  margin-top: 1rem;
}

.integrations-content .p6 {
  margin-top: .5rem;
}

@media screen and (max-width: 767px) {
  .integrations-slider-wrapper-mobile .integrations-item-link {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .integrations-content .p4 {
    margin-top: 0;
  }

  .integrations-content .p6 {
    margin-top: 0;
  }
}

/* Integrations overview */
.integrations-search-content-block {
  margin: var(--default-margin) 0;
}

.search-result-integrations {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.search-integrations-item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: var(--card-border);
  border-radius: 8px;
  box-shadow: var(--card-box-shadow);
}

.search-result-integrations .integration {
  transition: .3s;
}

.integrations-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dusty-cloud);
  height: 128px;
}

.integrations-footer {
  padding: 1.5rem;
}

.integrations-name {
  color: var(--deep-ocean);
  font-size: 1rem;
  font-weight: var(--bold);
  ;
  line-height: 1.1875rem;
  margin-bottom: .5rem;
}

.integrations-description {
  color: var(--deep-ocean);
  font-size: 1rem;
  line-height: 1.1875rem;
  height: 60px;
}

.sf-field-taxonomy-integration_catagories ul li input {
  display: none;
}

.sf-field-taxonomy-integration_catagories ul li label {
  color: var(--shallow-ocean);
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  .search-result-integrations {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .search-result-integrations {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .sf-field-taxonomy-integration_catagories ul {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sf-field-taxonomy-integration_catagories ul::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .searchandfilter .sf-field-taxonomy-integration_catagories li {
    cursor: pointer;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .searchandfilter .sf-field-taxonomy-integration_catagories li.sf-option-active label {
    background-color: var(--deep-ocean);
  }

  .searchandfilter .sf-field-taxonomy-integration_catagories li label {
    background-color: var(--extra-light);
    border-radius: 20px;
    cursor: pointer;
    color: var(--semi-deep-ocean);
    padding: 8px 24px;
    white-space: nowrap;
  }

  .searchandfilter .sf-field-taxonomy-integration_catagories li.sf-option-active label {
    color: var(--white);
  }
}

@media screen and (min-width: 992px) {
  .sf-field-taxonomy-integration_catagories .sf-option-active label {
    color: var(--serious-business);
    font-weight: var(--bold);
    ;
  }
}

.integrations-search-content-block .sf-field-search input {
  min-width: 200px;
  height: 40px;
  position: relative;
  background-image: url('/wp-content/themes/mouseflow/assets/images/search.svg');
  background-repeat: no-repeat;
  background-position: .5rem center;
  padding-left: 2.5rem;
}

#blog-search-result {
  scroll-margin-top: 4rem;
}

@media screen and (hover:hover) {
  .search-result-integrations .integration:hover {
    transform: scale(1.05);
  }

  .sf-field-taxonomy-integration_catagories ul li label:hover {
    color: var(--serious-business);
    font-weight: var(--bold);
    cursor: pointer;
  }
}

/* Testimonial */
.average-rating-description {
	margin-top: 1.5rem;
	font-weight: 300;
}
.average-rating-description a {
	color: var(--subtle-warmth);
	text-decoration: none;
}
.testimonials-grid {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
}
.testimonial {
	padding: 1.5rem;
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	display: flex;
	flex-direction: column;
	align-self: flex-start;
}
.testimonial hr {
	border: 1px solid var(--extra-light);
	height: 1px;
	position: relative;
	width: calc(100% + 3rem);
	left: -1.5rem;
}
.testimonial-headline {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: normal;
	margin-top: 2.5rem;
}
.testimonial-review {
	font-weight: 300;
}
.testimonial-reviewer {
	font-weight: 700;
}
.testimonial-reviewer-title {
	font-weight: 300;
	font-size: 14px;
}
.hubspot-popup-cta {
	margin-top: 5rem;
}
.overlay-hidden {
	display: none !important;
}
#hubspot-popup-overlay {
  	position: fixed;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: rgba(0, 0, 0, 0.5);
  	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.hubspot-popup-form {
	background-color: var(--white);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	padding: 2.5rem;
	max-width: 500px;
}
.hubspot-popup-form input[type=text],
.hubspot-popup-form input[type=email],
.hubspot-popup-form input[type=tel] {
  	background-image: none !important;
  	height: 2.5rem;
  	width: 100%;
  	padding-left: .5rem;
}
.hubspot-popup-form .hs-form-booleancheckbox span,
.hubspot-popup-form .hs-richtext {
	color: var(--shallow-ocean) !important;
    font-size: 12px !important;
    line-height: 16px !important;
}
.hubspot-popup-form .hs-submit {
	margin-top: 1rem;
}
.hubspot-popup-form .hs-form-booleancheckbox-display input {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.testimonials-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Small customer stories */
.rating {
  position: relative;
  width: 80px;
}

.rating:before {
  position: absolute;
  left: 0;
  right: 0;
  content: '★★★★★';
  opacity: .5;
}

.number-0-5:after {
  width: 10%;
}

.number-1:after {
  width: 20%;
}

.number-1-5:after {
  width: 30%;
}

.number-2:after {
  width: 40%;
}

.number-2-5:after {
  width: 50%;
}

.number-3:after {
  width: 60%;
}

.number-3-5:after {
  width: 70%;
}

.number-4:after {
  width: 80%;
}

.number-4-5:after {
  width: 90%;
}

.number-5:after {
  width: 100%;
}

.rating:after {
  color: var(--brightly-optimistic);
  content: '★★★★★';
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  overflow: hidden;
}

.rating-description {
  margin-left: 8px;
}

.quote-background {
  background-color: var(--dark-mode);
  border-radius: 0.5rem;
  padding: 2.5rem;
}

.quotee {
  align-items: center;
  margin-bottom: 2.5rem;
}

.initial-circle {
  align-items: center;
  background-color: #95C2E2;
  border-radius: 50%;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  height: 80px;
  width: 80px;
  margin-right: 1rem;
}

.quote-background .s1 {
  margin-top: 1rem;
}

/* CTA cards */
.card-container {
  border-radius: 0.5rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  padding: 1.5rem;
}

.card-illustration {
  margin-top: 1rem;
}

.card-light {
  background-color: var(--dark-mode);
}

.card-medium {
  background: var(--dusty-cloud);
}

.cta_card.background-dark .card-light {
  background-color: var(--dusty-cloud);
}

.cta_card.background-dark .card-dark {
  background-color: var(--light-serious-business);
}

.cta_card.background-medium .card-light {
  background-color: var(--light-serious-business);
}

.cta_card.background-medium .card-dark {
  background-color: var(--dark-mode);
}

.cta_card.background-light .card-light {
  background-color: var(--dusty-cloud);
}

.cta_card.background-light .card-dark {
  background-color: var(--dark-mode);
}

.cta_card.background-light .card-light .pre-headline {
  color: var(--serious-business);
}

.cta_card.background-medium .card-light .pre-headline {
  color: var(--white);
}

.cta_card.background-light .card-dark .pre-headline,
.cta_card.background-medium .card-dark .pre-headline {
  color: var(--light-serious-business);
}

.card-dark * {
  color: var(--white);
  fill: var(--white);
}

.card-dark .cta-button {
  color: var(--dark-mode);
}

@media screen and (hover: hover) {
  .cta_card.background-light .card-dark .cta-button:hover,
  .cta_card.background-medium .card-dark .cta-button:hover {
    background-color: var(--subtle-warmth);
    border-color: var(--subtle-warmth);
  }
  .card-dark .cta-button:hover {
    color: var(--white);
  }
}

@media screen and (min-width: 576px) {
  .card-container {
    padding: var(--default-margin);
  }
}

@media screen and (min-width: 768px) {
  .card-container {
    grid-template-columns: 1fr 1fr;
  }

  .card-illustration {
    margin-top: 0;
  }
}

/* Visitor CTAs */
.visitor-card-container .cta-button {
  display: inline-block;
  margin-top: 1.5rem;
}

.visitor_cta {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.visitor_cta:before {
  content: '';
  position: absolute;
  top: -180%;
  left: 50%;
  width: 200%;
  height: 94%;
  background-color: var(--white);
  border-radius: 50%;
  transform-origin: top;
  transform: scale(2) translateX(-25%);
}

.visitor_cta:after {
  content: '';
  position: absolute;
  bottom: -180%;
  left: 50%;
  width: 200%;
  height: 94%;
  background-color: var(--white);
  border-radius: 50%;
  transform-origin: bottom;
  transform: scale(2) translateX(-25%);
}

.background-medium+.visitor_cta:before,
.has-medium-next:after {
  background-color: var(--dusty-cloud);
}

.visitor-cta-content {
  position: relative;
  z-index: 10;
  padding: var(--max-margin) 0;
}

.visitor-cta-content .question {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.choice-cards-container {
  max-height: 10rem;
  position: relative;
  z-index: 10;
}

.choice-card {
  position: absolute;
  z-index: 1;
}

#choices {
  padding-right: 2rem;
}

.visitor-card-container {
  padding: 1rem;
  position: relative;
  top: -10rem;
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
  margin: 0 2rem;
  grid-template-columns: 1fr;
}

.question-select-container {
  margin-top: 2rem;
}

.visitor-card-container .card-illustration {
  display: none;
}

.visitor-card-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.visitor-card-cta .cta-button {
  margin: 0;
}

@media screen and (min-width: 576px) {
  .visitor-card-container .card-illustration {
    display: block;
  }

  .visitor-card-container {
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem;
  }

  .visitor-card-cta {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .visitor-card-container {
    margin: 0;
  }

  .visitor_cta:before,
  .visitor_cta:after {
    width: 130%;
  }

  .visitor-cta-content .question {
    flex-direction: row;
    align-items: baseline;
  }

  .question-select-container {
    display: flex;
    justify-content: center;
    margin-left: 0.5rem;
    margin-top: 0;
    align-items: baseline;
  }

  .question-select-container .before-select:after {
    left: 4.5rem;
  }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
  .visitor-card-container {
    grid-template-columns: 2fr 1fr;
    padding: 2rem;
  }
}

@media screen and (min-width: 1400px) {
  .visitor-card-container {
    grid-template-columns: 3fr 1fr;
    padding: 2.5rem;
  }

  .visitor-card-cta {
    justify-content: center;
  }
}

/* Reviews */
.review-badges img {
  margin-right: 1rem;
  max-height: 7rem;
  width: auto;
}

.reviews-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.review-box {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  border-radius: .5rem;
}

.review-box figure {
  text-align: center;
}

.review-box figure img {
  height: 64px;
  width: 64px;
}

.review-box .rating-description,
.review-box .rating {
  margin-top: 1.5rem;
  text-align: center;
}

.review-box .rating-description {
  height: 40px;
}

.review-box-link {
  text-decoration: none;
  transition: .3s;
}

.review-box-link:first-of-type .review-box {
  background-color: var(--subtle-warmth);
}

.review-box-link:nth-of-type(2) .review-box {
  background-color: var(--dark-mode);
}

.review-badges {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (hover:hover) {
  .review-box-link:hover {
    transform: scale(1.02);
  }
}

@media screen and (min-width: 576px) {
  .reviews-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 992px) {
  .review-badges {
    margin-bottom: 0;
  }
}

/* Cards */
.cards-link {
  text-decoration: none;
}

.cards-container {
  border: var(--card-border);
  border-radius: .5rem;
  box-shadow: var(--card-box-shadow);
  color: var(--white);
  padding: 2rem;
  margin-bottom: 2rem;
  text-decoration: none;
  transition: .3s;
  will-change: transform;
}

@media (hover: hover) {
  .cards-container:hover {
    transform: scale(1.01);
  }
}

.flex-cards-container-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1.5rem;
}

.flex-cards-container-3 .cards-container {
  height: 100%;
  padding: 2.5rem 1.5rem 0;
}

.flex-cards-container-3 .description,
.flex-cards-container-3 .description p {
  margin-bottom: 0;
}

.flex-cards-container-3 .cards-illustration {
  display: none;
}

.cards-content-container .description {
  max-width: 330px;
}

.cards-content-container .p4.description p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.cards-container-0 {
  background-color: var(--light-serious-business);
  color: var(--deep-ocean);
  display: flex;
  justify-content: space-between;
  height: 234px;
}

.cards-container-0 .description div,
.cards-container-0 .description p,
.cards-container-0 h6 {
  color: var(--deep-ocean);
}

.cards-content-container .p4 div,
.cards-content-container .p4 p {
  font-size: 1rem;
}

.cards-container-1 {
  background-color: var(--serious-business);
  display: flex;
  flex-direction: row;
  height: 234px;
  justify-content: space-between;
}

.cards-container-1 img {
  align-self: flex-end;
}

.cards-container-2 {
  background-color: var(--subtle-warmth);
  display: flex;
  flex-direction: row;
  height: 234px;
  justify-content: space-between;
}

.cards-container-3 {
  background-color: var(--dark-mode);
  height: 234px;
}

.cards-content-container *,
.cards-content-container p {
  color: var(--white);
}

.main-illustration {
  opacity: 1;
  transition: all .3s ease-out;
}

.hover-illustration {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-out;
}

.cards-illustration {
  display: none;
}

@media screen and (min-width: 576px) {
  .cards-container {
    padding: 2.5rem;
  }

  .cards-content-container .p4.description p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .cards-illustration {
    display: block;
    position: relative;
    align-self: flex-end;
    top: 0;
    padding-left: 1rem;
  }

  .flex-cards-container-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cards-content-container .description p {
    font-size: 1.5rem;
  }

  .cards-container-1 {
    height: 507px;
    flex-direction: column;
  }

  .cards-container-2 {
    height: 508px;
    flex-direction: column;
  }

  .cards-container-3 {
    height: 233px;
  }
}

@media screen and (min-width: 992px) {
  .cards-content-container .p4 div {
    font-size: 1.5rem;
  }
}

/* Single Quote */
.single-quote-container {
  text-align: center;
}

.single-quote {
  font-size: 1.5rem;
  line-height: 2rem;
}

.single-quotee {
  justify-content: center;
  margin-top: 1rem;
}

.single-initial-circle {
  align-items: center;
  background-color: #BEF0E6;
  border-radius: 50%;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: .5rem;
}

.single-quotee * {
  margin-right: .5rem;
}

.single-quote-title {
  margin-top: .5rem;
  color: var(--shallow-ocean);
}

/* Image and Content */
.image-and-content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.image-and-content-content {
  margin: 1.5rem 0;
}

.image_and_content img {
  width: auto;
}

.image_and_content .order-0 {
  order: 1 !important;
}

.image_and_content .order-0,
.image_and_content .order-1 {
  margin-top: 2rem;
}

.desktop-image {
  display: none;
}

.mobile-image {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 576px) {
  .desktop-image {
    display: block;
    width: 100%;
  }

  .mobile-image {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .image-and-content-content {
    margin-bottom: 0;
  }

  .image_and_content .order-0 {
    order: 0 !important;
  }

  .image_and_content .order-1 .image_and_content .order-0 {
    margin-top: 0;
  }
}

/* Faq */
.faq .nav-tabs {
  display: block;
}

.faq .tabs-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.faq .tab-nav-container,
.faq .tab-feature-container {
  background-color: var(--white);
  padding: 1.5rem;
}

.background-light.faq .tab-nav-container,
.background-light.faq .tab-feature-container {
  background-color: var(--dusty-cloud) !important;
}

.faq .tab-content .tab-pane {
  height: 100%;
}

.faq .nav-link {
  border-left: .5rem solid var(--extra-light);
  color: var(--deep-ocean);
}

.faq .nav-link {
  display: block;
  text-align: left;
  width: 100%;
  margin-top: 1rem;
}

.faq .nav-link.active {
  background-color: var(--light-blue);
  border-left: .5rem solid var(--serious-business);
  color: var(--serious-business);
  font-weight: var(--bold);
  ;
}

.faq .faq-footer {
  margin-top: 5rem;
}

.faq .faq-footer p {
  font-size: 1rem;
}

.faq .tab-content {
  display: none;
}

.accordion-feature-description {
  background-color: var(--dusty-cloud);
  padding: 1.5rem 1rem;
}

.accordion-feature-description p {
  margin-bottom: 0;
}

.accordion-feature-description {
  display: none;
}

.accordion-feature-description.open {
  display: block;
}

@media screen and (min-width: 768px) {
  .faq .tabs-grid {
    grid-template-columns: 3fr 5fr;
    grid-gap: 2rem;
  }

  .faq .tab-nav-container {
    padding: 2rem;
  }

  .faq .tab-content {
    display: block;
  }

  .faq .nav-link {
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .accordion-feature-description {
    display: none !important;
  }
}

/* Three columns width Graphic */
.columns-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.columns-grid-item .p4 {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .columns-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 5rem;
  }
}

/* Comparison overview */
.product-comparison-grid {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr;
  margin-bottom: 5rem;
}

.product-comparison-headline {
  font-size: 1rem;
  font-weight: var(--bold);
  text-align: center;
  padding: 2rem;
}

.headline-empty,
.product-comparison-headline,
.feature-headline-overview,
.feature-1,
.feature-2 {
  border-bottom: 1px solid var(--extra-light);
}

.feature-headline-overview,
.feature-headline-overview-last {
  font-size: 24px;
  font-weight: var(--bold);
  line-height: 32px;
  padding: 2rem 2rem 2rem 0;
}

.feature-1,
.feature-2,
.feature-1-last,
.feature-2-last {
  padding: 2rem;
}

.feature-1 {
  background-color: var(--dusty-cloud);
  border-left: 1rem solid var(--white);
  border-right: 1rem solid var(--white);
}

.feature-1-last {
  background-color: var(--dusty-cloud);
  border-left: 1rem solid var(--white);
  border-right: 1rem solid var(--white);
}

.feature-2 {
  background-color: var(--dark-mode);
  border-left: 1rem solid var(--white);
  border-right: 1rem solid var(--white);
  color: var(--white);
}

.feature-2-last {
  background-color: var(--dark-mode);
  border-left: 1rem solid var(--white);
  border-right: 1rem solid var(--white);
  color: var(--white);
}

.product-comparison-grid {
	overflow: scroll;
}

.product-comparison-headline-1 {
  background-color: var(--dusty-cloud);
  border-left: 1rem solid var(--white);
  border-right: 1rem solid var(--white);
}

.product-comparison-headline-2 {
  background-color: var(--dark-mode);
  border-left: 1rem solid var(--white);
  border-right: 1rem solid var(--white);
  color: var(--white);
}

.page-item {
  margin-bottom: 2rem;
}

/* TOC */
.pages-grid {
  column-count: 3;
  column-gap: 1rem;
  margin-top: 5rem;
}

.toc .pages-grid a {
  color: var(--serious-business);
  font-size: 1rem;
}

/* Related articles */
.articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.articles-grid a {
  text-decoration: none;
}

.related_articles .category {
  color: var(--semi-deep-ocean);
  margin-bottom: 1rem;
}

.article-title {
  color: var(--deep-ocean);
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.article-meta {
  margin-top: 1rem;
}

.reading-time {
  color: var(--shallow-ocean);
  margin-left: .5rem;
}

.related-cat {
  color: var(--serious-business);
  margin-right: .5rem;
}

.related-cat .scroll-to-result {
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Industry Journey */
.industry_journey {
  padding-bottom: 0;
}

.step-title {
  font-size: 1rem;
  font-weight: var(--bold);
  ;
  line-height: 2rem;
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
  border-radius: 8px;
  padding: 1rem;
  height: 61px;
}

.road {
  background-color: var(--dusty-cloud);
  margin: 0 1rem;
  width: 32px;
}

.mobile-road {
  background-color: var(--dusty-cloud);
  padding: 2rem .5rem;
}

.road-start,
.road-end {
  background-color: var(--dusty-cloud);
  height: 120px;
  width: 32px;
  position: relative;
  left: -16px;
  border-radius: 8px 8px 0 0;
}

.road-start-horisontal,
.road-end-horisontal {
  background-color: var(--dusty-cloud);
  height: 32px;
  position: relative;
  left: 16px;
  border-radius: 8px 0;
}

.road-end-horisontal {
  border-radius: 0 8px;
}

.dot {
  background-color: var(--subtle-warmth);
  min-width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transform: scale(.5);
  transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1);
}

.dot.build-in-animate {
  background-color: var(--serious-business);
  transform: scale(1);
}

.step-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-left: 0;
  padding: 2.5rem;
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
  border-radius: 8px;
}

.step-illustration {
  text-align: center;
}

.step-headline {
  font-size: 1.5rem;
  font-weight: var(--bold);
  ;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.step-content {
  line-height: 1.5rem;
}

@media screen and (max-width: 428px) {
  .step-card-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .build-in-scale-top {
    opacity: 0;
    transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1), transform .6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(0.9) translateY(20px);
  }

  .build-in-scale-top.build-in-animate {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 992px) {
  .step-card-container {
    margin: 3.75rem;
    margin-right: 5.2rem;
    grid-template-columns: 1fr;
  }

  .build-in-scale-right {
    opacity: 0;
    transition: opacity .8s cubic-bezier(0.16, 1, 0.3, 1), transform .8s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(0.9) translateX(-20px);
  }

  .build-in-scale-right.build-in-animate {
    opacity: 1;
    transform: translateY(0);
  }

  .build-in-scale-left {
    opacity: 0;
    transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1), transform .6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(0.9) translateX(20px);
  }

  .build-in-scale-left.build-in-animate {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1200px) {
  .step-card-container {
    grid-template-columns: 1fr 1fr;
  }

  .step-illustration {
    text-align: left;
  }
}

@media screen and (min-width: 1400px) {
  .step-card-container {
    margin-right: 6.5rem;
  }
}

@media (prefers-reduced-motion) {
  .build-in-scale {
    opacity: 1;
  }

  .build-in-animate {
    animation: none !important;
  }
}

/* Tabs */
.tabs .nav-tabs {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.tabs-hr {
  border-color: var(--extra-light);
  opacity: .1;
  height: 2px !important;
  margin: 0;
  position: relative;
  top: -2px;
}

.tabs .nav-tabs::-webkit-scrollbar {
  display: none;
}

.tabs .nav-tabs .nav-item {
  margin-bottom: 0px;
}

.tabs .nav-tabs .nav-item .nav-link {
  border: none;
  color: var(--shallow-ocean);
  font-weight: 700;
  white-space: nowrap;
  background-color: transparent !important;
}

.tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--serious-business);
  border-bottom: 3px solid var(--serious-business);
}

.tab-container {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 2rem 0;
}

.tab-headline {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.tab-description {
  margin-bottom: 1.5rem;
}

.tabs-list-item {
  display: flex;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.tabs-list-item .icon {
  margin-right: 1rem;
}

.tab-content .arrow-link {
  font-size: 1rem;
}

@media screen and (hover: hover) {
  .tabs .nav-tabs .nav-item .nav-link:hover {
    border-bottom: 3px solid var(--serious-business);
    color: var(--serious-business);
  }
}

@media screen and (min-width: 992px) {
  .tab-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tabs .nav-tabs {
    justify-content: center;
    overflow: hidden;
  }
}

/* Contact Form */
.contact_form {
	background-repeat: no-repeat;
}
.contact_form.background-dark {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide.svg');
}
.contact_form.background-medium {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide_light.svg');
}
.contact_form .logo-item {
  justify-content: center;
}

.contact_form.background-dark .logo-item img {
	filter: brightness(0) invert(1);
}

.contact_form input:not([type="submit"], [type="checkbox"]) {
  width: 100%;
  margin-bottom: 1rem;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel] {
  background-image: none;
  height: 40px;
  padding-left: 1rem;
}

.contact_form .actions {
	text-align: center;
}

.contact_form input[type=submit] {
  margin-top: 1rem;
  padding: 0 1.5rem !important;
  height: 40px;
}

.contact_form .description,
.contact_form label span {
  color: var(--semi-deep-ocean);
}

/* Contact us page */
.contact-us-page-hero {
  padding: 9.5rem 0 0 0;
}

.contact-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

.contact-us-item {
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
  border-radius: 8px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-us-item .pre-headline {
  color: var(--serious-business) !important;
}

.contact-us-item-title {
  color: var(--serious-business);
  font-size: 20px;
  font-weight: var(--bold);
  ;
  line-height: 24px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.contact-us-item-description {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 40px;
}

.contact-us-button {
  display: block;
  text-align: center;
}

.contact-us-grid-phone {
  background-color: var(--dusty-cloud);
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
  border-radius: 8px;
  padding: 40px 24px;
  margin-bottom: 2rem;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1.5rem;
}

.country-grid-item {
  display: flex;
  align-items: flex-start;
}

.country-grid-item figure {
  width: 33px;
}

.contact-us-item {
  background-color: var(--dusty-cloud);
}

.contact-us-item .description {
  color: var(--deep-ocean);
}

.contact-us-item .cta-button {
  margin-right: 0;
}

.country-grid-item img {
  width: 32px;
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
}

.country-info {
  padding-left: 1rem;
}

.country-name {
  font-size: 20px;
  margin-top: -.5rem;
}

.book-a-demo-container {
  border-radius: .5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  padding: 5rem;
}

.get-in-touch-container .description {
  max-width: 796px;
}

.get-in-touch-illustration svg {
  width: 56px;
}

.get-in-touch-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: var(--default-margin);
}

.get-in-touch-card {
  display: grid;
  grid-template-columns: 1fr 7fr;
}

.get-in-touch-card:first-of-type {
  margin-right: 8rem;
  margin-bottom: 4rem;
}

.get-in-touch-card .locations-container {
  display: flex;
  flex-direction: column;
}

.location-2 {
  margin-top: 1.5rem;
}

.get-in-touch-card .address-header {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.get-in-touch-card svg {
  margin-right: 1rem;
}

.get-in-touch-address {
  display: flex;
}

.card-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.card-info h5 {
  line-height: normal;
  margin-bottom: 1.5rem;
}

.get-in-touch-address {
  margin-bottom: 1.5rem;
}

.get-in-touch-phone {
  margin-bottom: 1rem;
}

.address-info {
  margin-top: -.3rem;
}

@media screen and (min-width: 768px) {
  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .get-in-touch-cards {
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .contact-us-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .country-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1500px) {
  /*.get-in-touch-card .locations-container {
    flex-direction: row;
  }
  .location-2 {
    margin-top: 0;
  }*/
}

/* Demo page */
.demo-page-hero .description {
  color: var(--input);
  font-size: 1.5rem;
  line-height: 2rem;
}

.demo-page-hero .scroll-down {
  position: relative;
  bottom: 0rem;
}

.demo-page-hero .scroll-down a {
  color: #66A7FD;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: center;
}

.demo-page-hero .scroll-down:after {
  content: url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light.svg');
  position: relative;
  top: -4px;
}

.demo-page-hero .scroll-down:hover:after {
  content: url('/wp-content/themes/mouseflow/assets/images/scroll-down-arrow-light-hover.svg');
  position: relative;
  top: 0;
}

.demo-description {
  color: var(--serious-business);
  font-weight: var(--bold);
  ;
  margin-top: 1.5rem;
}

.recording-status {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.flasher {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--redwine);
  cursor: pointer;
  box-shadow: 0 0 0 rgba(227, 152, 148, 0.8);
  animation: pulse 2s infinite
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 152, 148, 0.8);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(227, 152, 148, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(227, 152, 148, 0);
  }
}

.demo-content-block {
  margin: var(--full-margin) 0;
}

.demo-content-block h4.center {
  max-width: 650px;
  margin: 0 auto 2rem;
}

.demo-content-block .description {
  color: var(--semi-deep-ocean);
  font-size: 1.25rem;
}

.form-description {
  color: var(--semi-deep-ocean);
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.demo-features-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

.demo-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

.demo-feature {
  display: flex;
}

.demo-feature .icon {
  margin-right: 1rem;
}

.demo-feartues-description {
  color: var(--semi-deep-ocean);
  font-size: 20px;
}

.mouse-flow-container img {
  pointer-events: none;
}

.no-click {
  cursor: pointer;
  margin-top: 2rem;
}

.no-click-event {
  pointer-events: none;
  cursor: pointer;
}

.cta-button-primary:hover .no-click-event {
  color: var(--white);
}

.buttons-container {
  display: flex;
  justify-content: center;
}

.form-area-input {
  display: flex;
}

.form-area-radio {
  text-align: center;
}

.form-area-radio .form-elements-container {
  display: flex;
  justify-content: center;
}

.form-area-radio .form-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}

.form-area {
  margin: 2.5rem 0;
}

.form-area-input .form-elements-container {
  display: flex;
  width: 100%;
}

.form-area-input .form-element {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.form-area-input .form-elements-container {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .form-area-input .form-elements-container {
    flex-direction: row;
  }

  .form-area-input .form-elements-container .form-element:first-of-type {
    margin-right: 1rem;
  }

  .form-area-input .form-elements-container .form-element:last-of-type {
    margin-left: 1rem;
  }

  .demo-features-container {
    grid-template-columns: 1fr 1fr;
  }

  .no-click {
    display: inline;
    margin-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  .demo-page-hero .scroll-down {
    bottom: -5rem;
  }
}


/* Jobs */
.jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-top: 5rem;
}

.job-item {
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .3s;
}

.job-department {
  color: var(--serious-business);
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}

.job-title {
  color: var(--deep-ocean);
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
  padding: 0 1.5rem;
}

.job-description {
  color: var(--semi-deep-ocean);
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}

.job-location-container {
  background-color: var(--dusty-cloud);
  padding: 1.5rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.job-location {
  color: var(--shallow-ocean);
  font-size: 1rem;
  line-height: 1.1875rem;
}

.job-location svg {
  margin-right: .5rem;
}

@media screen and (min-width: 768px) {
  .jobs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (hover: hover) {
  .job-item:hover {
    transform: scale(1.01);
  }
}

/* Content and overflow video */
.content_and_overflow_illustration .description {
  margin-top: 1.5rem;
}

/* Videos */
.videos-search-content-block {
  margin: var(--default-margin) 0;
  position: relative;
  z-index: 1;
}

.search-result-videos {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.video {
  background-color: var(--white);
  border: var(--card-border);
  border-radius: .5rem;
  box-shadow: var(--card-box-shadow);
  position: relative;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.popular-video {
  background-color: var(--subtle-warmth);
  border-radius: 19px;
  color: var(--white);
  display: inline;
  font-size: 14px;
  font-weight: var(--bold);
  ;
  line-height: 17px;
  padding: .5rem 1.5rem;
  position: absolute;
  top: 1rem;
  left: -1rem;
  z-index: 1;
}

.wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-title {
  color: var(--deep-ocean);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: var(--bold);
  ;
  padding: 1rem 1.5rem;
}

.sf-field-taxonomy-videon_catagories ul li {
  margin-bottom: .25rem;
}

.sf-field-taxonomy-videon_catagories ul li input {
  display: none;
}

.sf-field-taxonomy-videon_catagories ul li label {
  color: var(--shallow-ocean);
  font-size: 1rem;
  line-height: 1.5rem;
}

.sf-field-taxonomy-videon_catagories .sf-option-active label {
  color: var(--serious-business);
  font-weight: var(--bold);
  ;
}

div[id$=".thumbnail"] {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

div[id$=".big_play_button_background"] {
  border-radius: .5rem;
}

@media screen and (max-width: 767px) {
  .sf-field-taxonomy-videon_catagories {
    margin-bottom: 1rem !important;
  }

  .sf-field-taxonomy-videon_catagories .sf-label-radio {
    padding: .5rem 1.5rem !important;
  }

  .sf-field-taxonomy-videon_catagories {
    display: flex;
    overflow: hidden;
  }

  .sf-field-taxonomy-videon_catagories li {
    cursor: pointer;
    display: inline-block;
    margin-right: 1rem;
  }

  .sf-field-taxonomy-videon_catagories li.sf-option-active label {
    background-color: var(--deep-ocean);
  }

  .sf-field-taxonomy-videon_catagories .slick-slide {
    margin-right: 1rem;
  }

  .sf-field-taxonomy-videon_catagories li label {
    background-color: var(--extra-light);
    border-radius: 20px;
    cursor: pointer;
    color: var(--semi-deep-ocean);
    padding: 8px 24px;
  }

  .sf-field-taxonomy-videon_catagories li.sf-option-active label {
    color: var(--white);
  }
}

@media screen and (min-width: 992px) {
  .search-result-videos {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (hover:hover) {
  .search-result-videos .video:hover {
    transform: scale(1.05);
  }

  .sf-field-taxonomy-videon_catagories ul li label:hover {
    color: var(--serious-business);
    font-weight: var(--bold);
    ;
    cursor: pointer;
  }
}

/* Default pages */
.default-page-hero {
  padding: 11rem 0 0;
}

.default-page-hero h1,
.error-page-hero h1 {
  font-size: 40px;
  font-weight: var(--bold);
  ;
  line-height: 48px;
  margin-bottom: 2.5rem;
  text-transform: none;
}

.page-template-default .entry-content {
  margin-bottom: var(--default-margin);
}

/* Blog */
/* breadcrumbs */
#breadcrumbs {
  margin: 2rem 0;
}

#breadcrumbs a,
#breadcrumbs .breadcrumb-cat {
  color: var(--serious-business);
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-decoration: none;
}

#breadcrumbs .breadcrumb-cat {
  cursor: pointer;
}

#breadcrumbs>span>span>a {
  margin-right: 1rem;
}

#breadcrumbs>span>span>span {
  margin-left: 1rem;
}

#breadcrumbs span span span a {
  font-weight: var(--bold);
  ;
}

#breadcrumbs .breadcrumb-divider {
  margin-right: .4rem;
  position: relative;
  top: -2px;
}

#breadcrumbs img {
  margin-bottom: 0;
  height: 12px;
  margin-top: 0;
}

.custom-blog-link {
  margin-right: .8rem;
}

/* Blog pages */
.blog-content {
  padding-bottom: var(--default-margin);
}

.description.blog-page-featured {
  margin-top: .5rem;
}

.featured-content-block {
  margin-bottom: 5rem;
}

.search-content-block .sf-field-search input {
  min-width: auto;
  height: 40px;
  position: relative;
  background-image: url('/wp-content/themes/mouseflow/assets/images/search.svg');
  background-repeat: no-repeat;
  background-position: .5rem center;
  padding-left: 2.5rem;
}

.search-content-block .sf-field-category ul li {
  display: inline-block;
  margin-bottom: 1rem;
}

.search-content-block .sf-field-search {
  margin-bottom: .5rem;
}

.category-filters {
  position: relative;
}

.slider-arrow {
  position: absolute;
  top: 10px;
  padding: .5rem 0;
  height: 40px;
  width: 80px;
}

.slider-arrow.prev {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  left: 58px;
}

.slider-arrow.next {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  text-align: right;
  right: 0;
}

/*.sf-field-category .slick-track,
.sf-field-taxonomy-videon_catagories .slick-track {
height: 40px;
}
.catagory-slider.slick-arrow.slick-disabled {
display: none !important;
}
.catagory-slider.slick-arrow {
position: absolute;
z-index: 1;
height: 40px;
align-items: center;
width: 5rem;
cursor: pointer;
}
.catagory-slider.slick-arrow svg {
margin-top: 12px;
}
.catagory-slider.slick-arrow.next {
right: 0;
background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
text-align: right;
top: 0;
}
.catagory-slider.slick-arrow.prev {
background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}*/

/* Search Forms */
.searchandfilter ul {
  padding-left: 0
}

.searchandfilter .sf-field-category li {
  cursor: pointer;
  display: inline-block;
  margin-right: 1rem;
}

.searchandfilter .sf-field-category li.sf-option-active label {
  background-color: var(--deep-ocean);
}

.searchandfilter .sf-field-category li label {
  background-color: var(--extra-light);
  border-radius: 20px;
  cursor: pointer;
  color: var(--semi-deep-ocean);
  padding: 8px 24px;
  white-space: nowrap;
}

.searchandfilter ul li li {
  padding: 0;
}

.searchandfilter .sf-field-category li.sf-option-active label {
  color: var(--white);
}

.searchandfilter ul li.sf-field-category .sf-input-radio {
  display: none;
}

.search-result-blog {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem 2rem;
  margin-bottom: 4rem;
}

.most-popular-headline {
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid var(--extra-light);
  padding-bottom: .5rem;
  margin: 0 1rem 2rem;
}

.wpp-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  padding: 1rem;
}

.wpp-list img {
  border-radius: .5rem;
}

.wpp-list li {
  list-style: none;
}

.wpp-post-title {
  color: var(--deep-ocean);
  font-size: 1.25rem;
  font-weight: var(--bold);
  line-height: 1.75rem;
  text-decoration: none;
  margin-top: 1.5rem;
  display: block;
}

.sf-field-category ul {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sf-field-category ul::-webkit-scrollbar {
  display: none;
}

@media screen and (hover:hover) {
  .searchandfilter .sf-field-category li label:hover {
    background-color: #d6deec;
  }
}

@media screen and (min-width: 786px) {
  .sf-field-category ul {
    display: block;
  }

  .search-result-blog,
  .wpp-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* Posts and stories */
.single-stories .entry-header,
.single-post .entry-header {
  margin-bottom: 1rem;
}

.single-stories h1,
.single-post h1 {
  font-size: 2.5rem;
  font-weight: var(--bold);
  line-height: 3rem;
  margin-bottom: 2.5rem;
  text-transform: none;
}

.single-stories h2,
.single-post h2 {
  font-size: 2rem;
  font-weight: var(--bold);
  line-height: 2.5rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.single-stories h3,
.single-post h3 {
  font-size: 1.5rem;
  font-weight: var(--bold);
  line-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

article:not(.jobs) li:not(.hs-form-booleancheckbox-display) {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.single-post .faq-answer p {
    font-size: 1rem;
    line-height: 1.5rem;
}
.copy-button-container {
  display: flex;
  align-items: center;
  position: relative;
  left: -6.6rem;
  width: calc(100% + 6.6rem);
}
.copy-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 2rem;
	margin-top: 0rem;
	opacity: 0;
	cursor: pointer;
	transition: all .3s;
}
.copy-button img {
	width: 27px;
	margin-top: .5rem;
}
.copy-tool-tip {
	width: 75px;
	height: 22px;
	background-color: var(--dark-mode);
	border-radius: 1rem;
	position: relative;
	opacity: 0;
	transition: opacity .2s cubic-bezier(.2,0,0,1);
}
.copy-tool-tip span {
	color: var(--white);
	font-size: 12px;
	padding: 2px 0;
	position: absolute;
    transition: opacity .2s cubic-bezier(.2,0,0,1);
    text-align: center;
    width: 100%;
}
.copy-tool-tip span.not-clicked {
	opacity: 1;
    visibility: visible;
}
.copy-tool-tip span.clicked {
	opacity: 0;
    visibility: hidden;
}
.post-content-container .faq {
	margin-top: 3rem;
}
.blog-cta-block {
	border-radius: .5rem;
	margin-top: 3rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-position:  -900px 0, 50px -650px;
	background-repeat: no-repeat, no-repeat;
	transition: background-position .6s ease-in-out;
}
.blog-cta-block h2 {
	margin-top: 0;
}
.blog-cta-description {
	font-size: 20px;
	margin-bottom: 2.5rem;
	max-width: 800px;
}
.blog-cta-block .cta-button {
	border: none;
}
.block-blue {
	background-color: var(--light-blue);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-light_full.svg');
}
.block-yellow {
	background-color: var(--yellow);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-yellow-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-yellow-light_full.svg');
}
.block-yellow .cta-button {
	background-color: var(--serious-business);
	color: var(--white);
}
.block-purple {
	background-color: var(--light-purple);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-purple-dark_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-purple-light_full.svg');
}
.block-dark {
	background-color: var(--dark-mode);
	background-image: url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-dark2_full.svg'), url('/wp-content/themes/mouseflow/assets/images/orbit-ring-blue-light2_full.svg');
	color: var(--white);
}
.block-dark h2 {
	color: var(--white);
}
.single-post li {
	padding-left: 1rem;
}
.single-post li::marker {
	color: var(--serious-business);
	font-weight: 700;
}
.single-post h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: var(--min-margin);
}
.blog-inset-block {
	border-radius: .5rem;
	padding: 3rem 2.5rem 2rem 2.5rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.blog-inset-block h3 {
	margin-top: 0 !important;
}
.inset-headline {
	display: flex;
	align-items: center;
}
.inset-block-blue {
	background-color: var(--light-blue);
}
.inset-block-yellow {
	background-color: var(--yellow);
}
.inset-block-purple {
	background-color: var(--light-purple);
}
.inset-headline .icon-container {
	width: 40px;
	height: auto;
	margin-right: 1rem;
}
.form-block-blue {
	background-color: var(--light-blue);
}
.form-block-yellow {
	background-color: var(--yellow);
}
.form-block-yellow .hs-button.primary.large {
	background-color: var(--serious-business);
	color: var(--white) !important;
}
.form-block-purple {
	background-color: var(--light-purple);
}
.blog-contact-form-content .hs-button.primary.large {
	border: none;
}
.blog-contact-form-image,
.blog-contact-form {
	border-radius: .5rem;
	margin-bottom: 5rem;
}
.blog-contact-form-image {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.contact-form-image {
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.blog-contact-form-content {
	padding: 2.5rem;
}
.blog-contact-form-content h3 {
	margin-top: 0;
}
.blog-contact-form-content input:not([type=submit], [type=checkbox]) {
	width: 100%;
	min-width: 100% !important;
}
.blog-contact-form-content .hs-form-booleancheckbox-display {
	align-items: center;
}
.blog-contact-form-content .hs-form-booleancheckbox-display input {
	margin-top: 0;
}
.blog-contact-form-content .hs-form-booleancheckbox {
	padding-left: 0;
}
.blog-contact-form-content .hs-form-booleancheckbox span,
.blog-contact-form-content .hs-richtext {
	font-size: 14px;
	line-height: normal;
}
.blog-contact-form-description {
	margin-bottom: 1rem;
}
.blog-contact-form-content .hs-submit {
	margin-top: 1rem;
}
.wistia_responsive_padding {
	margin-top: 2rem;
}
.form-columns-2 {
	max-width: 100% !important;
}
.video-container {
	position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 2.5rem;
}
.video-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-entry-content .video {
	border: none;
	box-shadow: none;
}

@media screen and (hover: hover) {
	.copy-button-container:hover .copy-button {
		opacity: 1;
	}
	.copy-button:hover .copy-tool-tip {
		opacity: 1;
	}
	.blog-cta-block:hover {
		background-position: -700px -50px, 500px -650px;
	}
	.block-yellow .cta-button:hover {
		background-color: var(--dark-mode);
		color: var(--white);
	}
	.block-dark .cta-button:hover {
		background-color: var(--subtle-warmth);
		color: var(--white);
	}
	.blog-contact-form-content .hs-button.primary.large:hover {
		background-color: var(--dark-mode);
		color: var(--white);
	}
}

@media screen and (min-width: 450px) {
   .blog-cta-block {
  	 background-position: -900px 0, 200px -650px;
   }
}
@media screen and (min-width: 768px) {
   .blog-cta-block {
  	 background-position: -800px 0, 400px -650px;
   }
}
@media screen and (min-width: 992px) {
  .single-stories h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  article .content {
    margin-top: -5rem;
  }
  .blog-entry-content.entry-content {
    margin-top: 9rem;
  }
  .single-stories .entry-header {
    margin-bottom: 5rem;
  }
  .blog-cta-block {
  	background-position: -800px 0, 500px -700px;
  }
}
@media screen and (min-width: 1200px) {
	.single-post #breadcrumbs {
		margin: 0 0 1rem 0;
	}
	.contact-form-image {
		display: block;
	}
	.blog-contact-form-image {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.blog-contact-form-image .form-columns-2 {
		display: flex;
		flex-direction: column;
	}
	.blog-contact-form-image .form-columns-2 .hs-form-field {
		width: 100% !important;
	}
	.hero-area-blog-post {
		background-color: var(--dusty-cloud);
		padding: calc(var(--header-height) + 3rem) 0 5rem 0;
	}
	.single-post .entry-header {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1550px) {
	.single-post h1 {
    	font-size: 3rem;
    	line-height: 3.5rem;
  	}
}


.blog-entry-content p img.aligncenter {
  margin: 4rem auto 5rem auto;
}

.blog-entry-content p img.alignleft {
  margin-right: 1.5rem;
}

.blog-content-block {
  margin-top: var(--default-margin);
  margin-bottom: var(--default-margin);
}

.blog-content-block-author {
  margin-bottom: 0;
}

#author.blog-content-block {
  margin-top: var(--default-margin);
}

.featured-image {
  margin-top: 8rem;
}

.featured-image img {
  border-radius: .5rem;
}

.entry-meta {
  border-top: 1px solid var(--extra-light);
  border-bottom: 1px solid var(--extra-light);
  color: var(--shallow-ocean);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.entry-meta .with-svg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .entry-meta {
    padding: 2.625rem 0;
  }

  .entry-meta .with-svg {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.entry-meta .with-svg svg {
  margin-right: 0;
}

.calculator-entry-content {
  margin-top: var(--default-margin);
}

.single-stories h4,
.single-post h4 {
  margin-top: 4rem;
}

.single-stories p,
.single-post p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.post-quote p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 4rem 0;
}

.table-of-content-container.toc-desktop {
  display: none;
}

.table-of-content-mobile.closed .pre-headline,
.table-of-content-mobile.closed .toc {
  display: none;
}

.table-of-content-mobile {
	background-color: var(--white);
}

.table-of-content-mobile .pre-headline {
  padding: 1rem 2rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toc {
  list-style: none;
  padding-left: 0;
}

#open-toc-mobile {
	padding: .5rem;
	margin-left: -.5rem;
	background-color: var(--white);
}

#close-toc {
  cursor: pointer;
}

#open-toc {
  padding: 1.5rem;
}

.toc-item {
  border-top: 1px solid var(--extra-light);
  padding: 1rem 2rem;
  line-height: normal !important;
  margin-bottom: 0;
}

.toc a {
  color: var(--dark-mode);
  font-size: 0.875rem;
  text-decoration: none;
}

.toc-item.active a {
  font-weight: var(--bold);
  ;
}

@media screen and (min-width: 576px) {
  .entry-meta .with-svg svg {
    margin-right: .8rem;
  }

  .post-quote p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .table-of-content-container.toc-mobile {
    display: none;
  }

  .table-of-content-container.toc-desktop {
    display: block;
    position: sticky;
    top: 5rem;
    height: 0;
    z-index: 1;
  }

  .table-of-content {
    background-color: var(--white);
    border: var(--card-border);
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    box-shadow: var(--card-box-shadow);
    max-width: 300px;
    margin-top: 1rem;
    position: absolute;
  }

  .table-of-content.closed .pre-headline,
  .table-of-content.closed .toc {
    display: none;
  }

  .table-of-content .pre-headline {
    padding: 1rem 2rem 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .table-of-content.closed {
    height: 5rem;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
.entry-meta-blog {
	font-size: 0.75rem;
	border: none;
	padding: 0 !important;
	margin-bottom: 4rem;
}

@media screen and (min-width: 1200px) {
	.entry-meta-blog {
		justify-content: flex-start;
		grid-gap: 1rem;
	}
	.featured-image-blog {
		margin-top: 0;
	}
}

.blog-inline-newsletter {
  background-color: var(--dusty-cloud);
  border-radius: .5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  padding: 2.5rem 5rem;
}

.blog-inline-newsletter .legal-consent-container .hs-form-booleancheckbox-display>span p {
  color: var(--semi-deep-ocean);
}

.blog-inline-newsletter .legal-consent-container .hs-form-booleancheckbox-display>span p a {
  color: var(--serious-business);
}

.blog-inline-newsletter .hbspt-form .hbspt-form {
  display: grid;
}

.blog-inline-newsletter .hs-form,
.blog-newsletter-content .hs-form {
  display: grid;
  grid-template-areas: "a b"
    "c c"
    "d d";
  max-width: 450px;
}

.blog-inline-newsletter .hs-email,
.blog-newsletter-content .hs-email {
  grid-area: a;
}

.blog-inline-newsletter .legal-consent-container,
.blog-newsletter-content .legal-consent-container {
  grid-area: d;
}

.blog-inline-newsletter .hs-submit,
.blog-newsletter-content .hs-submit {
  grid-area: c;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {

  .blog-inline-newsletter .hs-submit,
  .blog-newsletter-content .hs-submit {
    grid-area: b;
  }

  .blog-inline-newsletter .legal-consent-container,
  .blog-newsletter-content .legal-consent-container {
    grid-area: c;
  }
}

.blog-newsletter-content h4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.blog-newsletter-description {
  margin-bottom: 1rem;
}

.author-container {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 2rem;
  align-items: center;
}

.author-description p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.author-portrait img {
  border-radius: 50%;
  max-width: 96px;
}

.default-portrait {
  background-color: var(--dusty-cloud);
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.related-featured-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 56.25%;
}

.related-headline {
  border-bottom: 1px solid var(--extra-light);
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
}

.related-post-metadata {
  display: flex;
  padding: 1rem 0;
}

.related-post-metadata .span-reading-time {
  color: #687494;
}

.related-article-container,
.article-item,
.wpp-list li {
  transition: all .3s;
}

.related-article-link {
  display: block;
  text-decoration: none;
  transition: all .3s;
}

.related-article-link .p1,
.related-article-link .p2 {
  font-weight: var(--bold);
}

.related-article-link img,
.related-featured-image {
  border-radius: .5rem;
}

.mobile-toc-share-container {
  position: sticky;
  top: var(--header-height);
  padding: 1rem;
  z-index: 2;
}

.mobile-toc-share {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sharing-desktop {
  display: none;
}

.sfsi_premium_wicons {
  margin-bottom: 0 !important;
}

#related>div:nth-child(2)>div:nth-child(2) {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768) {
  #related>div:nth-child(2)>div:nth-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .mobile-toc-share-container {
    display: none;
  }

  .sharing-desktop {
    display: block;
    position: sticky;
    top: 5rem;
    float: right;
    margin-top: 1rem;
  }

  .sfsi_premium_wicons {
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .sharing-desktop {
    margin-right: -4rem;
  }

  .sfsi_premium_wicons {
    display: block;
  }

  .sfsiplus_inerCnt {
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 1400px) {
  .sharing-desktop {
    margin-right: 20%;
  }
}

.blog-newsletter-container {
  border-radius: .5rem;
  padding: 2rem;
  position: relative;
}

.blog-newsletter-container img {
  display: none;
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .blog-newsletter-container img {
    display: block;
    right: -7rem;
    top: 11rem;
  }
}

@media screen and (min-width: 1400px) {
  .blog-newsletter-container img {
    right: -8rem;
    height: 430px;
    top: 10rem;
  }
}

.blog-newsletter-content {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.blog-newsletter-description {
  color: var(--input);
  font-size: 1.5rem;
  line-height: 2rem;
}

.download-container {
  display: grid;
  grid-template-columns: 4fr 3fr;
}

@media (hover: hover) {

  .wpp-list li:hover,
  .article-item:hover,
  .related-article-container:hover {
    transform: scale(1.01);
  }
}

.single-stories .blog-entry-content.entry-content {
  margin-top: 8rem;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 4rem 2rem;
  text-align: center;
  margin: var(--default-margin) 0;
}

.stats-container.stats-1 {
  grid-template-columns: 1fr;
}

.stat-amount {
  color: var(--serious-business);
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.stat-description {
  color: var(--dark-mode);
  font-size: 24px;
  font-weight: 300;
  line-height: 2rem;
  max-width: 17rem;
}

.quotee-portrait {
  margin-top: 4rem;
}

.quotee-portrait img {
  border-radius: .5rem;
}

.story-quote p {
  color: var(--dark-mode);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 2rem;
}

.story-quotee {
  color: var(--shallow-ocean);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

@media screen and (min-width: 576px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .stats-container.stats-2 {
    grid-template-columns: 1fr;
  }

  .story-quote p {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .stats-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .quotee-portrait,
  .story-quote p {
    margin-top: 4rem;
  }
}

/* Stories */
.story-page-hero {
	padding: 9.5rem 0 0 0;
}
.single-story-container {
	margin-top: var(--header-height);
}
.stories-container {
	background-color: var(--dusty-cloud);
	padding: var(--default-margin) 0;
}
.stories-container.no-featured {
	padding-top: 0;
}
.featured-story-grid {
	background-color: var(--white);
	border: 1px solid var(--extra-light);
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	display: grid;
	overflow: hidden;
}
.featured-story-grid img {
	border-radius: .5rem .5rem 0 0;
}
.featured-image-tag-container {
	position: relative;
}
.featured-image-tag {
	background-color: var(--dark-mode);
	border: 1px solid var(--dusty-cloud);
	border-radius: 1.5rem;
	color: var(--dusty-cloud);
	font-size: 1rem;
	font-weight: 700;
	line-height: 2rem;
	padding: 0 1.5rem;
	position: absolute;
	top: -17px;
    left: 25px;
	z-index: 1;
}
.featured-story-headline {
	padding: 1.5rem 1rem;
}
.featured-story-headline h5 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}
.featured-story-headline .right-arrow,
.other-stories-item .right-arrow {
	text-align: right;
}
.stories-container a {
	color: inherit;
}
.featured-story-grid .featured-story {
	overflow: hidden;
}
.featured-story-grid img {
	will-change: transform;
  	transition: transform 0.3s ease-in-out;
}
.other-stories-grid {
	display: grid;
	grid-gap: 2rem;
	margin-top: 2rem;
	overflow: hidden;
}
.other-stories-item {
	background-color: var(--white);
	border: 1px solid #E4E9F2;
	border-radius: .5rem;
	box-shadow: var(--card-box-shadow);
	overflow: hidden;
}
.other-stories-item img {
	border-radius: .5rem .5rem 0 0;
	will-change: transform;
  	transition: transform 0.3s ease-in-out;
}
.other-stories-headline {
	padding: 1.5rem 1rem;
}
.other-stories-item .p2 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: var(--bold);
	margin-bottom: 2rem;
}
article.stories {
	max-width: 100vw;
    overflow: hidden;
}
.stories .container-fluid.form h4 {
	margin-top: 0;
}
.stories h4 p {
	font-size: 2.5rem;
    font-weight: var(--bold);
    line-height: 3rem;
}
.stories .container-fluid.form {
	padding: 5rem 0;
	background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5rem;
}
.single-story-container {
	background-repeat: no-repeat;
}
.single-story-container .background-dark {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide.svg');
}
.single-story-container .background-medium {
	background-image: url('/wp-content/themes/mouseflow/assets/images/contact-form-background-graphic_wide_light.svg');
}
.stories-list-page a {
	color: var(--serious-business);
	display: flex;
	font-size: 1.25rem;
	line-height: 1.5rem;
    padding-bottom: 1.5rem;
	text-decoration: none;
}
.stories-list-page a:before {
	content: url(/wp-content/themes/mouseflow/assets/images/link-arrow-mirror.svg);
    width: 10px;
    height: 10px;
    margin-right: 0.5rem;
    margin-top: -0.1rem;
}
.single-story-container .background-dark .logo-item img {
	filter: brightness(0) invert(1);
}
.single-story-container .form input:not([type="submit"], [type="checkbox"]) {
	width: 100%;
	background-image: none;
    height: 40px;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.single-story-container .form .actions {
	margin-top: 2.5rem;
	text-align: center;
}
.single-story-container .form input[type="submit"] {
	height: 40px;
	padding: 0 1.5rem;
}
.single-story-container .legal-consent-container p {
	color: var(--shallow-ocean);
    font-size: .75rem;
    line-height: .875rem;
}
.single-story-container .background-dark .legal-consent-container p {
	color: var(--input);
}
.featured-image-story {
	width: 100%;
	margin: 2rem 0;
}
.featured-image-story img {
	border-radius: 0.5rem;
}
.story-hero-columns {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 1fr;
	margin-bottom: -5rem;
}
.story-hero-column-item p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.contact-page-hero .hs-form-booleancheckbox-display,
.contact_form .hs-form-booleancheckbox-display,
.hs-form-booleancheckbox-display {
	display: flex;
}

@media screen and (hover: hover) {
	.other-stories-item:hover img,
	.featured-story-grid:hover img {
		transform: scale(1.05);
	}
	.other-stories-item:hover .arrow-link:after,
	.featured-story-grid:hover .arrow-link:after {
    	content: url(/wp-content/themes/mouseflow/assets/images/link-arrow-hover.svg);
    	transition: .3s;
	}
	.stories-list-page a:hover {
		color: var(--serious-business);
	}
}

@media screen and (min-width: 768px) {
	.story-hero-columns {
		display: grid;
		grid-gap: 2rem;
		grid-template-columns: 2fr 2fr 1fr;
		margin-bottom: -5rem;
	}
	.featured-story-headline .right-arrow,
	.other-stories-item .right-arrow {
		bottom: 1rem;
		position: relative;
	}
	.featured-story-headline .arrow-link,
	.other-stories-item .arrow-link {
		position: absolute;
    	left: 83%;
	}
}

@media screen and (min-width: 992px) {
	.featured-story-grid {
		grid-gap: 2rem;
		grid-template-columns: 5fr 3fr;
	}
	.featured-story-grid img {
		border-radius: .5rem 0 0 .5rem;
	}
	.featured-story-headline {
		padding: 2rem 2rem 2rem 0;
		display: flex;
    	flex-direction: column;
    	justify-content: space-between;
	}
	.featured-story-headline h5 {
		line-height: 2.5rem;
	}
	.featured-story-headline .right-arrow {
		bottom: .5rem;
	}
	.featured-story-headline .arrow-link {
		left: 65%;
	}	
	.featured-image-tag {
		font-size: 1rem;
		line-height: 1.5rem;
		padding: .5rem 1.5rem;
		top: -21px;
	}
	.other-stories-item .arrow-link {
    	left: 75%;
	}
	.page-template-page-events .other-stories-item .arrow-link,
	.page-template-page-guides .other-stories-item .arrow-link {
    	left: 72%;
	}
	.other-stories-grid {
		grid-template-columns: 1fr 1fr;
		margin-top: 5rem;
	}
	.other-stories-item .p2 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		padding: 1.5rem;
		min-height: 96px;
	}
}

@media screen and (min-width: 1200px) {
	.single-story-container {
		margin-top: var(--max-margin);
	}
	.featured-image-story {
		width: 170%;
		margin: 0;
	}
	.featured-story-headline .arrow-link {
		left: 65%;
	}
}

@media screen and (min-width: 1300px) {
	.featured-image-story {
		width: 180%;
	}
	.featured-story-headline .arrow-link {
		left: 63%;
	}
}

@media screen and (min-width: 1400px) {
	.featured-image-story {
		width: 140%;
	}
	.featured-story-headline .arrow-link {
		left: 61%;
	}
}

@media screen and (min-width: 1400px) {
	.featured-story-headline .arrow-link {
		left: 63%;
	}
}

@media screen and (min-width: 1500px) {
	.featured-story-headline .arrow-link {
		left: 67%;
	}
}

/* Integrations */
.integration-image {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}

.integration-image figure {
  width: 7.5rem;
  height: 7.5rem;
}

.integration-title {
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .integration-image {
    margin-bottom: 0;
  }
}

/* Jobs */
.jobs-list-page {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.jobs-list-page a {
  text-decoration: none;
}

.jobs-list-page a:before {
  content: url('/wp-content/themes/mouseflow/assets/images/link-arrow-mirror.svg');
  width: 10px;
  height: 19px;
  margin-right: .5rem;
}

.job-entry-content {
  margin-top: 160px;
}

.single-jobs article .content {
  margin-top: 2rem;
}

.single-jobs h1 {
  font-size: 56px;
  font-weight: var(--bold);
  line-height: 64px;
  text-transform: none;
}

.single-jobs h2 {
  font-size: 2rem;
  font-weight: var(--bold);
  line-height: 2.5rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.job-entry-meta {
  margin: 3rem 0 1rem 0;
  padding: 2rem 0;
}

.job-footer {
  padding: 5rem 0;
  position: relative;
  z-index: 10;
  margin-top: 5rem;
}

.application-headline {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 48px;
}

.application-content a {
  text-decoration: none;
  color: var(--light-serious-business) !important;
}

.application-link .cta-button {
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  margin-right: 0;
}

.job-entry-meta {
  display: grid;
  grid-template-areas: "a b"
    "c c";
  grid-template-columns: 1fr 1fr;
}

.job-hours {
  grid-area: a;
  padding: 0 2rem;
  margin-bottom: 1rem;
  justify-content: flex-start !important;
}

.job-location {
  grid-area: b;
  padding: 0 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.application-link {
  grid-area: c;
}

@media screen and (min-width: 576px) {
  .application-link .cta-button {
    display: inline;
  }

  .job-entry-meta {
    display: flex;
  }

  .job-hours,
  .job-location {
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .job-entry-meta {
    margin: 5rem 0;
    padding: 2rem 0;
  }
}

/* ROI Calculator */
.roi_calculator {
  padding-top: var(--full-margin);
}

.roi-wrapper {
  position: relative;
}

.roi-wrapper>svg {
  height: 0;
}

.roi-calculator-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin: 1rem 0;
}

@media screen and (min-width: 992px) {
  .roi-calculator-container {
    grid-template-columns: 5fr 3fr;
  }
}

.roi-calculator-form {
  background-color: var(--dusty-cloud);
  border-radius: .5rem;
  padding: 2.5rem;
}

.roi-calculator-break-even {
  background-color: var(--dark-mode);
  color: var(--white);
  height: 251px;
  margin-bottom: 2rem;
}

.roi-calculator-additional,
.roi-calculator-roi {
  display: none;
}

.roi-calculator-break-even {
  border-radius: .5rem;
  padding: 1.5rem;
}

@media screen and (min-width: 768px) {

  .roi-calculator-additional,
  .roi-calculator-roi {
    display: block;
  }

  .roi-calculator-additional {
    margin-bottom: 2rem;
  }

  .roi-calculator-additional,
  .roi-calculator-roi {
    height: 168px;
    background-color: var(--dusty-cloud);
  }

  .roi-calculator-additional,
  .roi-calculator-roi,
  .roi-calculator-break-even {
    padding: 2.5rem;
  }
}

.roi-calculator__padlock-open {
  display: none;
}

.roi-calculator__padlock svg use {
  fill: var(--shallow-ocean);
}

.roi-calculator__padlock:not(.roi-disabled):hover>.roi-calculator__padlock-closed {
  display: none;
}

.roi-calculator__padlock:not(.roi-disabled):hover>.roi-calculator__padlock-open {
  display: block;
}

.roi-calculator__padlock {
  float: right;
}

.roi-calculator__flexblock {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .roi-calculator__flexblock {
    flex-direction: row;
    align-items: center;
  }
}

.roi-calculator__flexblock-slider {
  padding-top: 2.5rem;
}

#roiCalculatorAdditionalIncome,
#roiCalculatorRoiResult {
  filter: blur(.5rem);
}

#roiHubSpotModalOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: var(--header-height);
}

#roiHubSpotModalCtl {
  position: absolute;
  top: 8px !important;
  cursor: pointer;
  right: 13px;
}

#roi-calculator__visitors-container {
  padding-bottom: 1.5rem;
}

#roi-calculator__campaign-codes,
#roi-calculator__paid-traffic,
#roi-calculator__paidTrafficMonthly,
#roi-calculator__online-store,
#roi-calculator__valueOfConversionStore,
#roi-calculator__valueOfConversionNoStore {
  padding: 1.5rem 0;
}

#roi-calculator__campaign-codes label,
#roi-calculator__online-store label {
  padding-bottom: 2rem;
  color: var(--shallow-ocean);
  font-weight: 900;
}

#roi-calculator__valueOfConversionStore .roi-calculator__flexblock,
#roi-calculator__valueOfConversionNoStore .roi-calculator__flexblock {
  padding-bottom: 1.5rem;
}

#roi-calculator__valueOfConversionStore .roi-calculator__flexblock-slider,
#roi-calculator__valueOfConversionNoStore .roi-calculator__flexblock-slider {
  padding-top: 1.5rem;
}

.roi-calculator__flexblock label,
.roi-calculator__flexblock--width label {
  color: var(--shallow-ocean);
  font-weight: 900;
}

.roi-calculator-form input[type="radio"]+label {
  font-weight: 300 !important;
  margin-left: 1rem;
  margin-right: 3rem;
  padding-bottom: 0 !important;
}

.roi-calculator__no-interaction {
  pointer-events: none;
  filter: blur(8px);
}

#numberOfVisitors {
  margin-bottom: 1rem;
}

#numberOfVisitorsValue,
#paidTrafficPercentageValue,
#roi-calculator__paid-traffic span {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--input);
  color: var(--subtle-warmth) !important;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: left;
  max-width: 150px;
  min-width: 150px;
  width: 150px;
  padding-left: 0;
}

#numberOfVisitorsValue,
#paidTrafficPercentageValue,
#monthlySpendOfPaidTraffic,
#avgConversionValue,
#avgNumberOfConversionsValue #avgOrderValue,
#avgMonthlyOrdersValue,
#avgNumberOfConversionsValue {
  margin-top: 1rem !important;
}

#roi-calculator__paid-traffic span {
  border: none;
}

#paidTrafficPercentageValue {
  max-width: 50px;
  min-width: 50px;
  width: 50px;
}

@media screen and (min-width: 390px) {
  .roi-calculator-form input[type="radio"]+label {
    margin-right: 5rem;
  }
}

@media screen and (min-width: 576px) {
  #paidTrafficPercentageValue {
    max-width: 20px;
    min-width: 20px;
    width: 20px;
  }

  #numberOfVisitorsValue,
  #paidTrafficPercentageValue,
  #roi-calculator__paid-traffic span,
  #avgMonthlyOrdersValue,
  #avgNumberOfConversionsValue {
    text-align: right;
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    height: 100%;
    line-height: normal;
  }

  #paidTrafficPercentageValue {
    max-width: 50px;
    min-width: 50px;
    width: 50px;
  }
}

#avgNumberOfConversionsValue,
#avgMonthlyOrdersValue {
  max-width: 100px;
  min-width: 100px;
  width: 100px;
}

#avgOrderValue,
#monthlySpendOfPaidTraffic,
#avgConversionValue,
#avgMonthlyOrdersValue,
#avgNumberOfConversionsValue {
  color: var(--shallow-ocean) !important;
  text-align: right;
  background-color: transparent;
  margin-top: -.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  width: 130px;
  min-width: 130px;
  height: 40px;
}

#avgOrderValue::placeholder,
#monthlySpendOfPaidTraffic::placeholder,
#avgConversionValue::placeholder {
  color: var(--input);
}

#monthlySpendOfPaidTrafficCurrency,
#avgConversionValueCurrency,
#avgOrderValueCurrency {
  color: var(--subtle-warmth);
  font-size: 1.5rem;
  font-weight: 900;
  margin-right: .5rem;
}

.roi-calculator-error {
  font-size: 1.25rem;
}

.roi-calculator__flexblock--hidden {
  display: none !important;
}

.roi-calculator-tooltip {
  display: none;
  /*display: inline;*/
}

.roi-calculator-tooltip .icon {
  position: relative;
  top: -2px;
}

#roi-calculator__paid-traffic .roi-calculator-tooltip .icon {
  top: 0;
}

.roi-calculator__faraway {
  position: absolute;
  top: -100000px !important;
}

/* RangeSlider CSS  */
.rangeSlider,
.rangeSlider__fill {
  display: block;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rangeSlider {
  position: relative;
  background-color: var(--extra-light);
}

.rangeSlider__horizontal {
  height: 5px;
  width: 100%;
}

.rangeSlider__vertical {
  height: 100%;
  width: 20px;
}

.rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeSlider__fill {
  background-color: var(--serious-business);
  position: absolute;
}

.rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}

.rangeSlider__fill__vertical {
  width: 100%;
  bottom: 0;
  left: 0;
}

.rangeSlider__handle {
  border: 1px solid var(--serious-business);
  cursor: pointer;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-color: var(--serious-business);
  border-radius: 50%;
}

.rangeSlider__handle__horizontal {
  top: -6px;
}

.rangeSlider__handle__vertical {
  left: -10px;
  bottom: 0;
}

input[type="range"]:focus+.rangeSlider .rangeSlider__handle {
  box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.rangeSlider__buffer {
  position: absolute;
  top: 3px;
  height: 14px;
  background: #2c3e50;
  border-radius: 10px;
}

/* Results */
.roi-calculator-break-even {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.roi-calculator__breakeven-title {
  color: #66A7FD;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.roi-calculator__breakeven-content div {
  margin-bottom: 1rem;
}

#roi-calculator__days-to-breakeven {
  color: var(--dusty-cloud);
  font-size: 40px;
  font-weight: 900;
}

#break-even-type {
  color: var(--dusty-cloud);
  font-size: 24px;
  margin-left: 3px;
}

.roi-calculator-additional__title,
.roi-calculator-roi__title {
  color: var(--serious-business);
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: -1.5rem;
}

/* Form */
#roiHubSpotModal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  padding: 3rem;
  border: var(--card-border);
  box-shadow: var(--card-box-shadow);
  max-width: 350px
}

#roiHubSpotModal input[type=text],
#roiHubSpotModal input[type=email] {
  min-width: 250px;
}

#roiHubSpotModal .hs-form-field {
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  #roiHubSpotModal {
    top: 50%;
    bottom: initial;
    margin: 0;
    max-width: 526px;
  }
}

/* Pricing */
.page-template-page-prices .entry-header {
  color: var(--light-serious-business);
}

.page-template-page-prices .scroll-down {
  margin-top: 4rem;
}

.plans-container {
  max-width: 1320px;
  margin: 2rem 2rem 0;
}

.toogle-period-container {
  border-bottom: 1px solid var(--dusty-cloud);
  color: var(--dusty-cloud);
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.toogle-period-container .period {
  cursor: pointer;
}

.period.anual {
  padding-right: 1rem;
}

.period.month {
  padding-left: 1rem;
  padding-right: 1rem;
}

.period.active {
  border-bottom: 2px solid var(--white);
}

.plans {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'a'
    'b'
    'c'
    'd'
    'e'
    'f';
  grid-gap: 1.5rem;
}

.plan-item-enterprise {
  grid-area: a;
}

.plan-container {
  background-color: var(--white);
  border: var(--card-border);
  border-radius: .5rem;
  box-shadow: var(--card-box-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-title {
  background-color: var(--extra-light);
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  color: var(--dark-mode);
  font-size: 1.25rem;
  font-weight: var(--bold);
  ;
  line-height: 1.5rem;
  padding: 1rem;
  text-align: center;
}

.plan-title-enterprise {
  background-color: var(--subtle-warmth);
  color: var(--white);
}

.plan-prices {
  color: var(--subtle-warmth);
  font-size: 40px;
  line-height: 48px;
  padding: 32px 32px 0 32px;
  text-align: center;
}

.eu .plan-prices div:before {
  content: '€';
  padding-right: .5rem;
}

.world .plan-prices div:before {
  content: '$';
  padding-right: .5rem;
}

.plan-description {
  align-items: center;
  color: var(--deep-ocean);
  display: flex;
  flex-direction: column;
  font-size: .875rem;
  line-height: 1.125rem;
  justify-content: space-between;
  text-align: center;
  padding: 1rem;
}

.plan-description-toggle.hidden {
  display: none;
}

.plan-description img {
  margin-top: -25px;
}

.plan-description-text {
  margin-top: .5rem;
}

.plan-cta {
  padding: 1rem 0 2rem 0;
  text-align: center;
}

.plan-cta .cta-button,
.menu-ctas .cta-button {
  margin-right: 0;
  font-size: .825rem;
  padding: 10px 24px;
}

.menu-ctas .cta-button {
  margin-left: 1rem;
  white-space: nowrap;
}

.menu-ctas .sign-in-button {
  color: var(--shallow-ocean);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.dark .menu-ctas .sign-in-button {
  color: var(--input);
}

.plan-features {
  background-color: var(--dark-mode);
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  padding: 1rem 1rem;
}

.plan-features a {
  color: var(--white);
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
}

.plan-features a:hover {
  color: var(--white);
}

.plan-features .feature-small {
  height: 40px;
}

.enterprise-note p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(8, 22, 60, .5);
  margin-top: 1.5rem;
}

.scroll-down {
  margin-top: 113px;
  text-align: center;
}

.scroll-down a {
  color: var(--serious-business);
  text-decoration: none;
}

.plan-comparison-container {
  padding: 0 1rem;
  max-width: 1636px;
  margin: auto;
}

.plan-comaparison-header-container {
  background-color: var(--white);
  position: sticky;
  top: var(--header-default-height);
}

.plan-comaparison-header-container,
.plan-comparison-feature-item {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.plan-comaparison-header-container .plan-cta {
  display: none;
}

.plan-comparison-feature-item {
  border-bottom: 1px solid #C2DCEF;
}

.plan-comparison-feature-item:last-of-type {
  border-bottom: none;
}

.item-title,
.item-value {
  border-right: 1px solid #C2DCEF;
  font-size: .825rem;
}

.item-value:last-of-type {
  border-right: none;
}

.plan_comparison_table .plan-headline,
.plan_comparison_table .plan-type,
.plan_comparison_table .plan-type-enterprise {
  font-size: .825rem;
}

.eu .plan-comaparison-header-container .plan-type:before {
  content: '€';
}

.world .plan-comaparison-header-container .plan-type:before {
  content: '$';
}

.plan-comparison-header {
  text-align: center;
}

.plan-comparison-features-container {
  display: grid;
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.item-title {
  padding: 1rem 0;
}

.item-value {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-select {
  margin-left: 0;
  background-color: #FFFFFF;
  border: 1px solid var(--input)
}

.mobile-plan-selector-container .before-select:after {
  left: -1.5rem;
}

.first-plan-selector,
.second-plan-selector {
  padding: 1rem 0;
}

.second-plan-selector {
  margin-left: 2rem;
}

.item-value.hidden {
  display: none;
}

@media screen and (min-width: 992px) {
  .plan-description {
    min-height: 68px;
  }

  .plan-description-text {
    min-height: 36px;
  }
}

@media screen and (min-width: 656px) {
  .plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: 'a b'
      'c d'
      'e f';
  }

  .plan-item-enterprise {
    grid-area: a;
  }

  .plan-comparison-container {
    padding: 0 3rem;
  }

  .plan-comaparison-header-container,
  .plan-comparison-feature-item {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .mobile-plan-selection {
    display: none;
  }

  .item-value.hidden {
    display: flex;
  }

  .plan-comparison-header.hidden {
    display: block;
  }
}

@media screen and (min-width: 685px) {
  .plan_comparison_table {
    display: block;
  }

  .mobile-plan-selector-container {
    display: none;
  }
}

@media screen and (min-width: 897px) {
  .plans {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-areas: 'a a a a a'
      'b c d e f';
  }

  .plan-item-enterprise {
    grid-area: a;
  }

  #plan-item-0 {
    grid-area: b;
  }

  #plan-item-1 {
    grid-area: c;
  }

  #plan-item-2 {
    grid-area: d;
  }

  #plan-item-3 {
    grid-area: e;
  }

  #plan-item-4 {
    grid-area: f;
  }

  .plan-comparison-container {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 897px) and (max-width: 1308px) {
  .enterprise-plan {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: 'a a'
      'b c'
      'd c';
  }

  .plan-title-enterprise {
    grid-area: a;
  }

  .enterprise-plan .plan-description {
    display: block;
    text-align: center;
  }

  .enterprise-plan .plan-description-text {
    margin-top: 1rem;
  }

  .enterprise-plan .plan-cta {
    grid-area: d;
  }

  .enterprise-plan .plan-features {
    grid-area: c;
    padding: 2rem;
  }

  .enterprise-note {
    margin-top: -1rem;
  }
}

@media screen and (min-width: 1090px) {
  .plan-comaparison-header-container .plan-cta {
    display: block;
  }

  .plan_comparison_table .plan-headline,
  .plan_comparison_table .plan-type,
  .plan_comparison_table .plan-type-enterprise {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1300px) {
  .plan-cta .cta-button {
    font-size: 1rem;
  }

  .item-title,
  .item-value {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1309px) {
  .plans {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-areas: unset;
  }

  .plan-item {
    grid-area: unset !important;
  }

  .scroll-down {
    margin-top: 0;
  }
}

@media screen and (min-width: 1399px) {
  .plans-container {
    margin: 2rem auto 0;
  }
}

/* Comparisons */
.single-comparisons .sub-page-hero .col-xl-6 img {
  display: none;
}

.comparison-teaser-container {
  background-color: var(--dusty-cloud);
  border-radius: .5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  padding: 2rem;
}

.teaser-link {
  margin-top: 2.5rem;
}

.comparison-header {
  display: grid;
  grid-template-columns: 5fr 3fr 3fr;
  background-color: var(--white);
  position: sticky;
  top: var(--header-default-height);
}

.comparison-grid-3 .comparison-header {
  grid-template-columns: 8fr 3fr 3fr 3fr;
}

.comparison-header-prices {
	display: grid;
	grid-template-columns: 2fr 3fr 3fr;
	grid-gap: 2rem;
}

.comparison-headline {
  color: var(--deep-ocean);
  font-size: 1rem;
  font-weight: var(--bold);
  padding: 1rem 0 0 0;
  text-align: center;
}

.comparison-headline-best {
	background-color: var(--serious-business);
	border-radius: 1rem 1rem 0 0;
	color: var(--white);
	display: flex;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	padding: 1rem 0;
	text-transform: uppercase;
	box-shadow: var(--card-box-shadow);
}
.comparison-grid-prices-overflow {
	min-width: 768px;
}
.comparison-grid-prices {
	overflow-x: scroll;
	padding: 2px;
}
.comparison-grid-prices .comparison-headline-name {
	color: var(--deep-ocean);
  	font-weight: var(--bold);
  	font-size: 2rem;
  	padding: 1rem 0 0 0;
  	text-align: center;
	padding-bottom: 21px;
	padding-top: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.comparison-grid-prices.eu .comparison-headline-price:before {
	content: '€';
	padding-right: 0.5rem;
}
.comparison-grid-prices.world .comparison-headline-price:before {
	content: '$';
	padding-right: 0.5rem;
}

.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(2),
.comparison-grid-prices .comparison-header-prices:nth-of-type(3) .comparison-headline-price:nth-of-type(2) {
	background-color: var(--deep-ocean);
	box-shadow: var(--card-box-shadow);
}

.comparison-headline-price {
	display: flex;
	justify-content: center;
	font-size: 56px;
	font-weight: 700;
}

.comparison-headline-description {
	display: flex;
	justify-content: center;
	padding-bottom: 64px;
	font-size: 14px;
	font-weight: 300;
}

.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(2),
.comparison-grid-prices .comparison-header-prices:nth-of-type(3) .comparison-headline-price:nth-of-type(2),
.comparison-grid-prices .comparison-header-prices:nth-of-type(4) .comparison-headline-description:nth-of-type(2) {
	background-color: var(--deep-ocean);
	color: var(--white);
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px 0px -10px);
}

.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(3) {
	border-radius: 1rem 1rem 0 0;
	border: 1px solid #E4E9F2;
}

.comparison-grid-prices .comparison-header-prices:nth-of-type(2) .comparison-headline-name:nth-of-type(3) {
	border: 1px solid #E4E9F2;
	border-bottom: 0;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px 0px -10px);
}
.comparison-grid-prices .comparison-header-prices:nth-of-type(3) .comparison-headline-price:nth-of-type(3),
.comparison-grid-prices .comparison-header-prices:nth-of-type(4) .comparison-headline-description:nth-of-type(3) {
	border: 1px solid #E4E9F2;
	border-bottom: 0;
	border-top: 0;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px 0px -10px);
}

.comparison-grid-prices .comparison-headline-name > div {
	max-width: 300px;
	line-height: normal;
}

.comparison-feature-headline {
  color: var(--subtle-warmth);
  font-size: 1.5rem;
  border-bottom: 1px solid #C2DCEF;
  padding: 14px 0;
  margin-bottom: 1rem;
}

.comparison-sub-row {
  border-bottom: 1px solid #C2DCEF;
  display: grid;
  grid-template-columns: 5fr 3fr 3fr;
  padding: 1rem 0;
}

.comparison-feature-row {
	display: grid;
    grid-template-columns: 2fr 3fr 3fr;
}

.comparison-feature-row > div {
	padding: 1rem;
}

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

.comparison-feature-row:nth-of-type(odd) .comparison-feature-name {
	background-color: #E4E9F2;
	width: calc(100% + 16px);
}
.comparison-feature-row:nth-of-type(odd) .feature-content:nth-of-type(2) {
	background-color: #122658;
	color: var(--white);
	width: calc(100% - 24px);
	position: relative;
	left: 16px;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px 0px -10px);
}
.comparison-feature-row:nth-of-type(odd) .feature-content:nth-of-type(3) {
	background-color: #E4E9F2;
	width: calc(100% + 8px);
	position: relative;
	left: -8px;
}
.comparison-feature-row:nth-of-type(even) .feature-content:nth-of-type(3) {
	width: calc(100% + 8px);
	position: relative;
	left: -8px;
}

.comparison-feature-row:nth-of-type(even) .feature-content:nth-of-type(2) {
	background-color: var(--deep-ocean);
	color: var(--white);
	width: calc(100% - 24px);
	position: relative;
	left: 16px;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px 0px -10px);
}

.feature-content-other {
	padding: 0 1rem !important;
}

.comparison-text-other,
.comparison-icon-other {
	border-left: 1px solid #E4E9F2;
	border-right: 1px solid #E4E9F2;
	padding: 1rem 0;
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-left: 16px;
	margin-right: -16px;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px 0px -10px);
	height: 100%;
}

.comparison-icon-other img {
	width: 20px;
	height: 20px;
}

.comparison-grid-3 .comparison-sub-row {
  grid-template-columns: 8fr 3fr 3fr 3fr;
}

.feature-headline {
  line-height: normal;
}

.feature-mouseflow,
.feature-other-product,
.feature-third-product {
  text-align: center;
}

.comparison-footer-prices {
	display: grid;
	grid-template-columns: 2fr 3fr 3fr;
	grid-gap: 2rem;
}
.comparison-footer-prices > div {
	height: 1rem;
}
.product-footer {
	background-color: var(--deep-ocean);
	border-radius: 0 0 1rem 1rem;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(-1px -10px -10px -10px);
}
.other-product-footer {
	border-radius: 0 0 1rem 1rem;
	box-shadow: var(--card-box-shadow);
	clip-path: inset(0px -10px -10px -10px);
	border-bottom: 1px solid #C2DCEF;
}

.comparison-cta-secondary {
	margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .comparison-grid-prices {
	overflow-x: unset;
  }
  .comparison-header {
    grid-template-columns: 10fr 3fr 3fr;
  }

  .comparison-teaser-container {
    grid-template-columns: 10fr 3fr;
  }

  .comparison-headline {
    font-size: 1.5rem;
  }

  .comparison-sub-row {
    grid-template-columns: 10fr 3fr 3fr;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 992px) {

  .comparison-header,
  .comparison-sub-row {
    grid-template-columns: 5fr 3fr 3fr;
  }

  .comparison-teaser-container {
    grid-template-columns: 5fr 3fr;
    padding: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .single-comparisons .sub-page-hero .col-xl-6 img {
    display: block;
    backdrop-filter: blur(12px);
    box-shadow: var(--card-box-shadow);
    border-radius: 0.5rem;
  }
}

/* Contact pages */
.trust-headline {
  margin: 1rem 0;
}

.trust-headline.p4 p {
  font-size: 1rem;
}

.logos-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1rem 2rem;
  margin-top: 1rem;
}

.logos-container .logo-item {
  display: flex;
  align-items: center;
}

.logo-item figure {
  text-align: center;
}

.logos-container .logo-item img {
  bottom: 0;
}

/* Booking page */
.page-template-page-book main {
  margin-top: var(--header-height);
}

.page-template-page-book main.no-header {
  margin-top: 0;
}

.booking-page-hero {
  padding: 3rem 0 0 0;
  background: linear-gradient(var(--deep-ocean) 57%, #FFFFFF 43%);
}

.booking-page-hero .entry-header {
  color: var(--serious-business);
  margin-top: 5rem;
}

.booking-hero-description {
  font-weight: 300;
}

.booking-logos-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem 2rem;
  margin-top: 3rem;
}

.booking-review-badges {
  margin: 2.5rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.hero-review-badges {
  	display: flex;
  	flex-wrap: nowrap;
  	grid-gap: 1rem;
  	margin-top: 0;
}
.hero-review-badges img {
	max-width: 5rem;
}

.booking-review-badges img {
  max-height: 5rem;
  width: auto;
}

.booking-form-container {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 2rem;
}

.booking-form-container input[type=submit] {
  width: 100%;
}

.booking-form-container input[type=text],
.booking-form-container input[type=email],
.booking-form-container input[type=tel] {
  background-image: none;
  height: 2.5rem;
  width: 100%;
  min-width: 100%;
  padding-left: 0.5rem;
}

.booking-form-container .hs-form-field {
  margin-bottom: 1rem;
}

.booking-form-container .legal-consent-container p {
  color: var(--shallow-ocean);
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.booking-page-hero .review-box {
  padding: 1rem;
}

.privacy-disclaimer {
  display: flex;
  align-items: center;
}

.privacy-disclaimer p {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}

.privacy-disclaimer img {
  margin-right: 1rem;
}

.pseudo-header {
  margin-bottom: 5rem;
}
.form-headline {
  margin-bottom: 1rem;
}
.navbar-brand.desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .hero-review-badges {
	margin-top: 4rem;
  }
  .booking-page-hero {
    background-image: url('/wp-content/themes/mouseflow/assets/images/dark-background-booking.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 65vw;
  }
  .booking-page-hero .entry-header {
    margin-top: 0;
  }
  .no-header .booking-page-hero {
    background-image: url('/wp-content/themes/mouseflow/assets/images/dark-background-booking-tall-full.svg');
    height: 100vh;
    display: flex;
    background-position: center 100%;
    background-size: cover;
  }
  .navbar-brand.mobile {
    display: none;
  }
  .navbar-brand.desktop {
    display: inherit;
  }
}

@media screen and (min-width: 1100px) {
  .booking-page-hero {
    background-size: 58vw;
  }
}

@media screen and (min-width: 1200px) {
  .booking-page-hero {
    background-size: 55vw;
  }
  .booking-review-badges img {
    max-height: 6rem;
  }
  .hero-review-badges {
  	justify-content: space-between;
  }
}

@media screen and (min-width: 1300px) {
  .booking-page-hero {
    background-size: 50vw;
  }
}

@media screen and (min-width: 1400px) {
  .booking-form-container {
    padding: 2.5rem 5rem;
  }
}

@media screen and (min-width: 1500px) {
  .booking-review-badges img {
    max-height: 9rem;
  }
}

@media screen and (min-width: 1600px) {
  .booking-page-hero {
    padding: 7rem 0;
  }
  .booking-page-hero .review-box {
    padding: 1rem 0 0 0;
  }
  .booking-page-hero .review-box {
    padding: 2rem;
  }
  .pseudo-header {
    margin-top: -5rem;
  }
}

/* Legal Hub */
.select-content-container {
  display: flex;
  justify-content: center;
  margin-bottom: var(--default-margin);
}

.select-content {
  background-color: var(--dusty-cloud);
  border-radius: .5rem;
  display: flex;
  justify-content: center;
  padding: .5rem 1rem;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.tabcontent {
  font-size: 14px;
}

.content-selector-container {
  padding: 10px;
  max-width: 182px;
  border-radius: .5rem;
}

.content-selector-container.active {
  background-color: var(--white);
  box-shadow: var(--card-box-shadow);
  border: var(--card-border);
}

.content-selector-container input {
  display: none;
}

.content-selector-container label {
  font-weight: var(--bold);
  ;
  margin-bottom: .25rem;
  cursor: pointer;
}

.content-selector-container label .selector-description {
  font-weight: var(--normal);
  ;
}

.content-selector-container.active * {
  color: var(--serious-business);
}

@media screen and (min-width: 576px) {
  .tabcontent {
    font-size: 1rem;
  }
}

/* Mega menu */
/* Mega menu version 2 */
header {
  display: flex;
  align-items: center;
}

#page-header.dark #mega-menu-utility-menu>.mega-menu-item>.mega-menu-link {
  color: #A1B2D3 !important;
}

#mega-menu-258-0-1 {
  height: 50% !important;
}

#mega-menu-258-0-2,
#mega-menu-248-0-0,
#mega-menu-402-0-0,
#mega-menu-9652-0-2,
#mega-menu-9655-0-0,
#mega-menu-9656-0-0,
#mega-menu-9661-0-2,
#mega-menu-9669-0-0,
#mega-menu-9674-0-0 {
  background-color: var(--white) !important;
}

#mega-menu-258-0,
#mega-menu-258-0>.mega-sub-menu,
#mega-menu-248-0,
#mega-menu-248-0>.mega-sub-menu,
#mega-menu-402-0,
#mega-menu-402-0>.mega-sub-menu,
#mega-menu-9652-0,
#mega-menu-9652-0>.mega-sub-menu,
#mega-menu-9655-0,
#mega-menu-9655-0>.mega-sub-menu,
#mega-menu-9656-0,
#mega-menu-9656-0>.mega-sub-menu,
#mega-menu-9674-0,
#mega-menu-9674-0>.mega-sub-menu {
  display: flex !important;
  flex-direction: column;
}

#mega-menu-9661-0,
#mega-menu-9661-0>.mega-sub-menu,
#mega-menu-9669-0,
#mega-menu-9669-0>.mega-sub-menu {
  display: flex !important;
  flex-direction: column;
}

#mega-menu-258-0-0 {
  padding-bottom: 0 !important;
}

#mega-menu-258-0-3,
#mega-menu-402-0-1,
#mega-menu-9652-0-3,
#mega-menu-9661-0-3 {
  background-color: var(--dusty-cloud) !important;
}

#mega-menu-item-16182.top-level {
  border-bottom: 1px solid var(--extra-light) !important;
  margin-bottom: 2rem !important;
}

#mega-menu-item-16163.top-level {
  border-top-width: 0 !important;
}

.mega-menu-link.dark-menu-item {
  color: var(--dark-mode);
}

.mega-block-title {
  line-height: normal;
}

.menu-featured-image img {
  border-radius: .5rem;
  margin: 1rem 0;
}

.menu-featured-video {
	width: 100%;
}
.menu-featured-video video {
	max-width: 100%;
}

.custom-html-widget hr {
  position: absolute;
  width: 150%;
  left: -50%;
}

.mega-toggle-on>.mega-menu-link {
  color: var(--deep-ocean) !important;
}

.top-level>.mega-menu-link {
  padding: 0 1.5rem !important;
}

.mega-top-level>.mega-sub-menu {
  margin-top: 0;
}

.mega-top-level>.mega-menu-link {
  justify-content: space-between;
}

.mega-indicator:after {
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

.mega-toggle-on .mega-indicator:after {
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease-in-out;
}

.mega-menu-column {
  padding-bottom: 1rem !important;
}

.mega-menu-description {
  color: var(--semi-deep-ocean);
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 1.375rem;
  min-height: 63px;
}

.mega-cta-button.mega-hide-on-desktop {
  margin: 0 1.5rem !important;
}

.mega-cta-button.mega-hide-on-desktop.cta-button-primary {
  margin-top: 1.5rem !important;
}

.mega-menu-flyout.mega-hide-on-desktop .mega-sub-menu {
  padding: 1rem 1.5rem !important;
}

.mega-menu-flyout.mega-hide-on-desktop .mega-sub-menu .mega-menu-item {
  padding: 0 !important;
}

.menu-cta-button.menu-cta-button-secondary {
  position: relative;
}

.menu-cta-button.menu-cta-button-secondary a {
  background-color: var(--white) !important;
  border: 1px solid var(--deep-ocean) !important;
  will-change: transform;
  border-radius: 0.5rem !important;
  padding: 1rem 1.4rem !important;
  width: 200% !important;
  justify-content: center;
}

.menu-featured-page {
  margin-top: 0.5rem;
}

.menu-featured-heading {
  font-weight: 700;
  line-height: 1.1875rem;
  margin-bottom: 0.5rem;
}

.menu-featured-teaser {
  font-weight: 300;
  line-height: 1.1875rem;
}

.menu-featured-page .cta-button-secondary {
  margin-top: 1rem;
}

.menu-insights-articles {
  margin-top: 1.5rem;
}

.menu-insights-articles a {
  text-decoration: none;
  color: var(--deep-ocean);
}

.menu-insights-article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.menu-insights-title {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.menu-insights-image img {
  border-radius: .2rem;
}

main.blurred {
  filter: blur(10px);
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  content: '\f347' !important;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  display: inline;
}

#mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu {
  padding: 0;
}

#page-header.dark #mega-menu-header-menu>.top-level.mega-toggle-on {
  color: var(--white) !important;
}

.menu-cta-button.menu-cta-button-secondary a,
.mega-menu-item .cta-button {
  padding: 0.7rem 1.4rem !important;
  font-weight: 700 !important;
}

#mega-menu-wrap-header-menu .mega-wpml-ls-current-language {
  width: 50% !important;
  display: inline-grid !important;
  justify-content: center;
  margin-top: -1rem !important;
  vertical-align: inherit !important;
}

#mega-menu-wrap-header-menu .mega-wpml-ls-current-language .mega-sub-menu {
  margin-top: 1rem !important;
}

#mega-menu-wrap-header-menu .mega-wpml-ls-current-language .mega-sub-menu .mega-menu-flyout {
  padding: 0.6rem !important;
}

.mega-wpml-ls-slot-10 .mega-menu-link {
  width: 100px !important;
  color: var(--semi-deep-ocean) !important;
}

#mega-menu-wrap-header-menu .mega-sign-in-mobile {
  width: 50% !important;
  display: flex !important;
  justify-content: center;
  border-left: 1px solid var(--semi-deep-ocean) !important;
  max-height: 24px !important;
  line-height: 24px !important;
}

#mega-menu-wrap-header-menu .mega-wpml-ls-current-language a,
#mega-menu-wrap-header-menu .mega-sign-in-mobile a {
  max-height: 24px !important;
  font-weight: 500 !important;
}

#mega-menu-wrap-header-menu .mega-sign-in-mobile a {
  line-height: 24px !important;
}

.mega-custom-icon.mega-menu-link {
  display: flex !important;
  justify-content: flex-start;
}

#mega-menu-item-custom_html-45,
#mega-menu-item-custom_html-47,
#mega-menu-item-custom_html-49 {
  display: none !important;
}

@media screen and (hover: hover) {
  .menu-cta-button.menu-cta-button-secondary a:hover {
    background-color: var(--extra-light) !important;
    color: var(--deep-ocean) !important;
  }

  #page-header.dark #mega-menu-utility-menu>.mega-menu-item>.mega-menu-link:hover {
    color: var(--serious-business) !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link.white-menu-item:hover {
    color: #3285F5 !important;
    border-color: #3285F5 !important;
  }

  .mega-menu-link.dark-menu-item {
    color: var(--serious-business);
  }

  .menu-insights-article:hover .menu-insights-title {
    color: var(--serious-business);
  }
}

@media screen and (max-width: 991px) {

  header #mega-menu-simple-header-menu-no-pricing,
  header #mega-menu-simple-header-menu,
  header #mega-menu-header-menu {
    margin-top: 1rem !important;
  }

  .top-level.mega-toggle-on .mega-menu-link {
    color: var(--deep-ocean) !important;
  }

  .mega-sub-menu {
    padding: 0 !important;
  }

  .mega-menu-column,
  #mega-menu-item-11439 {
    padding: 0 1.5rem !important;
  }

  .mega-menu-title {
    font-weight: 700;
  }

  .mega-menu-description {
    min-height: inherit;
  }

  .widget_mouseflow_featured_widget {
    padding-bottom: 1.5rem !important;
  }

  #mega-menu-item-9677.top-level,
  #mega-menu-item-10574.top-level {
    border-bottom: 1px solid var(--extra-light) !important;
    margin-bottom: 2rem !important;
  }

  #mega-menu-header-menu {
    padding-bottom: 200px !important;
  }

  #mega-menu-item-16179,
  #mega-menu-item-16269 {
    margin-left: 0 !important;
  }

  #mega-menu-item-16163 .mega-sub-menu .mega-menu-item,
  #mega-menu-item-16182 .mega-sub-menu .mega-menu-item {
    margin-bottom: .5rem !important;
  }
}

@media screen and (max-width: 1499px) {
  .mega-menu-title {
    font-size: .875rem;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu-title {
  	white-space: nowrap;
  }
  .mega-menu-link.white-menu-item {
    color: var(--white) !important;
  }

  .widget_mouseflow_insights_widget {
    padding-right: 0 !important;
  }

  #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link.white-menu-item,
  #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link.white-menu-item,
  #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link.white-menu-item {
    border-color: #3285F5 !important;
  }

  #main-menu .navbar {
    padding: 0 !important;
  }

  #mega-menu-wrap-header-menu .mega-wpml-ls-item,
  #mega-menu-wrap-header-menu .mega-sign-in-mobile {
    display: none !important;
  }

  header {
    display: block;
  }

  header #mega-menu-simple-header-menu-no-pricing,
  header #mega-menu-simple-header-menu,
  header #mega-menu-header-menu {
    margin-top: 0 !important;
  }

  .top-level>.mega-menu-link {
    padding: 0 !important;
  }

  #main-menu .mega-sub-menu {
    background: linear-gradient(90deg, var(--white) 50%, var(--dusty-cloud) 50%) !important;
  }

  #mega-menu-header-menu .top-level {
    padding: 0px 16px 0 16px !important;
  }

  #mega-menu-item-336 {
    padding-top: 1rem;
  }

  #mega-menu-258-0,
  #mega-menu-258-0>.mega-sub-menu,
  #mega-menu-248-0,
  #mega-menu-248-0>.mega-sub-menu,
  #mega-menu-402-0,
  #mega-menu-402-0>.mega-sub-menu,
  #mega-menu-9652-0,
  #mega-menu-9652-0>.mega-sub-menu,
  #mega-menu-9655-0,
  #mega-menu-9655-0>.mega-sub-menu,
  #mega-menu-9656-0,
  #mega-menu-9656-0>.mega-sub-menu,
  #mega-menu-9669-0,
  #mega-menu-9669-0>.megasub-menu,
  #mega-menu-9674-0,
  #mega-menu-9674-0>.mega-sub-menu,
  #mega-menu-9661-0,
  #mega-menu-9661-0>.mega-sub-menu,
  #mega-menu-9669-0,
  #mega-menu-9669-0>.mega-sub-menu {
    flex-direction: row;
  }

  #mega-menu-item-custom_html-45,
  #mega-menu-item-custom_html-47,
  #mega-menu-item-custom_html-49 {
    display: block !important;
  }

  #mega-menu-item-custom_html-45 .mega-block-title,
  #mega-menu-item-custom_html-47 .mega-block-title,
  #mega-menu-item-custom_html-49 .mega-block-title {
    visibility: hidden !important;
  }

  #mega-menu-258-0-2,
  #mega-menu-258-0-3,
  #mega-menu-248-0-1,
  #mega-menu-402-0-1,
  #mega-menu-9652-0-2,
  #mega-menu-9652-0-3,
  #mega-menu-9655-0-1,
  #mega-menu-9656-0-1,
  #mega-menu-9661-0-2,
  #mega-menu-9661-0-3,
  #mega-menu-9669-0-1,
  #mega-menu-9674-0-1 {
    padding-left: 1.5rem !important;
    border-left: 1px solid var(--input) !important;
  }

  #mega-menu-item-243,
  #mega-menu-item-244,
  #mega-menu-item-245,
  #mega-menu-item-246,
  #mega-menu-item-247,
  #mega-menu-item-253,
  #mega-menu-item-249,
  #mega-menu-item-249,
  #mega-menu-item-250,
  #mega-menu-item-251,
  #mega-menu-item-252,
  #mega-menu-item-19110,
  #mega-menu-item-10573,
  #mega-menu-item-10572,
  #mega-menu-item-10569,
  #mega-menu-item-10571,
  #mega-menu-item-10570,
  #mega-menu-item-10578,
  #mega-menu-item-10567,
  #mega-menu-item-11628,
  #mega-menu-item-11626,
  #mega-menu-item-11627,
  #mega-menu-item-11039,
  #mega-menu-item-9671,
  #mega-menu-item-11038,
  #mega-menu-item-11037,
  #mega-menu-item-11040,
  #mega-menu-item-9670,
  #mega-menu-item-9673,
  #mega-menu-item-9672,
  #mega-menu-item-11042,
  #mega-menu-item-11041,
  #mega-menu-item-19981 {
    display: inline-flex !important;
    max-width: 33.3333% !important;
  }

  #mega-menu-item-403,
  #mega-menu-item-6487,
  #mega-menu-item-6655,
  #mega-menu-item-12199,
  #mega-menu-item-9657,
  #mega-menu-item-11446,
  #mega-menu-item-9659,
  #mega-menu-item-16260,
  #mega-menu-item-9675,
  #mega-menu-item-9676,
  #mega-menu-item-16271,
  #mega-menu-item-18798,
  #mega-menu-item-19053 {
    display: inline-flex !important;
    max-width: 45% !important;
  }

  .mega-menu-title {
    font-weight: 500;
  }
}

/* Utility menu */
.utility-menu-container {
  z-index: 2 !important;
  display: none;
}

#menu-utility {
  list-style: none;
}

#mega-menu-utility-menu .mega-sub-menu {
  background-color: var(--white) !important;
  padding: .25rem .5rem !important;
}

.mega-menu-flyout.mega-toggle-on li:hover a,
.mega-menu-flyout .mega-current-menu-item a {
  border-bottom: 2px solid var(--serious-business) !important;
  border-radius: 0 !important;
}

.mega-menu-flyout .mega-current-menu-item a {
  display: inline !important;
}

.mega-menu-flyout .mega-current-menu-item {
  color: var(--serious-business) !important;
}

.mega-menu-flyout .mega-menu-item {
  padding: .5rem !important;
}

.mega-menu-flyout .mega-menu-item .mega-menu-link {
  padding: 0 !important;
  display: inline !important;
  line-height: 1.3rem !important;
}

@media screen and (min-width: 992px) {
  .utility-menu-container {
    z-index: 2 !important;
    display: block;
  }
}

#mega-menu-wrap-header-menu {
  width: 100%;
}

#mega-menu-header-menu {
  margin-top: .5rem !important;
}

.navbar-toggler {
  display: none;
}

.navbar-light.simple,
.navbar-light.no_pricing {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.mega-toggle-animated {
  margin-top: -2rem !important;
}

.mega-menu-link {
  will-change: transform;
}

.mega-top-level>.mega-menu-link {
  opacity: 1;
  transition: opacity .3s !important;
}

.mega-top-level.is-not-hovered>.mega-menu-link {
  opacity: .5 !important;
}

.sign-in-mobile {
  float: right !important;
}

.sign-in-mobile a {
  color: var(--shallow-ocean) !important;
  font-size: 0.875rem !important;
}

.mega-has-icon {
  margin: .25rem 0 !important;
}

@media screen and (min-width: 992px) {
  .mega-has-icon {
    margin: 0 !important;
  }

  #mega-menu-header-menu {
    margin-top: 0 !important;
  }

  .mega-top-level>.mega-sub-menu {
    box-shadow: var(--card-box-shadow) !important;
  }
}

.mega-menu-link {
  font-weight: 500 !important;
  display: flex !important;
}

.menu-highlight-row {
  background-color: var(--dark-mode) !important;
  border-bottom-left-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

.menu-highlight-row a {
  text-decoration: none;
}

.menu-content {
  padding: .5rem 0;
}

.menu-highlight-row a p {
  color: var(--white) !important;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.menu-highlight-row a p.small {
  font-size: 14px;
  font-weight: 300;
}

.mega-block-title {
  color: var(--shallow-ocean);
  height: 32px;
}

.mega-menu-columns-2-of-4,
.mega-menu-columns-3-of-6,
.mega-menu-columns-3-of-9 {
  margin-bottom: 1rem !important;
}

@media screen and (min-width: 992px) {
  .mega-menu-link {
    margin: 0 !important;
  }
}

/* Footer */
#footer-1,
#footer-2 {
  margin-bottom: 5rem;
}

footer.page-footer {
  background-color: var(--dusty-cloud);
  padding-top: 5rem;
}

.widget-title {
  color: var(--serious-business);
  font-weight: var(--bold);
  ;
  margin-bottom: 2rem;
}

.footer-widget .menu {
  list-style: none;
  padding-left: 0;
}

.footer-widget .menu a {
  color: var(--semi-deep-ocean);
  text-decoration: none;
}

.footer-widget .menu a:hover {
  text-decoration: underline;
}

.office-locations {
  border-top: 1px solid var(--extra-light);
  padding-top: 1rem;
  max-width: 10rem;
}

.office a {
  color: var(--semi-deep-ocean);
  text-decoration: none;
}

.office a:hover {
  text-decoration: underline;
}

.office svg {
  margin-right: 1rem;
}

#footer-row-bottom {
  padding: 110px 0 0 0;
}

#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-item-toggle {
  background-color: transparent;
  max-width: 100%;
}

#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown a {
  color: var(--semi-deep-ocean);
  padding: 4px 0;
  border: none;
}

#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: var(--white);
  box-shadow: var(--card-box-shadow);
  border-radius: .5rem;
  border: var(--card-border);
  max-width: 200px;
  padding: 1rem;
  top: -85px;
  left: 2rem;
}

.wpml-ls-flag {
  border-radius: .2rem;
}

#footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}

#footer-area-bottom-mouseflow-footer-bottom>ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  color: var(--semi-deep-ocean);
}

#footer-area-bottom-mouseflow-footer-bottom p {
  color: var(--semi-deep-ocean);
}

#footer-area-bottom-mouseflow-footer-bottom>ul>li {
  list-style: none;
  width: 100%;
  text-align: center;
}

#footer-area-bottom-mouseflow-footer-bottom .textwidget a {
  color: var(--semi-deep-ocean);
  text-decoration: none;
}

#footer-area-bottom-mouseflow-footer-bottom .social-link {
  text-decoration: none;
  margin: 0 1rem;
}

#footer-area-bottom-mouseflow-footer-bottom .widget_icl_lang_sel_widget {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: -2rem;
}

#footer-area-bottom-mouseflow-footer-bottom .widget_icl_lang_sel_widget h3.widget-title {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: -2rem;
}

#footer-area-bottom-mouseflow-footer-bottom #text-2 {
  order: 3;
}

.wpml-ls-item-ja {
  display: none;
}

@media screen and (max-width: 767px) {
  #footer-area-bottom-mouseflow-footer-bottom .widget_icl_lang_sel_widget {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  #footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    left: -1rem;
  }

  #footer-area-bottom-mouseflow-footer-bottom .wpml-ls-legacy-dropdown {
    margin-top: -1rem;
  }

  #footer-1,
  #footer-2 {
    margin-bottom: 0;
  }

  #footer-area-bottom-mouseflow-footer-bottom>ul {
    flex-direction: row;
  }

  #footer-area-bottom-mouseflow-footer-bottom>ul>li {
    width: 25%;
    text-align: left;
  }

  #footer-area-bottom-mouseflow-footer-bottom .widget_custom_html {
    text-align: right;
  }

  #footer-area-bottom-mouseflow-footer-bottom .textwidget {
    margin-left: .5rem;
  }

  #footer-area-bottom-mouseflow-footer-bottom .social-link {
    margin: 0 0 0 2rem;
  }

  #footer-area-bottom-mouseflow-footer-bottom .wpml-ls-item-toggle {
    background-color: transparent;
    max-width: 75%;
  }

  #footer-area-bottom-mouseflow-footer-bottom #text-3 .textwidget {
    margin-left: 1rem;
    position: relative;
    top: -1.5rem;
  }

  #footer-area-bottom-mouseflow-footer-bottom #text-2 {
    order: 2;
  }

  #footer-area-bottom-mouseflow-footer-bottom #custom_html-18 {
    order: 3;
  }
}

.a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}

@media screen and (max-width: 600px) {
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    z-index: 0;
  }
}

/* Legal Hub */
.main-content-legal-choose-user-type {
  margin: 7.5rem 0;
}

.legal-hub-entry-content {
  margin: 11.75rem 0 7.5rem 0;
}

.legal-user-type-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2rem;
  margin-top: 5rem;
}

.legal-user-type {
  background-color: var(--dusty-cloud);
  border: 1px solid var(--input);
  border-radius: .5rem;
  height: 100%;
  transition: transform 0.3s;
}

.legal-user-type-container a {
  display: flex;
  height: 100%;
  text-decoration: none;
}

.legal-type-header {
  background-color: var(--light-blue);
  border-bottom: 1px solid var(--input);
}

.legal-type-header figure {
  height: 136px;
}

.legal-type-header figure img {
  position: relative;
  top: -2.5rem;
}

.legal-type-body {
  margin-top: 1.5rem;
}

.legal-type-body-content {
  color: var(--deep-ocean);
  padding: 0 2.5rem 2.5rem;
}

.legal-user-type-container .center.visitor {
  margin-top: 2rem;
}

@media screen and (hover: hover) {
  .legal-user-type:hover {
    transform: scale(1.01);
    transition: transform 0.3s;
    background-color: var(--white);
  }

  .legal-user-type:hover .legal-type-body h3 {
    color: var(--serious-business);
  }
}

@media screen and (min-width: 768px) {
  .legal-user-type-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-user-type {
    height: auto;
  }

  .legal-user-type-container .center.visitor {
    margin-top: 0;
  }
}

/* Legal General */
h1.legal {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 2.5rem;
  text-transform: none;
}

h2.legal {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  line-height: normal;
  margin-bottom: 2.5rem;
}

h2.legal-special {
  margin-bottom: 1rem;
}

h3.legal {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
}

h4.legal {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  h1.legal {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2.legal {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.legal-date {
  color: var(--semi-deep-ocean);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.legal-date svg {
  margin-right: .75rem;
}

#user-type {
  background-color: var(--white);
  margin-left: 0;
}

/* Legal Hub Blocks */
.legal-note {
  background-color: var(--dusty-cloud);
  border-radius: .5rem;
  padding: 1.5rem;
  display: flex;
}

.note-info-icon {
  margin-right: 1rem;
}

.legal-note-content p {
  margin-bottom: 0;
}

.legal-template-box {
  background-color: var(--dusty-cloud);
  border-radius: .5rem;
  display: grid;
  grid-template-columns: 1fr;
  padding: 2.5rem;
  margin-top: 5rem;
}

.template-box-content {
  padding-right: 1rem;
  margin-bottom: 2.5rem;
}

.template-box-image {
  text-align: center;
}

.template-box-headline {
  color: var(--serious-business);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.legal-text-icon {
  display: none;
}

.legal-complex-data-collection {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  border-top: 1px solid var(--extra-light);
  border-bottom: 1px solid var(--extra-light);
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.legal-complex-data-collection+.legal-complex-data-collection {
  margin-top: -2.5rem;
  border-top: 0;
}

.data-types-container .type-item {
  padding-bottom: 1rem;
}

.data-types-container .type-item svg {
  margin-right: .5rem
}

.legal-complex-footnote p {
  font-size: 0.875rem;
}

.legal-complex-footnote p:before {
  content: '*';
  margin-right: .25rem;
}

.legal-main-block {
  margin-bottom: 5rem;
}

.legal-main-block:last-of-type {
  margin-bottom: 0;
}

.legal-text-illustration {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 2rem;
}

.legal-text-illustration .legal-content-container.left {
  order: 1;
}

.legal-content-image.right {
  text-align: right;
}

.legal-content-image {
  order: -1;
}

.legal-text-content+.legal-primary-cta,
.legal-text-content+.legal-two-column-text-content,
.legal-two-column-text-content+.legal-two-column-text-content,
.legal-text-content+.legal-note {
  margin-top: -3.5rem;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-read-more-header {
  border-bottom: 2px solid var(--extra-light);
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.legal-read-more-header h3 {
  margin: 0;
}

.legal-read-more-header .arrow-link {
  display: flex;
}

.legal-read-more-articles-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: var(--third-margin);
  margin-top: 2rem;
}

.legal-read-more-article {
  margin-bottom: 1rem;
  transition: transform 0.3s;
}

.legal-read-more-article a {
  text-decoration: none;
}

.legal-article-type {
  color: var(--serious-business);
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 1rem;
}

.legal-article-headline {
  color: var(--deep-ocean);
  font-weight: 700;
  margin-top: 1rem;
  font-size: 1.25rem;
}

.legal-read-more-article img {
  border-radius: .5rem;
}

.legal-badges-container {
  display: grid;
  grid-gap: var(--third-margin);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-badges-container-one {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.legal-badges-container figure {
  display: flex;
  justify-content: center;
}

.legal-two-columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: var(--third-margin);
}

.legal-opt-out-button {
  text-align: center;
}

@media screen and (hover: hover) {
  .legal-read-more-article:hover {
    transform: scale(1.01);
    transition: transform 0.3s;
  }
}

@media screen and (min-width: 576px) {
  .legal-text-icon {
    display: initial;
    margin-right: 1rem;
    margin-left: -2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .legal-two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-text-illustration {
    grid-template-columns: 1fr 1fr;
  }

  .legal-content-image.right {
    order: 1;
  }

  .legal-read-more-articles-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-read-more-article {
    margin-bottom: 0;
  }

  .legal-template-box {
    grid-template-columns: 2fr 1fr;
  }

  .template-box-content {
    margin-bottom: 0;
  }

  .legal-complex-data-collection {
    grid-template-columns: 3fr 1fr 2fr;
  }

  .legal-badges-container-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-badges-container-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-badges-container-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .legal-badges-container-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .legal-badges-container-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .legal-badges-container-seven {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {

  .legal-badges-container-three figure:last-of-type,
  .legal-badges-container-five figure:last-of-type,
  .legal-badges-container-seven figure:last-of-type {
    grid-column: span 2;
  }
}

/* Complex tabs */
.legal-location-content-container {
  margin-bottom: 2.5rem;
}

.complex-tabs-selectors {
  display: grid;
  margin-top: 7.5rem;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 30rem));
}

.legal-tab-container {
  border-top: 2px solid var(--extra-light);
  padding: 2.5rem 0;
  position: relative;
  top: -2px;
}

.legal-tab-container.dark {
  background-color: var(--dusty-cloud);
  padding: 2.5rem;
}

.legal-tab-container.dark .legal-text-icon {
  margin-left: 0;
}

.legal-tab-description {
  margin-bottom: 2.5rem;
}

hr.legal-seperator {
  border: 2px solid var(--extra-light);
}

hr.legal-seperator-full {
  border: 2px solid var(--extra-light);
  position: absolute;
  left: 0;
  margin-top: 0;
  width: 100%;
}

.legal-section-content p {
  margin-bottom: 0;
}

.legal-sections-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2rem;
}

.legal-complex-tab-block {
  margin-bottom: 2.5rem;
}

.legal-complex-contact {
  margin-top: 6rem;
}

.legal-tab-container,
.legal-location-content-container {
  display: none;
}

.legal-tab-container.active,
.legal-location-content-container.active {
  display: block;
}

.tab-selector-title {
  font-weight: 900;
  color: var(--shallow-ocean);
}

.tab-selector-description {
  font-size: 14px;
  font-weight: 500;
  color: var(--shallow-ocean);
}

.legal-tab-selector {
  color: var(--shallow-ocean);
  padding-bottom: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
  cursor: pointer;
}

.legal-tab-selector.active {
  border-bottom: 2px solid var(--serious-business);
}

.legal-tab-selector.active * {
  color: var(--serious-business);
}

.legal-tooltip-link {
  vertical-align: super;
  margin-left: .25rem;
  position: relative;
  z-index: 100;
}

.legal-locations {
  margin-bottom: 2.5rem;
}

.legal-locations-input-container {
  margin-right: 2.5rem;
}

.legal-locations-input {
  margin-right: .875rem;
}

.legal-locations-input-container.active .legal-locations-label {
  color: var(--serious-business);
}

.legal-section-headline {
  font-size: .75rem;
  font-weight: 700;
}

.legal-section-content p {
  font-size: .75rem;
  line-height: 1.25rem;
}

.legal-checklist-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: var(--third-margin);
}

.legal-checklist-item {
  font-size: .75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(20px, auto));
  justify-content: flex-start;
}

.legal-checklist .legal-checklist-item {
  font-size: 1rem;
}

.legal-checklist-item svg {
  margin-right: .5rem;
}

.legal-complex-contact .legal-headline {
  font-size: .75rem;
  font-weight: 700;
}

.legal-complex-contact .legal-section-content {
  font-size: .75rem;
}

@media screen and (min-width: 768px) {
  .legal-sections-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-checklist-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-checklist .legal-checklist-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-tooltip-link:active {
    pointer-events: none;
  }
}

@media screen and (min-width: 1200px) {
  .legal-checklist .legal-checklist-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Legal Navigation */
.legal-menu .menu {
  list-style: none;
  padding-left: 0;
}

.legal-menu .sub-menu {
  list-style: none;
  padding-left: 1rem;
}

.legal-menu .menu .menu-item-object-custom>a {
  color: var(--dark-mode);
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none;
}

.legal-menu .sub-menu li {
  margin: 1rem 0;
  padding-left: .5rem;
}

.legal-menu .sub-menu li a {
  color: var(--semi-deep-ocean);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
}

.legal-menu .sub-menu .current-menu-item {
  border-left: 2px solid var(--serious-business);
}

.legal-menu .sub-menu .current-menu-item a {
  color: var(--serious-business);
  font-weight: 500;
}

#menu-legal-menu-visitor li {
  margin: 1rem 0;
  padding-left: .5rem;
}

#menu-legal-menu-visitor li a {
  color: var(--semi-deep-ocean);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
}

#menu-legal-menu-visitor .current-menu-item a {
  color: var(--serious-business);
  font-weight: 500;
}

#menu-legal-menu-visitor .current-menu-item {
  border-left: 2px solid var(--serious-business);
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (hover: hover) {
  .legal-menu .sub-menu li:not(.current-menu-item) a:hover {
    color: var(--semi-deep-ocean);
    font-weight: 500;
  }

  #menu-legal-menu-visitor li:not(.current-menu-item) a:hover {
    color: var(--semi-deep-ocean);
    font-weight: 500;
  }

  .legal-menu .menu .menu-item-object-custom>a:hover {
    color: var(--dark-mode);
  }
}

/* User type selector */
.user-type-selector-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.user-type-selector:after {
  content: url(/wp-content/themes/mouseflow/assets/images/select.svg);
  position: relative;
  left: -2.5rem;
  top: -2px;
  pointer-events: none;
}

.legal-menu-seperator {
  margin: 2rem 0;
  width: 82%;
}

.user-type-selector form {
  display: inline;
}

/* Legal contact */
.legal-mailto {
  color: var(--semi-deep-ocean);
  margin-left: 1rem;
  text-decoration: none;
}

/* Legal Main Navigation mobile */
.legal-main-content,
.legal-navigation-container {
  max-width: 540px;
  margin: auto;
}

@media screen and (min-width: 576px) {

  .legal-main-content,
  .legal-navigation-container {
    max-width: 540px;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
  }
}

@media screen and (min-width: 768px) {

  .legal-main-content,
  .legal-navigation-container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {

  .legal-main-content,
  .legal-navigation-container {
    max-width: 960px;
    padding: 0;
    margin: 0;
  }

  .legal-mobile-toggle {
    display: none;
  }
}

@media screen and (min-width: 1200px) {

  .legal-main-content,
  .legal-navigation-container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {

  .legal-main-content,
  .legal-navigation-container {
    max-width: 1320px;
  }

  .user-type-selector-container {
    flex-direction: row;
    align-items: center;
  }

  .user-type-selector #user-type {
    margin-top: .3rem;
    margin-left: .5rem;
  }
}

@media screen and (min-width: 1680px) {

  .legal-main-content,
  .legal-navigation-container {
    max-width: 1636px;
  }
}

@media screen and (max-width: 991px) {
  .legal-menu-open {
    overflow: hidden;
  }

  .legal-navigation-header {
    display: flex;
    justify-content: space-between;
  }

  .legal-mobile-toggle {
    position: relative;
    z-index: 100;
    color: var(--serious-business);
    font-weight: 700;
    display: flex;
    align-items: center;
  }

  .legal-mobile-toggle svg {
    margin-left: 0.875rem;
    transition: transform 0.3s ease-in-out;
  }

  .open .legal-mobile-toggle svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
  }

  .special-legal-container {
    max-width: 100%;
    padding: 0;
  }

  .legal-navigation-container h3 {
    margin: 0;
  }

  .single-legal #page-header,
  .page-template-page-legal #page-header {
    background-color: var(--white);
    position: static;
  }
  
  .single-legal main {
    margin-top: var(--header-default-height);
  }

  .legal-hub-entry-content {
    margin-top: 0;
  }

  .single-legal .legal-navigation,
  .page-template-page-legal .legal-navigation {
    padding: 1.5rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--dusty-cloud);
  }

  .legal-menu-open .legal-navigation {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
  }

  .single-legal .legal-navigation .user-type-selector-container,
  .single-legal .legal-navigation .legal-menu-seperator,
  .single-legal .legal-navigation .legal-menu,
  .single-legal .legal-navigation .legal-contact-container,
  .single-legal .legal-navigation .legal-loader,
  .page-template-page-legal .legal-navigation .user-type-selector-container,
  .page-template-page-legal .legal-navigation .legal-menu-seperator,
  .page-template-page-legal .legal-navigation .legal-menu,
  .page-template-page-legal .legal-navigation .legal-contact-container,
  .page-template-page-legal .legal-navigation .legal-loader {
    display: none;
  }

  .single-legal .open .legal-menu-seperator,
  .single-legal .open .legal-menu,
  .single-legal .open .legal-contact-container,
  .single-legal .open .legal-loader,
  .page-template-page-legal .open .legal-menu-seperator,
  .page-template-page-legal .open .legal-menu,
  .page-template-page-legal .open .legal-contact-container,
  .page-template-page-legal .open .legal-loader {
    display: block;
  }

  .single-legal .legal-main-content,
  .page-template-page-legal .legal-main-content {
    margin-top: 2.5rem;
    padding: 0 2rem;
  }

  .single-legal .open .user-type-selector-container,
  .page-template-page-legal .open .user-type-selector-container {
    display: flex;
    margin-top: 2rem;
  }

  .special-row {
    margin: 0;
  }
}

@media screen and (max-width: 369px) {
  .user-type-label {
    margin-bottom: .5rem;
  }
}

/* New FAQ */
.faq-accordion-row {
  border: 1px solid var(--input);
  border-radius: .5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.faq-question {
  color: var(--deep-ocean);
  font-weight: 700;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-appearance: none;
  appearance: none;
}

.faq-accordion-row .faq-question[aria-expanded=true] {
  color: var(--serious-business);
  transition: all 0.3s ease-in-out;
}

.faq-answer {
  padding: 0 1.5rem 1rem;
}

.faq-toggler {
  position: relative;
  padding: 0.5rem;
}
.faq-toggler-arrow {
	position: relative;
}
.faq-question .faq-toggler-arrow img {
  transition: all 0.3s ease-in-out;
}
.faq-question[aria-expanded=true] .faq-toggler-arrow img {
  transform: rotate(180deg);
}

.faq-toggler .bar-1,
.faq-toggler .bar-2 {
  background-color: var(--deep-ocean);
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 10px;
}

.faq-toggler .bar-2 {
  transform: rotate(90deg);
}

.faq-question[aria-expanded=true] .faq-toggler .bar-2 {
  transform: rotate(180deg);
}