:root {
  --dark-grey: #9c9c9c;
  --white: white;
  --cornflower-blue: #7e95f8;
  --orange: #e17338;
  --ghost-white: #ebe8ef;
  --dodger-blue: #3a98fc;
  --black: black;
  --black-2: #221f20;
  --peachypink: #ec697e;
}

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

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

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

h2 {
  color: #7e95f8;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

label {
  text-transform: lowercase;
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.navbar {
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: padding-box;
}

.paragraph-grey-normal {
  color: var(--dark-grey);
  text-transform: lowercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.imessage-body-black {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  line-height: 33px;
  position: relative;
}

.imessaging-story {
  z-index: 10;
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.landing {
  margin-top: 10vh;
  margin-bottom: 20vh;
  position: relative;
}

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

.mirum-logo {
  z-index: 10;
  position: relative;
}

.button {
  color: var(--white);
  text-shadow: 0 1px 6px #dd445c;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

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

.landing-key-points {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 33px;
  font-weight: 600;
}

.landing-body {
  text-transform: lowercase;
  margin-top: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 35px;
}

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

.columns {
  margin-top: 60px;
  margin-bottom: 100px;
}

.icon-bg {
  background-color: var(--white);
  outline-offset: 0px;
  border: 0 #000;
  border-radius: 100px;
  outline: 3px #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 1px 1px 20px #00000008;
}

.key-points {
  z-index: 10;
  position: relative;
}

.footer {
  z-index: 10;
  background-color: var(--white);
  border: 1px #f6f6f6;
  border-top-style: solid;
  padding: 20px 10px;
  position: relative;
}

.body-2 {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.column-2 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.termsandconditions {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.social-icons {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  margin-bottom: 50px;
}

.h2-blue-bold {
  color: var(--cornflower-blue);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
}

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

.white-right-chevron {
  margin-left: 0;
}

.image {
  max-width: 15%;
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

.h2-blue-button {
  z-index: 10;
  -webkit-text-stroke-color: #7d95f8;
  justify-content: center;
  align-items: center;
  margin-right: -60px;
  display: flex;
  position: relative;
}

.h2-blue-button:hover {
  -webkit-text-stroke-color: var(--orange);
}

.div-block {
  margin-top: 100px;
  margin-bottom: 10px;
}

.button-2 {
  background-color: #0000;
}

.button-2.h2-blue-bold {
  align-items: center;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.right-speech-bubble {
  background-color: #388cfc;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
}

.left-speech-bubble {
  background-color: var(--ghost-white);
  color: #000;
  border-radius: 15px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.columns-4 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.imessage-body-white {
  color: var(--white);
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

.contact {
  z-index: 20;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  min-height: 100vh;
  margin: 60px 0 0;
  padding: 40px 0 0;
  position: relative;
}

.header {
  padding-top: 0;
  padding-bottom: 10px;
}

.div-block-2 {
  background-color: var(--dodger-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 200px;
  display: inline-block;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.contact-content {
  padding-top: 40px;
}

.h1-black-semi-bold {
  color: var(--black);
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.text-field {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.field-label {
  margin-bottom: 15px;
}

.form-block {
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

.submit-button {
  color: var(--white);
  text-align: right;
  text-transform: lowercase;
  background-color: #ff6981;
  border-radius: 100px;
  align-self: flex-end;
  padding: 20px 60px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 2px 2px 10px #ec697e40;
}

.text-field-message {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.success-message {
  background-color: #0000;
}

.text-block {
  font-family: Quicksand, sans-serif;
  font-size: 20px;
}

.error-message {
  border-radius: 10px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-2 {
  color: var(--black);
  font-family: Quicksand, sans-serif;
}

.image-2 {
  display: block;
}

.link-block {
  align-self: center;
}

.div-block-3 {
  border: 1px solid var(--cornflower-blue);
  background-color: var(--cornflower-blue);
  border-radius: 100px;
  padding: 8px 13px;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/blue-flick.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  left: 100%;
}

.imessage-line {
  margin-bottom: 10px;
}

.mirum-typing {
  background-image: url('../images/bubble-typing.gif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  margin-left: -10px;
}

.div-block-5 {
  background-image: url('../images/mirum-flick.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-6 {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-7 {
  border: 2px solid #d9dada;
  border-radius: 30px;
  display: flex;
}

.image-3 {
  width: 40px;
}

.div-block-8 {
  align-self: flex-end;
  padding: 7px 7px 7px 5px;
}

.div-block-9 {
  display: inline;
}

.mirum-skip-btn {
  z-index: 20;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 80px;
  display: flex;
  position: fixed;
  inset: auto 1.7% 0% auto;
}

.mirum-skip-btn-inner {
  color: var(--black-2);
  background-color: #0000;
  flex: 0 auto;
  padding-right: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-4 {
  flex: none;
  align-self: center;
}

.image-5 {
  align-self: center;
  display: block;
}

.nav-link {
  display: none;
}

.image-6 {
  margin-top: 20px;
  display: none;
}

.body-4 {
  background-color: #0000;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.body-4.mirum-disable-scroll {
  overflow: hidden;
}

.div-block-11 {
  z-index: 10;
  background-image: url('../images/btn-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #e25e73;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 11px 13px 14px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 12px #a9b9febf;
}

.nav-menu {
  display: none;
}

.navbar-2 {
  z-index: 30;
  background-color: #ffffff80;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #ffffff59;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.faq-icon {
  margin-top: 0;
}

.bold-text {
  color: var(--black-2);
  padding-left: 5px;
  text-decoration: none;
}

.column-4 {
  display: flex;
}

.footer-mobile {
  background-color: var(--white);
  border: 1px #f6f6f6;
  border-top-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.div-block-13 {
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.heading-2 {
  font-family: Quicksand, sans-serif;
  font-size: 50px;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
}

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

.container-5 {
  margin-bottom: 40px;
}

.link-3 {
  color: var(--black);
  text-decoration: none;
}

.icon-3 {
  display: none;
}

.nav-link-2 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-link-2.get-in-touch {
  display: none;
}

.nav-link-3 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-menu-desktop {
  background-color: #ffffff40;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 0 8px 20px #0000000d;
}

.menu-button-3 {
  padding-right: 15px;
  display: flex;
}

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

.image-8 {
  text-align: center;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  display: flex;
  position: relative;
}

.brand {
  display: none;
}

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

.image-9, .image-10, .image-11 {
  margin-right: 20px;
}

.column-5 {
  z-index: 30;
  justify-content: flex-end;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9-copy {
  margin-right: 0;
}

.link-twitter, .link-tiktok, .contact-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-desktop {
  height: 100vh;
  margin-top: 60px;
  padding-top: 0;
}

.html-embed-mobile, .html-embed-ipad, .html-embed-hori-mobile {
  padding-top: 0;
  display: none;
}

.columns-6 {
  flex: 1;
}

.link-3-copy-copy {
  color: var(--black);
  margin-right: 20px;
  text-decoration: none;
  display: block;
}

.link-3-copy, .link-3-copy-copy, .link-3-copy-copy-copy {
  color: var(--black);
  text-decoration: none;
}

.privacy-policy {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  display: block;
}

.cookies {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.terms-of-use {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  display: none;
}

.footer-mob {
  background-color: var(--white);
  border: 1px #f6f6f6;
  border-top-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.html-terms-embed-desktop {
  height: 100vh;
  margin-top: 60px;
}

.html-terms-embed-mobile, .html-terms-embed-ipad {
  display: none;
}

.html-embed-desktop-cookies {
  height: 100vh;
  margin-top: 60px;
}

.html-embed-cookies-ipad, .html-embed-desktop-cookies-mobile {
  display: none;
}

.html-embed-privacy-desktop {
  height: 100vh;
  margin-top: 60px;
}

.html-embed-privacy-ipad, .html-embed-privacy-mobile {
  display: none;
}

.h1-black-semi-bold-left {
  color: var(--black);
  text-align: left;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-grey-left {
  color: var(--dark-grey);
  text-align: left;
  text-transform: lowercase;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.container-4-copy {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.paragraph {
  margin-top: 30px;
}

.div-block-16 {
  align-self: auto;
  width: 100%;
  margin-top: 20px;
}

.text-block-3 {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-toggle {
  width: 100%;
  padding-left: 0;
}

.accordian-item {
  width: 100%;
  display: inline;
}

.dropdown {
  width: 10%;
}

.faq-get-in-touch {
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 28px;
  padding: 24px 28px;
  background-color: #f8f8fa;
  border: 1px solid #ececf0;
  border-radius: 16px;
}

.faq-get-in-touch-title {
  color: var(--black);
  margin: 0 0 10px;
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: lowercase;
}

.faq-get-in-touch-text {
  color: var(--dark-grey);
  margin: 0 0 16px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  text-transform: lowercase;
}

.faq-get-in-touch-link {
  color: var(--cornflower-blue);
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: lowercase;
}

.faq-get-in-touch-link:hover {
  text-decoration: underline;
}

.div-block-17 {
  align-self: stretch;
  margin-top: 20px;
}

.text-block-4 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex: 1;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.accordian-toggle {
  border-bottom: 1.2px solid #f6f6f6;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.accordian-item-1 {
  width: 100%;
  overflow: hidden;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: static;
}

.paragraph-2 {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.paragraph-black-left {
  color: var(--black);
  text-align: left;
  text-transform: lowercase;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.list {
  padding-left: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-18 {
  border-bottom: 1.2px solid #f6f6f6;
  align-self: stretch;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-18-copy {
  align-self: stretch;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-4, .link-5, .link-6, .link-7 {
  color: var(--black);
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.contact-content-t-c {
  padding-top: 40px;
  padding-bottom: 100px;
}

/* Long-form legal pages (terms of use, privacy, cookies, client agreement) */
.legal-doc-prose {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  color: var(--black-2);
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-transform: none;
}

.legal-doc-prose p {
  margin: 0 0 12px;
}

.legal-doc-prose h1 {
  margin: 28px 0 12px;
  font-family: Quicksand, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--black-2);
  text-transform: none;
}

.legal-doc-prose h2 {
  margin: 24px 0 10px;
  font-family: Quicksand, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--black-2);
  text-transform: none;
}

.legal-doc-prose h3 {
  margin: 18px 0 8px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--black-2);
  text-transform: none;
}

.legal-doc-prose ol,
.legal-doc-prose ul {
  margin: 8px 0 16px;
  padding-left: 1.35em;
}

.legal-doc-prose li {
  margin: 6px 0;
}

.legal-doc-prose a {
  color: var(--cornflower-blue);
  text-decoration: underline;
}

.legal-doc-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 15px;
}

.legal-doc-prose th,
.legal-doc-prose td {
  border: 1px solid #ececf0;
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
}

.legal-doc-prose .legal-toc {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 28px;
}

.legal-doc-prose .legal-toc li {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #f6f6f6;
}

.legal-doc-prose .legal-toc a {
  font-weight: 600;
  text-decoration: none;
  color: var(--black-2);
}

.legal-doc-prose .legal-toc a:hover {
  color: var(--cornflower-blue);
}

.faq, .terms-and-cons {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 20px;
  display: block;
}

.link-3-copy-copy-copy-copy {
  color: var(--black);
  text-decoration: none;
}

.body-5, .body-5-copy {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-18-copy {
  border-bottom: 1.2px #f6f6f6;
  align-self: stretch;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.body-5-privacy, .body-5-cookies {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.link-8 {
  z-index: 10;
  color: var(--cornflower-blue);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.paragraph-grey-left-copy {
  color: var(--dark-grey);
  text-align: left;
  text-transform: lowercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 35px;
  overflow: visible;
}

.heading-4 {
  z-index: 10;
  margin-top: 5vh;
  font-family: Quicksand, sans-serif;
  font-size: 7vh;
  font-weight: 300;
  position: relative;
}

.div-block-20 {
  align-self: stretch;
  width: 75%;
  margin-left: 12.5%;
  display: none;
}

.first-m-slice, .i-slice, .r-slice, .u-slice, .last-m-slice {
  height: 100%;
}

.div-block-21 {
  align-items: baseline;
  width: 100%;
  height: 50%;
  display: flex;
}

.mirum-scroll-info {
  height: 100%;
  position: absolute;
  inset: 0% -60px auto auto;
}

.div-block-23 {
  background-image: linear-gradient(to top, var(--orange) 54%, #e1733800);
  width: 3px;
  height: 100%;
}

.heading-5 {
  opacity: .5;
  font-family: Quicksand, sans-serif;
}

.div-block-24 {
  position: absolute;
  transform: rotate(90deg);
}

.container-6 {
  position: relative;
}

.image-12 {
  width: 100%;
  height: auto;
  margin-left: 1.5px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: -50%;
  right: auto;
  overflow: visible;
}

.mirum-scroll-info-holder {
  width: 100%;
  max-width: none;
  height: 50vh;
  position: fixed;
  inset: 40vh auto auto 0%;
}

.container-7 {
  opacity: .7;
  height: 100%;
  position: relative;
}

.preloader-cover {
  z-index: 100;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: scale(0);
}

.div-block-26 {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-corporate-cta {
  z-index: 25;
  color: #fff;
  background-color: #272135;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 999px;
  padding: 10px 16px;
  margin-right: 12px;
  white-space: nowrap;
  transition: opacity 0.2s ease, filter 0.2s ease;
  flex-shrink: 0;
}

.nav-corporate-cta:hover {
  opacity: 0.9;
  color: #fff;
}

.faq-icon-nav {
  justify-content: center;
  align-items: center;
  width: 25px;
  margin-right: 15px;
  display: flex;
}

.html-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-28 {
  width: 20px;
  height: 100%;
  position: relative;
  overflow: visible;
}

.btn-what-we-do {
  color: var(--peachypink);
  background-color: #0000;
  margin-left: 65px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-29 {
  z-index: 20;
  margin-bottom: 40px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.nav-get-started {
  z-index: 30;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-left: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-6 {
  color: var(--cornflower-blue);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  z-index: 20;
  position: relative;
}

.link-block-6.w--current {
  z-index: 20;
}

.body-6 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-7 {
  background-color: var(--white);
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-8 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.body-9 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-10 {
  background-color: var(--white);
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.body-11, .body-12 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.link-youtube {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-icon-nav {
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mirum-logo {
    flex: 1;
  }

  .footer {
    display: none;
  }

  .body-2 {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .social-icons {
    display: inline-block;
  }

  .h2-blue-button {
    margin-right: 0;
  }

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

  .mirum-skip-btn {
    padding-right: 10px;
  }

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

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

  .nav-menu-2 {
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 12px #0000000a;
  }

  .faq-icon {
    display: none;
    overflow: auto;
  }

  .footer-mobile {
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .link, .link-2 {
    color: var(--black-2);
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-12 {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-13 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .icon-3 {
    color: var(--black);
    display: block;
  }

  .nav-corporate-cta {
    font-size: 13px;
    padding: 8px 12px;
    margin-right: 8px;
  }

  .nav-link-2 {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .nav-link-2.get-in-touch {
    display: block;
  }

  .nav-link-3 {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .nav-menu-desktop {
    background-color: #fdfdfd;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 12px #0000000a;
  }

  .menu-button-3 {
    background-color: #0000;
  }

  .menu-button-3.w--open {
    color: var(--black);
    background-color: #0000;
    margin-top: 10px;
  }

  .link-agreement {
    color: var(--black);
    text-decoration: none;
  }

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

  .link-block-4 {
    margin-right: 20px;
  }

  .html-embed-desktop, .html-embed-ipad, .footer-mob {
    display: block;
  }

  .link-privacy, .link-cookies, .link-terms-of-use {
    color: var(--black);
    text-decoration: none;
  }

  .html-terms-embed-desktop, .html-terms-embed-ipad, .html-embed-desktop-cookies, .html-embed-cookies-ipad, .html-embed-privacy-desktop {
    display: block;
  }

  .html-embed-privacy-ipad {
    display: none;
  }

  .contact-content-t-c {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-5, .body-5-copy, .body-5-privacy {
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .link-terms-of-use-copy {
    color: var(--black);
    text-decoration: none;
  }

  .body-5-cookies {
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .heading-4 {
    font-size: 6vw;
  }

  .mirum-scroll-info {
    right: 0;
  }

  .div-block-25 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .faq-icon-nav {
    display: none;
  }

  .btn-what-we-do {
    margin-left: 10px;
    padding-left: 10px;
  }

  .link-faq {
    color: var(--black);
    text-decoration: none;
  }

  .contact-icon-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mirum-imessage {
    position: relative;
    left: 10px;
  }

  .body-2 {
    line-height: 30px;
  }

  .h2-blue-button {
    margin-right: 10px;
  }

  .contact-content {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .form-block {
    margin-left: 50px;
    margin-right: 50px;
  }

  .columns-5 {
    flex-direction: column;
  }

  .image-6 {
    display: none;
  }

  .nav-menu, .menu-button.w--open {
    background-color: #0000;
  }

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

  .div-block-13 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .image-8 {
    width: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .html-embed-desktop-cookies {
    display: block;
  }

  .text-block-4 {
    flex: 0 auto;
  }

  .contact-content-t-c {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-5, .body-5-copy {
    line-height: 30px;
  }

  .div-block-18-copy {
    border-bottom-style: none;
    margin-bottom: 30px;
  }

  .body-5-privacy, .body-5-cookies {
    line-height: 30px;
  }

  .mirum-scroll-info {
    right: 20px;
  }

  .container-6 {
    transform: scale(.95)translate(0%, -10vh);
  }

  .mirum-scroll-info-holder {
    top: 30vh;
  }

  .div-block-25 {
    padding-left: 20px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .imessage-body-black {
    z-index: 5;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-body {
    margin-bottom: 30px;
  }

  .footer {
    flex-direction: column;
    display: none;
  }

  .body-2 {
    display: block;
  }

  .social-icons {
    align-self: auto;
  }

  .right-speech-bubble {
    padding: 5px 10px;
  }

  .left-speech-bubble {
    padding: 0 10px;
  }

  .imessage-body-white {
    font-size: 18px;
  }

  .contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-black-semi-bold {
    line-height: 55px;
  }

  .container-4 {
    margin-bottom: 40px;
  }

  .form-block {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-5 {
    flex-direction: column;
  }

  .div-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    display: none;
  }

  .nav-menu {
    background-color: #f9f9f9;
  }

  .menu-button {
    background-color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: #000;
  }

  .footer-mobile {
    flex-direction: column;
    display: flex;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    padding-left: 0;
  }

  .html-embed-desktop, .html-embed-mobile {
    display: block;
  }

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

  .html-embed-hori-mobile {
    display: block;
  }

  .footer-mob {
    flex-direction: column;
    display: none;
  }

  .html-terms-embed-mobile {
    display: block;
  }

  .html-terms-embed-ipad {
    display: none;
  }

  .html-embed-desktop-cookies {
    display: block;
  }

  .html-embed-cookies-ipad {
    display: none;
  }

  .html-embed-desktop-cookies-mobile {
    display: block;
  }

  .html-embed-privacy-ipad, .html-embed-privacy-mobile {
    display: none;
  }

  .h1-black-semi-bold-left {
    text-align: left;
    line-height: 55px;
  }

  .faq-get-in-touch {
    padding: 20px 18px;
    margin-bottom: 22px;
  }

  .faq-get-in-touch-title {
    font-size: 24px;
  }

  .container-4-copy {
    margin-bottom: 40px;
  }

  .text-block-4 {
    white-space: normal;
    word-break: normal;
    flex-direction: row;
    flex: 1;
    width: 100%;
  }

  .accordian-toggle {
    white-space: normal;
    word-break: normal;
  }

  .contact-content-t-c {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-doc-prose {
    font-size: 15px;
  }

  .legal-doc-prose h1 {
    font-size: 22px;
  }

  .legal-doc-prose h2 {
    font-size: 20px;
  }

  .body-5 {
    display: block;
  }

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

  .body-5-copy, .body-5-privacy, .body-5-cookies {
    display: block;
  }

  .heading-4 {
    display: none;
  }

  .div-block-25 {
    padding-left: 0;
  }

  .link-block-5, .div-block-30 {
    display: none;
  }

  .div-block-32 {
    flex: 1;
    max-width: 100%;
  }
}




/* Legal documents shared layout */
.legal-page .container-5 {
  margin-bottom: 56px;
}

.legal-doc-shell {
  max-width: 960px;
  margin: 0 auto;
}

.legal-page-title {
  margin-bottom: 12px;
}

.legal-page-intro {
  max-width: 920px;
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: none;
  line-height: 1.8;
}

.legal-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.legal-policy-link {
  color: #221f20;
  background: #f5f5f7;
  border: 1px solid #e6e6ea;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  transition: background-color .2s ease, color .2s ease;
}

.legal-policy-link:hover {
  background: #ececff;
  color: #2f46a8;
}

.legal-policy-link.is-active {
  color: #fff;
  background: #221f20;
  border-color: #221f20;
}

.legal-doc-host {
  height: auto !important;
  max-height: none;
  margin-top: 0 !important;
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 20px;
  box-shadow: 0 10px 30px #0000000a;
  padding: 24px 28px;
  overflow: hidden;
}

.legal-doc-host .mirum-page-container {
  max-width: 860px;
  margin: 0 auto;
}

.legal-doc-host .mirum-page-header {
  color: #221f20;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.legal-doc-host p,
.legal-doc-host li,
.legal-doc-host h1,
.legal-doc-host h2,
.legal-doc-host h3 {
  max-width: 100%;
  color: #221f20;
}

.legal-doc-host p {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left !important;
  text-indent: 0 !important;
  padding-left: 0 !important;
}

.legal-doc-host h1,
.legal-doc-host h2,
.legal-doc-host h3 {
  font-family: Quicksand, sans-serif;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 10px;
}

.legal-doc-host p + p {
  margin-top: 8px;
}

.legal-doc-host ol,
.legal-doc-host ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

.legal-doc-host h1,
.legal-doc-host h2,
.legal-doc-host h3 {
  text-indent: 0 !important;
  padding-left: 0 !important;
}

.legal-doc-host p:empty {
  display: none;
}

.legal-doc-host p > br:only-child {
  display: none;
}

.legal-doc-host a {
  color: #4a5fd2;
  word-break: break-word;
}

@media screen and (max-width: 991px) {
  .legal-doc-host {
    padding: 20px 20px;
  }

  .legal-doc-host .mirum-page-header {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .legal-policy-link {
    font-size: 13px;
  }

  .legal-doc-host {
    border-radius: 14px;
    padding: 16px 14px;
  }

  .legal-doc-host .mirum-page-header {
    font-size: 26px;
  }
}

/* Legal content overrides without wrapper */
.html-embed-desktop.w-embed .mirum-page-container p,
.html-terms-embed-desktop.w-embed .mirum-page-container p,
.html-embed-privacy-desktop.w-embed .mirum-page-container p,
.html-embed-desktop-cookies.w-embed .mirum-page-container p {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
  line-height: 1.5 !important;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.html-embed-desktop.w-embed .mirum-page-container p + p,
.html-terms-embed-desktop.w-embed .mirum-page-container p + p,
.html-embed-privacy-desktop.w-embed .mirum-page-container p + p,
.html-embed-desktop-cookies.w-embed .mirum-page-container p + p {
  margin-top: 8px !important;
}

.html-embed-desktop.w-embed .mirum-page-container p:empty,
.html-terms-embed-desktop.w-embed .mirum-page-container p:empty,
.html-embed-privacy-desktop.w-embed .mirum-page-container p:empty,
.html-embed-desktop-cookies.w-embed .mirum-page-container p:empty {
  display: none !important;
}

.html-embed-desktop.w-embed .mirum-page-container p > br:only-child,
.html-terms-embed-desktop.w-embed .mirum-page-container p > br:only-child,
.html-embed-privacy-desktop.w-embed .mirum-page-container p > br:only-child,
.html-embed-desktop-cookies.w-embed .mirum-page-container p > br:only-child {
  display: none !important;
}

.html-embed-desktop.w-embed .mirum-page-container h1,
.html-embed-desktop.w-embed .mirum-page-container h2,
.html-embed-desktop.w-embed .mirum-page-container h3,
.html-terms-embed-desktop.w-embed .mirum-page-container h1,
.html-terms-embed-desktop.w-embed .mirum-page-container h2,
.html-terms-embed-desktop.w-embed .mirum-page-container h3,
.html-embed-privacy-desktop.w-embed .mirum-page-container h1,
.html-embed-privacy-desktop.w-embed .mirum-page-container h2,
.html-embed-privacy-desktop.w-embed .mirum-page-container h3,
.html-embed-desktop-cookies.w-embed .mirum-page-container h1,
.html-embed-desktop-cookies.w-embed .mirum-page-container h2,
.html-embed-desktop-cookies.w-embed .mirum-page-container h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  text-indent: 0 !important;
  line-height: 1.35;
}
